aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update for 2007.Christian Persch2007-01-103-2/+9
| | | | | | | | | | | 2007-01-10 Christian Persch <chpe@svn.gnome.org> * data/chrome/about.xhtml: * src/window-commands.c: (window_cmd_help_about): Update for 2007. svn path=/trunk/; revision=6816
* Fix for autoconf 2.60 (datarootdir).Christian Persch2007-01-102-0/+8
| | | | | | | | | | 2007-01-10 Christian Persch <chpe@svn.gnome.org> * data/epiphany.pc.in: Fix for autoconf 2.60 (datarootdir). svn path=/trunk/; revision=6815
* sv.po: Updated Swedish translationDaniel Nylander2007-01-092-627/+659
| | | | svn path=/trunk/; revision=6814
* Updated Slovenian translation.Matic Žgur2007-01-092-633/+638
| | | | svn path=/trunk/; revision=6813
* Updated English (British) translationDavid Lodge2007-01-092-646/+674
| | | | svn path=/trunk/; revision=6812
* Opens images in a new browser window if EOG is not found. Bug #167595.Diego Escalante Urrelo2007-01-093-13/+31
| | | | | | | | | | | | | 2007-01-09 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/popup-commands.c: * lib/ephy-file-helpers.c: Opens images in a new browser window if EOG is not found. Bug #167595. Patch by Björn Lindqvist. svn path=/trunk/; revision=6811
* Changes "..." for the ellipsis character "…". Bug #324380. Patch byDiego Escalante Urrelo2007-01-099-31/+45
| | | | | | | | | | | | | | | | | | | 2007-01-09 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/ephy-history-window.c: * src/ephy-main.c: * src/bookmarks/ephy-bookmarks-editor.c: * src/ephy-tab.c: * src/ephy-encoding-menu.c: * src/ephy-window.c: * data/glade/form-signing-dialog.glade: * data/glade/prefs-dialog.glade: Changes "..." for the ellipsis character "…". Bug #324380. Patch by Diego Escalante Urrelo. svn path=/trunk/; revision=6810
* Added myself as a Contributor. :).Diego Escalante Urrelo2007-01-092-1/+7
| | | | | | | | | | | 2007-01-09 Diego Escalante Urrelo <diegoe@svn.gnome.org> * data/about.ini: Added myself as a Contributor. :). svn path=/trunk/; revision=6809
* Post-release version bump.Christian Persch2007-01-092-1/+7
| | | | | | | | | | 2007-01-09 Christian Persch <chpe@svn.gnome.org> * configure.ac: Post-release version bump. svn path=/trunk/; revision=6808
* === Release 2.17.5 ===RELEASE_2_17_5Christian Persch2007-01-095-3/+14
| | | | | | | | | | | | | 2007-01-09 Christian Persch <chpe@svn.gnome.org> === Release 2.17.5 === * NEWS: * configure.ac: * data/default-prefs-common.js: * doc/reference/tmpl/ephy-embed.sgml: svn path=/trunk/; revision=6806
* Fixes a problem at link time on Darwin, bug #387233. Patch by paul.Diego Escalante Urrelo2007-01-093-0/+9
| | | | | | | | | | | | | 2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/ephy-python-extension.c: * src/epiphany.override: Fixes a problem at link time on Darwin, bug #387233. Patch by paul. svn path=/trunk/; revision=6805
* Updated Dutch translationReinout van Schouwen2007-01-092-2472/+2483
| | | | | | | | | 2007-01-09 Reinout van Schouwen <reinout@cs.vu.nl> * nl.po: Updated Dutch translation svn path=/trunk/; revision=6803
* Fixes the escaping in the error message "The page %s was not fully loadedDiego Escalante Urrelo2007-01-092-2/+11
| | | | | | | | | | | | | | 2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org> * embed/mozilla/EphyAboutModule.cpp: Fixes the escaping in the error message "The page %s was not fully loaded yet when the browser crashed..." by changing the g_strdup_printf into a g_markup_printf_escaped. Bug #374627. Patch by Diego Escalante Urrelo. svn path=/trunk/; revision=6801
* Fixes the menu path of the service unavailable error message.Diego Escalante Urrelo2007-01-092-1/+7
| | | | | | | | | | | 2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org> * embed/mozilla/EphyAboutModule.cpp: Fixes the menu path of the service unavailable error message. svn path=/trunk/; revision=6800
* Check the result of ephy_file_launch_desktop_file () so if it fails we tryDiego Escalante Urrelo2007-01-092-1/+16
| | | | | | | | | | | | | | 2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/popup-commands.c: (background_download_completed) Check the result of ephy_file_launch_desktop_file () so if it fails we try an alternative naming of the background capplet: gnome-background. This is seen in fedora. Bug #387206, which is actually caused by bugzilla.redhat.com #201867. svn path=/trunk/; revision=6798
* Update NEWSChristian Persch2007-01-091-4/+7
| | | | svn path=/trunk/; revision=6797
* Workaround/semi-fix for bug #351814. The real cause of the problem is theDiego Escalante Urrelo2007-01-093-7/+22
| | | | | | | | | | | | | | | 2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: * lib/widgets/ephy-node-view.c: Workaround/semi-fix for bug #351814. The real cause of the problem is the user_data that is never set on a GtkTreeIter, so the Ephy implementation of the tree makes it to have a stamp of 0 being that way an invalid iter. Patch by Diego Escalante Urrelo. svn path=/trunk/; revision=6796
* Added "icondir" variable ( == $datadir/$package/icons ). The purpose isLuca Ferretti2007-01-092-0/+10
| | | | | | | | | | | | | | 2007-01-08 Luca Ferretti <elle.uca@libero.it> * data/epiphany.pc.in: Added "icondir" variable ( == $datadir/$package/icons ). The purpose is allow extensions to install custom themeable icons in this directory, so they can use named icons without add a new icon search path. svn path=/trunk/; revision=6794
* Removed the hardcoded invisible char, note that this might readd itself toDiego Escalante Urrelo2007-01-083-2/+9
| | | | | | | | | | | | | | 2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org> * data/glade/form-signing-dialog.glade: * data/glade/prefs-dialog.glade: Removed the hardcoded invisible char, note that this might readd itself to the file if someone edits it. It has been suggested that we move over to glade-3. Patch by Vitali Ischenko. Bug #393910. svn path=/trunk/; revision=6793
* Updated release notes for Epiphany 2.17.4, translations changes are still ↵Diego Escalante Urrelo2007-01-081-0/+42
| | | | | | missing. svn path=/trunk/; revision=6792
* Updated Greek translation-epiphany mannualNikos Charonitakis2007-01-071-767/+1531
| | | | svn path=/trunk/; revision=6791
* Minor fixes in the ChangeLog (some wrong identation and extra spaces)Diego Escalante Urrelo2007-01-071-8/+10
| | | | svn path=/trunk/; revision=6790
* Updated Catalan translation.David Planella2007-01-072-7/+11
| | | | | | | | | 2007-01-06 David Planella <david.planella@googlemail.com> * ca.po: Updated Catalan translation. svn path=/trunk/; revision=6789
* Updated Czech translation.Jakub Friedl2007-01-052-401/+402
| | | | | | | | | 2007-01-05 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=6788
* Updated Arabic Translation. Djihed Afifi2007-01-042-40/+27
| | | | svn path=/trunk/; revision=6787
* Avoid use of localtime by computing expiry in seconds instead of days.Diego Escalante Urrelo2007-01-033-42/+24
| | | | | | | | | | | | | | | 2007-01-03 Diego Escalante Urrelo <diegoe@svn.gnome.org> * embed/ephy-favicon-cache.c: (icon_is_obsolete), (remove_obsolete_icons): * embed/ephy-history.c: (page_is_obsolete), (remove_obsolete_pages): Avoid use of localtime by computing expiry in seconds instead of days. Patch by Chris Wilson. svn path=/trunk/; revision=6786
* Sorry, forgot to svn add this file from the previous commit. :(.Diego Escalante Urrelo2007-01-031-0/+34
| | | | svn path=/trunk/; revision=6784
* Utilize GLib's new g_timeout_add_seconds to reduce context switches andDiego Escalante Urrelo2007-01-038-17/+40
| | | | | | | | | | | | | | | | | | | 2007-01-03 Diego Escalante Urrelo <diegoe@svn.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_init): * embed/ephy-history.c: (ephy_history_init): * lib/Makefile.am: * lib/ephy-glib-compat.h: * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_save_delayed): * src/ephy-dbus.c: (session_filter_func), (system_filter_func): * src/ephy-extensions-manager.c: (reload_cb): * src/ephy-session.c: (confirm_shutdown_cb): Utilize GLib's new g_timeout_add_seconds to reduce context switches and improve CPU/power efficiency. Patch by Chris Wilson. svn path=/trunk/; revision=6783
* Corrects the expand of the Privacy tab in the Preferences window. Patch byDiego Escalante Urrelo2007-01-032-3/+9
| | | | | | | | | | | | 2007-01-03 Diego Escalante Urrelo <diegoe@svn.gnome.org> * data/glade/prefs-dialog.glade: Corrects the expand of the Privacy tab in the Preferences window. Patch by Baptiste Mille-Mathias. svn path=/trunk/; revision=6782
* Added text/csv as a safe type (note that the aliasDiego Escalante Urrelo2007-01-032-0/+10
| | | | | | | | | | | | | 2007-01-03 Diego Escalante Urrelo <diegoe@svn.gnome.org> * data/mime-types-permissions.xml: Added text/csv as a safe type (note that the alias text/x-comma-separate-values is also present). Patch by Gaëtan Podevijn. svn path=/trunk/; revision=6779
* Disables "Add Bookmark" in the File menu when bookmarks are locked down.Diego Escalante Urrelo2007-01-034-1/+39
| | | | | | | | | | | | | | | | | | | | | | 2007-01-02 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/ephy-history-window.c: (ephy_history_window_update_menu): Disables "Add Bookmark" in the File menu when bookmarks are locked down. * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_constructor): Makes the topics pane insensitive and the rest of entries non-editables (but sensitive so we can select the text) when bookmarks are locked down. * src/bookmarks/ephy-bookmarks-ui.c: (ephy_bookmarks_ui_add_bookmark): Don't allow the add bookmark ui to appear if it's locked down. svn path=/trunk/; revision=6778
* Updated Lithuanian translation.Gintautas Miliauskas2007-01-032-571/+579
| | | | | | | | | 2007-01-02 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=6777
* Make sure to init gthread as first call to glib.Christian Persch2007-01-012-0/+10
| | | | | | | | | | 2006-12-31 Christian Persch <chpe@svn.gnome.org> * src/ephy-main.c: (main): Make sure to init gthread as first call to glib. svn path=/trunk/; revision=6775
* s/cvs/svn/gChristian Persch2006-12-312-2/+2
| | | | svn path=/trunk/; revision=6773
* Remove x bit from source filesChristian Persch2006-12-3113-0/+0
| | | | svn path=/trunk/; revision=6772
* Remove x bit on po filesChristian Persch2006-12-313-0/+0
| | | | svn path=/trunk/; revision=6771
* Fix email addressChristian Persch2006-12-311-1/+1
| | | | svn path=/trunk/; revision=6770
* Removed uneeded #include <gtk/gtkframe.h>.Diego Escalante Urrelo2006-12-312-1/+6
| | | | | | | | | | | 2006-12-30 Diego Escalante Urrelo <diegoe@cvs.gnome.org> * src/ephy-statusbar.c: Removed uneeded #include <gtk/gtkframe.h>. svn path=/trunk/; revision=6769
* .cvsignore files are obsoleteChristian Persch2006-12-3050-217/+54
| | | | svn path=/trunk/; revision=6768
* Updated Arabic Translation.Djihed Afifi2006-12-282-7/+8
|
* Only use the statusbar size-allocate hack on gtk <= 2.10 now that gtk bugChristian Persch2006-12-252-1/+14
| | | | | | | | | 2006-12-25 Christian Persch <chpe@cvs.gnome.org> * src/ephy-statusbar.c: (ephy_statusbar_class_init): Only use the statusbar size-allocate hack on gtk <= 2.10 now that gtk bug #372452 is fixed.
* Updated Arabic Translation.Djihed Afifi2006-12-252-17/+21
|
* Fix orderingChristian Persch2006-12-201-1/+1
|
* Invert MoveToolItem and RemoveToolItem order, matchingh same feature forLuca Ferretti2006-12-205-7/+16
| | | | | | | | | | | | | | | | 2006-12-19 Luca Ferretti <elle.uca@libero.it> * data/ui/epiphany-ui.xml: Invert MoveToolItem and RemoveToolItem order, matchingh same feature for panel applets. * lib/egg/egg-editable-toolbar.c: (egg_editable_toolbar_set_ui_manager): * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: Remove STOCK_DRAG_MODE and STOCK_VIEW_SOURCE.
* Add Tango style location-entry named icon.Luca Ferretti2006-12-1911-5/+2099
| | | | | | | | | | | | | | | | | 2006-12-19 Luca Ferretti <elle.uca@libero.it> * data/icons/16x16/actions/Makefile.am: * data/icons/16x16/actions/location-entry.png: * data/icons/22x22/actions/Makefile.am: * data/icons/22x22/actions/location-entry.png: * data/icons/24x24/actions/location-entry.png: * data/icons/32x32/actions/Makefile.am: * data/icons/32x32/actions/location-entry.png: * data/icons/32x32/actions/location-entry.svg: * data/icons/scalable/actions/Makefile.am: * data/icons/scalable/actions/location-entry.svg: Add Tango style location-entry named icon.
* Post-release version bump.Christian Persch2006-12-192-1/+7
| | | | | | | | 2006-12-18 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 2.17.4 ===RELEASE_2_17_4Christian Persch2006-12-194-4/+14
| | | | | | | | | | | | 2006-12-18 Christian Persch <chpe@cvs.gnome.org> === Release 2.17.4 === * autogen.sh: * configure.ac: * src/Makefile.am: Link with -lxpcomglue_s on trunk.
* Show favicons in location entry drop-down. Bug #112748, patch by DiegoChristian Persch2006-12-186-4/+71
| | | | | | | | | | | | | | | | 2006-12-18 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (ephy_location_entry_set_completion): * lib/widgets/ephy-location-entry.h: * src/ephy-completion-model.c: (ephy_completion_model_get_column_type), (init_favicon_col), (ephy_completion_model_get_value): * src/ephy-completion-model.h: * src/ephy-location-action.c: (connect_proxy): Show favicons in location entry drop-down. Bug #112748, patch by Diego Escalante Urrelo.
* Updated Arabic Translation. Sync for gnome-2-18Djihed Afifi2006-12-182-2112/+2874
|
* Load about data from file.Christian Persch2006-12-181-0/+6
| | | | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: * src/Makefile.am: * src/window-commands.c: (window_cmd_help_about): Load about data from file.
* Fix bookmarks export to HTML. Bug #345925, patch by Stefan Stuhr.Christian Persch2006-12-183-16/+28
| | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-bookmarks-html.xsl: Fix bookmarks export to HTML. Bug #345925, patch by Stefan Stuhr.
* Bump version to 2.17.4.Christian Persch2006-12-182-1/+7
| | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Bump version to 2.17.4.
* Fix file name extension when exporting bookmarks. Bug #358986, patch byChristian Persch2006-12-182-2/+12
| | | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_export): Fix file name extension when exporting bookmarks. Bug #358986, patch by Diego Escalante Urrelo.
* Fix a signal leak. Bug #363837, patch by John Millikin.Christian Persch2006-12-182-0/+13
| | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-topic-action.c: (button_deactivate_cb): Fix a signal leak. Bug #363837, patch by John Millikin.
* Add search_link entry to _EphyEmbedIfaceEric Butler2006-12-184-0/+71
| | | | | | | | | | | | | | 2006-12-17 Eric Butler <eric@extremeboredom.net> * src/ephy-embed.h: Add search_link entry to _EphyEmbedIface * src/ephy-embed.c: Add ge-search-link signal * embed/mozilla/EphyBrowser.cs: Fire ge-search-link signal for opensearch tags
* Fix a mem leak. Bug #373549, patch by Diego Escalante Urrelo.Christian Persch2006-12-182-0/+8
| | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * src/ephy-history-window.c: (cmd_delete): Fix a mem leak. Bug #373549, patch by Diego Escalante Urrelo.
* Limit tab tooltip length. Bug #324052, patch by Diego Escalante Urrelo.Christian Persch2006-12-182-1/+14
| | | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (ephy_notebook_init), (sync_label): Limit tab tooltip length. Bug #324052, patch by Diego Escalante Urrelo.
* Allow to drag plaintext to tabbar. Bug #339339, patch by Michael Hofmann.Christian Persch2006-12-182-1/+18
| | | | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (notebook_drag_data_received_cb), (ephy_notebook_init), (build_tab_label): Allow to drag plaintext to tabbar. Bug #339339, patch by Michael Hofmann.
* List title and URL in location entry drop-down. Bug #169550, patch byChristian Persch2006-12-186-4/+54
| | | | | | | | | | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (ephy_location_entry_set_completion): * lib/widgets/ephy-location-entry.h: * src/ephy-completion-model.c: (ephy_completion_model_get_column_type), (ephy_completion_model_get_value): * src/ephy-completion-model.h: * src/ephy-location-action.c: (connect_proxy): List title and URL in location entry drop-down. Bug #169550, patch by Diego Escalante Urrelo.
* Fix secure location bar colouring with dark themes. Bug #347343, patch byChristian Persch2006-12-182-2/+10
| | | | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (ephy_location_entry_style_set): Fix secure location bar colouring with dark themes. Bug #347343, patch by Diego Escalante Urrelo.
* Load about data from file.Christian Persch2006-12-184-31/+94
| | | | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: * src/Makefile.am: * src/window-commands.c: (window_cmd_help_about): Load about data from file.
* Add a signal so one can react after some rules have been edited.Jean-François Rameau2006-12-183-0/+22
| | | | | | | | | 2006-12-17 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/ephy-adblock-manager.c: * embed/ephy-adblock-manager.h: Add a signal so one can react after some rules have been edited.
* embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.cBjörn Lindqvist2006-12-179-422/+270
| | | | | | | | | | | | | | | | | | 2006-12-17 Björn Lindqvist <bjourne@gmail.com> * embed/ephy-encodings.c * embed/ephy-favicon-cache.c * embed/ephy-history.c * embed/mozilla/GlobalHistory.cpp * lib/ephy-state.c * lib/widgets/ephy-node-view.c * src/ephy-tab.c * src/bookmarks/ephy-bookmarks.c Refactor lots of code by using the function ephy_node_set_property_XXX() instead of ephy_node_set_property(). Also, add emacs mode headers to touched files. Bug #381546.
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-1529-35/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-12-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/GeckoPrintService.cpp: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: * lib/ephy-file-chooser.c: (ephy_file_chooser_constructor): * lib/ephy-gui.c: (ephy_gui_check_location_writable): * lib/ephy-module.c: * lib/ephy-password-dialog.c: (ephy_password_dialog_constructor): * lib/ephy-spell-check.c: * lib/ephy-stock-icons.h: * lib/widgets/.cvsignore: * lib/widgets/ephy-spinner-tool-item.c: (ephy_spinner_tool_item_toolbar_reconfigured): * lib/widgets/testspinner.c: * plugins/desktop-file/plugin.cpp: * src/bookmarks/ephy-bookmarks.c: (redirect_cb): * src/ephy-history-window.c: (confirmation_dialog_construct): * src/ephy-main.c: (main): * src/ephy-session.c: (confirm_shutdown_cb), (session_command_autoresume): * src/ephy-shell.c: (ephy_shell_add_sidebar_cb): * src/ephy-toolbar-editor.c: (ephy_toolbar_editor_constructor): * src/ephy-window.c: (construct_confirm_close_dialog): * src/pdm-dialog.c: (pdm_dialog_init): * src/window-commands.c: (window_cmd_help_about): Use a define for the default window icon. Bug #385872. * lib/ephy-module.c: The symbol can be NULL even though the symbol lookup succeeded.
* Don't warn before launching rtsp and mms[h] handlers.Chhristian Persch2006-12-152-0/+11
| | | | | | | | 2006-12-14 Chhristian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Don't warn before launching rtsp and mms[h] handlers.
* Add "bookmark-view" and "history-view" at 32 pixels and 48 pixelsLuca Ferretti2006-12-149-3/+1242
| | | | | | | | | | | | | | | | 2006-12-14 Luca Ferretti <elle.uca@libero.it> * data/icons/32x32/actions/Makefile.am: * data/icons/32x32/actions/bookmark-view.png: * data/icons/32x32/actions/bookmark-view.svg: * data/icons/32x32/actions/history-view.png: * data/icons/32x32/actions/history-view.svg: * data/icons/scalable/actions/Makefile.am: * data/icons/scalable/actions/bookmark-view.svg: * data/icons/scalable/actions/history-view.svg: Add "bookmark-view" and "history-view" at 32 pixels and 48 pixels scalable. From Andreas Nilsson.
* Remove the proxy icon from View->Page Source menu entry.Luca Ferretti2006-12-143-2/+13
| | | | | | | | | | | | | 2006-12-14 Luca Ferretti <elle.uca@libero.it> * src/ephy-window.c: Remove the proxy icon from View->Page Source menu entry. * lib/ephy-stock-icons.h: Keep STOCK_VIEW_SOURCE by now, but use "text-html" instead deprecated "stock_view-html-source".
* Fix a typo in previous commit.Luca Ferretti2006-12-142-1/+7
| | | | | | | | 2006-12-14 Luca Ferretti <elle.uca@libero.it> * data/icons/16x16/actions/Makefile.am: Fix a typo in previous commit.
* Add new "bookmark-view" icon from Andreas Nilsson, replacingLuca Ferretti2006-12-1425-6/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-12-14 Luca Ferretti <elle.uca@libero.it> * data/icons/16x16/actions/Makefile.am: * data/icons/16x16/actions/bookmark-view.png: * data/icons/16x16/actions/bookmark-view.xcf: * data/icons/16x16/actions/download.xcf: * data/icons/16x16/actions/epiphany-download.xcf.bz2: * data/icons/16x16/status/Makefile.am: * data/icons/16x16/status/popup-hidden.xcf: * data/icons/16x16/status/popup-hidden.xcf.bz2: * data/icons/22x22/actions/Makefile.am: * data/icons/22x22/actions/bookmark-view.png: * data/icons/22x22/actions/bookmark-view.xcf: * data/icons/22x22/actions/download.xcf: * data/icons/22x22/actions/epiphany-download.xcf.bz2: * data/icons/22x22/status/Makefile.am: * data/icons/22x22/status/popup-hidden.xcf: * data/icons/22x22/status/popup-hidden.xcf.bz2: * data/icons/24x24/actions/Makefile.am: * data/icons/24x24/actions/README: * data/icons/24x24/actions/bookmark-view.png: * data/icons/24x24/actions/web-bookmarks.png: * data/icons/32x32/actions/Makefile.am: * data/icons/32x32/actions/download.svg: * data/icons/32x32/actions/epiphany-download.svg: * data/icons/scalable/status/Makefile.am: Add new "bookmark-view" icon from Andreas Nilsson, replacing "web-bookmarks". Move images source from xcf.bz2 to xcf and use the same name of the named icon, including them in dist. * lib/ephy-stock-icons.h: Use "bookmark-view" named icon for EPHY_STOCK_BOOKMARKS.
* Dist the icon sources.Christian Persch2006-12-146-4/+32
| | | | | | | | | | | | 2006-12-13 Christian Persch <chpe@cvs.gnome.org> * data/icons/16x16/actions/Makefile.am: * data/icons/22x22/actions/Makefile.am: * data/icons/24x24/actions/Makefile.am: * data/icons/32x32/actions/Makefile.am: * data/icons/32x32/status/Makefile.am: Dist the icon sources.
* Add image sources too.Luca Ferretti2006-12-133-0/+415
| | | | | | | | | 2006-12-13 Luca Ferretti <elle.uca@libero.it> * data/icons/16x16/actions/history-view.svg: * data/icons/22x22/actions/history-view.svg: Add image sources too.
* Updated icon for history from Andreas Nilsson.Luca Ferretti2006-12-139-4/+22
| | | | | | | | | | | | | | | | | | 2006-12-13 Luca Ferretti <elle.uca@libero.it> * data/icons/16x16/actions/Makefile.am: * data/icons/16x16/actions/history-view.png: * data/icons/22x22/actions/Makefile.am: * data/icons/22x22/actions/history-view.png: * data/icons/24x24/actions/Makefile.am: * data/icons/24x24/actions/history-view.png: * data/icons/24x24/actions/web-history.png: Updated icon for history from Andreas Nilsson. * lib/ephy-stock-icons.h: Use "history-view" as named icon.
* Fixed bug in Czech translation: #383665Jakub Friedl2006-12-132-11/+15
| | | | | | 2006-12-13 Jakub Friedl <jfriedl@suse.cz> * cs.po: Fixed bug in Czech translation: #383665
* Remove unnecessary rules.Christian Persch2006-12-1217-148/+32
| | | | | | | | | | | | | | | | | | | | | | | 2006-12-11 Christian Persch <chpe@cvs.gnome.org> * data/icons/16x16/Makefile.am: * data/icons/16x16/actions/Makefile.am: * data/icons/16x16/status/Makefile.am: * data/icons/22x22/Makefile.am: * data/icons/22x22/actions/Makefile.am: * data/icons/22x22/status/Makefile.am: * data/icons/24x24/Makefile.am: * data/icons/24x24/actions/Makefile.am: * data/icons/24x24/status/Makefile.am: * data/icons/32x32/Makefile.am: * data/icons/32x32/actions/Makefile.am: * data/icons/32x32/status/Makefile.am: * data/icons/Makefile.am: * data/icons/scalable/Makefile.am: * data/icons/scalable/actions/Makefile.am: * data/icons/scalable/status/Makefile.am: Remove unnecessary rules.
* Updated Norwegian bokmål translation.Kjartan Maraas2006-12-112-249/+253
| | | | | | 2006-12-11 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation.
* Try to work with trunkChristian Persch2006-12-091-2/+1
|
* Move code around.Christian Persch2006-12-093-6/+14
| | | | | | | | | 2006-12-08 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * src/ephy-main.c: (main): Move code around.
* s/epiphany-download/download\Luca Ferretti2006-12-095-4/+13
| | | | | | | | | | | 2006-12-08 Luca Ferretti <elle.uca@libero.it> * data/icons/16x16/actions/Makefile.am: * data/icons/22x22/actions/Makefile.am: * data/icons/32x32/actions/Makefile.am: * data/icons/scalable/actions/Makefile.am: s/epiphany-download/download\
* Restore this, still used in bookmarks .desktop file.Luca Ferretti2006-12-092-0/+6
| | | | | | | | 2006-12-08 Luca Ferretti <elle.uca@libero.it> * data/art/epiphany-bookmarks.png: Restore this, still used in bookmarks .desktop file.
* Remove old stock iconsLuca Ferretti2006-12-0917-241/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-12-08 Luca Ferretti <elle.uca@libero.it> * data/art/Makefile.am: * data/art/epiphany-bookmarks.png: * data/art/epiphany-download.png: * data/art/epiphany-entry.png: * data/art/epiphany-history.png: * data/art/epiphany-popup-hidden.png: * data/art/epiphany-popup-hidden.svg: Remove old stock icons * data/icons/16x16/actions/download.png: * data/icons/16x16/actions/epiphany-download.png: * data/icons/22x22/actions/download.png: * data/icons/22x22/actions/epiphany-download.png: * data/icons/24x24/actions/Makefile.am: * data/icons/24x24/actions/download.png: * data/icons/24x24/actions/epiphany-download.png: * data/icons/24x24/actions/location-entry.png: * data/icons/24x24/actions/web-bookmarks.png: * data/icons/24x24/actions/web-history.png: * data/icons/32x32/actions/download.png: * data/icons/32x32/actions/epiphany-download.png: * data/icons/scalable/actions/download.svg: * data/icons/scalable/actions/epiphany-download.svg: Move old stock icons here and rename "epiphany-download" to "download" * lib/ephy-stock-icons.c: (ephy_stock_icons_init): Use gtk_icon_source_set_icon_name for EPHY_STOCK* * lib/ephy-stock-icons.h: Update named icons to installed icons. * src/ephy-main.c: (main): Call gtk_icon_theme_append_search_path to add custom Ephy directory for themed icons. This should complete the icon theme support to Epiphany. Of course there is still some work to do, as well as provide fresh icons at all sizes and define the names.
* Silent cvs.Luca Ferretti2006-12-0817-0/+38
| | | | | | | | 2006-12-08 Luca Ferretti <elle.uca@libero.it> * data/icons/.cvsignore: * data/icons/*/.cvsignore: Silent cvs.
* Updated Brazilian Portuguese translation by Leonardo Ferreira FontenelleLucas Rocha2006-12-062-717/+1004
| | | | | | | 2006-12-06 Lucas Rocha <lucasr@gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation by Leonardo Ferreira Fontenelle <leo.fontenelle@gmail.com>
* Ctrl-middle click on a bookmarm should open a new tab. Fixes bug #334463,Wouter Bolsterlee2006-12-052-1/+9
| | | | | | | | | | 2006-12-05 Wouter Bolsterlee <wbolster@cvs.gnome.org> * src/ephy-link.c: (ephy_link_flags_from_current_event): Ctrl-middle click on a bookmarm should open a new tab. Fixes bug #334463, (trivial) patch by Diego Escalante Urrelo).
* Add "popup-hidden" named icon.Luca Ferretti2006-12-0520-5/+873
| | | | | | | | | | | 2006-12-05 Luca Ferretti <elle.uca@libero.it> * configure.ac: * data/icons/<size>/Makefile.am: * data/icons/<size>/status/popup-hidden.*: * data/icons/<size>/status/Makefile.am: Add "popup-hidden" named icon.
* NEWS update from diguitoChristian Persch2006-12-051-0/+31
|
* Fix typoChristian Persch2006-12-051-2/+2
|
* Post-release version bump.Christian Persch2006-12-052-1/+7
| | | | | | | | 2006-12-04 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 2.17.3 ===RELEASE_2_17_3Christian Persch2006-12-051-0/+4
| | | | | | 2006-12-04 Christian Persch <chpe@cvs.gnome.org> === Release 2.17.3 ===
* Version 2.17.3.Christian Persch2006-12-0510-65/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-12-04 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Version 2.17.3. * embed/mozilla/GtkNSSDialogs.cpp: Use NULL for gtk_label_new instead of "". * lib/ephy-print-utils.c: (ephy_print_utils_page_setup_new_from_key_file): Fix possible invalid free. * lib/widgets/ephy-spinner.c: (ephy_spinner_images_unref), (ephy_spinner_images_load), (ephy_spinner_load_images), (ephy_spinner_expose), (bump_spinner_frame_cb), (ephy_spinner_start), (ephy_spinner_stop): Fix compliance with icon theme spec by skipping the first frame in the animation when in spinning mode. Bug #382207. Try the "process-working" icon first and fall back to "gnome-spinner" when it's not available. * m4/gecko.m4: Updated. 2006-12-04 Luca Ferretti <elle.uca@libero.it>
* Initial commit to provide Epiphany icons as themed icons. Files will beLuca Ferretti2006-12-0422-1/+2138
| | | | | | | | | | | | | | | | 2006-12-04 Luca Ferretti <elle.uca@libero.it> * configure.in: * data/Makefile.am: * data/icons/*/epiphany-download*: * data/icons/*Makefile.am*: Initial commit to provide Epiphany icons as themed icons. Files will be installed under $prefix/share/epiphany/icons/hicolor/ as per http://wayofthemonkey.com/index.php?date=2006-11-15&month=11&year=2006 By now only epiphany-download is available, but currently unused in the UI. More icons are code changes will come.
* Make progressbar smaller. Bug #368759.Christian Persch2006-12-043-113/+152
| | | | | | | | | | | | | | | 2006-12-03 Christian Persch <chpe@cvs.gnome.org> * src/ephy-statusbar.c: (ephy_statusbar_size_allocate), (ephy_statusbar_class_init), (create_caret_indicator), (create_icon_frame), (create_statusbar_progress), (ephy_statusbar_init), (ephy_statusbar_set_popups_state), (sync_visibility), (ephy_statusbar_add_widget), (ephy_statusbar_remove_widget), (ephy_statusbar_get_security_frame): * src/ephy-statusbar.h: Make progressbar smaller. Bug #368759.
* More pwdmgr prefsChristian Persch2006-12-031-0/+1
|
* Add "si" to locales always using pango. Patch by harshula@gmail.com, bugChristian Persch2006-12-032-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-12-02 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-pango.schemas: Add "si" to locales always using pango. Patch by harshula@gmail.com, bug #361538. 2006-12-01 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-find.c: (ephy_embed_find_find_again): * embed/ephy-embed-find.h: * embed/mozilla/EphyFind.cpp: * embed/mozilla/EphyFind.h: * embed/mozilla/mozilla-embed-find.cpp: * src/ephy-find-toolbar.c: (ephy_find_toolbar_find_next), (ephy_find_toolbar_find_previous): Another mozilla API change. * m4/gecko.m4: Add -lxpcomglue_s to EXTRA_LIBS on trunk. 2006-12-01 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add text/google-video-pointer and variant. 2006-12-01 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add flv mime types. Bug #381099. 2006-11-17 Benjamin Berg <benjamin@sipsolutions.net> * lib/widgets/ephy-spinner.c: (ephy_spinner_start): Lower the priority of the spinner animation so that the animation does not stop page loading. Fixes bug #374623. 2006-11-13 Wouter Bolsterlee <wbolster@cvs.gnome.org> * data/epiphany-fonts.schemas: * data/generate-font-schemas.py: Change default font sizes to match other popular browsers. Bug #346026 (patch by Diego Escalante Urrelo). 2006-11-12 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-navigation-action.c: (activate_by_history_index): * src/ephy-shell.c: (ephy_shell_new_tab_full): Remove a double call to history copy when middle-clicking on back/forward buttons. Fix bug #362882. 2006-11-12 Ryan Lortie <desrt@desrt.ca> * src/ephy-notebook.c (build_tab_label): Remove redundant gtk_button_set_relief call. Fixes bug #372760. 2006-11-10 Wouter Bolsterlee <wbolster@cvs.gnome.org> * autogen.sh: Add useful warning when gnome-autogen.sh
* Another mozilla API change.Christian Persch2006-12-028-18/+49
| | | | | | | | | | | | | | | | | | 2006-12-01 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-find.c: (ephy_embed_find_find_again): * embed/ephy-embed-find.h: * embed/mozilla/EphyFind.cpp: * embed/mozilla/EphyFind.h: * embed/mozilla/mozilla-embed-find.cpp: * src/ephy-find-toolbar.c: (ephy_find_toolbar_find_next), (ephy_find_toolbar_find_previous): Another mozilla API change. * m4/gecko.m4: Add -lxpcomglue_s to EXTRA_LIBS on trunk.
* Add text/google-video-pointer and variant.Christian Persch2006-12-012-0/+8
| | | | | | | | 2006-12-01 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add text/google-video-pointer and variant.
* Add flv mime types. Bug #381099.Christian Persch2006-12-012-0/+8
| | | | | | | | 2006-12-01 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add flv mime types. Bug #381099.
* Fixed bug #380862.Jakub Friedl2006-12-012-288/+316
| | | | | | 2006-12-01 Jakub Friedl <jfriedl@suse.cz> * cs.po: Fixed bug #380862.
* Shut upChristian Persch2006-11-301-0/+2
|
* Updated French translation. Added French figures.Christophe Bliard2006-11-196-802/+1106
| | | | | | | 2006-11-19 Christophe Bliard <christophe.bliard@trux.info> * fr/fr.po: Updated French translation. * fr/figures/*png: Added French figures.
* Lower the priority of the spinner animation so that the animation does notBenjamin Berg2006-11-182-3/+11
| | | | | | | | 2006-11-17 Benjamin Berg <benjamin@sipsolutions.net> * lib/widgets/ephy-spinner.c: (ephy_spinner_start): Lower the priority of the spinner animation so that the animation does not stop page loading. Fixes bug #374623.
* Fix translation bugNickolay V. Shmyrev2006-11-171-233/+233
|
* updated hebrew translationYair Hershkovitz2006-11-152-1258/+1585
|
* - Added revhistoryShaun McCance2006-11-142-0/+11
| | | | | * C/epiphany.xml: - Added revhistory
* Add maintainer role to Vic. Hopefully fixes #374778.Wouter Bolsterlee2006-11-142-1/+6
| | | | | | | 2006-11-13 Wouter Bolsterlee <wbolster@cvs.gnome.org> * C/epiphany.xml: Add maintainer role to Vic. Hopefully fixes #374778.
* Change default font sizes to match other popular browsers. Bug #346026Wouter Bolsterlee2006-11-133-54/+62
| | | | | | | | | | 2006-11-13 Wouter Bolsterlee <wbolster@cvs.gnome.org> * data/epiphany-fonts.schemas: * data/generate-font-schemas.py: Change default font sizes to match other popular browsers. Bug #346026 (patch by Diego Escalante Urrelo).
* Remove a double call to history copy when middle-clicking on back/forwardJean-François Rameau2006-11-133-10/+17
| | | | | | | | | | 2006-11-12 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-navigation-action.c: (activate_by_history_index): * src/ephy-shell.c: (ephy_shell_new_tab_full): Remove a double call to history copy when middle-clicking on back/forward buttons. Fix bug #362882.
* Remove redundant gtk_button_set_relief call. Fixes bug #372760.Ryan Lortie2006-11-122-1/+5
| | | | | | | 2006-11-12 Ryan Lortie <desrt@desrt.ca> * src/ephy-notebook.c (build_tab_label): Remove redundant gtk_button_set_relief call. Fixes bug #372760.
* Updated Spanish translation.Francisco Javier F. Serrador2006-11-122-253/+257
| | | | | | 2006-11-11 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
* More translation improvements. Making screenshots look prettier.Francisco Javier F. Serrador2006-11-126-497/+468
| | | | | | | 2006-11-11 Francisco Javier F. Serrador <serrador@openshine.com> * es/es.po: More translation improvements. * es/figures/*.png: Making screenshots look prettier.
* Add useful warning when gnome-autogen.sh couldn't be found.Wouter Bolsterlee2006-11-112-3/+11
| | | | | | | 2006-11-10 Wouter Bolsterlee <wbolster@cvs.gnome.org> * autogen.sh: Add useful warning when gnome-autogen.sh couldn't be found.
* Also disable the "Open Image" context menu action if the desktop wideWouter Bolsterlee2006-11-102-0/+9
| | | | | | | | | 2006-11-10 Wouter Bolsterlee <wbolster@cvs.gnome.org> * src/ephy-lockdown.c: (update_window): Also disable the "Open Image" context menu action if the desktop wide "disable save to disk" lockdown key is enabled. Reported on IRC by Gerald E Butler.
* Added it to DOC_LINGUAS. Added partiale Italian translation. Added.Luca Ferretti2006-11-104-1/+2555
| | | | | | | | 2006-11-10 Luca Ferretti <elle.uca@libero.it> * Makefile.am: Added it to DOC_LINGUAS. * it/it.po: Added partiale Italian translation. * it/figures/ephy-screenshot.png: Added.
* Add some more F5 shortcuts to handle all the MSIE "refresh page" bindings.Wouter Bolsterlee2006-11-102-0/+11
| | | | | | | | 2006-11-10 Wouter Bolsterlee <wbolster@cvs.gnome.org> * src/ephy-window.c: Add some more F5 shortcuts to handle all the MSIE "refresh page" bindings. Fixes bug #372906.
* NEWS update from reinoutsChristian Persch2006-11-071-0/+28
|
* Split ChangeLog.Christian Persch2006-11-064-6213/+6224
| | | | | | | | | | | | | 2006-11-06 Christian Persch <chpe@cvs.gnome.org> * ChangeLog-20061106: * Makefile.am: Split ChangeLog. * configure.ac: Post-release version bump.
* === Release 2.17.2 ===RELEASE_2_17_2Christian Persch2006-11-066-81/+17
| | | | | | | | | | 2006-11-06 Christian Persch <chpe@cvs.gnome.org> === Release 2.17.2 === * configure.ac: * data/default-prefs-common.js: * src/ephy-notebook.c: (build_tab_label):
* This is entirely my code, not marco'sChristian Persch2006-11-051-1/+1
|
* Fix printing of page ranges.Christian Persch2006-11-052-2/+9
| | | | | | | | 2006-11-04 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GeckoPrintService.cpp: Fix printing of page ranges.
* Remove debug spew.Christian Persch2006-11-042-2/+6
| | | | | | | | 2006-11-03 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-spell-check.c: (ephy_spell_check_check_word): Remove debug spew.
* Updated Swedish translation. Added screenshots.Daniel Nylander2006-11-016-41/+46
| | | | | | | 2006-10-31 Daniel Nylander <po@danielnylander.se> * sv/sv.po: Updated Swedish translation. * sv/figures/*png: Added screenshots.
* Fixed mismatched plural forms.Satoru SATOH2006-10-292-240/+249
| | | | | | 2006-10-29 Satoru SATOH <ss@gnome.gr.jp> * ja.po: Fixed mismatched plural forms.
* Fix previous commit for gecko 1.8.0.x.Jean-François Rameau2006-10-252-1/+8
| | | | | | | | 2006-10-24 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: (impl_load): Fix previous commit for gecko 1.8.0.x.
* Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.Jean-François Rameau2006-10-2311-6/+188
| | | | | | | | | | | | | | | | | | | 2006-10-22 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/ephy-embed.h: * embed/ephy-embed.c: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: * src/ephy-link.h: * src/ephy-location-action.c: (action_activated_cb): * src/ephy-shell.c: (ephy_shell_new_tab_full): * src/ephy-shell.h: * src/ephy-window.c: (ephy_window_open_link): Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko. Add a new load method to EphyEmbed to custom load behaviour and pass (optional) referrer. Fix bug #350053.
* Dutch translation updated by Wouter Bolsterlee.Wouter Bolsterlee2006-10-182-994/+2544
| | | | | | 2006-10-18 Wouter Bolsterlee <wbolster@cvs.gnome.org> * nl/nl.po: Dutch translation updated by Wouter Bolsterlee.
* shut up cvsWouter Bolsterlee2006-10-184-0/+8
|
* Don't try to close shared dbus connections. This avoids dbus warnings onWouter Bolsterlee2006-10-182-12/+8
| | | | | | | | 2006-10-18 Wouter Bolsterlee <wbolster@gnome.org> * src/ephy-dbus.c: (ephy_dbus_shutdown): Don't try to close shared dbus connections. This avoids dbus warnings on quit. Fixes bug #358007.
* Remove unused type variable.Wouter Bolsterlee2006-10-182-1/+5
| | | | | | | 2006-10-18 Wouter Bolsterlee <wbolster@gnome.org> * src/popup-commands.c: (background_download_completed): Remove unused type variable.
* A lib/widgets/ephy-spinner-tool-item.c: AChristian Persch2006-10-181-0/+2
| | | | | | | | | | | | | | | 2006-10-17 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/Makefile.am: A lib/widgets/ephy-spinner-tool-item.c: A lib/widgets/ephy-spinner-tool-item.h: * lib/widgets/testspinner.c: (change_toolbar_style_cb), (change_toolbar_icon_size_cb), (spin_toolbar_spinner_cb), (main): * src/ephy-toolbar.c: (ephy_toolbar_update_spinner), (ephy_toolbar_constructor): Add EphySpinnerToolItem which encapsulates a spinner and automatically adapts its size to toolbar style changes, and use it in EphyToolbar.
* A lib/widgets/ephy-spinner-tool-item.c: AChristian Persch2006-10-185-45/+301
| | | | | | | | | | | | | | | 2006-10-17 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/Makefile.am: A lib/widgets/ephy-spinner-tool-item.c: A lib/widgets/ephy-spinner-tool-item.h: * lib/widgets/testspinner.c: (change_toolbar_style_cb), (change_toolbar_icon_size_cb), (spin_toolbar_spinner_cb), (main): * src/ephy-toolbar.c: (ephy_toolbar_update_spinner), (ephy_toolbar_constructor): Add EphySpinnerToolItem which encapsulates a spinner and automatically adapts its size to toolbar style changes, and use it in EphyToolbar.
* Fix a crash after failing to get the spinner animation or rest icons.Christian Persch2006-10-183-18/+24
| | | | | | | | | | | | 2006-10-17 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_images_load), (ephy_spinner_cache_get_images), (ephy_spinner_get_type), (ephy_spinner_init), (ephy_spinner_new): * lib/widgets/ephy-spinner.h: Fix a crash after failing to get the spinner animation or rest icons. Derive EphySpinner from GtkWidget not GtkEventBox.
* Updated Finnish translationIlkka Tuohela2006-10-152-225/+229
|
* Automatically open a Nautilus window after downloading has finished. FixesWouter Bolsterlee2006-10-156-1/+91
| | | | | | | | | | | | | 2006-10-15 Wouter Bolsterlee <wbolster@gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/MozDownload.cpp: * lib/ephy-file-helpers.c: (ephy_file_browse_to): * lib/ephy-file-helpers.h: * src/popup-commands.c: (save_property_url_completed_cb), (save_property_url): Automatically open a Nautilus window after downloading has finished. Fixes bug #138876, patch by Ed Catmur.
* Use full width for bookmarks search bar. Fixes bug #349349, patch by DiegoWouter Bolsterlee2006-10-152-1/+8
| | | | | | | | | 2006-10-15 Wouter Bolsterlee <wbolster@gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): Use full width for bookmarks search bar. Fixes bug #349349, patch by Diego Escalante Urrelo.
* Fix unprotected call to ephy_node_remove_child. Bug #362063.Jean-François Rameau2006-10-152-1/+10
| | | | | | | | 2006-10-15 Jean-François Rameau <jframeau@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (update_has_smart_address): Fix unprotected call to ephy_node_remove_child. Bug #362063.
* Implement EphyPasswordManagerIface.add to add stored passwords. Fixes bugWouter Bolsterlee2006-10-152-1/+35
| | | | | | | | 2006-10-15 Wouter Bolsterlee <wbolster@gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Implement EphyPasswordManagerIface.add to add stored passwords. Fixes bug #361606, patch by John Millikin.
* Fix typoWouter Bolsterlee2006-10-151-1/+1
|
* Fix a bug in the last commit.Christian Persch2006-10-096-5/+15
| | | | | | | | | | | | 2006-10-08 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Fix a bug in the last commit.
* Make the enum/flags values not global.Christian Persch2006-10-086-35/+45
| | | | | | | | | | | | 2006-10-08 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Make the enum/flags values not global.
* Revert part of the last change, we don't need the top window here.Christian Persch2006-10-072-6/+7
| | | | | | | | 2006-10-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/AutoWindowModalState.cpp: Revert part of the last change, we don't need the top window here.
* Use the top DOM window here, and adapt to gecko 1.8.1.Christian Persch2006-10-062-5/+34
| | | | | | | | 2006-10-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/AutoWindowModalState.cpp: Use the top DOM window here, and adapt to gecko 1.8.1.
* Translation updated by Ivar Smolin.Priit Laes2006-10-052-2/+6
| | | | | | 2006-10-05 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Fix build with gecko 1.8.1.Christian Persch2006-10-052-0/+10
| | | | | | | | 2006-10-05 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GeckoSpellCheckEngine.cpp: Fix build with gecko 1.8.1.
* Add a window group for the history window.Christian Persch2006-10-032-0/+13
| | | | | | | | | 2006-10-02 Christian Persch <chpe@cvs.gnome.org> * src/ephy-history-window.c: (confirmation_dialog_construct), (ephy_history_window_construct): Add a window group for the history window.
* Fix compile warnings.Christian Persch2006-10-014-6/+13
| | | | | | | | | | 2006-10-01 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_images_load), (ephy_spinner_cache_get_images), (bump_spinner_frame_cb): * lib/widgets/testspinner.c: (add_spinner), (main): Fix compile warnings.
* Fix compile warnings.Christian Persch2006-10-011-6/+1
| | | | | | | | | | 2006-10-01 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_images_load), (ephy_spinner_cache_get_images), (bump_spinner_frame_cb): * lib/widgets/testspinner.c: (add_spinner), (main): Fix compile warnings.
* R embed/mozilla/AutoEventQueue.cpp: R embed/mozilla/AutoEventQueue.h:Christian Persch2006-09-303-181/+7
| | | | | | | | | 2006-09-29 Christian Persch <chpe@cvs.gnome.org> R embed/mozilla/AutoEventQueue.cpp: R embed/mozilla/AutoEventQueue.h: Remove unused code.
* Simplify code and save some memory.Christian Persch2006-09-302-104/+124
| | | | | | | | | | | | | | | 2006-09-29 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_images_ref), (ephy_spinner_images_unref), (ephy_spinner_cache_data_unload), (ephy_spinner_images_load), (ephy_spinner_cache_get_images), (ephy_spinner_load_images), (ephy_spinner_unload_images), (ephy_spinner_init), (ephy_spinner_expose), (bump_spinner_frame_cb), (ephy_spinner_start), (ephy_spinner_remove_update_callback), (ephy_spinner_stop), (ephy_spinner_size_request): Simplify code and save some memory.
* Add smb: to recognised web schemes. Bug #352733.Christian Persch2006-09-302-0/+9
| | | | | | | | 2006-09-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: Add smb: to recognised web schemes. Bug #352733.
* Fix spinner with new g-i-t. Fixes bug #330415. Fix a crash when failing toChristian Persch2006-09-303-164/+186
| | | | | | | | | | | | | | | | 2006-09-29 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_images_free), (ephy_spinner_cache_data_unload), (scale_to_size), (ephy_spinner_images_load), (ephy_spinner_cache_data_new), (ephy_spinner_cache_data_free), (ephy_spinner_cache_get_images), (ephy_spinner_cache_finalize), (ephy_spinner_cache_class_init), (ephy_spinner_cache_ref), (ephy_spinner_init), (ephy_spinner_set_size), (ephy_spinner_size_request): * lib/widgets/testspinner.c: Fix spinner with new g-i-t. Fixes bug #330415. Fix a crash when failing to load some icon data, Gedit bug #357456.
* Updated Kurdish translationsErdal Ronahi2006-09-272-1334/+1709
|
* Translation updated by Ivar Smolin.Priit Laes2006-09-262-2/+5
| | | | | | 2006-09-25 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Add middle-click on New Tab/Window button to open URL on clipboard. FixJean-François Rameau2006-09-257-47/+135
| | | | | | | | | | | | | | 2006-09-24 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-window.c: (ephy_window_constructor): * src/ephy-lockdown.c: (update_window): * src/window-commands.c: (window_cmd_file_new_window), (window_cmd_file_new_tab): * src/window-commands.h: (window_cmd_file_new_window), (window_cmd_file_new_tab): * src/ephy-toolbar.c: (ephy_toolbar_set_window): * src/ephy-home-action.c: (ephy_home_action_activate): Add middle-click on New Tab/Window button to open URL on clipboard. Fix bug 149715. Both New Tab and New Window actions are now EphyHomeAction.
* These header files were GPL v2-only while the implementation .cpp filesChristian Persch2006-09-243-8/+41
| | | | | | | | | | | 2006-09-23 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSClientAuthDialogs.h: * embed/mozilla/GtkNSSKeyPairDialogs.h: These header files were GPL v2-only while the implementation .cpp files already were v2+. Thanks to crispin for agreeing to licence the .h under v2+ too.
* Fix find direction.Christian Persch2006-09-182-1/+7
| | | | | | | | 2006-09-17 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyFind.cpp: Fix find direction.
* Default to printing background images.Christian Persch2006-09-172-1/+7
| | | | | | | | 2006-09-16 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: Default to printing background images.
* Remove ill-conceived attempt at uninstalling the XPInstall handler, andChristian Persch2006-09-176-79/+155
| | | | | | | | | | | | | | 2006-09-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyContentPolicy.cpp: * embed/mozilla/EphyContentPolicy.h: * embed/mozilla/EphySidebar.cpp: * embed/mozilla/EphySidebar.h: * embed/mozilla/MozRegisterComponents.cpp: Remove ill-conceived attempt at uninstalling the XPInstall handler, and move category registration to the classes that are being registered.
* Activate about:config warning.Christian Persch2006-09-172-0/+9
| | | | | | | | 2006-09-16 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Activate about:config warning.
* Translation updated by Ivar Smolin.Priit Laes2006-09-162-2/+6
| | | | | | 2006-09-16 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Check for GDK_BUTTON_RELEASE event type in case of a middle click. Fix bugJean-François Rameau2006-09-142-1/+8
| | | | | | | | | 2006-09-13 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-link.c: (ephy_link_flags_from_current_event): Check for GDK_BUTTON_RELEASE event type in case of a middle click. Fix bug #347750.
* Clicking favicon in the location bar selects URL. Fix bug #349557.Jean-François Rameau2006-09-142-0/+36
| | | | | | | | | 2006-09-13 Jean-François Rameau <jframeau@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (ephy_location_entry_construct_contents), (icon_button_press_event_cb): Clicking favicon in the location bar selects URL. Fix bug #349557.
* Updated English (British) translationDavid Lodge2006-09-142-1342/+1200
| | | | | | 2006-09-13 David Lodge <dave@cirt.net> * en_GB.po: Updated English (British) translation
* Use UTF-8 copyright symbolChristian Persch2006-09-13323-529/+530
|
* Fixed some typos.Inaki Larranaga2006-09-132-24/+46
| | | | | | 2006-09-13 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Fixed some typos.
* Prefer xulrunner over mozilla.Christian Persch2006-09-132-1/+7
| | | | | | | | 2006-09-12 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Prefer xulrunner over mozilla.
* Updated Lithuanian translationGintautas Miliauskas2006-09-132-10/+14
|
* Remove some unnecessary static data.Christian Persch2006-09-0798-134/+146
| | | | | | | | 2006-09-06 Christian Persch <chpe@cvs.gnome.org> * *.c *.cpp: Remove some unnecessary static data.
* *** empty log message ***Pema Geyleg2006-09-062-643/+242
|
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2006-09-052-691/+874
| | | | | | 2006-09-05 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Updated Chinese (Hong Kong) translation from Woodman TuenKwok-Koon Cheung2006-09-043-665/+980
| | | | | | | * zh_HK.po: Updated Chinese (Hong Kong) translation from Woodman Tuen <wmtuen@gmail.com>. * zh_TW.po: Updated Chinese (Taiwan) translation from Woodman Tuen <wmtuen@gmail.com>.
* Updated Persian translation by Meelad Zakaria.Roozbeh Pournader2006-09-042-1343/+1988
| | | | | | 2006-09-04 Roozbeh Pournader <roozbeh@farsiweb.info> * fa.po: Updated Persian translation by Meelad Zakaria.
* Updated Brazilian Portuguese translation by Leonardo Ferreira FontenelleLucas Rocha2006-09-042-1430/+1365
| | | | | | | 2006-09-03 Lucas Rocha <lucasr@gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation by Leonardo Ferreira Fontenelle <leo.fontenelle@gmail.com>
* Updated Catalan translation.Josep Puigdemont i Casamajó2006-09-042-50/+17
|
* Added Entry for Bengali India Translation UpdationRuna Bhattacharjee2006-09-041-0/+4
|
* Updated Bengali India TranslationRuna Bhattacharjee2006-09-041-703/+774
|
* Set API version to 2.17.Christian Persch2006-09-042-3/+9
| | | | | | | | 2006-09-03 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Set API version to 2.17.
* Post-release version bump.GNOME_2_16_BRANCHPOINTChristian Persch2006-09-042-1/+11
| | | | | | | | | | 2006-09-03 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump. 2006-09-03 Christian Persch <chpe@cvs.gnome.org>
* Fix ChangeLogRELEASE_2_16_0Christian Persch2006-09-041-2/+2
|
* New NEWSChristian Persch2006-09-041-2/+28
|
* Translation updated by Ivar Smolin.Priit Laes2006-09-042-9/+13
| | | | | | 2006-09-03 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Update API version for 2.16.Christian Persch2006-09-044-6/+15
| | | | | | | | 2006-09-03 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Update API version for 2.16.
* Updating NEWSChristian Persch2006-09-041-0/+281
|
* Updated Malayalam translationAni Peter2006-09-042-2070/+3178
|
* Document toolbar changes, bug #148927 and #319015 Update the printingVictor Osadci2006-09-032-56/+34
| | | | | | | | | 2006-09-03 Victor Osadci <victoros@cvs.gnome.org> * C/epiphany.xml: Document toolbar changes, bug #148927 and #319015 Update the printing section for the new GTK+ printing Update the manual for 2.16.
* Updated Oriya TranslationSubhransu Behera2006-09-031-100/+103
|
* Added Strings for Updated Oriya TranslationSubhransu Behera2006-09-031-0/+4
|
* Nepali Translation updatedPawan Chitrakar2006-09-032-488/+480
|
* Added partial French translation.Christophe Bliard2006-09-023-1/+2929
| | | | | | | 2006-09-02 Christophe Bliard <christophe.bliard@trux.info> * Makefile.am: * fr/fr.po: Added partial French translation.
* Updated Basque translation.Inaki Larranaga2006-09-022-178/+201
| | | | | | 2006-09-02 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation.
* Updated Greek translationKostas Papadimas2006-09-022-36/+29
|
* 2006-09-01 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: Updated ↵Jovan Naumovski2006-09-012-33/+37
| | | | Macedonian translation
* Translation updated by Ivar Smolin.Priit Laes2006-09-012-6/+17
| | | | | | 2006-08-31 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Updated French translation.Christophe Merlet2006-08-302-4/+9
|
* Translation updated.Gabor Kelemen2006-08-302-231/+111
| | | | | | 2006-08-30 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated.
* Updated Portuguese translation.Duarte Loreto2006-08-302-795/+1010
| | | | | | 2006-08-29 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Updated Lithuanian translation.Gintautas Miliauskas2006-08-302-11/+19
|
* Updated TranslationRajesh Ranjan2006-08-292-493/+635
|
* Updated French translation.Christophe Merlet2006-08-282-177/+202
|
* Updated Thai translation.Theppitak Karoonboonyanan2006-08-272-49/+44
| | | | | | 2006-08-27 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Translation updated.Priit Laes2006-08-262-441/+215
| | | | | | 2006-08-26 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
* Translation updated by Ivar Smolin.Priit Laes2006-08-262-1/+8
| | | | | | 2006-08-26 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Small update to nl.poWouter Bolsterlee2006-08-251-1/+1
| | | | * Small update to nl.po
* Small update to nl.poWouter Bolsterlee2006-08-251-1/+1
| | | | * Small update to nl.po
* Updated Latvian translation.Raivis Dejus2006-08-252-702/+866
| | | | | | 2006-08-24 Raivis Dejus <orvils@gmail.com> * lv.po: Updated Latvian translation.
* Add some more mime types. Fixes bug #352482.Christian Persch2006-08-242-0/+9
| | | | | | | | 2006-08-24 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add some more mime types. Fixes bug #352482.
* Translation updated by Ivar Smolin.Priit Laes2006-08-242-156/+11
| | | | | | 2006-08-24 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Updated epiphany zh_CN translation.Funda Wang2006-08-232-11/+22
|
* Make this LGPL.Christian Persch2006-08-222-4/+10
| | | | | | | | 2006-08-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GeckoFormSigningDialog.cpp: Make this LGPL.
* Post-release version bump.Christian Persch2006-08-222-1/+7
| | | | | | | | 2006-08-21 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 2.15.92 ===RELEASE_2_15_92Christian Persch2006-08-225-8/+51
| | | | | | | | | | | | | | | | | | | 2006-08-21 Christian Persch <chpe@cvs.gnome.org> === Release 2.15.92 === * NEWS: * configure.ac: Updated for 2.15.92. * embed/mozilla/EphyAboutModule.cpp: Use escaped URL for about:recover. Fixes bug #351296. * src/ephy-window.c: Remove shortcut for SendPage.
* Don't show the empty window that the print options tab isChristian Persch2006-08-223-5/+7
| | | | | | | | | 2006-08-19 Christian Persch <chpe@cvs.gnome.org> * data/glade/print.glade: * embed/mozilla/GeckoPrintService.cpp: Don't show the empty window that the print options tab is
* Updated Oriya TranslationSubhransu Behera2006-08-211-0/+4080
|
* Added Oriya to The List of LanguagesSubhransu Behera2006-08-211-0/+1
|
* Updated Oriya Translation and Added Oriya to The List of LanguagesSubhransu Behera2006-08-211-0/+5
|
* Enable pango for Urdu locale.Christian Persch2006-08-212-0/+9
| | | | | | | | 2006-08-21 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-pango.schemas: Enable pango for Urdu locale.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2006-08-212-358/+522
| | | | | | 2006-08-21 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-08-202-172/+196
| | | | | | | 2006-08-19 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
* YAMAC.Christian Persch2006-08-192-7/+9
| | | | | | | | 2006-08-19 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyFind.cpp: YAMAC.
* Improved Spanish translation.Francisco Javier F. Serrador2006-08-192-645/+654
| | | | | | 2006-08-19 Francisco Javier F. Serrador <serrador@openshine.com> * es/es.po: Improved Spanish translation.
* Added some tagging.Francisco Javier F. Serrador2006-08-192-5/+11
| | | | | | 2006-08-19 Francisco Javier F. Serrador <serrador@openshine.com> * C/ephiphany.xml: Added some tagging.
* Updated Slovenian translation.Matic Žgur2006-08-192-2696/+2829
| | | | | | 2006-08-19 Matic Žgur <mr.zgur@gmail.com> * sl.po: Updated Slovenian translation.
* Disable DOM storage for now.Christian Persch2006-08-192-0/+9
| | | | | | | | 2006-08-18 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Disable DOM storage for now.
* Updated Greek translationNikos Charonitakis2006-08-182-332/+488
|
* Remove debug printfChristian Persch2006-08-181-2/+0
|
* Fix crash when reading the options file. Bug #351788. Actually return theChristian Persch2006-08-182-32/+43
| | | | | | | | | 2006-08-17 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-print-utils.c: Fix crash when reading the options file. Bug #351788. Actually return the settings object.
* Updated Russian translation.Nickolay V. Shmyrev2006-08-172-802/+986
| | | | | | 2006-08-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation.
* Enable pango for Thai locale. Bug #339532.Christian Persch2006-08-172-0/+9
| | | | | | | | 2006-08-17 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-pango.schemas: Enable pango for Thai locale. Bug #339532.
* Updated Polish translation by GNOME PL Team.Artur Flinta2006-08-172-798/+970
| | | | | | 2006-08-16 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated Turkish TranslationBaris Cicek2006-08-162-1462/+1092
|
* Updated Swedish translation.Daniel Nylander2006-08-162-178/+202
| | | | | | 2006-08-16 Daniel Nylander <po@danielnylander.se> * sv.po: Updated Swedish translation.
* jayaradhaa@gmail.comN Jayaradha2006-08-161-4/+5
|
* jayaradhaa@gmail.comN Jayaradha2006-08-161-928/+1036
|
* Updated Finnish translationIlkka Tuohela2006-08-162-2/+6
|
* Translation updated.Gabor Kelemen2006-08-162-801/+1075
| | | | | | 2006-08-16 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated.
* Updated Mongolian translation.Sanlig Badral2006-08-162-1990/+2645
|
* Updated Japanese translation.Satoru SATOH2006-08-152-283/+407
| | | | | | 2006-08-16 Satoru SATOH <ss@gnome.gr.jp> * Updated Japanese translation.
* Updated epiphany zh_CN translation.Funda Wang2006-08-152-179/+206
|
* Fix a typo. Fix intltool req.Kjartan Maraas2006-08-153-2/+7
| | | | | | | 2006-08-15 Kjartan Maraas <kmaraas@gnome.org> * NEWS: Fix a typo. * configure.ac: Fix intltool req.
* Updated Lithuanian translation.Žygimantas Beručka2006-08-152-798/+954
| | | | | | 2006-08-14 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-08-142-36/+46
|
* Updated TranslationsRahul Bhalerao2006-08-141-0/+4184
|
* Updated Finnish translationIlkka Tuohela2006-08-142-197/+224
|
* Don't crash on error. Bug #351187.Christian Persch2006-08-142-2/+9
| | | | | | | | | 2006-08-13 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-print-utils.c: (ephy_print_utils_page_setup_new_from_key_file): Don't crash on error. Bug #351187.
* Updated translationsRahul Bhalerao2006-08-132-0/+6
|
* nsIPassword.h is always available. Fixes bug #350997.Christian Persch2006-08-122-7/+7
| | | | | | | | 2006-08-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: nsIPassword.h is always available. Fixes bug #350997.
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-08-122-1009/+1158
|
* Updated Korean translation.Changwoo Ryu2006-08-122-279/+397
| | | | | | 2006-08-12 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
* Updated.Ahmad Riza H Nst2006-08-122-350/+501
| | | | | | 2006-08-12 Ahmad Riza H Nst <rizahnst@eriagempita.co.id> * id.po: Updated.
* Updated German translation.Hendrik Richter2006-08-112-172/+198
| | | | | | 2006-08-11 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation.
* Fix crash on PPC due to differing pointer types.Christian Persch2006-08-112-1/+7
| | | | | | | | 2006-08-10 Christian Persch <chpe@cvs.gnome.org> * plugins/desktop-file/plugin.cpp: Fix crash on PPC due to differing pointer types.
* Translation updated by Ivar Smolin.Priit Laes2006-08-112-12/+14
| | | | | | 2006-08-10 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.