aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* UpdateChristian Persch2005-01-112-0/+51
|
* Alerts should not have terminating periods in the primary text.Christian Persch2005-01-112-3/+9
| | | | | | | | 2005-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: Alerts should not have terminating periods in the primary text.
* Updated Czech translation.Miloslav Trmac2005-01-112-288/+370
| | | | | | 2005-01-10 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Fix a mem leak.Jean-François Rameau2005-01-112-0/+7
| | | | | | | | 2005-01-10 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_get_print_info): Fix a mem leak.
* Updated Greek translationNikos Charonitakis2005-01-112-562/+462
|
* Updated spanish translationFrancisco Javier Fernandez2005-01-102-381/+354
| | | | | | 2005-01-10 Francisco Javier Fernandez <cyphra@vir.tecknolabs.com> * es.po: Updated spanish translation
* Add $(stamp_files) to MAINTAINERCLEANFILES.Christian Persch2005-01-102-0/+7
| | | | | | | | 2005-01-10 Christian Persch <chpe@cvs.gnome.org> * src/Makefile.am: Add $(stamp_files) to MAINTAINERCLEANFILES.
* Updated Canadian English translation.Adam Weinberger2005-01-102-35/+45
| | | | * en_CA.po: Updated Canadian English translation.
* Updated Lithuanian translation.Žygimantas Beručka2005-01-102-426/+378
| | | | | | 2005-01-10 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* A src/ephy-toolbar-editor.c: A src/ephy-toolbar-editor.h:Christian Persch2005-01-109-97/+560
| | | | | | | | | | | | | | | | | 2005-01-10 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: * lib/ephy-prefs.h: * src/Makefile.am: * src/ephy-notebook.c: (tab_label_style_set_cb): * src/ephy-shell.c: (ephy_shell_finalize), (toolbar_style_notifier), (ephy_shell_get_toolbars_model): A src/ephy-toolbar-editor.c: A src/ephy-toolbar-editor.h: * src/window-commands.c: (window_cmd_edit_toolbar): Move toolbar editor dialogue into its own class, and implement a toolbar style override there. Fixes bug #102520.
* Rename toolbar model flags to be more in line with GtkToolbarStyle.Christian Persch2005-01-104-20/+25
| | | | | | | | | | | 2005-01-10 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: (toolbar_changed_cb), (egg_editable_toolbar_construct): * lib/egg/egg-toolbars-model.c: (parse_toolbars): * lib/egg/egg-toolbars-model.h: Rename toolbar model flags to be more in line with GtkToolbarStyle.
* Fix dbus configure check to really default to off.Christian Persch2005-01-102-7/+13
| | | | | | | | 2005-01-10 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Fix dbus configure check to really default to off.
* A lib/ephy-dbus.c: A lib/ephy-dbus.h:Christian Persch2005-01-109-1/+576
| | | | | | | | | | | | | | | | | 2005-01-10 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * lib/Makefile.am: A lib/ephy-dbus.c: A lib/ephy-dbus.h: * lib/ephy-marshal.list: * src/Makefile.am: * src/ephy-shell.c: (ephy_shell_finalize), (ephy_shell_get_dbus_service): * src/ephy-shell.h: Add experimental dbus service, disabled by default. Configure with --enable-dbus to enable.
* data/epiphany.desktop.inPiers Cornwell2005-01-102-1/+7
| | | | | | | | 2005-01-09 Piers Cornwell <piers@gnome.org> * data/epiphany.desktop.in Add extra catagories. Fixes bug #162973.
* Updated Canadian English translation.Adam Weinberger2005-01-102-264/+338
| | | | * en_CA.po: Updated Canadian English translation.
* Don't check for nsIBrowserHistory.Christian Persch2005-01-093-5/+12
| | | | | | | | | 2005-01-09 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/GlobalHistory.cpp: Don't check for nsIBrowserHistory.
* Add mnemonic to Send button.Christian Persch2005-01-092-2/+8
| | | | | | | | 2005-01-09 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: Add mnemonic to Send button.
* Set show-once to PR_FALSE if the GetBoolPref call fails.Christian Persch2005-01-092-6/+19
| | | | | | | | 2005-01-09 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: Set show-once to PR_FALSE if the GetBoolPref call fails.
* Shut upChristian Persch2005-01-094-0/+4
|
* Remove some unneeded includes and definesCrispin Flowerday2005-01-092-5/+6
| | | | | | | | 2005-01-09 Crispin Flowerday <gnome@flowerday.cx> * src/Makefile.am (epiphany_CPPFLAGS): Remove some unneeded includes and defines
* Updated.Christian Persch2005-01-092-0/+5
| | | | | | 2005-01-09 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Updated.
* Don't store more than 5 hidden popups. Fixes bug #160863.Adam Hooper2005-01-092-1/+27
|
* Don't show the description for no-secure and broken sites.Christian Persch2005-01-092-7/+18
| | | | | | | | 2005-01-09 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (sync_tab_security): Don't show the description for no-secure and broken sites.
* Set default response to ACCEPT in send-to-insecure dialogue, only writeChristian Persch2005-01-093-9/+26
| | | | | | | | | | | | 2005-01-09 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: * embed/mozilla/GtkNSSSecurityWarningDialogs.h: Set default response to ACCEPT in send-to-insecure dialogue, only write back show_once pref when not shown by default, and add the dialogue to its parent's window group (note that there isn't a parent without a mozilla patch, currently).
* Correct bug # in ChangeLogChristian Persch2005-01-091-1/+1
|
* Improve dialogue wording. Thanks to spark for his help.Christian Persch2005-01-092-11/+17
| | | | | | | | 2005-01-09 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: Improve dialogue wording. Thanks to spark for his help.
* Override the default security warning dialogues implementation with ourChristian Persch2005-01-096-1/+382
| | | | | | | | | | | | | | | 2005-01-09 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: * embed/mozilla/GtkNSSSecurityWarningDialogs.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: Override the default security warning dialogues implementation with our own class which follows HIG and our interface design. Fixes bug #163371. Also show the entering-secure dialogue once, to inform about the lock icon in the statusbar.
* Also generate types for ephy-cookie-manager.h's enums.Christian Persch2005-01-092-8/+8
| | | | | | | | 2005-01-08 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: Also generate types for ephy-cookie-manager.h's enums.
* More stamp magic.Christian Persch2005-01-096-17/+50
| | | | | | | | | | | 2005-01-08 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * src/Makefile.am: More stamp magic.
* Make all structs prefixed by _.Christian Persch2005-01-0956-113/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-08 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-cookie-manager.h: * embed/ephy-download.c: * embed/ephy-download.h: * embed/ephy-embed-dialog.c: * embed/ephy-embed-dialog.h: * embed/ephy-embed-persist.c: * embed/ephy-embed-persist.h: * embed/ephy-encodings.c: * embed/ephy-encodings.h: * embed/ephy-favicon-cache.c: * embed/ephy-favicon-cache.h: * embed/ephy-history.c: * embed/ephy-history.h: * embed/ephy-password-manager.h: * embed/ephy-permission-manager.h: * lib/ephy-file-chooser.c: * lib/ephy-file-chooser.h: * lib/ephy-node-db.c: * lib/ephy-node-db.h: * lib/ephy-node-filter.c: * lib/ephy-node-filter.h: * lib/ephy-node.c: * lib/ephy-node.h: * lib/widgets/ephy-node-view.c: * lib/widgets/ephy-node-view.h: * lib/widgets/ephy-search-entry.c: * lib/widgets/ephy-search-entry.h: * lib/widgets/ephy-spinner.c: * lib/widgets/ephy-spinner.h: * lib/widgets/ephy-tree-model-node.c: * lib/widgets/ephy-tree-model-node.h: * lib/widgets/ephy-tree-model-sort.c: * lib/widgets/ephy-tree-model-sort.h: * lib/widgets/ephy-zoom-action.c: * lib/widgets/ephy-zoom-action.h: * src/bookmarks/ephy-bookmark-properties.c: * src/bookmarks/ephy-bookmark-properties.h: * src/bookmarks/ephy-bookmarks-editor.c: * src/bookmarks/ephy-bookmarks-editor.h: * src/bookmarks/ephy-bookmarks.c: * src/bookmarks/ephy-bookmarks.h: * src/bookmarks/ephy-bookmarksbar-model.c: * src/bookmarks/ephy-bookmarksbar-model.h: * src/bookmarks/ephy-bookmarksbar.c: * src/bookmarks/ephy-bookmarksbar.h: * src/bookmarks/ephy-new-bookmark.c: * src/bookmarks/ephy-new-bookmark.h: * src/bookmarks/ephy-topics-selector.c: * src/bookmarks/ephy-topics-selector.h: * src/ephy-completion-model.c: * src/ephy-completion-model.h: * src/ephy-encoding-dialog.c: * src/ephy-encoding-dialog.h: * src/ephy-history-window.c: * src/ephy-history-window.h: Make all structs prefixed by _.
* Updated Albanian translation.Laurent Dhima2005-01-092-198/+196
| | | | | | 2005-01-08 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2005-01-092-317/+380
| | | | | | 2005-01-08 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Prefix structs with _.Christian Persch2005-01-099-24/+37
| | | | | | | | | | | | | | | 2005-01-08 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: * src/ephy-notebook.h: * src/ephy-session.c: * src/ephy-session.h: * src/ephy-statusbar.c: * src/ephy-statusbar.h: * src/ephy-toolbars-model.c: * src/ephy-toolbars-model.h: Prefix structs with _.
* Remove unused include from public header ephy-window.h.Christian Persch2005-01-098-3/+18
| | | | | | | | | | | | | | 2005-01-08 Christian Persch <chpe@cvs.gnome.org> * src/ephy-shell.c: * src/ephy-tabs-menu.c: * src/ephy-window.c: * src/ephy-window.h: * src/pdm-dialog.c: * src/prefs-dialog.c: * src/window-commands.c: Remove unused include from public header ephy-window.h.
* Unify the location and favicon actions.Christian Persch2005-01-0815-467/+357
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-08 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-toolbar.xml: * lib/ephy-marshal.list: * lib/ephy-signal-accumulator.c: (ephy_signal_accumulator_string): * lib/ephy-signal-accumulator.h: * lib/widgets/ephy-location-entry.c: (ephy_location_entry_set_tooltip), (ephy_location_entry_class_init), (editable_changed_cb), (each_url_get_data_binder), (favicon_drag_data_get_cb), (ephy_location_entry_construct_contents), (ephy_location_entry_activate), (ephy_location_entry_get_entry), (ephy_location_entry_get_image): * lib/widgets/ephy-location-entry.h: * src/Makefile.am: * src/ephy-favicon-action.c: * src/ephy-favicon-action.h: * src/ephy-location-action.c: (sync_address), (sync_editable), (sync_icon), (get_location_cb), (get_title_cb), (remove_completion_actions), (add_completion_actions), (connect_proxy), (disconnect_proxy), (ephy_location_action_set_property), (ephy_location_action_get_property), (ephy_location_action_class_init), (ephy_location_action_init), (ephy_location_action_finalize): * src/ephy-window.c: (sync_tab_icon): * src/toolbar.c: (toolbar_setup_actions), (toolbar_update_favicon): * src/toolbar.h: Unify the location and favicon actions. * src/window-commands.c: (window_cmd_help_about): Add translator comment to the translation-credits string.
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-01-082-373/+425
| | | | | | | 2005-01-08 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Shut upChristian Persch2005-01-084-0/+4
|
* Avoid unnecessary rebuilts of the generated enum .h files by using stampChristian Persch2005-01-074-17/+52
| | | | | | | | | | | | 2005-01-07 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * src/Makefile.am: Avoid unnecessary rebuilts of the generated enum .h files by using stamp files.
* Make sure our flags/enum types are registered.Christian Persch2005-01-073-12/+16
| | | | | | | | | | 2005-01-07 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_get_type), (egg_toolbars_model_get_item_type): * lib/ephy-state.c: (ensure_states): Make sure our flags/enum types are registered.
* Updated Spanish translation.Francisco Javier F. Serrador2005-01-072-342/+394
| | | | | | 2005-01-07 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Remove duplicate defineChristian Persch2005-01-071-2/+0
|
* Add dummy functions to call some get_types funcs, otherwise they don't getChristian Persch2005-01-074-2/+26
| | | | | | | | | | | | | | | 2005-01-07 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbars-model.c: (register_type): * lib/ephy-state.c: (register_type): * lib/ephy-state.h: Add dummy functions to call some get_types funcs, otherwise they don't get exported. * src/Makefile.am: Remove unused defines.
* Updated Lithuanian translation.Žygimantas Beručka2005-01-072-312/+370
| | | | | | 2005-01-06 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Updated Czech translation.Miloslav Trmac2005-01-072-207/+229
| | | | | | 2005-01-06 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* More auto-generated types.Christian Persch2005-01-074-29/+53
| | | | | | | | | | 2005-01-06 Christian Persch <chpe@cvs.gnome.org> * lib/Makefile.am: * lib/ephy-state.c: * lib/ephy-state.h: More auto-generated types.
* Simplfiy the rule a bit.Christian Persch2005-01-074-6/+14
| | | | | | | | | | 2005-01-06 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: * lib/egg/Makefile.am: * src/Makefile.am: Simplfiy the rule a bit.
* Use glib-mkenums to generate the enum and flags get_type functions.Christian Persch2005-01-0723-431/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-06 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/Makefile.am: * embed/ephy-embed-event.c: * embed/ephy-embed-event.h: * embed/ephy-embed-persist.c: * embed/ephy-embed-persist.h: * embed/ephy-embed.c: * embed/ephy-embed.h: * embed/ephy-permission-manager.c: * embed/ephy-permission-manager.h: * lib/egg/Makefile.am: * lib/egg/egg-toolbars-model.c: * lib/egg/egg-toolbars-model.h: * src/Makefile.am: * src/ephy-link.c: * src/ephy-link.h: * src/ephy-navigation-action.c: * src/ephy-shell.c: (ephy_shell_error_quark): * src/ephy-shell.h: * src/ephy-tab.c: * src/ephy-tab.h: * src/ephy-window.c: Use glib-mkenums to generate the enum and flags get_type functions.
* Add placeholder group for tabs move actions.Christian Persch2005-01-063-6/+28
| | | | | | | | | | | | | 2005-01-06 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: Add placeholder group for tabs move actions. * src/ephy-window.c: (show_notebook_popup_menu): Activate the action before showing the context menu, so extensions can sync their UI.
* Updated Canadian English translation.Adam Weinberger2005-01-062-68/+66
| | | | * en_CA.po: Updated Canadian English translation.
* Don't focus the button on click.Christian Persch2005-01-062-0/+7
| | | | | | | | 2005-01-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-go-action.c: (create_tool_item): Don't focus the button on click.
* Open the GNOME background properties capplet when setting the backgroundChristian Persch2005-01-062-1/+17
| | | | | | | | | 2005-01-06 Christian Persch <chpe@cvs.gnome.org> * src/popup-commands.c: (background_download_completed): Open the GNOME background properties capplet when setting the background from an image. Fixes bug #161215.
* Display open lock for low 'secure' sites too. Fixes bug #151709.Christian Persch2005-01-062-5/+8
| | | | | | | | 2005-01-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (sync_tab_security): Display open lock for low 'secure' sites too. Fixes bug #151709.
* Don't add "Close" to the tab's context menu. When you're using keynav, theChristian Persch2005-01-062-1/+8
| | | | | | | | | | 2005-01-06 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: Don't add "Close" to the tab's context menu. When you're using keynav, the tab is active so normal ways (File menu, Ctrl-W) work; when you're mousing why not use the close button!
* Use "Add _Bookmark" not "_Bookmark Link".Christian Persch2005-01-062-1/+7
| | | | | | | | 2005-01-05 Christian Persch <chpe@cvs.gnome.org> * src/ephy-history-window.c: Use "Add _Bookmark" not "_Bookmark Link".
* Retain old menu item name for compatibility.Christian Persch2005-01-062-1/+7
| | | | | | | | 2005-01-05 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: Retain old menu item name for compatibility.
* Add context menu on notebook. Fixes bug #132989.Christian Persch2005-01-064-3/+97
| | | | | | | | | | | | 2005-01-05 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: * src/ephy-notebook.c: (button_press_cb): * src/ephy-window.c: (show_notebook_popup_menu), (notebook_button_press_cb), (notebook_popup_menu_cb), (setup_notebook): Add context menu on notebook. Fixes bug #132989.
* Remove trailing whitespace.Christian Persch2005-01-063-2/+13
| | | | | | | | | | | | 2005-01-05 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: Remove trailing whitespace. * embed/mozilla/MozDownload.cpp: Fix build with moz 1.7.
* Only implement nsITransfer if possible.Christian Persch2005-01-068-97/+143
| | | | | | | | | | 2005-01-05 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: Only implement nsITransfer if possible.
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-0622-220/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-05 Crispin Flowerday <gnome@flowerday.cx> * embed/ephy-embed-event.c: (ephy_embed_event_context_get_type): * embed/ephy-embed-event.h: * embed/ephy-embed-persist.c: (ephy_embed_persist_flags_get_type): * embed/ephy-embed-persist.h: * embed/ephy-embed.c: (ephy_embed_net_state_get_type), (ephy_embed_ppv_navigation_get_type), (ephy_embed_security_level_get_type), (ephy_embed_document_type_get_type): * embed/ephy-embed.h: * embed/ephy-favicon-cache.c: (ephy_favicon_cache_download): * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EventContext.cpp: * embed/mozilla/MozDownload.cpp: * embed/mozilla/mozilla-embed-persist.cpp: * embed/mozilla/mozilla-embed.cpp: * src/ephy-shell.c: (ephy_shell_new_tab): * src/ephy-tab.c: (ephy_tab_address_expire_get_type), (ephy_tab_navigation_flags_get_type), (ephy_tab_set_property), (ephy_tab_class_init), (ephy_tab_get_document_type), (ephy_tab_address_cb), (update_net_state_message), (build_progress_from_requests), (ensure_page_info), (ephy_tab_net_state_cb), (ephy_tab_dom_mouse_click_cb), (ephy_tab_init), (ephy_tab_update_navigation_flags), (ephy_tab_set_location), (ephy_tab_get_security_level): * src/ephy-tab.h: * src/ephy-window.c: (sync_tab_document_type), (sync_tab_navigation), (sync_tab_security), (sync_tab_zoom), (update_popups_tooltips), (show_embed_popup): * src/popup-commands.c: (popup_cmd_copy_link_address), (save_property_url), (popup_cmd_set_image_as_background), (save_temp_source): * src/ppview-toolbar.c: (toolbar_cmd_ppv_goto_first), (toolbar_cmd_ppv_goto_last), (toolbar_cmd_ppv_go_back), (toolbar_cmd_ppv_go_forward): * src/toolbar.c: (sync_user_input_cb): * src/window-commands.c: (window_cmd_file_save_as), (save_temp_source): Consistently start enum names with EPHY_*.
* Updated Greek translationNikos Charonitakis2005-01-052-1031/+1348
|
* Don't focus the buttons on click.Christian Persch2005-01-053-1/+19
| | | | | | | | | | | | | 2005-01-04 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (create_tool_item): * src/bookmarks/ephy-topic-action.c: (create_tool_item): Don't focus the buttons on click. * src/bookmarks/ephy-topic-action.c: (add_open_in_tabs_menu): Use "Open in New Tabs" label for consistency.
* Use ngettext to get the Open in New Tab[s]/Window[s] label.Christian Persch2005-01-055-71/+57
| | | | | | | | | | | | | | 2005-01-04 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-node-view.c: * lib/widgets/ephy-node-view.h: * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_update_menu): * src/ephy-history-window.c: (ephy_history_window_update_menu): Use ngettext to get the Open in New Tab[s]/Window[s] label. 2005-01-04 Christian Persch <chpe@cvs.gnome.org>
* Better fix for bug #119461, just use gtk_button_set_focus_on_click().Christian Persch2005-01-052-11/+10
| | | | | | | | | | 2005-01-04 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (close_button_clicked_cb), (build_tab_label): Better fix for bug #119461, just use gtk_button_set_focus_on_click(). Thanks to tko for pointing this out to me.
* Updated Slovak translation.Marcel Telka2005-01-052-57/+58
| | | | | | 2005-01-04 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Updated Albanian translation.Laurent Dhima2005-01-042-499/+579
| | | | | | 2005-01-04 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Use G_TYPE_STRING instead of G_TYPE_POINTER for address and featuresAdam Hooper2005-01-042-2/+9
| | | | of ge-popup-blocked signal.
* Updated Canadian English translation.Adam Weinberger2005-01-042-123/+148
| | | | * en_CA.po: Updated Canadian English translation.
* Add type for flags.Christian Persch2005-01-043-4/+37
| | | | | | | | | 2005-01-03 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-state.c: (ephy_state_window_flags_get_type): * lib/ephy-state.h: Add type for flags.
* Add type for flags.Christian Persch2005-01-043-1/+35
| | | | | | | | | 2005-01-03 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-persist.c: (ephy_embed_persist_flags_get_type): * embed/ephy-embed-persist.h: Add type for flags.
* Prefix class structs with '_' so that the python code generator finds it.Crispin Flowerday2005-01-043-6/+12
| | | | | | | | 2005-01-03 Crispin Flowerday <gnome@flowerday.cx> * lib/ephy-dialog.c: * lib/ephy-dialog.h: Prefix class structs with '_' so that the python code generator finds it.
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-0418-86/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-03 Crispin Flowerday <gnome@flowerday.cx> * embed/ephy-embed-event.c: * embed/ephy-embed-event.h: * embed/ephy-embed-persist.c: (ephy_embed_persist_set_flags): * embed/ephy-embed-persist.h: * embed/ephy-embed.c: (ephy_embed_base_init), (ephy_embed_get_security_level), (ephy_embed_print_preview_navigate): * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/MozDownload.cpp: * embed/mozilla/mozilla-embed-event.cpp: * embed/mozilla/mozilla-embed-persist.cpp: * embed/mozilla/mozilla-embed.cpp: * src/ephy-tab.c: (ephy_tab_address_expire_get_type), (ephy_tab_navigation_flags_get_type), (ephy_tab_document_type_cb), (update_net_state_message), (build_progress_from_requests), (ephy_tab_net_state_cb), (ephy_tab_dom_mouse_click_cb), (ephy_tab_security_change_cb), (ephy_tab_update_navigation_flags), (ephy_tab_set_location), (ephy_tab_set_security_level): * src/ephy-tab.h: * src/ephy-window.c: (sync_tab_document_type), (sync_tab_navigation), (sync_tab_security), (sync_tab_zoom), (update_popups_tooltips), (show_embed_popup), (ephy_window_class_init): * src/popup-commands.c: (popup_cmd_copy_link_address): Ensure that flags and enums start with 'Ephy'
* Use new enum and flags types.Christian Persch2005-01-042-11/+14
| | | | | | | | 2005-01-03 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_get_property), (ephy_tab_class_init): Use new enum and flags types.
* Add type for flags.Christian Persch2005-01-043-0/+35
| | | | | | | | | | 2005-01-03 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_flags_get_type): * lib/egg/egg-toolbars-model.h: Add type for flags.
* Add some more types for enums and flagsCrispin Flowerday2005-01-045-0/+156
| | | | | | | | | | | | | 2005-01-03 Crispin Flowerday <gnome@flowerday.cx> * src/ephy-shell.c: (ephy_shell_error_get_type), (ephy_shell_startup_flags_get_type), (ephy_new_tab_flags_get_type): * src/ephy-shell.h: * src/ephy-tab.c: (ephy_tab_address_expire_get_type), (ephy_tab_navigation_flags_get_type): * src/ephy-tab.h: Add some more types for enums and flags
* Make ephy-encodings.h not public anymore.Christian Persch2005-01-042-1/+7
| | | | | | | | 2005-01-03 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: Make ephy-encodings.h not public anymore.
* Another enum type.Christian Persch2005-01-045-7/+44
| | | | | | | | | | | | | | | | | 2005-01-03 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-permission-manager.c: (ephy_permission_get_type): * embed/ephy-permission-manager.h: Another enum type. * lib/ephy-marshal.list: Remove unused marshal. * src/ephy-tab.c: (ephy_tab_class_init): Use enum for security level type.
* Add types for some enums and flags.Christian Persch2005-01-048-18/+176
| | | | | | | | | | | | | | | | | | 2005-01-03 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-event.c: (ephy_embed_event_context_get_type), (ephy_embed_event_type_get_type): * embed/ephy-embed-event.h: * embed/ephy-embed.c: (ephy_embed_net_state_get_type), (ephy_embed_ppv_navigation_get_type), (ephy_embed_security_level_get_type), (ephy_embed_base_init): * embed/ephy-embed.h: * embed/mozilla/mozilla-embed.cpp: * lib/ephy-marshal.list: * src/ephy-tab.c: (update_net_state_message), (build_progress_from_requests), (ephy_tab_net_state_cb): Add types for some enums and flags.
* Change Cl_ear History to Clear _HistoryAdam Hooper2005-01-042-1/+7
|
* Add loader directory to the .pc file.Christian Persch2005-01-044-2/+60
| | | | | | | | | | | | | 2005-01-03 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-1.6.pc.in: Add loader directory to the .pc file. * src/ephy-extensions-manager.c: (sanitise_type), (get_loader_for_type), (ephy_extensions_manager_finalize): Load new loaders with the sblib loader.
* Remove ephy_window_print().Christian Persch2005-01-033-25/+10
| | | | | | | | | | | | 2005-01-03 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.h: Remove ephy_window_print(). * embed/ephy-encodings.h: Remove unused enum.
* Change C_lear to Cl_ear. Fixes bug #162706.Adam Hooper2005-01-032-2/+8
|
* Updated Czech translation.Miloslav Trmac2005-01-022-114/+151
| | | | | | 2005-01-02 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Add an "add-sidebar" signal on the EphyEmbedSingle interface, it getsCrispin Flowerday2005-01-027-0/+298
| | | | | | | | | | | | | | | 2005-01-01 Crispin Flowerday <gnome@flowerday.cx> * embed/ephy-embed-single.c: (ephy_embed_single_iface_init): * embed/ephy-embed-single.h: * embed/mozilla/EphySidebar.cpp: * embed/mozilla/EphySidebar.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: Add an "add-sidebar" signal on the EphyEmbedSingle interface, it gets emitted when a user clicks on a link that wants to add a url to the sidebar.
* We don't need to implement nsIBrowserHistory.Christian Persch2005-01-024-116/+10
| | | | | | | | | | 2005-01-01 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/GlobalHistory.cpp: * embed/mozilla/GlobalHistory.h: We don't need to implement nsIBrowserHistory.
* Grab focus on the active tab before removing a tab. Fixes bug #119461.Christian Persch2005-01-023-0/+29
| | | | | | | | | | 2005-01-01 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (close_button_clicked_cb), (build_tab_label): * src/ephy-tab.c: (ephy_tab_grab_focus), (ephy_tab_class_init): Grab focus on the active tab before removing a tab. Fixes bug #119461.
* Update copyright noticeChristian Persch2005-01-011-1/+1
|
* Set selection mode to BROWSE. Fixes bug #162331.Christian Persch2005-01-012-0/+12
| | | | | | | | 2004-12-31 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-topics-selector.c: (ephy_topics_selector_constructor): Set selection mode to BROWSE. Fixes bug #162331.
* UpdateChristian Persch2005-01-011-0/+2
|
* Save a strdup.Christian Persch2005-01-012-6/+8
| | | | | | | | 2004-12-31 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (delete_topic_dialog_construct): Save a strdup.
* Use approximate_digit_width, and use a smaller number of chars. From bugChristian Persch2005-01-012-2/+9
| | | | | | | | | 2004-12-31 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (tab_label_style_set_cb): Use approximate_digit_width, and use a smaller number of chars. From bug #153725.
* Fix compilation in the !HAVE_MOZILLA_PSM case.Christian Persch2005-01-012-2/+10
| | | | | | | | 2004-12-31 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.h: Fix compilation in the !HAVE_MOZILLA_PSM case.
* Updated Slovak translation.Marcel Telka2005-01-012-46/+70
| | | | | | 2004-12-31 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Fix ChangeLogChristian Persch2005-01-011-1/+1
|
* Move mime permission checks to ephy-file-helpers.Christian Persch2005-01-018-118/+152
| | | | | | | | | | | | | | | | | | | | | 2004-12-31 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-shell.c: (ephy_embed_shell_finalize), (ephy_embed_shell_get_encodings): * embed/ephy-embed-shell.h: * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: * lib/ephy-file-helpers.c: (ephy_file_helpers_shutdown), (ephy_file_delete_on_exit), (load_mime_from_xml), (ephy_file_check_mime): * lib/ephy-file-helpers.h: Move mime permission checks to ephy-file-helpers. * src/popup-commands.c: (image_open_uri), (save_source_completed_cb), (popup_cmd_open_image): Only open the image if its mime type is 'safe'.
* Make "Open Image" open the image in the default application. Fixes bugChristian Persch2004-12-312-3/+118
| | | | | | | | | | | 2004-12-31 Christian Persch <chpe@cvs.gnome.org> * src/popup-commands.c: (image_open_uri), (save_source_completed_cb), (save_temp_source), (popup_cmd_open_image): Make "Open Image" open the image in the default application. Fixes bug #138396.
* Add translator's comments to contextualised strings.Christian Persch2004-12-315-5/+52
| | | | | | | | | | | 2004-12-31 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (progress_cell_data_func): * embed/ephy-encodings.c: * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init): * src/prefs-dialog.c: (get_name_for_lang_code): Add translator's comments to contextualised strings.
* R data/conspiracy.xhtml: R data/epiphany.html: RChristian Persch2004-12-318-276/+13
| | | | | | | | | | | | | | 2004-12-31 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: R data/conspiracy.xhtml: R data/epiphany.html: R embed/mozilla/EphyAboutRedirector.cpp: R embed/mozilla/EphyAboutRedirector.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: Remove about: redirections.
* Use gnome_vfs_url_show() for Send To, not ephy_embed_load_url() whichChristian Persch2004-12-312-1/+8
| | | | | | | | | 2004-12-30 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_file_send_to): Use gnome_vfs_url_show() for Send To, not ephy_embed_load_url() which shows that annoying confirmation dialogue. Fixes bug #162532.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2004-12-302-336/+438
| | | | | | 2004-12-29 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Free the gconf value. Thanks to jfr for noticing this.Christian Perschristian Persch2004-12-292-0/+10
| | | | | | | | 2004-12-28 Christian Perschristian Persch <chpe@cvs.gnome.org> * src/ephy-extensions-manager.c: (sync_loaded_extensions): Free the gconf value. Thanks to jfr for noticing this.
* Updated Slovak translation.Marcel Telka2004-12-282-127/+167
| | | | | | 2004-12-28 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Updated Lithuanian translation.Žygimantas Beručka2004-12-282-287/+384
| | | | | | 2004-12-27 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* UpdateKjartan Maraas2004-12-273-1825/+2055
| | | | | | | | 2004-12-27 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Update 2004-12-27 Miloslav Trmac <mitr@volny.cz>
* Updated Czech translation.Miloslav Trmac2004-12-272-71/+138
| | | | | | 2004-12-27 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Use stock buttons.Christian Perschristian Persch2004-12-272-256/+14
| | | | | | | | 2004-12-26 Christian Perschristian Persch <chpe@cvs.gnome.org> * data/glade/prefs-dialog.glade: Use stock buttons.
* Don't destroy the dialogue with the parent, since that makes gtk+ goChristian Persch2004-12-272-0/+8
| | | | | | | | | 2004-12-26 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/FilePicker.cpp: Don't destroy the dialogue with the parent, since that makes gtk+ go crazy. Fixes bug #156816.
* UpdatedChristian Persch2004-12-274-116/+112
|
* Updated Spanish translation.Francisco Javier F. Serrador2004-12-272-412/+514
| | | | | | 2004-12-26 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Canadian English translation.Adam Weinberger2004-12-262-262/+329
| | | | * en_CA.po: Updated Canadian English translation.
* Add context to ambiguous strings. Fixes bug #113932.Christian Persch2004-12-265-32/+48
| | | | | | | | | | | | | 2004-12-25 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-encodings.c: (ephy_encodings_init): * lib/ephy-langs.c: * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init): * src/ephy-window.c: (show_embed_popup), (tab_context_menu_cb), (ephy_window_set_active_tab): * src/prefs-dialog.c: (create_fonts_language_menu): Add context to ambiguous strings. Fixes bug #113932.
* Updated Czech translation.Miloslav Trmac2004-12-252-242/+250
| | | | | | 2004-12-25 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Remove tons of unused marshals.Christian Persch2004-12-253-7/+12
| | | | | | | | | | | | 2004-12-24 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-marshal.list: Remove tons of unused marshals. * src/ephy-link.c: (ephy_link_base_init): Fix marshaler to match actual signal signature.
* Updated Russian translationLeonid Kanter2004-12-242-980/+1127
|
* Remove obsolete ephy_window_load_in_tabs() and use generic link openingChristian Persch2004-12-244-69/+63
| | | | | | | | | | | | | 2004-12-24 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (ephy_notebook_get_type), (notebook_drag_data_received_cb): * src/ephy-window.c: (open_link_cb), (ephy_window_init), (ephy_window_set_zoom): * src/ephy-window.h: Remove obsolete ephy_window_load_in_tabs() and use generic link opening framework instead.
* Updated Slovak translation.Marcel Telka2004-12-242-201/+216
| | | | | | 2004-12-24 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Open the bookmarks in the new tabs in the same order as they are in theChristian Persch2004-12-242-7/+23
| | | | | | | | | | 2004-12-24 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-topic-action.c: (append_bookmarks_menu), (open_in_tabs_activate_cb): Open the bookmarks in the new tabs in the same order as they are in the menu, not in some random order.
* A src/ephy-home-action.c: (ephy_home_action_activate),Christian Persch2004-12-2428-468/+849
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-12-24 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-marshal.list: * src/Makefile.am: * src/bookmarks/ephy-bookmark-action.c: (ephy_bookmark_action_get_type), (create_tool_item), (open_in_tab_activate_cb), (open_in_window_activate_cb), (activate_cb), (connect_proxy), (ephy_bookmark_action_class_init): * src/bookmarks/ephy-bookmark-action.h: * src/bookmarks/ephy-bookmarks-menu.c: (ephy_bookmarks_menu_get_type), (add_action_for_bookmark), (ephy_bookmarks_menu_class_init): * src/bookmarks/ephy-bookmarks-menu.h: * src/bookmarks/ephy-bookmarksbar.c: (ephy_bookmarksbar_get_type), (ephy_bookmarksbar_action_request): * src/bookmarks/ephy-favorites-menu.c: (ephy_favorites_menu_get_type), (ephy_favorites_menu_rebuild): * src/bookmarks/ephy-favorites-menu.h: * src/bookmarks/ephy-topic-action.c: (ephy_topic_action_get_type), (menu_activate_cb), (open_in_tabs_activate_cb), (ephy_topic_action_class_init): * src/bookmarks/ephy-topic-action.h: A src/ephy-home-action.c: (ephy_home_action_activate), (ephy_home_action_class_init), (ephy_home_action_get_type): A src/ephy-home-action.h: A src/ephy-link-action.c: (ephy_link_action_get_type): A src/ephy-link-action.h: A src/ephy-link.c: (ephy_link_flags_get_type), (ephy_link_base_init), (ephy_link_get_type), (ephy_link_open): A src/ephy-link.h: * src/ephy-location-action.c: (ephy_location_action_get_type), (action_activated_cb), (location_url_activate_cb), (connect_proxy), (disconnect_proxy), (ephy_location_action_class_init): * src/ephy-location-action.h: * src/ephy-navigation-action.c: (ephy_navigation_action_get_type), (activate_back_or_forward_menu_item_cb), (activate_up_menu_item_cb), (build_back_or_forward_menu), (build_up_menu): * src/ephy-navigation-action.h: * src/ephy-shell.c: (ephy_shell_new_tab): * src/ephy-window.c: (setup_ui_manager), (open_link_cb), (ephy_window_init): * src/toolbar.c: (toolbar_get_type), (toolbar_setup_actions): * src/window-commands.c: * src/window-commands.h: Consolidate link opening in one place by introducing an EphyLink interface which bookmarks, topics, navigation, location, home, toolbars, bookmarks menu and favourites menu implement, forwarding the link opening to the window.
* EphyEmbedChrome is flags, not enum.Christian Persch2004-12-243-2/+9
| | | | | | | | | 2004-12-24 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.c: (ephy_embed_base_init): * lib/ephy-marshal.list: EphyEmbedChrome is flags, not enum.
* A lib/ephy-signal-accumulator.c: (ephy_signal_accumulator_object): AChristian Persch2004-12-239-20/+124
| | | | | | | | | | | | | | | 2004-12-23 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.c: (ephy_embed_base_init): * embed/ephy-embed.h: * embed/mozilla/mozilla-embed.cpp: * lib/Makefile.am: * lib/ephy-marshal.list: A lib/ephy-signal-accumulator.c: (ephy_signal_accumulator_object): A lib/ephy-signal-accumulator.h: * src/ephy-tab.c: (ephy_tab_new_window_cb): Fix new_window signal.
* Updated Canadian English translation.Adam Weinberger2004-12-232-13/+44
| | | | * en_CA.po: Updated Canadian English translation.
* Updated Lithuanian translation.Žygimantas Beručka2004-12-232-332/+341
| | | | | | 2004-12-22 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2004-12-232-1030/+667
| | | | | | | 2004-12-22 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2004-12-222-686/+724
| | | | | | 2004-12-21 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Add comment for translatorsChristian Persch2004-12-221-0/+1
|
* Updated Russian translationLeonid Kanter2004-12-212-791/+398
|
* 2004-12-21 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2004-12-212-692/+731
|
* Forgot to commit thisChristian Persch2004-12-211-0/+3
|
* Don't crash if trying to get the document type before the widget isChristian Persch2004-12-212-0/+9
| | | | | | | | | 2004-12-20 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Don't crash if trying to get the document type before the widget is realised.
* Post-release version bump.Christian Persch2004-12-212-1/+7
| | | | | | | | 2004-12-20 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* Updated Canadian English translation.Adam Weinberger2004-12-202-7/+21
| | | | * en_CA.po: Updated Canadian English translation.
* === Release 1.5.3 ===Release153Christian Persch2004-12-204-0/+25
| | | | | | | | | | 2004-12-20 Christian Persch <chpe@cvs.gnome.org> === Release 1.5.3 === * data/Makefile.am: * doc/reference/tmpl/ephy-embed.sgml: * doc/reference/tmpl/ephy-tab.sgml:
* UpdateChristian Persch2004-12-201-0/+1
|
* Fix untranslated string. Fixes bug #161739.Christian Persch2004-12-202-1/+8
| | | | | | | | 2004-12-20 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (update_download_row): Fix untranslated string. Fixes bug #161739.
* Really make the configure check for -Wdeclaration-after-statement work.Christian Persch2004-12-202-0/+9
| | | | | | | | 2004-12-20 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Really make the configure check for -Wdeclaration-after-statement work.
* Updated Slovak translation.Marcel Telka2004-12-202-309/+294
| | | | | | 2004-12-20 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Updated Canadian English translation.Adam Weinberger2004-12-202-334/+293
| | | | * en_CA.po: Updated Canadian English translation.
* Updated for version 1.5.3.Christian Persch2004-12-202-4/+10
| | | | | | | | 2004-12-20 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Updated for version 1.5.3.
* Update for 1.5.3Christian Persch2004-12-201-0/+68
|
* Fix a mem leak, and update copyright notice.Christian Persch2004-12-203-21/+11
| | | | | | | | | | 2004-12-19 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-langs.c: (ephy_langs_append_languages), (load_iso_entries): * lib/ephy-langs.h: Fix a mem leak, and update copyright notice.
* Remove inline help. Fixes bug #137603.Christian Persch2004-12-202-17/+6
| | | | | | | | 2004-12-19 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbar-editor.c: (setup_editor): Remove inline help. Fixes bug #137603.
* Add "View Properties" to duplicated bookmarks dialogue. Fixes bug #117643Christian Persch2004-12-192-15/+47
| | | | | | | | | | | 2004-12-19 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct), (duplicate_bookmark_response_cb), (duplicated_node_destroy_cb), (ephy_new_bookmark_is_unique): Add "View Properties" to duplicated bookmarks dialogue. Fixes bug #117643 and bug #138300.
* Fix crash, thanks to Crispin for noticing this.Christian Persch2004-12-192-2/+9
| | | | | | | | 2004-12-19 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozRegisterComponents.cpp: Fix crash, thanks to Crispin for noticing this.
* Correct code for "Afrikaans".Christian Persch2004-12-192-1/+7
| | | | | | | | 2004-12-19 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: Correct code for "Afrikaans".
* Try to fix the build.Christian Persch2004-12-193-4/+10
| | | | | | | | | 2004-12-19 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/FilePicker.cpp: Try to fix the build.
* Fix the build.Christian Persch2004-12-193-15/+8
| | | | | | | | | 2004-12-19 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.c: (ephy_embed_base_init): * src/ephy-window.c: Fix the build.
* Check for -Wdeclaration-after-statement, it's not universally available.Christian Persch2004-12-192-1/+32
| | | | | | | | 2004-12-19 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Check for -Wdeclaration-after-statement, it's not universally available.
* Fix a mem leakChristian Persch2004-12-191-4/+6
|
* Fix my nameChristian Persch2004-12-191-1/+1
|
* Updated Czech translation.Miloslav Trmac2004-12-192-615/+641
| | | | | | 2004-12-19 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Remove stray g_printChristian Persch2004-12-193-3/+3
|
* Mozilla API change.Christian Persch2004-12-193-2/+41
| | | | | | | | | 2004-12-19 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/MozDownload.cpp: Mozilla API change.
* Don't show multiple toolbar editors for the same window. Part of bugChristian Persch2004-12-192-5/+23
| | | | | | | | | | 2004-12-18 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (toolbar_editor_destroy_cb), (window_cmd_edit_toolbar): Don't show multiple toolbar editors for the same window. Part of bug #111114.
* Make sure we don't have any app-modal dialogues. Fixes bug #110479.Christian Persch2004-12-1912-54/+142
| | | | | | | | | | | | | | | | | | | | 2004-12-18 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/FilePicker.cpp: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * lib/ephy-file-chooser.c: (ephy_file_chooser_new): * lib/ephy-gui.c: (ephy_gui_ensure_window_group), (ephy_gui_confirm_overwrite_file): * lib/ephy-gui.h: * src/bookmarks/ephy-bookmarks-editor.c: (delete_topic_dialog_construct), (ephy_bookmarks_editor_construct): * src/ephy-window.c: (ephy_window_init): * src/pdm-dialog.c: (show_cookies_properties): Make sure we don't have any app-modal dialogues. Fixes bug #110479.
* Disable Zoom items for images, and disable zoom, encoding and view sourceChristian Persch2004-12-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | 2004-12-18 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.c: (ephy_embed_chrome_get_type), (ephy_embed_document_type_get_type), (ephy_embed_base_init): * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: * src/ephy-tab.c: (ephy_tab_set_property), (ephy_tab_get_property), (ephy_tab_class_init), (ephy_tab_get_document_type), (ephy_tab_document_type_cb), (ephy_tab_init): * src/ephy-tab.h: * src/ephy-window.c: (sync_tab_document_type), (sync_tab_zoom), (ephy_window_set_active_tab): * src/toolbar.c: (toolbar_update_zoom): * src/toolbar.h: Disable Zoom items for images, and disable zoom, encoding and view source for images and xml (xul) documents. Fixes bug #132240.
* Disable Print and Print Preview while still loading the page. Fixes bugChristian Persch2004-12-192-13/+35
| | | | | | | | | | 2004-12-18 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (update_print_actions), (update_actions_sensitivity), (sync_tab_load_status): Disable Print and Print Preview while still loading the page. Fixes bug #116344.
* Disable Zoom items for images, and disable zoom, encoding and view sourceChristian Persch2004-12-1911-12/+225
| | | | | | | | | | | | | | | | | | | | | | 2004-12-18 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.c: (ephy_embed_chrome_get_type), (ephy_embed_document_type_get_type), (ephy_embed_base_init): * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: * src/ephy-tab.c: (ephy_tab_set_property), (ephy_tab_get_property), (ephy_tab_class_init), (ephy_tab_get_document_type), (ephy_tab_document_type_cb), (ephy_tab_init): * src/ephy-tab.h: * src/ephy-window.c: (sync_tab_document_type), (sync_tab_zoom), (ephy_window_set_active_tab): * src/toolbar.c: (toolbar_update_zoom): * src/toolbar.h: Disable Zoom items for images, and disable zoom, encoding and view source for images and xml (xul) documents. Fixes bug #132240.
* Updated Spanish translation.Francisco Javier F. Serrador2004-12-182-479/+549
| | | | | | 2004-12-18 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Slovak translation.Marcel Telka2004-12-182-30/+38
| | | | | | 2004-12-18 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Updated Canadian English translation.Adam Weinberger2004-12-182-53/+61
| | | | * en_CA.po: Updated Canadian English translation.
* Fix email links by prepending mailto: before calling gnome_vfs_url_show().Christian Persch2004-12-182-1/+12
| | | | | | | | | 2004-12-17 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (handle_email): Fix email links by prepending mailto: before calling gnome_vfs_url_show().
* Use gtk_show_about_dialog(), and handle urls and mailto.Adam Hooper2004-12-184-35/+44
|
* Add attach_tab and detach_tab functions to extension interface (bugAdam Hooper2004-12-185-4/+152
| | | | #153732). Thanks to Crispin for almost all of the code.
* Fix name for "gd" language (Scots Gaelic). Fixes bug #161509.Christian Persch2004-12-172-1/+7
| | | | | | | | 2004-12-17 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: Fix name for "gd" language (Scots Gaelic). Fixes bug #161509.
* Updated Albanian translation.Laurent Dhima2004-12-172-670/+743
| | | | | | 2004-12-17 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Updated Lithuanian translation.Žygimantas Beručka2004-12-172-369/+403
| | | | | | 2004-12-17 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Fixed typo in Turkish Translation fixed bug #161308Baris Cicek2004-12-172-824/+947
| | | | | | | 2004-12-17 Baris Cicek <baris@teamforce.name.tr> * tr.po: Fixed typo in Turkish Translation fixed bug #161308
* Updated Slovak translation.Marcel Telka2004-12-172-215/+213
| | | | | | 2004-12-16 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Implement context menu on tray icon, as per HIG. Fixes bug #152903.Christian Persch2004-12-176-41/+129
| | | | | | | | | | | | | | | | | | 2004-12-16 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (show_downloader_cb), (status_icon_popup_menu_cb), (show_status_icon): * lib/egg/eggstatusicon.c: (egg_status_icon_class_init), (egg_status_icon_init), (egg_status_icon_finalize), (emit_activate_signal), (emit_popup_menu_signal), (egg_status_icon_size_allocate), (egg_status_icon_button_press), (egg_status_icon_set_tooltip): * lib/egg/eggstatusicon.h: * lib/ephy-gui.c: (ephy_gui_menu_position_under_widget), (ephy_gui_menu_position_on_panel): * lib/ephy-gui.h: Implement context menu on tray icon, as per HIG. Fixes bug #152903.
* Add stock icon to the "Clear" button.Christian Persch2004-12-172-3/+14
| | | | | | | | 2004-12-16 Christian Persch <chpe@cvs.gnome.org> * src/ephy-history-window.c: (confirmation_dialog_construct): Add stock icon to the "Clear" button.
* Check the encodings before we set the mozilla pref. From bug #150266.Christian Persch2004-12-173-26/+83
| | | | | | | | | 2004-12-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-notifiers.cpp: * embed/mozilla/mozilla-notifiers.h: Check the encodings before we set the mozilla pref. From bug #150266.
* Updated Canadian English translation.Adam Weinberger2004-12-162-16/+53
| | | | * en_CA.po: Updated Canadian English translation.
* Quote app name.Christian Persch2004-12-162-2/+8
| | | | | | | | 2004-12-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Quote app name.
* Disable search. Fixes bug #157157.Christian Persch2004-12-162-0/+8
| | | | | | | | 2004-12-16 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (downloader_view_build_ui): Disable search. Fixes bug #157157.
* Small improvement.Christian Persch2004-12-162-2/+7
| | | | | | | | 2004-12-16 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (entry_populate_popup_cb): Small improvement.
* Added lib/widgets/ephy-location-entry.c.Christian Persch2004-12-162-0/+5
| | | | | | 2004-12-16 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Added lib/widgets/ephy-location-entry.c.
* Move Clear after Select All.Christian Persch2004-12-162-11/+26
| | | | | | | | 2004-12-16 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (entry_populate_popup_cb): Move Clear after Select All.
* Add app name to primary text, too. Fixes bug #141327.Christian Persch2004-12-162-2/+10
| | | | | | | | 2004-12-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Add app name to primary text, too. Fixes bug #141327.
* RemovedChristian Persch2004-12-161-60/+0
|
* Add "Clear" to entry context menu. Fixes bug #118395.Christian Persch2004-12-162-0/+56
| | | | | | | | | | 2004-12-16 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (entry_clear_activate_cb), (entry_populate_popup_cb), (ephy_location_entry_construct_contents): Add "Clear" to entry context menu. Fixes bug #118395.
* Add stock icon to "Save As..." button.Christian Persch2004-12-162-3/+16
| | | | | | | | 2004-12-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Add stock icon to "Save As..." button.
* Tell the user with which application we're going to open the content.Christian Persch2004-12-162-26/+39
| | | | | | | | | 2004-12-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Tell the user with which application we're going to open the content. Fixes bug #141327.
* Updated Canadian English translation.Adam Weinberger2004-12-152-345/+330
| | | | * en_CA.po: Updated Canadian English translation.
* Remove a duplicated lang code.Christian Persch2004-12-152-1/+6
| | | | | | | | 2004-12-14 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: Remove a duplicated lang code.
* Use alignments instead of empty labels for alignment.Christian Persch2004-12-146-1116/+946
| | | | | | | | | | | | | | | 2004-12-14 Christian Persch <chpe@cvs.gnome.org> * data/glade/certificate-dialogs.glade: * data/glade/epiphany.glade: * data/glade/prefs-dialog.glade: * data/glade/print.glade: Use alignments instead of empty labels for alignment. * src/prefs-dialog.c: (prefs_dialog_init): Remove a size group, it's not needed anymore.
* Updated Slovak translation.Marcel Telka2004-12-142-147/+171
| | | | | | 2004-12-13 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Updated Czech translation.Miloslav Trmac2004-12-142-12/+41
| | | | | | 2004-12-13 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Updated British translation.David Lodge2004-12-142-581/+623
| | | | | | 2004-12-13 David Lodge <dave@cirt.net> * en_GB.po: Updated British translation.
* Updated Danish translation.Martin Willemoes Hansen2004-12-142-20/+34
| | | | * da.po: Updated Danish translation.
* Updated Danish translation.Martin Willemoes Hansen2004-12-141-263/+314
| | | | * da.po: Updated Danish translation.
* ChangeLogChristian Persch2004-12-141-0/+12
|
* Prompt for bookmark update.Christian Persch2004-12-142-22/+81
| | | | | | | | | | | | | | 2004-12-13 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (update_bookmark_response_cb), (update_bookmark_destroy_cb), (redirect_cb): Prompt for bookmark update. * src/prefs-dialog.c: (get_download_button_label): Use gtk domain for Home and Desktop strings to get the same as the filechooser.
* Make distcheck fix.Christian Persch2004-12-141-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2004-12-13 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: Make distcheck fix. * lib/ephy-string.c: * lib/ephy-string.h: Finally remove ephy_string_shorten(). * src/bookmarks/ephy-bookmark-action.c: (create_tool_item), (ephy_bookmark_action_sync_label): * src/bookmarks/ephy-bookmarks-menu.c: (connect_proxy_cb): * src/bookmarks/ephy-favorites-menu.c: (connect_proxy_cb): * src/bookmarks/ephy-topic-action.c: (create_tool_item), (ephy_topic_action_sync_label), (append_bookmarks_menu), (build_topics_menu): * src/ephy-navigation-action.c: (new_history_menu_item): Use gtk_label_set_max_width_chars() and ellipsise the labels.
* Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessaryChristian Persch2004-12-1415-93/+61
| | | | | | | | | | | | | | | | | | | | | | 2004-12-13 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-encodings.c: (elide_underscores), (add_encoding): * embed/mozilla/FilePicker.cpp: * lib/ephy-dnd.c: * lib/ephy-node.c: * lib/ephy-string.c: (ephy_string_blank_chr): * lib/ephy-string.h: * lib/widgets/ephy-node-view.c: * src/ephy-encoding-menu.c: * src/ephy-notebook.c: * src/ephy-session.c: * src/ephy-statusbar.c: * src/ephy-tab.c: (ephy_tab_set_title): * src/ephy-tabs-menu.c: (connect_proxy_cb): * src/ppview-toolbar.c: Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessary ephy-string.h includes.
* Make distcheck fix.Christian Persch2004-12-149-80/+51
| | | | | | | | | | | | | | | | | | | | | | | | 2004-12-13 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: Make distcheck fix. * lib/ephy-string.c: * lib/ephy-string.h: Finally remove ephy_string_shorten(). * src/bookmarks/ephy-bookmark-action.c: (create_tool_item), (ephy_bookmark_action_sync_label): * src/bookmarks/ephy-bookmarks-menu.c: (connect_proxy_cb): * src/bookmarks/ephy-favorites-menu.c: (connect_proxy_cb): * src/bookmarks/ephy-topic-action.c: (create_tool_item), (ephy_topic_action_sync_label), (append_bookmarks_menu), (build_topics_menu): * src/ephy-navigation-action.c: (new_history_menu_item): Use gtk_label_set_max_width_chars() and ellipsise the labels.
* Adapt PSM configure check for new header location in SDK. Up gtk+Christian Persch2004-12-142-21/+70
| | | | | | | | | 2004-12-13 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Adapt PSM configure check for new header location in SDK. Up gtk+ dependency to 2.5.7.
* Translation updated.Vincent van Adrighem2004-12-132-360/+442
| | | | | | 2004-12-13 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
* Back out the fix for bug #158466, it's wrong.Christian Persch2004-12-132-2/+7
| | | | | | | | 2004-12-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Back out the fix for bug #158466, it's wrong.
* Updated Canadian English translation.Adam Weinberger2004-12-122-2/+31
| | | | * en_CA.po: Updated Canadian English translation.
* Updated Simplified Chinese translationFunda Wang2004-12-112-797/+900
|
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2004-12-102-748/+827
| | | | | | | 2004-12-10 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Updated Lithuanian translation.Žygimantas Beručka2004-12-102-101/+131
| | | | | | 2004-12-09 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Updated Canadian English translation.Adam Weinberger2004-12-082-99/+129
| | | | * en_CA.po: Updated Canadian English translation.
* Updated Slovak translation.Marcel Telka2004-12-082-115/+145
| | | | | | 2004-12-07 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Fix attribution in ChangeLogChristian Persch2004-12-081-0/+1
|
* Updated Czech translation.Miloslav Trmac2004-12-082-104/+134
| | | | | | 2004-12-07 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* A data/epiphany-bookmarks-html.xsl:Christian Persch2004-12-079-25/+310
| | | | | | | | | | | | | | | | | 2004-12-06 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * data/Makefile.am: A data/epiphany-bookmarks-html.xsl: * data/ui/epiphany-bookmark-editor-ui.xml: * src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_export), (ephy_bookmarks_editor_construct): * src/bookmarks/ephy-bookmarks-export.c: (write_rdf), (ephy_bookmarks_export_rdf), (ephy_bookmarks_export_mozilla): * src/bookmarks/ephy-bookmarks-export.h: * src/ephy-main.c: (main): Add bookmarks export to bookmarks editor. Fixes bug #157745.
* 2004-12-05 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2004-12-052-482/+535
|
* Fix typo.Christian Persch2004-12-042-1/+7
| | | | | | | | 2004-12-04 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/Makefile.am: Fix typo.
* Deactivate the context menu on window close. Fixes bug #156812.Christian Persch2004-12-042-0/+11
| | | | | | | | 2004-12-04 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (ephy_window_destroy): Deactivate the context menu on window close. Fixes bug #156812.
* Don't offer to resume if there are open windows. Fixes bug #160345.Christian Persch2004-12-032-1/+8
| | | | | | | | | 2004-12-03 Christian Persch <chpe@cvs.gnome.org> * src/ephy-session.c: (ephy_session_autoresume): Don't offer to resume if there are open windows. Fixes bug #160345.
* Updated Lithuanian translation.Žygimantas Beručka2004-12-032-310/+341
| | | | | | 2004-12-03 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Updated Canadian English translation.Adam Weinberger2004-12-032-198/+212
| | | | * en_CA.po: Updated Canadian English translation.
* Use stock icon for "Open In New Tab".Christian Persch2004-12-032-1/+7
| | | | | | | | 2004-12-03 Christian Persch <chpe@cvs.gnome.org> * src/ephy-history-window.c: Use stock icon for "Open In New Tab".
* Use stock icon for "Open In New Tab".Christian Persch2004-12-032-1/+7
| | | | | | | | 2004-12-03 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: Use stock icon for "Open In New Tab".
* Don't use NS_LITERAL_CSTRING.Christian Persch2004-12-032-1/+7
| | | | | | | | 2004-12-02 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyHistoryListener.cpp: Don't use NS_LITERAL_CSTRING.
* Remove FIXME commentChristian Persch2004-12-021-1/+0
|
* Removed references to removed files.Christian Persch2004-12-023-10/+26
| | | | | | | | 2004-12-02 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Removed references to removed files.
* Update bookmarks from HTTP 301. Fixes bug #126312.Christian Persch2004-12-0211-18/+316
| | | | | | | | | | | | | | | | | | | | 2004-12-02 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (ephy_history_class_init): * embed/ephy-history.h: * embed/mozilla/EphyHistoryListener.cpp: * embed/mozilla/EphyHistoryListener.h: * embed/mozilla/EphyUtils.cpp: * embed/mozilla/EphyUtils.h: * embed/mozilla/GlobalHistory.cpp: * embed/mozilla/GlobalHistory.h: * embed/mozilla/Makefile.am: * src/bookmarks/ephy-bookmarks.c: (redirect_cb), (ephy_setup_history_notifiers): * src/ephy-window.c: (confirm_close_with_modified_forms), (ensure_window_group), (ephy_window_init): Update bookmarks from HTTP 301. Fixes bug #126312.
* Downgrade automake requirement to 1.8.Christian Persch2004-12-022-1/+7
| | | | | | | | 2004-12-02 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Downgrade automake requirement to 1.8.
* Updated Czech translation.Miloslav Trmac2004-12-022-193/+210
| | | | | | 2004-12-01 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Shut upChristian Persch2004-12-021-0/+6
|
* If the gconf key doesn't exist, or has the wrong value type, set it toChristian Persch2004-12-022-2/+33
| | | | | | | | | | 2004-12-01 Christian Persch <chpe@cvs.gnome.org> * src/ephy-extensions-manager.c: (sync_loaded_extensions): If the gconf key doesn't exist, or has the wrong value type, set it to ["extensions-manager-ui"] to ensure the extensions manager UI is loaded if it's installed.
* *** empty log message ***Christian Persch2004-12-011-1/+4
|
* Remove cruft.Christian Persch2004-12-012-31/+6
| | | | | | | | 2004-12-01 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/Makefile.am: Remove cruft.
* Add deprecated defines to AM_CPPFLAGS in maintainer-mode.Christian Persch2004-12-0114-176/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-12-01 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Add deprecated defines to AM_CPPFLAGS in maintainer-mode. * doc/reference/Makefile.am: * embed/Makefile.am: * embed/mozilla/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * lib/egg/eggintl.h: * lib/widgets/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: INCLUDES is deprecated, use AM_CPPFLAGS and AM_CFLAGS instead. * lib/eel-gconf-extensions.c: (eel_gconf_client_get_global): Removed usage of deprecated gconf API. * src/ephy-main.c: (main): Removed usage of deprecated glade API.
* Updated Slovak translation.Marcel Telka2004-12-012-182/+196
| | | | | | 2004-11-30 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Updated Danish translation.Martin Willemoes Hansen2004-11-302-21/+26
| | | | * da.po: Updated Danish translation.
* Fix "Open Frame" menu item name. Fixes bug #153816.Christian Persch2004-11-303-2/+10
| | | | | | | | 2004-11-29 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: Fix "Open Frame" menu item name. Fixes bug #153816.
* Post-release version bunmp.Christian Persch2004-11-292-1/+7
| | | | | | | | 2004-11-29 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bunmp.
* === Release 1.5.2 ===Release152Christian Persch2004-11-291-0/+4
| | | | | | 2004-11-29 Christian Persch <chpe@cvs.gnome.org> === Release 1.5.2 ===
* Updated Danish translation.Martin Willemoes Hansen2004-11-292-742/+767
| | | | * da.po: Updated Danish translation.
* Version 1.5.2.Christian Persch2004-11-295-5/+20
| | | | | | | | | | | 2004-11-29 Christian Persch <chpe@cvs.gnome.org> * NEWS: * configure.ac: * doc/reference/tmpl/ephy-embed.sgml: * lib/ephy-file-chooser.c: (ephy_file_chooser_add_pattern_filter): Version 1.5.2.
* Updated Spanish translation.Francisco Javier F. Serrador2004-11-282-323/+353
| | | | | | 2004-11-28 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Fixes leak.Vincent Untz2004-11-281-1/+4
| | | | | | | | 2004-11-28 Vincent Untz <vincent@vuntz.net> * src/bookmarks/ephy-bookmarksbar-model.c: (impl_get_item_id): Fixes leak.
* Revert the earlier patch: don't emit tabs-reordered when the tab-addedChristian Persch2004-11-282-12/+10
| | | | | | | | | | 2004-11-28 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (ephy_notebook_add_tab): Revert the earlier patch: don't emit tabs-reordered when the tab-added signal handler reordered the tab, since ephy_notebook_move_tab does it already.
* Updated Catalan translation.Jordi Mallach2004-11-282-825/+947
|
* Add translator commentsChristian Persch2004-11-281-0/+9
|
* Better translator's commentChristian Persch2004-11-281-0/+16
|
* Updated Slovak translation.Marcel Telka2004-11-282-88/+87
| | | | | | 2004-11-27 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Updating NEWSChristian Persch2004-11-281-0/+84
|
* Updated Canadian English translation.Adam Weinberger2004-11-272-85/+84
| | | | * en_CA.po: Updated Canadian English translation.
* Updated Czech translation.Miloslav Trmac2004-11-262-87/+89
| | | | | | 2004-11-26 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Don't move the window, just show it. Fixes bug #158923.Christian Persch2004-11-262-1/+7
| | | | | | | | 2004-11-26 Christian Persch <chpe@cvs.gnome.org> * src/ephy-shell.c: (ephy_shell_new_tab): Don't move the window, just show it. Fixes bug #158923.
* Build auto-generated files in builddir, not in srcdir.Christian Persch2004-11-264-13/+15
| | | | | | | | | | 2004-11-25 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: Build auto-generated files in builddir, not in srcdir.
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-11-266-57/+31
| | | | | | | | | | | | | | | | | | 2004-11-25 Marco Pesenti Gritti <marco@gnome.org> reviewed by: Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: * lib/widgets/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Fix build out of src directory. * src/window-commands.c: (editor_open_uri), (window_cmd_view_page_source): Rework the code to not use deprecated API.
* Fix compile in the !HAVE_ISO_CODES case.Christian Persch2004-11-252-1/+7
| | | | | | | | 2004-11-25 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: (create_language_section): Fix compile in the !HAVE_ISO_CODES case.
* Check for iso-codes package.Christian Persch2004-11-256-14/+575
| | | | | | | | | | | | | | | | | | | | | | | | | 2004-11-25 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Check for iso-codes package. * data/glade/prefs-dialog.glade: * lib/ephy-langs.c: (ephy_langs_bind_iso_domains), (read_iso_639_entry), (read_iso_3166_entry), (load_iso_entries), (ephy_langs_iso_639_table), (ephy_langs_iso_3166_table): * lib/ephy-langs.h: Load language and locales list from iso-codes package, if available. * src/prefs-dialog.c: (prefs_dialog_finalize), (add_lang_dialog_selection_changed), (add_lang_dialog_response_cb), (get_name_for_lang_code), (add_system_language_entry), (setup_add_language_dialog), (create_language_section): If the iso-codes package is available, use that to translate language names and offer a wider variety of languages. Fixes bug #155498.
* Updated Norwegian bokmål translation.Kjartan Maraas2004-11-252-802/+866
| | | | | | 2004-11-25 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation.
* Updated Canadian English translation.Adam Weinberger2004-11-252-84/+81
| | | | * en_CA.po: Updated Canadian English translation.
* Fix ChangeLogChristian Persch2004-11-251-0/+1
|