aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed add-bookmark and import-bookmarks functions, and changed load-urlChristian Persch2006-01-246-96/+73
| | | | | | | | | | | | | | | | | | | 2006-01-23 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-service.xml: * src/ephy-activation.c: (ephy_activation_load_url), (ephy_activation_open_bookmarks_editor): * src/ephy-activation.h: Removed add-bookmark and import-bookmarks functions, and changed load-url to use an options string instead of loads of booleans. * src/ephy-main.c: (unref_proxy_reply_cb), (open_urls), (call_dbus_proxy): Adapt to changed dbus call signatures. Fixes open-in-new-tab/window from cmd line.
* Add a GError** to ephy_file_helpers_init and ephy_ensure_dir_exists, so weChristian Persch2006-01-2412-631/+800
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-23 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: * lib/ephy-file-helpers.c: (ephy_file_helpers_init), (ephy_ensure_dir_exists): * lib/ephy-file-helpers.h: Add a GError** to ephy_file_helpers_init and ephy_ensure_dir_exists, so we can show the error to the user in main(). * src/ephy-dbus.c: (ephy_dbus_connect_to_session_bus_cb), (ephy_dbus_connect_to_system_bus_cb), (session_filter_func), (system_filter_func), (ephy_dbus_connect_to_system_bus), (ephy_dbus_connect_to_session_bus), (ephy_dbus_shutdown), (ephy_dbus_finalize), (ephy_dbus_get_type), (ephy_dbus_get_default), (ephy_dbus_get_bus), (ephy_dbus_get_proxy), (_ephy_dbus_startup), (_ephy_dbus_release), (_ephy_dbus_is_name_owner): * src/ephy-dbus.h: Refactored. Propagate errors to callers via GError**, and change lifecycle to the app lifetime. * src/ephy-lockdown.c: (ephy_lockdown_init), (ephy_lockdown_finalize): Move gconf notification add/remove for the lockdown key dirs here from main(). * src/ephy-shell.c: (ephy_shell_dispose), (_ephy_shell_create_instance): * src/ephy-shell.h: * src/epiphany.defs: Remove ephy_shell_startup and related stuff. * src/ephy-main.c: (handle_url), (handle_email), (shell_weak_notify), (dbus_g_proxy_finalized_cb), (save_yourself_cb), (die_cb), (gnome_session_init), (path_from_command_line_arg), (open_urls), (call_dbus_proxy), (show_error_message), (main): Move all startup code to main(), so we can show errors to the user instead of crashing when things go wrong. Part of bug #326807.
* Invert button order. Bug #327381.Christian Persch2006-01-242-4/+30
| | | | | | | | 2006-01-23 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyPromptService.cpp: Invert button order. Bug #327381.
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2006-01-233-144/+195
| | | | | | | 2006-01-23 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-01-232-71/+108
|
* *** empty log message ***Ignacio Casal Quinteiro2006-01-232-71/+93
|
* When updating the address bar, always update the address state, sometimesCrispin Flowerday2006-01-232-0/+11
| | | | | | | | | | 2006-01-22 Crispin Flowerday <gnome@flowerday.cx> * lib/widgets/ephy-location-entry.c (ephy_location_entry_set_location): When updating the address bar, always update the address state, sometimes it isn't updated if the text in the GtkEntry isn't altered (and hence the 'changed' signal isn't called.
* Add guards to avoid crashing on exit if system bus isn't running. FixesCrispin Flowerday2006-01-222-9/+24
| | | | | | | | | 2006-01-22 Crispin Flowerday <gnome@flowerday.cx> * src/ephy-dbus.c (ephy_dbus_shutdown): Add guards to avoid crashing on exit if system bus isn't running. Fixes bug #327845
* Updated British Engligh translationCrispin Flowerday2006-01-222-1401/+1986
| | | | | | 2006-01-22 Crispin Flowerday <gnome@flowerday.cx> * en_GB.po: Updated British Engligh translation
* Change the EphyPermissionManager API so that it is more obvious what itCrispin Flowerday2006-01-226-48/+65
| | | | | | | | | | | | | | | | | | | 2006-01-22 Crispin Flowerday <gnome@flowerday.cx> * embed/ephy-permission-manager.c: (ephy_permission_manager_add_permission), (ephy_permission_manager_remove_permission), (ephy_permission_manager_clear_permissions), (ephy_permission_manager_test_permission), (ephy_permission_manager_list_permissions): * embed/ephy-permission-manager.h: * src/ephy-tab.c: (ephy_tab_get_popups_allowed), (ephy_tab_set_popups_allowed): * src/epiphany.defs: * src/epiphany.override: Change the EphyPermissionManager API so that it is more obvious what it does when used from python.
* embed/ephy-favicon-cache.c (remove_obsolete_icons) (icon_is_obsolete)Crispin Flowerday2006-01-223-0/+24
| | | | | | | | | | 2006-01-22 Crispin Flowerday <gnome@flowerday.cx> * embed/ephy-favicon-cache.c (remove_obsolete_icons) (icon_is_obsolete) * embed/ephy-history.c (page_is_obsolete, remove_obsolete_pages): Use non-deprecated functions when compiling against glib > 2.9
* Updated Finnish translationIlkka Tuohela2006-01-222-68/+103
|
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-222-72/+100
|
* Updated Spanish translation.Francisco Javier F. Serrador2006-01-222-89/+142
| | | | | | 2006-01-22 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Jan 22 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-222-2065/+892
| | | | | | * Jan 22 2006 Reinout van Schouwen <reinout@cs.vu.nl> * Updated Dutch translation
* src/ephy-window.cPeter Harvey2006-01-222-4/+10
| | | | | | | | | | 2006-01-22 Peter Harvey <peter.a.harvey@gmail.com> * src/ephy-window.c Fixed the mouse cursor entry/exit code for the toolbar. I have a suspicion that a bug may have been fixed in Gtk+ because this solution was tried before. Bug #326817.
* - Change EphyEmbedEvent.get_property to .get_event_property - WrapCrispin Flowerday2006-01-223-2/+68
| | | | | | | | | | | | 2006-01-21 Crispin Flowerday <gnome@flowerday.cx> * src/epiphany.defs: * src/epiphany.override: - Change EphyEmbedEvent.get_property to .get_event_property - Wrap EphyPermissionManager.list(), and the boxed type it uses. - Wrap EphyEmbed.get_security_level()
* Put blank lines between the paragraphs in the licence dialog.Crispin Flowerday2006-01-222-1/+8
| | | | | | | | | 2006-01-21 Crispin Flowerday <gnome@flowerday.cx> * src/window-commands.c (window_cmd_help_about): Put blank lines between the paragraphs in the licence dialog.
* Remove both session/system filters before finalizing EphyDbus object. FixJean-François Rameau2006-01-222-0/+14
| | | | | | | | | 2006-01-22 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-dbus.c: (ephy_dbus_shutdown): Remove both session/system filters before finalizing EphyDbus object. Fix #327845.
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-01-223-210/+17
| | | | | | | | | | | 2006-01-22 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-bookmark-action.c * src/bookmarks/ephy-bookmark-properties.c Remove the user-icon functionality for now. Too many bugs. Note that support for the user-icon field still exists in the bookmarks database itself.
* Fix the previous commit.Christian Persch2006-01-222-3/+9
| | | | | | | | 2006-01-21 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_help_about): Fix the previous commit.
* src/bookmarks/ephy-bookmarks-editor.c (cmd_bookmarks_export)Crispin Flowerday2006-01-222-1/+9
| | | | | | | | 2006-01-21 Crispin Flowerday <gnome@flowerday.cx> * src/bookmarks/ephy-bookmarks-editor.c (cmd_bookmarks_export) Add back the gtk_widget_destroy() to really fix bug #327438
* Updated Finnish translationIlkka Tuohela2006-01-222-6/+24
|
* Fix bookmark exporting, so that it can be cancelled. Fixes bug #327438Crispin Flowerday2006-01-222-4/+14
| | | | | | | | | 2006-01-21 Crispin Flowerday <gnome@flowerday.cx> * src/bookmarks/ephy-bookmarks-editor.c (cmd_bookmarks_export): Fix bookmark exporting, so that it can be cancelled. Fixes bug #327438
* Add licence to about dialogue. Patch by Brian Pepple, bug #327998.Christian Persch2006-01-222-0/+30
| | | | | | | | | 2006-01-21 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_help_about): Add licence to about dialogue. Patch by Brian Pepple, bug #327998.
* Updated Hebrew translation. :Yair Hershkovitz2006-01-222-964/+1331
| | | | | | | 2006-01-21 Yair Hershkovitz <yairhr@gmail.com> * he.po: Updated Hebrew translation. :
* Updated Thai translation.Theppitak Karoonboonyanan2006-01-212-280/+447
| | | | | | 2006-01-21 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Jan 21 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-212-1/+8
| | | | | | * Jan 21 2006 Reinout van Schouwen <reinout@cs.vu.nl> * C/epiphany.xml: add abstract
* *** empty log message ***Ignacio Casal Quinteiro2006-01-202-3/+23
|
* update for changesAmanpreet Singh Alam2006-01-201-338/+491
|
* Updated Finnish translationIlkka Tuohela2006-01-202-268/+434
|
* Added missing file. Updated Canadian English translation.Adam Weinberger2006-01-203-20/+40
| | | | | | | 2006-01-19 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Added missing file. * en_CA.po: Updated Canadian English translation.
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2006-01-193-634/+919
| | | | | | | 2006-01-19 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same.
* *** empty log message ***Ignacio Casal Quinteiro2006-01-192-268/+414
|
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-192-268/+414
|
* Updated Japanese Translation.Satoru SATOH2006-01-192-319/+505
| | | | | | 2006-01-19 Satoru SATOH <ss@gnome.gr.jp> * ja.po: Updated Japanese Translation.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-01-192-36/+43
|
* Jan 19 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-194-2686/+2898
| | | | | | | * Jan 19 2006 Reinout van Schouwen <reinout@cs.vu.nl> * help/C/epiphany.xml: update section on zoom factor * po/nl.po: update Dutch translation
* Updated Spanish translation.Francisco Javier F. Serrador2006-01-192-305/+456
| | | | | | 2006-01-18 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-01-192-8/+13
| | | | | | | 2006-01-18 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2006-01-192-329/+467
| | | | | | | 2006-01-18 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Decouple embed single instantiation and initialisation. PreventsChristian Persch2006-01-188-24/+74
| | | | | | | | | | | | | | | | | 2006-01-18 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-shell.c: (impl_get_embed_single): * embed/ephy-embed-single.c: (ephy_embed_single_init): * embed/ephy-embed-single.h: * embed/mozilla/mozilla-embed-single.cpp: Decouple embed single instantiation and initialisation. Prevents double-initialisation on startup. * embed/mozilla/EphyContentPolicy.cpp: * embed/mozilla/EphyContentPolicy.h: Remove embed single variable, it was unused.
* Add caret mode indicator UI. Bug #145581.Christian Persch2006-01-184-2/+73
| | | | | | | | | | | | 2006-01-18 Christian Persch <chpe@cvs.gnome.org> * src/ephy-statusbar.c: (create_caret_indicator), (ephy_statusbar_init), (ephy_statusbar_new), (ephy_statusbar_set_caret_mode): * src/ephy-statusbar.h: * src/ephy-window.c: (browse_with_caret_notifier): Add caret mode indicator UI. Bug #145581.
* Updated epiphany zh_CN translation.Funda Wang2006-01-182-310/+451
|
* src/bookmarks/ephy-bookmarks-menu.cPeter Harvey2006-01-182-4/+14
| | | | | | | | | 2006-01-18 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-bookmarks-menu.c Do not add OpenTabs action if too-few items in the menu. Bug #327390.
* src/bookmarks/ephy-bookmark-properties.cPeter Harvey2006-01-182-17/+11
| | | | | | | | | 2006-01-18 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-bookmark-properties.c Removed inappropriate bold and mnemonic. Bug #327401.
* Put "Off" at the top of the combo, followed by a separator row. BugChristian Persch2006-01-182-8/+116
| | | | | | | | | | 2006-01-17 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: (row_is_separator), (setup_fonts_dialog), (create_autodetectors_combo), (prefs_dialog_init): Put "Off" at the top of the combo, followed by a separator row. Bug #125723.
* When adding a column that can be sorted on, re-create the sort model, soCrispin Flowerday2006-01-182-0/+16
| | | | | | | | | | 2006-01-17 Crispin Flowerday <gnome@flowerday.cx> * lib/widgets/ephy-node-view.c (ephy_node_view_add_column): When adding a column that can be sorted on, re-create the sort model, so that it sets up the sort method correctly. Fixes bug #320686
* Updated Canadian English translation.Adam Weinberger2006-01-182-265/+413
| | | | | | 2006-01-17 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Change the 'ephy_embed_event_get_property' function return a GValue*Crispin Flowerday2006-01-189-38/+52
| | | | | | | | | | | | | | | | | | | | | | 2006-01-17 Crispin Flowerday <gnome@flowerday.cx> * embed/ephy-embed-event.c: (ephy_embed_event_get_property): * embed/ephy-embed-event.h: * embed/mozilla/mozilla-embed-event.cpp: * src/ephy-tab.c: (save_property_url), (ephy_tab_dom_mouse_click_cb): * src/ephy-window.c: (update_popups_tooltips), (show_embed_popup): * src/epiphany.defs: * src/epiphany.override: * src/popup-commands.c: (popup_cmd_link_in_new_window), (popup_cmd_link_in_new_tab), (popup_cmd_bookmark_link), (popup_cmd_copy_link_address), (save_property_url), (popup_cmd_open_link), (popup_cmd_set_image_as_background), (popup_cmd_copy_image_location), (popup_cmd_open_image): Change the 'ephy_embed_event_get_property' function return a GValue* rather than taking a pointer to it as an argument.
* RevertChristian Persch2006-01-171-16/+16
|
* Fix leaks, minor cleanups.Christian Persch2006-01-173-47/+46
| | | | | | | | | 2006-01-17 Christian Persch <chpe@cvs.gnome.org> * data/glade/prefs-dialog.glade: * embed/mozilla/mozilla-notifiers.cpp: Fix leaks, minor cleanups.
* Add event type to the callback.Christian Persch2006-01-179-39/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-17 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-helpers.c: (ephy_file_monitor_timeout_cb), (ephy_file_monitor_cb): * lib/ephy-file-helpers.h: Add event type to the callback. * embed/mozilla/EphyUtils.cpp: * embed/mozilla/EphyUtils.h: New function, like NS_NewFileURI (which we can't use since nsNetUtil.h conflicts with embed strings). * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-notifiers.cpp: Check that the user CSS file exists before registering it. Also handle file-deleted events. * src/bookmarks/ephy-bookmarks-menu.c: (ephy_bookmarks_menu_build): * src/bookmarks/ephy-topics-palette.c: (ephy_topics_palette_constructor), (ephy_topics_palette_class_init): Build fixes.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-01-172-256/+424
|
* Fix compile with libgnome HEAD.Christian Persch2006-01-172-0/+8
| | | | | | | | 2006-01-17 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: Fix compile with libgnome HEAD.
* Post-release version bump.Christian Persch2006-01-172-1/+7
| | | | | | | | 2006-01-17 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.9.5.1 ===Release1951Christian Persch2006-01-1710-990/+33
| | | | | | | | | | | | | | | | | | 2006-01-17 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.5.1 === * NEWS: * configure.ac: * data/Makefile.am: * data/chrome/Makefile.am: * po/POTFILES.in: R src/bookmarks/ephy-new-bookmark.c: R src/bookmarks/ephy-new-bookmark.h: R src/bookmarks/ephy-topics-selector.c: R src/bookmarks/ephy-topics-selector.h: Fix the tarball.
* === Release 1.9.5 ===Release195Christian Persch2006-01-173-2/+12
| | | | | | | | | | | 2006-01-17 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.5 === * configure.ac: * data/chrome/Makefile.am: Updates.
* Fix number of /'s in URI.Christian Persch2006-01-1723-568/+1724
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-17 Christian Persch <chpe@cvs.gnome.org> * data/chrome/epiphany.manifest.in: Fix number of /'s in URI. * data/epiphany.schemas.in: Add new entries. * embed/mozilla/EphyAboutModule.cpp: Fix title. * data/glade/prefs-dialog.glade: * embed/ephy-embed-prefs.h: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-notifiers.cpp: * embed/mozilla/mozilla-notifiers.h: * lib/eel-gconf-extensions.c: (eel_gconf_unset_key), (eel_gconf_notify): * lib/eel-gconf-extensions.h: * lib/egg/egg-editable-toolbar.c: (popup_context_menu_cb), (button_press_event_cb), (egg_editable_toolbar_set_ui_manager), (egg_editable_toolbar_set_selected): * lib/ephy-dialog.c: (set_value_from_pref), (set_pref_from_value), (set_value_from_togglebutton), (strcmp_with_null), (get_index_from_value), (compare_values), (set_togglebutton_from_value), (set_pref_from_info_and_emit), (spinbutton_changed_cb), (save_info): * lib/ephy-dialog.h: * lib/ephy-file-helpers.c: (ephy_file_monitor_timeout_cb), (ephy_file_monitor_cb), (ephy_file_monitor_add), (ephy_file_monitor_cancel): * lib/ephy-file-helpers.h: * src/ephy-extensions-manager.c: (ephy_extensions_manager_load_file): * src/ephy-window.c: * src/popup-commands.c: (popup_cmd_bookmark_link): * src/prefs-dialog.c: (prefs_dialog_finalize), (setup_font_combo), (fonts_language_changed_cb), (font_prefs_dialog_response_cb), (row_is_separator), (setup_fonts_dialog), (font_prefs_button_clicked_cb), (css_checkbox_toggled), (css_edit_button_clicked_cb), (prefs_dialog_init): Rework font prefs, and add user stylesheet setting. * src/bookmarks/ephy-bookmark-action-group.c: (node_added_cb): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_get_local): * src/window-commands.c: (window_cmd_file_bookmark_page): Some build fixes.
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-01-172-12/+6
| | | | | | | | 2006-01-17 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-bookmark-action.c Removed left-over function.
* src/bookmarks/ephy-bookmarks-menu.cPeter Harvey2006-01-172-5/+25
| | | | | | | | 2006-01-17 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-bookmarks-menu.c Added the 'Local' topic to bookmarks menu.
* Updating NEWSPeter Anthony Harvey2006-01-171-1/+5
|
* src/bookmarks/Makefile.amPeter Harvey2006-01-173-22/+13
| | | | | | | | | | | | | 2006-01-17 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/Makefile.am Forgotten Makefile changes. * src/epiphany.defs 'Fixes' for the python interface. Probably need to regenerate somehow, but don't know how do it correctly.
* src/Makefile.amPeter Harvey2006-01-1712-315/+975
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-17 Peter Harvey <peter.a.harvey@gmail.com> * src/Makefile.am Removed ephy-new-bookmark and ephy-topics-selector from the Makefile. * src/ephy-history-window.c * src/popup-commands.c * src/window-commands.c * src/bookmarks/ephy-bookmarks-editor.c Removed all the slightly different bits of code to create a bookmark and called ephy_bookmarks_ui_add_bookmark instead. * src/bookmarks/ephy-bookmarks.c * src/bookmarks/ephy-bookmarks.h Moved the hashtable for bookmark windows to ephy-bookmarks-ui. Added a new field "usericon" to the ephynode/bookmarks database, to store the URL of the user-defined icon (if any). It can be NULL (use site icon), "" (use none), or a URL. * src/bookmarks/ephy-bookmark-properties.c * src/bookmarks/ephy-bookmark-properties.h Large changes to the bookmark properties window to handle different use cases (adding or changing a bookmark), to use the new topics palette widget, and to support the new usericon. * src/bookmarks/ephy-bookmarks-ui.c * src/bookmarks/ephy-bookmarks-ui.h Large additions to ephy-bookmarks-ui to replace ephy-new-bookmark. Fixed some bugs in the datatype handlers for the toolbar which are supplied by ephy-bookmarks-ui.
* src/bookmarks/ephy-topics-palette.c src/bookmarks/ephy-topics-palette.hPeter Harvey2006-01-173-0/+596
| | | | | | | | | | 2006-01-17 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-topics-palette.c * src/bookmarks/ephy-topics-palette.h Implemented a new widget for topic selection that tries to organise the topics for the user.
* src/bookmarks/ephy-topic-action.cPeter Harvey2006-01-172-0/+64
| | | | | | | | 2006-01-17 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-topic-action.c Handle DnD to topics on the toolbar.
* lib/egg/egg-editable-toolbar.hPeter Harvey2006-01-172-2/+11
| | | | | | | | 2006-01-17 Peter Harvey <peter.a.harvey@gmail.com> * lib/egg/egg-editable-toolbar.h Checking in forgotten changes to the editable toolbar API.
* Checking in missed changelog entries.Peter Anthony Harvey2006-01-171-0/+28
|
* Cleaned up ephy-bookmark-action.c to match the newPeter Anthony Harvey2006-01-172-99/+26
| | | | gtk-ui-manager based popup menu on the toolbar.
* Jan 16 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-175-112/+148
| | | | | | | | | * Jan 16 2006 Reinout van Schouwen <reinout@cs.vu.nl> * help/ChangeLog * help/C/figures/ephy-screenshot.png: new screenshot * help/nl/figures/ephy-screenshot.png: new screenshot * po/ChangeLog po/nl.po: updated Dutch translation
* EggEditableToolbar no longer supports middle-mouse-button drag.Peter Anthony Harvey2006-01-171-254/+124
| | | | | Fixed a bug in the popup-menu drag. Now uses GtkUIManager for the popup-menu.
* Added stock_bookmark as one of our stock icons.Peter Anthony Harvey2006-01-172-0/+2
|
* Do not try to store a string parameter if it is null (avoids segfault).Peter Anthony Harvey2006-01-171-0/+2
|
* Mon Jan 16 2005 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-171-1/+43
| | | | | | * Mon Jan 16 2005 Reinout van Schouwen <reinout@cs.vu.nl> * NEWS: update for 1.9.5
* When looking at modified text areas and forms, don't look at disabled orCrispin Flowerday2006-01-172-0/+103
| | | | | | | | | | 2006-01-16 Crispin Flowerday <gnome@flowerday.cx> * embed/mozilla/EphyBrowser.cpp: When looking at modified text areas and forms, don't look at disabled or invisible elements. Patch by chpe, part of bug #155603
* Updated Finnish translationIlkka Tuohela2006-01-172-117/+141
|
* *** empty log message ***Ignacio Casal Quinteiro2006-01-172-105/+102
|
* Updated Canadian English translation.Adam Weinberger2006-01-162-32/+56
| | | | | | 2006-01-15 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Add NetworkManager magic for connection status autodetection. Defaults toChristian Persch2006-01-165-9/+141
| | | | | | | | | | | | | 2006-01-15 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed-single.cpp: * src/Makefile.am: Add NetworkManager magic for connection status autodetection. Defaults to disabled because I'm not very happy with the libnm-glib implementation. Oh, and it may crash on startup, too.
* Add a method to EphyAdblock interface, ephy_adblock_manager_edit_rule, soJean-François Rameau2006-01-165-0/+72
| | | | | | | | | | | | | | 2006-01-15 Jean-François Rameau <jframeau@cvs.gnome.org> * lib/ephy-adblock.h: * lib/ephy-adblock.c: * embed/ephy-adblock-manager.h: * embed/ephy-adblock-manager.c: Add a method to EphyAdblock interface, ephy_adblock_manager_edit_rule, so one can allow/disallow an url. Add a method to EphyAdblockManager, ephy_adblock_manager_has_blocker, so one can ask it whether a blocker is running.
* Override the page that is shown for the about: url so that it doesn't sayCrispin Flowerday2006-01-156-0/+116
| | | | | | | | | | | | | 2006-01-15 Crispin Flowerday <gnome@flowerday.cx> * data/chrome/Makefile.am: * data/chrome/about.xhtml: * data/chrome/brand.dtd.in: * data/chrome/brand.properties.in: * data/chrome/epiphany.manifest.in: Override the page that is shown for the about: url so that it doesn't say "Deer Park"
* Updated German translation.Hendrik Richter2006-01-152-36/+40
| | | | | | 2006-01-15 Hendrik Richter <hendi@gnome-de.org> * de.po: Updated German translation.
* Updated German translation.Hendrik Richter2006-01-152-1023/+1422
| | | | | | 2006-01-15 Hendrik Richter <hendi@gnome-de.org> * de.po: Updated German translation.
* Only use the directory service provider on gecko 1.8; gecko 1.7 uses aChrhristian Persch2006-01-153-9/+18
| | | | | | | | | | 2006-01-14 Chrhristian Persch <chpe@cvs.gnome.org> * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed-single.cpp: Only use the directory service provider on gecko 1.8; gecko 1.7 uses a different method to register chrome.
* Simplify creation and reference counting of the EphyDirectoryProviderCrispin Flowerday2006-01-152-7/+8
| | | | | | | | | 2006-01-14 Crispin Flowerday <gnome@flowerday.cx> * embed/mozilla/mozilla-embed-single.cpp (init_services): Simplify creation and reference counting of the EphyDirectoryProvider class.
* Add defines and automake conditional for toolkit flavour.Christian Persch2006-01-1513-1/+228
| | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-14 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Add defines and automake conditional for toolkit flavour. * configure.ac: * data/Makefile.am: A data/chrome/.cvsignore: A data/chrome/Makefile.am: A data/chrome/brand.dtd.in: A data/chrome/brand.properties.in: A data/chrome/epiphany.manifest.in: Provide branding so mozilla dialogues don't show "Deer Park" or "Firefox" but "Epiphany" instead. * embed/mozilla/Makefile.am: A embed/mozilla/EphyDirectoryProvider.cpp: A embed/mozilla/EphyDirectoryProvider.h: * embed/mozilla/mozilla-embed-single.cpp: Add a directory service provider.
* Updated Spanish translation.Francisco Javier F. Serrador2006-01-152-99/+126
| | | | | | 2006-01-14 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Thai translation.Theppitak Karoonboonyanan2006-01-142-103/+124
| | | | | | 2006-01-14 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* 2006-01-13 Christian Persch <chpe@cvs.gnome.org>Christian Persch2006-01-133-2/+7
| | | | | * lib/ephy-stock-icons.c: * lib/ephy-stock-icons.h:
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-132-24/+50
|
* Add translator commentsChristian Persch2006-01-131-0/+2
|
* Fix zoom buttons order on default toolbar. Set short-label property forChristian Persch2006-01-133-1/+13
| | | | | | | | | | 2006-01-13 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-toolbar.xml: * src/ephy-window.c: Fix zoom buttons order on default toolbar. Set short-label property for zoom actions.
* Don't require a HTML document to activate typeaheadfind. Bug #326813.Christian Persch2006-01-132-18/+29
| | | | | | | | | 2006-01-13 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: Don't require a HTML document to activate typeaheadfind. Bug #326813.
* A embed/mozilla/EphyPromptService.cpp: AChristian Persch2006-01-136-0/+868
| | | | | | | | | | | | 2006-01-13 Christian Persch <chpe@cvs.gnome.org> A embed/mozilla/EphyPromptService.cpp: A embed/mozilla/EphyPromptService.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: * po/POTFILES.in: Implement nsIPromptService ourself.
* Add Zoom In/Out buttons to default toolbar layout and toolbars editorChristian Persch2006-01-133-1/+12
| | | | | | | | | | 2006-01-12 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-toolbar.xml: * src/ephy-toolbars-model.c: (ephy_toolbars_model_load): Add Zoom In/Out buttons to default toolbar layout and toolbars editor repertoire. Bug #117923.
* Enable zeroconf by default now that gnome-vfs dns-sd can use avahi andChristian Persch2006-01-133-4/+21
| | | | | | | | | | | 2006-01-12 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * Makefile.am: Enable zeroconf by default now that gnome-vfs dns-sd can use avahi and more distros are hopefully shipping with that. Still can be disabled by --disable-zeroconf.
* Fix compiler warnings.Jean-François Rameau2006-01-122-1/+7
| | | | | | | | 2006-01-12 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-dbus.c: (ephy_dbus_connect_to_session_bus): Fix compiler warnings.
* Disable <a ping>.Christian Persch2006-01-122-0/+9
| | | | | | | | 2006-01-11 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Disable <a ping>.
* Hungarian translation updated.Gabor Kelemen2006-01-122-120/+112
| | | | | | 2006-01-11 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Hungarian translation updated.
* Add another contract ID check, only on gecko >= 1.8.Christian Persch2006-01-122-7/+19
| | | | | | | | 2006-01-11 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Add another contract ID check, only on gecko >= 1.8.
* Don't delete epiphany-fonts.schemas on make clean.hristian Persch2006-01-122-1/+7
| | | | | | | | 2006-01-11 hristian Persch <chpe@cvs.gnome.org> * data/Makefile.am: Don't delete epiphany-fonts.schemas on make clean.
* More mime types.Christian Persch2006-01-122-0/+8
| | | | | | | | 2006-01-11 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: More mime types.
* Updated Canadian English translation.Adam Weinberger2006-01-122-86/+64
| | | | | | 2006-01-11 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-01-112-89/+68
|
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-112-106/+98
|
* Fix gecko version check to use AC_EGREP_CPP instead of grepping the headerChristian Persch2006-01-112-46/+70
| | | | | | | | | 2006-01-10 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Fix gecko version check to use AC_EGREP_CPP instead of grepping the header file directly. Misc fixes.
* Change toolbar label if searching for links or text.Peter Anthony Harvey2006-01-101-6/+6
| | | | Removed some GtkLabels that were created but never used.
* Do not add bookmarks to a flat menu more than once.Peter Anthony Harvey2006-01-101-3/+17
| | | | Note that bookmarks may still appear at different places in the hierarchy.
* Removed unused struct.Peter Anthony Harvey2006-01-101-6/+0
|
* EphyContentPolicy now emits a signal when a content is blocked.Jean-François Rameau2006-01-095-2/+89
| | | | | | | | | | | 2006-01-08 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/EphyContentPolicy.h: * embed/mozilla/EphyContentPolicy.cpp: (ShouldLoad): * embed/ephy-embed.h: * embed/ephy-embed.c: (ephy_embed_base_init): EphyContentPolicy now emits a signal when a content is blocked.
* Fix pkgconfig_DATA.Christian Persch2006-01-092-1/+7
| | | | | | | | 2006-01-08 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: Fix pkgconfig_DATA.
* R data/epiphany-1.10.pc.in: A data/epiphany.pc.in:Christian Persch2006-01-094-27/+83
| | | | | | | | | | | | 2006-01-08 Christian Persch <chpe@cvs.gnome.org> * configure.ac: R data/epiphany-1.10.pc.in: A data/epiphany.pc.in: * m4/gecko.m4: Various improvements to gecko.m4. Generate the versioned .pc file from the unversioned .pc.in file.
* Updated Indonesian translation.Mohammad DAMT2006-01-092-1044/+1207
| | | | | | 2006-01-06 Mohammad DAMT <mdamt@gnome.org> * id.po: Updated Indonesian translation.
* changed ephy_tab_get_title_composite to ephy_tab_get_title, so that nowthetroublemaker2006-01-082-1/+13
| | | | | | | | | | 2006-01-05 thetroublemaker <thetroublemaker@inventati.org> * src/ephy-notebook.c: changed ephy_tab_get_title_composite to ephy_tab_get_title, so that now 'Loading ' is not displayed when loadin' a new tab. Bug #323468.
* Exit ppv mode when clicking the window close button. Bug #326136.Christian Persch2006-01-082-1/+10
| | | | | | | | 2006-01-08 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (ephy_window_delete_event): Exit ppv mode when clicking the window close button. Bug #326136.
* Make ESC cancel the content handler dialogue. Bug #325811.Christian Persch2006-01-082-5/+14
| | | | | | | | 2006-01-08 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Make ESC cancel the content handler dialogue. Bug #325811.
* Change the copyright year to 2006Crispin Flowerday2006-01-072-1/+7
| | | | | | | | 2006-01-06 Crispin Flowerday <gnome@flowerday.cx> * src/window-commands.c (window_cmd_help_about): Change the copyright year to 2006
* R data/epiphany.applications:Christian Persch2006-01-073-12/+7
| | | | | | | | | 2006-01-06 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: R data/epiphany.applications: Remove applications file.
* Updated Lithuanian translation.Žygimantas Beručka2006-01-062-166/+115
| | | | | | 2006-01-06 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
* updated hind to correct bug 313447Rajesh Ranjan2006-01-062-896/+1141
|
* Typo fix.Stanislav Brabec2006-01-062-1/+5
|
* Fix compiler warnings.Christian Persch2006-01-043-0/+10
| | | | | | | | | 2006-01-04 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-adblock.c: * lib/ephy-file-helpers.c: Fix compiler warnings.
* R data/art/epiphany-close-tab.png:Christian Persch2006-01-047-12/+22
| | | | | | | | | | | | 2006-01-04 Christian Persch <chpe@cvs.gnome.org> R data/art/epiphany-close-tab.png: * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: * src/ephy-notebook.c: (build_tab_label): Go back to using the gtk stock close icon, to get correct themeing in a11y themes.
* Fix warning when Ctrl-F while the find toolbar is already shown. FixChristian Persch2006-01-045-24/+29
| | | | | | | | | | | | | | | | 2006-01-04 Christian Persch <chpe@cvs.gnome.org> * src/ephy-find-toolbar.c: (entry_changed_cb), (set_focus_cb), (ephy_find_toolbar_grab_focus), (ephy_find_toolbar_find_next), (ephy_find_toolbar_find_previous), (ephy_find_toolbar_open), (ephy_find_toolbar_close): Fix warning when Ctrl-F while the find toolbar is already shown. Fix next/prev button sensitivity when find wrapped around. * src/ephy-window.c: Add more XF86XK key codes.
* Updated French translation.Christophe Merlet2006-01-043-82/+79
|
* Update cvsignore'sCrispin Flowerday2006-01-042-6/+3
|
* R src/ephy-automation.h:Crispin Flowerday2006-01-044-58/+10
| | | | | | | | | | | 2006-01-03 Crispin Flowerday <gnome@flowerday.cx> * configure.ac: * src/ephy-main.c: R src/ephy-automation.h: Remove various references to bonobo, ephy is now officially monkey free!
* Fix some white space issues to keep make and emacs happyCrispin Flowerday2006-01-042-4/+10
| | | | | | | | 2006-01-03 Crispin Flowerday <gnome@flowerday.cx> * src/Makefile.am: Fix some white space issues to keep make and emacs happy
* src/ephy-dbus.c (ephy_dbus_connect_to_session_bus)Crispin Flowerday2006-01-042-2/+9
| | | | | | | | | 2006-01-03 Crispin Flowerday <gnome@flowerday.cx> * src/ephy-dbus.c (ephy_dbus_connect_to_session_bus) Fix the arguments to the dbus_connection_set_exit_on_disconnect call for the session bus.
* Tell dbus not to exit the application if the bus disconnects.Crispin Flowerday2006-01-042-0/+14
| | | | | | | | 2006-01-03 Crispin Flowerday <gnome@flowerday.cx> * src/ephy-dbus.c (ephy_dbus_connect_to_session_bus): Tell dbus not to exit the application if the bus disconnects.
* Remove unneeded LINK line.Christian Persch2006-01-032-3/+6
| | | | | | | | 2006-01-03 Christian Persch <chpe@cvs.gnome.org> * src/Makefile.am: Remove unneeded LINK line.
* Don't include generated files in the tarball. Bug #319440.Christian Persch2006-01-0317-86/+94
| | | | | | | | | | | | | | | | | | | | | | 2006-01-03 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: * embed/mozilla/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Don't include generated files in the tarball. Bug #319440. R help/C/Makefile.am: R help/es/Makefile.am: R help/eu/Makefile.am: R help/fi/Makefile.am: R help/ja/Makefile.am: R help/uk/Makefile.am: Remove obsolete files.
* Fix compilation with DBUS 0.6 (DBUS_NAME_FLAG_PROHIBIT_REPLACEMENTJean-François Rameau2006-01-032-0/+11
| | | | | | | | 2006-01-03 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-dbus.c: (ephy_dbus_connect_to_session_bus): Fix compilation with DBUS 0.6 (DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT constant removed).
* Revert autogen.sh changeChristian Persch2006-01-031-1/+1
|
* R data/GNOME_Epiphany_Automation.server.in: A data/epiphany-service.xml: AChristian Persch2006-01-0321-389/+581
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-02 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * autogen.sh: * configure.ac: R data/GNOME_Epiphany_Automation.server.in: * data/Makefile.am: A data/epiphany-service.xml: A data/org.gnome.Epiphany.service.in: * doc/reference/Makefile.am: R idl/.cvsignore: R idl/EphyAutomation.idl: R idl/Makefile.am: * lib/Makefile.am: R lib/ephy-dbus.c: R lib/ephy-dbus.h: * lib/ephy-file-helpers.c: (ephy_file_launch_application): * src/Makefile.am: A src/ephy-activation.c: A src/ephy-activation.h: A src/ephy-dbus.c: A src/ephy-dbus.h: * src/ephy-main.c: (main): * src/ephy-shell.c: (ephy_shell_init), (open_urls), (dbus_g_proxy_finalized_cb), (ephy_shell_startup), (ephy_shell_dispose): Bonobo is dead; long live the Bonobos! Patch by Gustavo Gama, bug #322463.
* Updated Norwegian bokmål translation. SameKjartan Maraas2006-01-023-278/+295
| | | | | | | 2006-01-02 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same
* Jan 01 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-021-2/+14
| | | | | | * Jan 01 2006 Reinout van Schouwen <reinout@cs.vu.nl> * NEWS: 1.9.4 changes added
* Jan 1 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-021-6/+10
| | | | | | * Jan 1 2006 Reinout van Schouwen <reinout@cs.vu.nl> * nl.po: now the resulting xml file passes xmllint
* Shut upChristian Persch2006-01-021-2/+2
|
* Post-release version bump.Christian Persch2006-01-022-1/+7
| | | | | | | | 2006-01-01 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.9.4 ===Release194Christian Persch2006-01-026-1544/+995
| | | | | | | | | | 2006-01-01 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.4 === * NEWS: * configure.ac: * data/Makefile.am:
* Jan 1 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-021-3/+3
| | | | | | * Jan 1 2006 Reinout van Schouwen <reinout@cs.vu.nl> * nl.po: fix a few typo's
* When in automatic mode, update the treeview to reflect the currentlyCrispin Flowerday2006-01-012-1/+44
| | | | | | | | | | | 2005-12-31 Crispin Flowerday <gnome@flowerday.cx> * src/ephy-encoding-dialog.c: (sync_encoding_against_embed), (embed_net_stop_cb), (sync_embed_cb), (ephy_encoding_dialog_finalize): When in automatic mode, update the treeview to reflect the currently selected encoding. Fixes bug #127757
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2005-12-312-841/+246
| | | | | | 2005-12-31 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Add include subdirs for broken distros. Bug #321841. Add plugins.symbolsChristian Persch2005-12-312-1/+15
| | | | | | | | | 2005-12-30 Christian Persch <chpe@cvs.gnome.org> * plugins/desktop-file/Makefile.am: Add include subdirs for broken distros. Bug #321841. Add plugins.symbols to EXTRA_DIST.
* Improve "gecko not found" message. Bug #319253.Christian Persch2005-12-312-1/+7
| | | | | | | | 2005-12-30 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Improve "gecko not found" message. Bug #319253.
* Put a marker in the environment to detect when we launch ourself as aChristian Persch2005-12-312-30/+50
| | | | | | | | | | | | 2005-12-30 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-helpers.c: (ephy_file_helpers_init), (my_gdk_spawn_make_environment_for_screen), (make_spawn_environment_for_sn_context), (ephy_file_launch_application), (launch_desktop_item): Put a marker in the environment to detect when we launch ourself as a helper app. Fixes bug #324828.
* Zoom on Ctrl-=, Ctrl-KP+, Ctrl-KP- too. Bug #105183.Christian Persch2005-12-312-0/+9
| | | | | | | | 2005-12-30 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: Zoom on Ctrl-=, Ctrl-KP+, Ctrl-KP- too. Bug #105183.
* Updated Finnish translationIlkka Tuohela2005-12-302-1132/+808
|
* Dec 30 2005 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2005-12-302-7/+191
| | | | | | * Dec 30 2005 Reinout van Schouwen <reinout@cs.vu.nl> * nl.po: Completed Dutch translation
* Dec 29 2005 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2005-12-291-0/+8
| | | | | | * Dec 29 2005 Reinout van Schouwen <reinout@cs.vu.nl> - Updated ChangeLog
* Dec 29 2005 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2005-12-292-35/+53
| | | | | | * Dec 29 2005 Reinout van Schouwen <reinout@cs.vu.nl> - Fixed a small Dutch documentation/ui consistency problem
* Dec 29 2005 Reinout van Schouwen <reinout@cs.vu.nl> - More work on DutchReinout van Schouwen2005-12-295-201/+339
| | | | | | * Dec 29 2005 Reinout van Schouwen <reinout@cs.vu.nl> - More work on Dutch documentation - Included Dutch screenshots
* fix mistake in the pt_BR translationGuilherme de S. Pastore2005-12-282-561/+661
|
* Updated Chinese (Taiwan) translation. New Chinese (Hong Kong) translation.Kwok-Koon Cheung2005-12-284-224/+3993
| | | | | | * zh_TW.po: Updated Chinese (Taiwan) translation. * zh_HK.po: New Chinese (Hong Kong) translation. * LINGUAS: Added zh_HK
* Dec 28 2005 Reinout van Schouwen <reinout@cs.vu.nl> Worked a bit on DutchReinout van Schouwen2005-12-281-79/+90
| | | | | * Dec 28 2005 Reinout van Schouwen <reinout@cs.vu.nl> Worked a bit on Dutch documentation
* Updated epiphany translation.Funda Wang2005-12-252-220/+224
|
* Updated Canadian English translation.Adam Weinberger2005-12-242-214/+218
| | | | | | 2005-12-23 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Always center dialog on screen. Bug #324896.Christian Neumair2005-12-242-0/+7
| | | | | | | | 2005-12-23 Christian Neumair <chris@gnome-de.org> * src/ephy-session.c: (offser_to_resume): Always center dialog on screen. Bug #324896.
* vi.po: Updated Vietnamese translation.Clytie Siddall2005-12-212-1501/+1487
|
* Show warning on mixed content in the tooltip. Bug #321508.Christian Persch2005-12-212-0/+11
| | | | | | | | 2005-12-20 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: Show warning on mixed content in the tooltip. Bug #321508.
* Hungarian translation updated.Gabor Kelemen2005-12-202-761/+801
| | | | | | 2005-12-20 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Hungarian translation updated.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2005-12-202-116/+128
| | | | | | 2005-12-20 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Add some code so ad blocking should be more easy. Based on the fact thatJean-François Rameau2005-12-2011-7/+383
| | | | | | | | | | | | | | | | | | | | | 2005-12-19 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/Makefile.am: * embed/ephy-adblock-manager.c: * embed/ephy-adblock-manager.h: * embed/ephy-embed-shell.c: (ephy_embed_shell_finalize): * embed/ephy-embed-shell.h: * embed/mozilla/EphyContentPolicy.cpp: (EphyContentPolicy::ShouldLoad): * lib/Makefile.am: * lib/ephy-adblock.h: * lib/ephy-adblock.c: * src/ephy-shell.c: (ephy_shell_get_extensions_manager): Add some code so ad blocking should be more easy. Based on the fact that Epiphany already has its own content policy component (EphyContentPolicy). The new design adds: - an interface, EphyAdBlock - a manager, EphyAdBlockManager, pointing to a blocker (possibly no one).
* Updated Japanese translation for v1.9.3.1.Takeshi AIHANA2005-12-182-561/+643
| | | | | | 2005-12-18 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Updated Japanese translation for v1.9.3.1.
* Use a gtk stock cursor (GDK_HAND2) instead of already removed image. FixesClaudio Saavedra2005-12-172-5/+7
| | | | | | | | 2005-12-16 Claudio Saavedra <csaavedra@alumnos.utalca.cl> * lib/egg/egg-editable-toolbar.c: (configure_item_cursor): Use a gtk stock cursor (GDK_HAND2) instead of already removed image. Fixes bug #324265.
* Updated Slovak translation.Marcel Telka2005-12-162-131/+143
| | | | | | 2005-12-15 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Updated Lithuanian translation.Žygimantas Beručka2005-12-152-129/+141
| | | | | | 2005-12-15 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
* Fix a compile warning.Jean-François Rameau2005-12-152-1/+7
| | | | | | | | 2005-12-15 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/mozilla-embed-single: (impl_import): Fix a compile warning.
* update for HEAD with Punjabi LanguageAmanpreet Singh Alam2005-12-151-787/+828
|
* Updated French translation.Christophe Merlet2005-12-152-1101/+1305
|
* A plugins/desktop-file/plugin.symbols:Christian Persch2005-12-143-1/+16
| | | | | | | | | 2005-12-14 Christian Persch <chpe@cvs.gnome.org> * plugins/desktop-file/Makefile.am: A plugins/desktop-file/plugin.symbols: Only export necessary symbols.
* Updated TranslationAnkitkumar Rameshchandra Patel2005-12-142-135/+164
|
* Install the fonts schemas file too.Christian Persch2005-12-142-4/+10
| | | | | | | | 2005-12-14 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: Install the fonts schemas file too.
* *** empty log message ***Ignacio Casal Quinteiro2005-12-142-130/+142
|
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-12-132-205/+217
| | | | | | | 2005-12-12 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Updated Spanish translation.Francisco Javier F. Serrador2005-12-132-131/+143
| | | | | | 2005-12-12 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Post-release version bump.Christian Persch2005-12-122-1/+7
| | | | | | | | 2005-12-12 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.9.3.1 ===Release1931Christian Persch2005-12-123-1/+23
| | | | | | | | | 2005-12-12 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.3.1 === * NEWS: * configure.ac:
* Fix desktop file install.Christian Persch2005-12-122-1/+7
| | | | | | | | 2005-12-12 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: Fix desktop file install.
* Updated Thai translation.Theppitak Karoonboonyanan2005-12-122-202/+213
| | | | | | 2005-12-12 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2005-12-122-417/+426
| | | | | | 2005-12-11 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Updated NEWSReinout van Schouwen2005-12-121-1/+44
| | | | | | 2005-12-11 Reinout van Schouwen <reinout@cs.vu.nl> * Updated NEWS
* Updated Czech translation.Miloslav Trmac2005-12-122-310/+318
| | | | | | 2005-12-11 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Post-release version bump.Christian Persch2005-12-122-1/+7
| | | | | | | | 2005-12-11 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.9.3 ===Release193Christian Persch2005-12-124-1/+42
| | | | | | | | | 2005-12-11 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.3 === * NEWS: * configure.ac:
* Fix quote characterChristian Persch2005-12-121-2/+2
|
* Fix quote characterChristian Persch2005-12-121-2/+2
|
* Don't translate those files yetChristian Persch2005-12-121-0/+2
|
* Fix typoChristian Persch2005-12-121-1/+1
|
* A src/ephy-cert-manager-dialog.c: A src/ephy-cert-manager-dialog.h: RChristian Persch2005-12-115-6/+17
| | | | | | | | | | | | | 2005-12-11 Christian Persch <chpe@cvs.gnome.org> * src/Makefile.am: A src/ephy-cert-manager-dialog.c: A src/ephy-cert-manager-dialog.h: R src/ephy-certificate-manager.c: R src/ephy-certificate-manager.h: * src/window-commands.c: Fix stupid mistake.
* A embed/ephy-certificate-manager.c: A embed/ephy-certificate-manager.h: AChristian Persch2005-12-1120-1/+1952
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-12-11 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * data/glade/Makefile.am: * data/glade/certs-manager.glade: * data/ui/epiphany-ui.xml: * embed/Makefile.am: A embed/ephy-certificate-manager.c: A embed/ephy-certificate-manager.h: A embed/ephy-x509-cert.c: A embed/ephy-x509-cert.h: * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed-single.cpp: A embed/mozilla/mozilla-x509-cert.cpp: A embed/mozilla/mozilla-x509-cert.h: * src/Makefile.am: A src/ephy-certificate-manager.c: A src/ephy-certificate-manager.h: * src/ephy-window.c: * src/window-commands.c: * src/window-commands.h: Add certificate manager. Patch by Robert Marcano and Crispin Flowerday. Fixes bug #119090.
* Updated Gujarati TranslationAnkitkumar Rameshchandra Patel2005-12-112-806/+829
|
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-12-102-107/+111
| | | | | | 2005-12-10 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation.
* Fix crash when adding a cookie while the dialogue is open.Christian Persch2005-12-092-18/+32
| | | | | | | | | 2005-12-08 Christian Persch <chpe@cvs.gnome.org> * src/pdm-dialog.c: (pdm_dialog_cookies_construct), (pdm_dialog_cookie_add): Fix crash when adding a cookie while the dialogue is open.
* Translation updated.Priit Laes2005-12-092-481/+313
| | | | | | 2005-12-08 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2005-12-083-178/+189
| | | | | | | 2005-12-08 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same.
* Updated Lithuanian translation.Žygimantas Beručka2005-12-082-317/+324
| | | | | | 2005-12-07 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
* Translation updated by Ivar Smolin.Priit Laes2005-12-082-565/+654
| | | | | | 2005-12-07 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Minor code cleanup.Christian Persch2005-12-084-10/+32
| | | | | | | | | | | | | | | | | 2005-12-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyFind.cpp: Minor code cleanup. * src/ephy-find-toolbar.c: (entry_key_press_event_cb), (ephy_find_toolbar_close): Also check for GDK_ISO_Enter. * src/ephy-window.c: (sync_tab_address): Close the find toolbar when loading a new page.
* Add ephy_embed_scroll_pixels.Christian Persch2005-12-086-20/+94
| | | | | | | | | | | | | 2005-12-07 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.c: (ephy_embed_scroll), (ephy_embed_page_scroll), (ephy_embed_scroll_pixels): * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: Add ephy_embed_scroll_pixels.
* Forward up/down/page up/page down from the findbar entry to the embed.Crispin Flowerday2005-12-077-3/+133
| | | | | | | | | | | | | | | 2005-12-06 Crispin Flowerday <gnome@flowerday.cx> * embed/ephy-embed.c: (ephy_embed_scroll), (ephy_embed_page_scroll): * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: * src/ephy-find-toolbar.c: (entry_key_press_event_cb): Forward up/down/page up/page down from the findbar entry to the embed.
* *** empty log message ***Ignacio Casal Quinteiro2005-12-072-104/+101
|
* Don't try to connect signals to the destroyed node!Christian Persch2005-12-062-6/+6
| | | | | | | | 2005-12-05 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-related-action.c: (node_destroyed_cb): Don't try to connect signals to the destroyed node!
* Updated Spanish translation.Francisco Javier F. Serrador2005-12-062-121/+140
| | | | | | 2005-12-06 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Fix a compile warning, and don't bother requesting a close if the find barCrispin Flowerday2005-12-062-1/+14
| | | | | | | | | | 2005-12-05 Crispin Flowerday <gnome@flowerday.cx> * src/ephy-find-toolbar.c: (entry_changed_cb), (ephy_find_toolbar_request_close): Fix a compile warning, and don't bother requesting a close if the find bar is already closed
* Updated Slovak translation.Marcel Telka2005-12-062-131/+128
| | | | | | 2005-12-05 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Use sizeof() here.Christian Persch2005-12-062-1/+7
| | | | | | | | 2005-12-05 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tabs-menu.c: (tab_set_action_accelerator): Use sizeof() here.
* Updated comment to refer to the schema autogeneration tool.Christian Persch2005-12-062-2/+8
| | | | | | | | 2005-12-05 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-langs.c: Updated comment to refer to the schema autogeneration tool.
* Remove a unused popup menu declaration.Christian Persch2005-12-062-20/+6
| | | | | | | | 2005-12-05 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: Remove a unused popup menu declaration.
* Remove the paper selector from the print setup dialogue, we have one inChristian Persch2005-12-063-414/+270
| | | | | | | | | | 2005-12-05 Christian Persch <chpe@cvs.gnome.org> * data/glade/print.glade: * embed/print-dialog.c: (ephy_print_setup_dialog_new): Remove the paper selector from the print setup dialogue, we have one in the print dialogue already.
* Fix spacings to be HIG compliant. Set window roles.Christian Persch2005-12-066-33/+36
| | | | | | | | | | | | 2005-12-05 Christian Persch <chpe@cvs.gnome.org> * data/glade/certificate-dialogs.glade: * data/glade/epiphany.glade: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * src/pdm-dialog.c: (show_cookies_properties), (pdm_dialog_init): Fix spacings to be HIG compliant. Set window roles.
* Add "tt".Christian Persch2005-12-062-0/+7
| | | | | | | | 2005-12-05 Christian Persch <chpe@cvs.gnome.org> * src/languages.h: Add "tt".
* Add image/x-png type.Christian Persch2005-12-062-0/+7
| | | | | | | | 2005-12-05 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add image/x-png type.
* Use --with-gecko in the distcheck configure args.Christian Persch2005-12-062-1/+7
| | | | | | | | 2005-12-05 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: Use --with-gecko in the distcheck configure args.
* Updated Canadian English translation.Adam Weinberger2005-12-062-865/+890
| | | | | | 2005-12-05 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2005-12-052-761/+932
| | | | | | 2005-12-05 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Updated Greek translationNikos Charonitakis2005-12-052-615/+711
|
* While in find mode, set the selection colour to "attention".Christian Persch2005-12-059-162/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-12-04 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-find.c: (ephy_embed_find_set_selection): * embed/ephy-embed-find.h: * embed/mozilla/EphyFind.cpp: * embed/mozilla/EphyFind.h: * embed/mozilla/mozilla-embed-find.cpp: While in find mode, set the selection colour to "attention". * src/ephy-find-toolbar.c: (set_status), (clear_status), (tab_search_key_press_cb), (entry_key_press_event_cb), (entry_activate_cb), (set_focus_cb), (ephy_find_toolbar_set_window), (ephy_find_toolbar_init), (ephy_find_toolbar_class_init), (ephy_find_toolbar_set_embed), (ephy_find_toolbar_open), (ephy_find_toolbar_close), (ephy_find_toolbar_request_close): * src/ephy-find-toolbar.h: * src/ephy-window.c: (sync_tab_document_type), (find_toolbar_close_cb), (ephy_window_set_print_preview), (ephy_window_get_find_toolbar), (ephy_window_get_context_event): Refactor find toolbar closing not to crash with auto-closing popups. Unset the selection colour on close. Remove dead #ifdef FIND_WHILE_TYPING_IN_EMBED code.
* Add a comment for translators.Christian Persch2005-12-052-2/+9
| | | | | | | | 2005-12-04 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSDialog.cpp: Add a comment for translators.
* Fix desktop files. Updated Norwegian bokmål translation Same.Kjartan Maraas2005-12-034-244/+246
| | | | | | | | 2005-12-03 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Fix desktop files. * nb.po: Updated Norwegian bokmål translation * no.po: Same.
* Fix transposed arguments.Christian Persch2005-11-292-1/+7
| | | | | | | | 2005-11-29 Christian Persch <chpe@cvs.gnome.org> * src/pdm-dialog.c: (pdm_dialog_cookie_scroll_to): Fix transposed arguments.
* Add a method to generate collation keys for domain names.Christian Persch2005-11-296-28/+306
| | | | | | | | | | | | | | | | | | | | | | | 2005-11-29 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-string.c: (ephy_string_collate_key_for_domain): * lib/ephy-string.h: Add a method to generate collation keys for domain names. * src/pdm-dialog.c: (cookie_search_equal), (pdm_dialog_cookies_construct), (cookie_host_to_iter), (compare_cookie_host_keys), (pdm_dialog_fill_cookies_list), (pdm_dialog_cookies_destruct), (pdm_dialog_cookie_add), (pdm_dialog_cookie_scroll_to), (sync_notebook_tab), (pdm_dialog_init), (pdm_dialog_finalize), (pdm_dialog_open): * src/pdm-dialog.h: * src/window-commands.c: (window_cmd_edit_personal_data): Open the PDM dialogue on the cookies page scrolled to show the cookies of the currently loaded page, if there are any. Sort cookies by domain. Allow treeview typeaheadfind search to find by substring not prefix.
* R data/bme.desktop.in: A data/bme.desktop.in.in: RChristian Persch2005-11-295-7/+19
| | | | | | | | | | | | | | 2005-11-29 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * data/Makefile.am: R data/bme.desktop.in: A data/bme.desktop.in.in: R data/epiphany.desktop.in: A data/epiphany.desktop.in.in: Remove empty DocPath from desktop files, and add bugzilla version. Generate the .in files from configure.
* Suppress some C++ compiler warnings.Christian Persch2005-11-292-14/+21
| | | | | | | | 2005-11-28 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Suppress some C++ compiler warnings.
* Move more checks to gecko.m4.Christian Persch2005-11-294-218/+268
| | | | | | | | | 2005-11-28 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * m4/gecko.m4: Move more checks to gecko.m4.
* Updated Spanish translation (QA)Francisco Javier F. Serrador2005-11-282-42/+46
| | | | | | 2005-11-27 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation (QA)
* Correctly save and restore CXXFLAGS.Christian Persch2005-11-272-3/+9
| | | | | | | | 2005-11-27 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Correctly save and restore CXXFLAGS.
* Fix CXXFLAGS restore for XPCOM component testChristian Persch2005-11-271-1/+1
|
* Fix -fshort-wchar compiler flag checkChristian Persch2005-11-261-2/+2
|
* Updated Thai translation.Theppitak Karoonboonyanan2005-11-262-13/+17
| | | | | | 2005-11-26 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Updated Spanish tranlation.Francisco Javier F. Serrador2005-11-262-47/+35
| | | | | | 2005-11-25 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish tranlation.
* Fix debug flag detectionChristian Persch2005-11-261-2/+2
|
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-11-252-81/+87
| | | | | | | 2005-11-25 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-11-242-174/+167
| | | | | | | 2005-11-23 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* *** empty log message ***Ignacio Casal Quinteiro2005-11-222-69/+78
|
* Updated Thai translation.Theppitak Karoonboonyanan2005-11-212-85/+76
| | | | | | 2005-11-21 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Updated Thai translation.Theppitak Karoonboonyanan2005-11-202-56/+81
| | | | | | 2005-11-20 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Fix build with moz 1.7Christian Persch2005-11-191-1/+1
|
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-11-192-586/+684
| | | | | | 2005-11-19 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation.
* Add chrome: and resource: to the safe list; otherwise forms and scrollbarsChristian Persch2005-11-192-16/+1
| | | | | | | | | | | | 2005-11-18 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyContentPolicy.cpp: * embed/ephy-embed-single.c: * embed/ephy-embed-single.h: * src/epiphany.defs: Add chrome: and resource: to the safe list; otherwise forms and scrollbars break. Fixes bug #316498.
* Add chrome: and resource: to the safe list; otherwise forms and scrollbarsChristian Persch2005-11-194-121/+45
| | | | | | | | | | | 2005-11-18 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyContentPolicy.cpp: * embed/ephy-embed-single.c: * embed/ephy-embed-single.h: Add chrome: and resource: to the safe list; otherwise forms and scrollbars break. Fixes bug #316498.
* Don't warn when reading a .xml when we previously read the .ephy-extensionChristian Persch2005-11-192-15/+78
| | | | | | | | | | 2005-11-18 Christian Persch <chpe@cvs.gnome.org> * src/ephy-extensions-manager.c: Don't warn when reading a .xml when we previously read the .ephy-extension for this identifier. Allows .xml and .ephy-extension to co-exist in ~/.gnome2/epiphany/extensions.
* Delay reloads when we get many change notifications in a short time. FixesChristian Persch2005-11-192-23/+47
| | | | | | | | | 2005-11-18 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: Delay reloads when we get many change notifications in a short time. Fixes bug #319993.
* Updated Belarusian TranslationAles Nyakhaychyk2005-11-182-244/+283
|
* Updated Canadian English translation.Adam Weinberger2005-11-182-221/+229
| | | | | | 2005-11-17 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Updated Spanish translation.Francisco Javier F. Serrador2005-11-182-229/+238
| | | | | | 2005-11-17 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Add F5 as accel for reload.Christian Persch2005-11-182-5/+7
| | | | | | | | 2005-11-17 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: Add F5 as accel for reload.
* Set the model's sort column only after filling it. Vastly improves delayChristian Persch2005-11-182-7/+26
| | | | | | | | | 2005-11-17 Christian Persch <chpe@cvs.gnome.org> * src/pdm-dialog.c: Set the model's sort column only after filling it. Vastly improves delay when opening the PDM dialogue when you have many cookies.
* Updated Slovak translation.Marcel Telka2005-11-172-21/+25
| | | | | | 2005-11-17 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.