aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix #173173 in Serbian translations.Danilo Šegan2005-04-093-1834/+1936
|
* Updated Nepali TranslationPawan Chitrakar2005-04-092-1871/+2235
| | | | | | 2005-04-09 Pawan Chitrakar <pawan@nplinux.org> * ne.po: Updated Nepali Translation
* Updated Indonesian Translation.Ahmad Riza H Nst2005-04-092-1329/+1925
| | | | | | 2005-04-09 Ahmad Riza H Nst <rizahnst@eriagempita.co.id> * id.po: Updated Indonesian Translation.
* More changes for 64bit downloads.Christian Persch2005-04-095-21/+32
| | | | | | | | | | | | | 2005-04-08 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (format_interval), (update_download_row): * embed/ephy-download.c: (update_remaining_time), (ephy_download_get_remaining_time): * embed/ephy-download.h: * embed/mozilla/mozilla-download.cpp: More changes for 64bit downloads.
* Don't use G_BEGIN/END_DECLS here, and don't include MozDownload.h.Christian Persch2005-04-093-12/+16
| | | | | | | | 2005-04-08 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-download.h: Don't use G_BEGIN/END_DECLS here, and don't include MozDownload.h.
* InitForEmbed isn't a NS_IMETHOD, so don't use NS_IMETHODIMP here.Christian Persch2005-04-092-1/+7
| | | | | | | | 2005-04-08 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: InitForEmbed isn't a NS_IMETHOD, so don't use NS_IMETHODIMP here.
* Add G_SIGNAL_TYPE_STATIC_SCOPE to many signals.Christian Persch2005-04-096-19/+30
| | | | | | | | | | | | | 2005-04-08 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-cookie-manager.c: (ephy_cookie_manager_base_init): * embed/ephy-embed-single.c: (ephy_embed_single_iface_init): * embed/ephy-embed.c: (ephy_embed_base_init): * embed/ephy-history.c: (ephy_history_class_init): * embed/ephy-permission-manager.c: (ephy_permission_manager_base_init): Add G_SIGNAL_TYPE_STATIC_SCOPE to many signals.
* Implement a more flexible approach at saving a EphyNodeDb, by allowing toChristian Persch2005-04-087-20/+47
| | | | | | | | | | | | | | | | 2005-04-08 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_finalize): * embed/ephy-history.c: (save_filter), (ephy_history_save): * lib/ephy-node-db.c: (ephy_node_db_write_to_xml_valist): * lib/ephy-node.h: * lib/ephy-state.c: (ephy_states_save): * src/bookmarks/ephy-bookmarks.c: (save_filter), (ephy_bookmarks_save): Implement a more flexible approach at saving a EphyNodeDb, by allowing to specify a filter func to exclude certain nodes, instead of a fixed list.
* Emit signal when encountering alternate links. Fixes bug #171657.Christian Persch2005-04-086-70/+139
| | | | | | | | | | | | 2005-04-08 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.c: (ephy_embed_base_init): * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * lib/ephy-marshal.list: Emit signal when encountering alternate links. Fixes bug #171657.
* Use get/set_int64.Christian Persch2005-04-062-2/+9
| | | | | | | | | 2005-04-06 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-persist.c: (ephy_embed_persist_set_property), (ephy_embed_persist_get_property): Use get/set_int64.
* Fix for MOZILLA_INTERNAL_API change, and for 64bit downloader change.Christian Persch2005-04-0626-76/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-04-06 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/downloader-view.c: (update_download_row): * embed/ephy-download.c: * embed/ephy-download.h: * embed/ephy-embed-persist.c: (ephy_embed_persist_set_max_size), (ephy_embed_persist_set_property), (ephy_embed_persist_get_property), (ephy_embed_persist_class_init): * embed/ephy-embed-persist.h: * embed/mozilla/ContentHandler.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyContentPolicy.cpp: * embed/mozilla/EphyHeaderSniffer.h: * embed/mozilla/EphyHistoryListener.cpp: * embed/mozilla/EphySidebar.cpp: * embed/mozilla/EphySingle.cpp: * embed/mozilla/EphyUtils.cpp: * embed/mozilla/EventContext.cpp: * embed/mozilla/FilePicker.cpp: * embed/mozilla/FilePicker.h: * embed/mozilla/GlobalHistory.cpp: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: * embed/mozilla/mozilla-download.cpp: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed.cpp: Fix for MOZILLA_INTERNAL_API change, and for 64bit downloader change.
* Updated Greek translation (fix bug 167400)Nikos Charonitakis2005-04-022-300/+259
|
* Added new Language, Kinyarwanda (rw), to this packageSteven Michael Murphy2005-04-013-1/+4739
|
* Update mime type list. Fixes bug #170493; patch by Jean-François Rameau.Christian Persch2005-03-312-103/+151
| | | | | | | | 2005-03-31 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Update mime type list. Fixes bug #170493; patch by Jean-François Rameau.
* data/check-mime.pyJean-François Rameau2005-03-252-2/+18
| | | | | | | | | | 2005-03-25 Jean-François Rameau <jframeau@cvs.gnome.org> * data/check-mime.py Set the script directly executable. Fix problem with args. Add a message if no arg is supplied.
* Treat unknown mime types as 'unsafe'. Patch by Jean-François Rameau, partChristian Persch2005-03-242-1/+8
| | | | | | | | | 2005-03-24 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Treat unknown mime types as 'unsafe'. Patch by Jean-François Rameau, part of bug #170493.
* Fix stupid typos. Fixes bug #171197; thanks to Jean-François Rameau forChristian Persch2005-03-232-2/+9
| | | | | | | | | 2005-03-23 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: Fix stupid typos. Fixes bug #171197; thanks to Jean-François Rameau for finding the cause.
* Remove change not indended for commit.Christian Persch2005-03-222-2/+6
| | | | | | | | 2005-03-21 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Remove change not indended for commit.
* Oh the joys of mozilla API changes :PChristian Persch2005-03-223-3/+43
| | | | | | | | | 2005-03-21 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/ContentHandler.cpp: Oh the joys of mozilla API changes :P
* Fixed a wrong translation for HEAD.Takeshi AIHANA2005-03-202-164/+168
| | | | | 2005-03-20 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Fixed a wrong translation for HEAD.
* Updated Canadian English translation.Adam Weinberger2005-03-172-1/+5
| | | | * en_CA.po: Updated Canadian English translation.
* Default to links only with the fixed-up typeaheadfind too.Christian Persch2005-03-162-0/+7
| | | | | | | | 2005-03-15 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-toolkit.js: Default to links only with the fixed-up typeaheadfind too.
* Set the tab label to single-line mode. Fixes bug #167657.Christian Persch2005-03-152-0/+7
| | | | | | | | 2005-03-14 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (build_tab_label): Set the tab label to single-line mode. Fixes bug #167657.
* Fix the build.Christian Persch2005-03-152-5/+11
| | | | | | | | 2005-03-14 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (setup_multimedia_key_actions): Fix the build.
* Support "Multimedia" keys. Fixes bug #162748.Christian Persch2005-03-155-1/+114
| | | | | | | | | | | | 2005-03-14 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: * src/ephy-window.c: (ephy_window_key_press_event), (setup_multimedia_key_actions), (setup_ui_manager): * src/window-commands.c: (window_cmd_go_home): * src/window-commands.h: Support "Multimedia" keys. Fixes bug #162748.
* Use connect_object, to guard against "title" signal emitted when theChristian Persch2005-03-152-2/+10
| | | | | | | | | 2005-03-14 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tabs-menu.c: (tab_added_cb): Use connect_object, to guard against "title" signal emitted when the window is dying. Fixes bug #169833.
* Fix signal handler disconnection; bug #170353.Christian Persch2005-03-152-1/+7
| | | | | | | | 2005-03-14 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tabs-menu.c: (tab_removed_cb): Fix signal handler disconnection; bug #170353.
* Remove custom search, and use gtktreeview typeaheadfind. Fixes bugChristian Persch2005-03-144-76/+22
| | | | | | | | | | | | 2005-03-14 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-gui.c: (ephy_gui_is_middle_click): * lib/ephy-gui.h: * lib/widgets/ephy-node-view.c: (ephy_node_view_key_press_cb), (ephy_node_view_add_column), (ephy_node_view_init): Remove custom search, and use gtktreeview typeaheadfind. Fixes bug #118107.
* Fixes for bug 167403David Lodge2005-03-132-284/+532
| | | | | | 2005-03-13 David Lodge <dave@cirt.net> * en_GB.po: Fixes for bug 167403
* Also search nsIPassword.h in unusual places.Christian Persch2005-03-133-1/+12
| | | | | | | | | 2005-03-13 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/Makefile.am: Also search nsIPassword.h in unusual places.
* Don't force those dialogues to be in front.Christian Persch2005-03-132-3/+7
| | | | | | | | | 2005-03-13 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_file_print_setup), (window_cmd_edit_personal_data), (window_cmd_edit_prefs): Don't force those dialogues to be in front.
* Revert patch from bug #169956, it's not correct.Christian Persch2005-03-123-6/+19
| | | | | | | | | | | | 2005-03-11 Christian Persch <chpe@cvs.gnome.org> * src/ephy-toolbar.c: (ephy_toolbar_activate_location): Revert patch from bug #169956, it's not correct. * src/ephy-window.c: (sync_chromes_visibility): Fix a crash on window close with active toolbar activation.
* Add FIXME comment about gtkmozembed focusChristian Persch2005-03-121-0/+2
|
* Don't activate the location entry if it's hidden. Fixes bug #169956.Christian Persch2005-03-123-7/+12
| | | | | | | | 2005-03-11 Christian Persch <chpe@cvs.gnome.org> * src/ephy-toolbar.c: (ephy_toolbar_activate_location): Don't activate the location entry if it's hidden. Fixes bug #169956.
* Disable automatic image resizing on toolkit too.Christian Persch2005-03-112-0/+9
| | | | | | | | 2005-03-11 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-toolkit.js: Disable automatic image resizing on toolkit too.
* Updated German translation.Hendrik Richter2005-03-112-908/+961
| | | | | | 2005-03-10 Hendrik Richter <hendrik@gnome-de.org> * de.po: Updated German translation.
* Remove the wallet hack; it appears not to work correctly using mozilla 1.7Christian Persch2005-03-105-70/+10
| | | | | | | | | | | | 2005-03-10 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/MozillaPrivate.cpp: * embed/mozilla/MozillaPrivate.h: * embed/mozilla/mozilla-embed-single.cpp: Remove the wallet hack; it appears not to work correctly using mozilla 1.7 (work on trunk; but that's dead).
* Fix themeChristian Persch2005-03-101-0/+0
|
* Prefer firefox over mozilla libraries.Christian Persch2005-03-102-3/+9
| | | | | | | | 2005-03-10 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Prefer firefox over mozilla libraries.
* FixChristian Persch2005-03-101-2/+4
|
* Use msguniqChristian Persch2005-03-103-2084/+4366
|
* Transformed cc/epiphany.xml -> cc/cc.poChristian Persch2005-03-103-0/+4451
|
* Use libstartup-notification, not gnome-desktop to launch apps. Fixes bugChristian Persch2005-03-103-31/+356
| | | | | | | | | | | | | | 2005-03-09 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * lib/ephy-file-helpers.c: (my_gdk_spawn_make_environment_for_screen), (sn_error_trap_push), (sn_error_trap_pop), (make_spawn_environment_for_sn_context), (free_startup_timeout), (startup_timeout), (add_startup_timeout), (ephy_file_launch_application), (ephy_file_launch_desktop_file): Use libstartup-notification, not gnome-desktop to launch apps. Fixes bug #169039.
* Updated Turkish TranslationBaris Cicek2005-03-082-890/+1094
| | | | * tr.po: Updated Turkish Translation
* Updated traditional Chinese translation from GNOME HK TeamKwok-Koon Cheung2005-03-082-1308/+1846
| | | | * zh_TW.po: Updated traditional Chinese translation from GNOME HK Team
* Updated Italian translation.Alessio Frusciante2005-03-082-1404/+1767
|
* Version 1.7.0.Christian Persch2005-03-089-13/+29
| | | | | | | | | | | | | | | | 2005-03-07 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * data/Makefile.am: * data/epiphany-1.6.pc.in: * data/epiphany-1.8.pc.in: * doc/reference/tmpl/ephy-embed.sgml: * embed/Makefile.am: * lib/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Version 1.7.0.
* === Release 1.6.0 ===Release160GNOME_2_10_ANCHORChristian Persch2005-03-084-2/+26
| | | | | | | | | 2005-03-07 Christian Persch <chpe@cvs.gnome.org> === Release 1.6.0 === * NEWS: * configure.ac:
* Updated French translation.Christophe Merlet2005-03-072-93/+97
|
* Updated Romanian translation.Mugurel Tudor2005-03-062-1186/+1565
| | | | | | 2005-03-06 Mugurel Tudor <mugurelu@go.ro> * ro.po: Updated Romanian translation.
* Updated Ukrainian translation.Maxim Dziumanenko2005-03-062-2/+62
| | | | | | 2005-03-05 Maxim Dziumanenko <mvd@mylinux.com.ua> * Updated Ukrainian translation.
* Updated Welsh translation.Dafydd Harries2005-03-052-347/+396
|
* Hungarian translation updated by Gabor Kelemen.Laszlo Dvornik2005-03-042-1501/+1612
| | | | | | 2005-03-04 Laszlo Dvornik <dvornik@gnome.hu> * hu.po: Hungarian translation updated by Gabor Kelemen.
* Fixed Russian translationLeonid Kanter2005-03-031-2/+2
|
* update by amanpreetalam@yahoo.com for pa.poAmanpreet Singh Alam2005-03-031-74/+78
|
* Fixed a couple of strings in the Danish translation.Ole Laursen2005-03-032-40/+44
| | | | | | 2005-03-03 Ole Laursen <olau@hardworking.dk> * da.po: Fixed a couple of strings in the Danish translation.
* Updated Serbian translation.Danilo Šegan2005-03-023-2332/+3254
|
* Fixed a BUG#134110 in Japanese translation.Takeshi AIHANA2005-03-022-51/+55
| | | | | 2005-03-02 Takeshi AIHANA <aihana@jcom.home.ne.jp> * ja.po: Fixed a BUG#134110 in Japanese translation.
* Update screenshots. Fixes bug #165839.Christian Persch2005-03-025-0/+9
| | | | | | | | | | | 2005-03-01 Christian Persch <chpe@cvs.gnome.org> * help/C/figures/ephy-addressbar-smartbookmark-screenshot.png: * help/C/figures/ephy-bookmarkbar-smartbookmark-screenshot.png: * help/C/figures/ephy-history-window-screenshot.png: * help/C/figures/ephy-screenshot.png: Update screenshots. Fixes bug #165839.
* Updated Ukrainan translation, updated Ukrainian translation of the manualMaxim Dziumanenko2005-03-0212-797/+2719
| | | | | | 2005-03-01 Maxim Dziumanenko <mvd@mylinux.com.ua> * Updated Ukrainan translation, updated Ukrainian translation of the manual
* Post-release version bump.Christian Persch2005-03-012-1/+7
| | | | | | | | 2005-02-28 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.5.8 ===Release158Christian Persch2005-03-012-0/+17
| | | | | | | | 2005-02-28 Christian Persch <chpe@cvs.gnome.org> === Release 1.5.8 === * NEWS:
* NULL check. Fixes bug #165999.Christian Persch2005-03-013-0/+70
| | | | | | | | | | | | | 2005-02-28 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: NULL check. Fixes bug #165999. * src/ephy-main.c: (slowly_and_stupidly_obtain_timestamp), (main): Try to get an approximation to the launch time if DESKTOP_STARTUP_ID is not set. Fixes bug #168820, patch by Elijah Newren.
* AgainChristian Persch2005-03-011-1/+1
|
* *** empty log message ***Christian Persch2005-02-281-1/+1
|
* Up gtk+ dependency to 2.6.3Christian Persch2005-02-281-1/+1
|
* Post-release version bump.Christian Persch2005-02-282-1/+7
| | | | | | | | 2005-02-27 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.5.7 ===Release157Christian Persch2005-02-283-1/+15
| | | | | | | | | 2005-02-27 Christian Persch <chpe@cvs.gnome.org> === Release 1.5.7 === * doc/reference/Makefile.am: * doc/reference/tmpl/ephy-embed.sgml:
* Remove unused includes.Christian Persch2005-02-282-2/+6
| | | | | | | | 2005-02-27 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: Remove unused includes.
* UpdateChristian Persch2005-02-281-0/+39
|
* Version 1.5.7.Christian Persch2005-02-282-1/+7
| | | | | | | | 2005-02-27 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Version 1.5.7.
* Fix compress_tilde to only look at the prefix, and not substitute in theChristian Persch2005-02-283-38/+17
| | | | | | | | | 2005-02-27 Christian Persch <chpe@cvs.gnome.org> * lib/eel-gconf-extensions.c: (tilde_compress): Fix compress_tilde to only look at the prefix, and not substitute in the middle.
* Try to fix the build with 1.7 branch.Christian Persch2005-02-282-2/+9
| | | | | | | | 2005-02-27 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: Try to fix the build with 1.7 branch.
* Check for password inputs too.Christian Persch2005-02-273-8/+21
| | | | | | | | | 2005-02-27 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-event.h: * embed/mozilla/EventContext.cpp: Check for password inputs too.
* Check the favicon file type and only allow ico, gif & png. Fixes bugChristian Persch2005-02-272-1/+54
| | | | | | | | | 2005-02-27 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_get): Check the favicon file type and only allow ico, gif & png. Fixes bug #163886.
* Don't assert if we don't have a new embed in new_window callback. Part ofChristian Persch2005-02-272-4/+13
| | | | | | | | | 2005-02-26 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Don't assert if we don't have a new embed in new_window callback. Part of bug #165445.
* Make sure folder is != NULL. Fixes bug #163341.Christian Persch2005-02-272-3/+9
| | | | | | | | 2005-02-26 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_folder): Make sure folder is != NULL. Fixes bug #163341.
* Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfsChristian Persch2005-02-2715-128/+468
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-02-26 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfs dependency version. * embed/ephy-embed-persist.c: (ephy_embed_persist_set_user_time), (ephy_embed_persist_get_user_time), (ephy_embed_persist_set_property), (ephy_embed_persist_get_property), (ephy_embed_persist_init), (ephy_embed_persist_class_init): * embed/ephy-embed-persist.h: Add user time property. * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: Forward user time to MozDownload via a string. Not perfect, but better than nothing. * embed/mozilla/EphyHeaderSniffer.cpp: Set user time on filechooser. * embed/mozilla/MozDownload.cpp: Get user time from content handler, and use it when launching the external handler app. * lib/ephy-file-helpers.c: (ephy_file_check_mime), (launch_desktop_item), (ephy_file_launch_desktop_file), (ephy_file_launch_application), (ephy_file_launch_handler): * lib/ephy-file-helpers.h: Convenience functions to launch an app, or a desktop item, with user time. * lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file), (ephy_gui_window_update_user_time), (ephy_gui_window_present): * lib/ephy-gui.h: Make our own gtk_window_present, to correctly update user time. Check if the path is writable in ephy_gui_confirm_overwrite_file(). * src/ephy-session.c: (ephy_session_autoresume): After showing the recovery dialogue, don't use the old user time to launch the windows; use the current event time instead. * src/popup-commands.c: (background_download_completed), (image_open_uri), (save_source_completed_cb), (popup_cmd_open_image): * src/window-commands.c: (window_cmd_file_save_as), (save_source_completed_cb), (save_temp_source), (window_cmd_view_page_source): Launch handlers with user time.
* update by amanpreetalam@yahoo.comAmanpreet Singh Alam2005-02-271-1518/+1910
|
* Updated Greek translationNikos Charonitakis2005-02-272-8/+10
|
* Fixed some issues in the Danish translation by comments from MartinOle Laursen2005-02-252-34/+41
| | | | | | | 2005-02-24 Ole Laursen <olau@hardworking.dk> * da.po: Fixed some issues in the Danish translation by comments from Martin Willemoes Hansen.
* Make the signal RUN_LAST.Christian Persch2005-02-244-8/+51
| | | | | | | | | | | | | | | | | | | | | | 2005-02-24 Christian Persch <chpe@cvs.gnome.org> * src/ephy-link.c: (ephy_link_base_init): Make the signal RUN_LAST. * src/ephy-tab.c: (ephy_tab_get_type), (open_link_in_new_tab), (clipboard_text_received_cb): Make EphyTab implement EphyLink interface. * src/ephy-window.c: (modal_alert_cb), (tab_added_cb), (tab_removed_cb), (ephy_window_open_link): Attach to link signal on EphyTab. Don't switch tabs to modal alerts in ppv mode; block the alerts instead. 2005-02-23 Carlos Garnacho Parro <carlos@gnome.org>
* Updated Greek translationNikos Charonitakis2005-02-242-64/+94
|
* don't activate startup notification with the "previous session hasCarlos Garnacho Parro2005-02-232-0/+7
| | | | | | | 2005-02-23 Carlos Garnacho Parro <carlos@gnome.org> * src/ephy-session.c: don't activate startup notification with the "previous session has crashed" dialog
* ankit@redhat.com * Updated Gujarati TranslationAnkitkumar Rameshchandra Patel2005-02-232-1231/+1612
|
* Unset size request if the fixed toolbar is present. That way we don'tChristian Persch2005-02-232-0/+10
| | | | | | | | | 2005-02-23 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: (update_fixed): Unset size request if the fixed toolbar is present. That way we don't truncate the 0th toolbar when it only contains the spinner.
* Unparent the fixed toolbar before destroying the dock.Christian Persch2005-02-232-0/+11
| | | | | | | | 2005-02-23 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: (toolbar_removed_cb): Unparent the fixed toolbar before destroying the dock.
* Use spacing instead of a separator.Christian Persch2005-02-232-11/+10
| | | | | | | | | | 2005-02-23 Christian Persch <chpe@cvs.gnome.org> * src/ephy-fullscreen-popup.c: (ephy_fullscreen_popup_update_visibility), (ephy_fullscreen_popup_constructor): Use spacing instead of a separator.
* Autostart typeaheadfind.Christian Persch2005-02-232-0/+7
| | | | | | | | 2005-02-22 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-toolkit.js: Autostart typeaheadfind.
* Updated Russian translationLeonid Kanter2005-02-222-97/+109
|
* Use $PKG_CONFIG.Christian Persch2005-02-222-3/+9
| | | | | | | | 2005-02-21 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Use $PKG_CONFIG.
* Load the page after showing the window. That way, if mozilla throws up anChristian Persch2005-02-212-10/+17
| | | | | | | | | 2005-02-21 Christian Persch <chpe@cvs.gnome.org> * src/ephy-shell.c: (ephy_shell_new_tab_full): Load the page after showing the window. That way, if mozilla throws up an alert, the window is already there.
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2005-02-212-887/+961
| | | | | | | 2005-02-21 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
* Use event time when grabbing the pointer. Appears to fix bug #167473.Christian Persch2005-02-202-14/+22
| | | | | | | | | 2005-02-20 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (drag_start), (motion_notify_cb), (move_tab_to_another_notebook), (button_release_cb): Use event time when grabbing the pointer. Appears to fix bug #167473.
* Updated Danish translation.Ole Laursen2005-02-202-1175/+1572
| | | | | | 2005-02-20 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* Updated Czech translationMiloslav Trmac2005-02-202-8/+12
|
* Updated Greek Translation.Kostas Papadimas2005-02-202-130/+177
|
* Updated French translation.Christophe Merlet2005-02-192-1147/+1564
|
* Small change to fi.po (_Ohje -> O_hje)Ilkka Tuohela2005-02-191-1/+1
|
* Shut upChristian Persch2005-02-191-0/+2
|
* Updated Finnish translation.Pauli Virtanen2005-02-192-108/+116
| | | | | | 2005-02-18 Pauli Virtanen <pauli.virtanen@hut.fi> * fi.po: Updated Finnish translation.
* Update Ukrainian translation.Maxim Dziumanenko2005-02-192-1173/+1539
| | | | | | 2005-02-18 Maxim Dziumanenko <mvd@mylinux.com.ua> * Update Ukrainian translation.
* Updated Portuguese translation.Duarte Loreto2005-02-182-309/+331
| | | | | | 2005-02-18 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Fix #130990 "Mixing up workspaces of windows when restoring session".Xan Lopez2005-02-182-2/+43
| | | | | | | | | | * src/ephy-session.c: (impl_attach_window), (write_ephy_window), (restore_geometry), (ephy_session_load): Fix #130990 "Mixing up workspaces of windows when restoring session". Commited patch referenced in bug with slight modifications to make it work properly.
* Update English (British) translation.David Lodge2005-02-162-946/+996
| | | | | | 2005-02-15 David Lodge <dave@cirt.net> * en_GB.po: Update English (British) translation.
* Fix errors. Same.Kjartan Maraas2005-02-153-166/+179
| | | | | | | 2005-02-15 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Fix errors. * no.po: Same.
* Updated Catalan translation.Jordi Mallach2005-02-152-383/+462
|
* Updated Albanian translation.Laurent Dhima2005-02-152-55/+71
| | | | | | 2005-02-15 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* cs.po: Fixed context based strings and language names.Stanislav Brabec2005-02-152-53/+48
|
* Translation updated.Priit Laes2005-02-152-22/+26
| | | | | | 2005-02-15 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
* Updated Canadian English translation.Adam Weinberger2005-02-152-4/+8
| | | | * en_CA.po: Updated Canadian English translation.
* Emit a signal in EphySidebar::AddSearchEngine.Christian Persch2005-02-155-14/+62
| | | | | | | | | | | 2005-02-14 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-single.c: (ephy_embed_single_iface_init): * embed/ephy-embed-single.h: * embed/mozilla/EphySidebar.cpp: * lib/ephy-marshal.list: Emit a signal in EphySidebar::AddSearchEngine.
* Updated Polish translation by GNOME PL Team.Artur Flinta2005-02-142-1180/+1763
| | | | | | 2005-02-14 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated German translation.Hendrik Richter2005-02-142-88/+96
| | | | | | 2005-02-14 Hendrik Richter <hendrik@gnome-de.org> * de.po: Updated German translation.
* Updated Albanian translation.Laurent Dhima2005-02-142-89/+99
| | | | | | 2005-02-14 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-02-142-145/+154
| | | | | | | 2005-02-14 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Updated Lithuanian translation.Žygimantas Beručka2005-02-142-934/+955
| | | | | | 2005-02-14 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Merged from gnome-2-6 and gnome-2-8 branchesChristian Persch2005-02-141-0/+197
|
* Keep a ref on the tray icon. Should fix bug #166143.Christian Persch2005-02-142-0/+10
| | | | | | | | | 2005-02-13 Christian Persch <chpe@cvs.gnome.org> * lib/egg/eggstatusicon.c: (egg_status_icon_init), (egg_status_icon_finalize): Keep a ref on the tray icon. Should fix bug #166143.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2005-02-142-313/+341
| | | | | | 2005-02-13 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Updated British translation.David Lodge2005-02-142-255/+262
| | | | | | 2005-02-13 David Lodge <dave@cirt.net> * en_GB.po: Updated British translation.
* translation update, fixed context'ed translationsGustavo Noronha Silva2005-02-132-326/+354
| | | | | * pt_BR.po: translation update, fixed context'ed translations
* Updated Japanese translation for v1.5.6.Takeshi AIHANA2005-02-132-959/+991
| | | | | 2005-02-13 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Updated Japanese translation for v1.5.6.
* Translation updated.Priit Laes2005-02-132-423/+318
| | | | | | 2005-02-13 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
* Updated Czech translation.Miloslav Trmac2005-02-132-108/+116
| | | | | | 2005-02-12 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Fix initial active tab.Christian Persch2005-02-132-7/+20
| | | | | | | | | 2005-02-12 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tabs-menu.c: (tab_added_cb), (tab_removed_cb), (sync_active_tab): Fix initial active tab.
* Updated Spanish translation.Francisco Javier F. Serrador2005-02-122-108/+116
| | | | | | 2005-02-12 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Slovak translation.Marcel Telka2005-02-122-258/+268
| | | | | | 2005-02-12 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Updated Simplified Chinese translationFunda Wang2005-02-121-110/+112
|
* Updated Korean translation.Changwoo Ryu2005-02-122-956/+1017
| | | | | | 2005-02-12 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
* Updated Canadian English translation.Adam Weinberger2005-02-122-108/+116
| | | | * en_CA.po: Updated Canadian English translation.
* Move wallet code to MozillaPrivate since nsIWalletService.h includesChristian Persch2005-02-114-54/+81
| | | | | | | | | | | 2005-02-11 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozillaPrivate.cpp: * embed/mozilla/MozillaPrivate.h: * embed/mozilla/mozilla-embed-single.cpp: Move wallet code to MozillaPrivate since nsIWalletService.h includes nsString.h in older mozilla versions.
* Added missing file entry. Updated Swedish translation.Christian Rose2005-02-113-153/+206
| | | | | | | 2005-02-11 Christian Rose <menthos@menthos.com> * POTFILES.in: Added missing file entry. * sv.po: Updated Swedish translation.
* Add check for nsIWalletService.h.Christian Persch2005-02-114-2/+74
| | | | | | | | | | | | 2005-02-11 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Add check for nsIWalletService.h. * embed/mozilla/mozilla-embed-single.cpp: Make sure the wallet store is secured.
* Remove ephy_tab_get_action(). Adapts the tabs menu accordingly.Christian Persch2005-02-115-200/+240
| | | | | | | | | | | | | | | | | | | | 2005-02-10 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_finalize), (ephy_tab_title_cb), (ensure_page_info), (ephy_tab_init), (ephy_tab_set_title), (ephy_tab_get_title), (ephy_tab_get_zoom): * src/ephy-tab.h: * src/ephy-tabs-menu.c: (ephy_tabs_menu_get_type), (tab_action_activate_cb), (sync_tab_title), (tab_added_cb), (tab_removed_cb), (tabs_reordered_cb), (sync_active_tab), (ephy_tabs_menu_set_window), (ephy_tabs_menu_set_property), (ephy_tabs_menu_get_property), (ephy_tabs_menu_class_init), (ephy_tabs_menu_clean), (tab_set_action_accelerator), (ephy_tabs_menu_update): * src/ephy-window.c: (ephy_window_set_active_tab), (ephy_window_get_active_embed): Remove ephy_tab_get_action(). Adapts the tabs menu accordingly.
* Update UpdateKjartan Maraas2005-02-103-1918/+1997
| | | | | | | 2005-02-10 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Update * no.po: Update
* Move all the stuff from finalize to dispose, so that we finalise the UIChristian Persch2005-02-102-68/+88
| | | | | | | | | | | 2005-02-10 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (ephy_window_dispose), (ephy_window_class_init), (ephy_window_finalize): Move all the stuff from finalize to dispose, so that we finalise the UI manager when disposing and not only when finalising. Fixes bug #165992.
* Move style notifier to ephy-toolbars-model, and also apply the flags toChristian Persch2005-02-103-63/+82
| | | | | | | | | | | | | | 2005-02-09 Christian Persch <chpe@cvs.gnome.org> * src/ephy-shell.c: (ephy_shell_finalize), (ephy_shell_get_toolbars_model): * src/ephy-toolbars-model.c: (update_flags), (update_flags_and_save_changes), (get_toolbar_style), (toolbar_style_notifier), (ephy_toolbars_model_init), (ephy_toolbars_model_finalize): Move style notifier to ephy-toolbars-model, and also apply the flags to newly added toolbars.
* Implement nsIWebProgressListener. Fixes bug #165328.Christian Persch2005-02-102-2/+8
| | | | | | | | 2005-02-09 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: Implement nsIWebProgressListener. Fixes bug #165328.
* Translation updated by Ivar Smolin.Priit Laes2005-02-102-1208/+1593
| | | | | | 2005-02-09 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Updated Albanian translation.Laurent Dhima2005-02-102-61/+65
| | | | | | 2005-02-09 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Dist po/LINGUAS.Christian Persch2005-02-092-0/+7
| | | | | | | | 2005-02-09 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: Dist po/LINGUAS.
* A po/LINGUAS:Christian Persch2005-02-094-4/+24
| | | | | | | | | 2005-02-09 Christian Persch <chpe@cvs.gnome.org> * configure.ac: A po/LINGUAS: Get list of languages from po/LINGUAS.
* Updated German translation.Hendrik Richter2005-02-082-234/+253
| | | | | | 2005-02-08 Hendrik Richter <hendrik@gnome-de.org> * de.po: Updated German translation.
* Post-release version bump.Christian Persch2005-02-082-1/+7
| | | | | | | | 2005-02-08 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.5.6 ===Release156Christian Persch2005-02-084-4/+13
| | | | | | | | | | 2005-02-08 Christian Persch <chpe@cvs.gnome.org> === Release 1.5.6 === * Makefile.am: * configure.ac: * doc/reference/tmpl/ephy-embed.sgml:
* Fix for mozilla API change.Christian Persch2005-02-082-0/+10
| | | | | | | | 2005-02-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozRegisterComponents.cpp: Fix for mozilla API change.
* UpdateChristian Persch2005-02-071-0/+57
|
* Remove bogus conflict marker.Jordi Mallach2005-02-071-1/+0
|
* Updated Catalan translation by Xavier Conde Rueda <xaviconde@eresmas.com>.Jordi Mallach2005-02-072-1149/+1386
|
* Updated Russian translationLeonid Kanter2005-02-072-254/+285
|
* Use 'true'/'false' for bool keys, not 1/0.Christian Persch2005-02-072-8/+14
| | | | | | | | 2005-02-06 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: Use 'true'/'false' for bool keys, not 1/0.
* Don't set the lock icon as drag source. Actually emit the lock-clickedChristian Persch2005-02-061-0/+17
| | | | | | | | | | | | | | | | | | | 2005-02-06 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (ephy_location_entry_class_init), (lock_button_press_event_cb), (ephy_location_entry_construct_contents): Don't set the lock icon as drag source. Actually emit the lock-clicked signal when pressed. * lib/widgets/ephy-location-entry.h: * src/ephy-location-action.c: (lock_clicked_cb), (connect_proxy), (ephy_location_action_class_init): * src/ephy-location-action.h: * src/ephy-toolbar.c: (lock_clicked_cb), (ephy_toolbar_set_window): Actually forward the lock-clicked signal to the toolbar.
* Don't set the lock icon as drag source. Actually emit the lock-clickedChristian Persch2005-02-065-14/+69
| | | | | | | | | | | | | | | | | | | 2005-02-06 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (ephy_location_entry_class_init), (lock_button_press_event_cb), (ephy_location_entry_construct_contents): Don't set the lock icon as drag source. Actually emit the lock-clicked signal when pressed. * lib/widgets/ephy-location-entry.h: * src/ephy-location-action.c: (lock_clicked_cb), (connect_proxy), (ephy_location_action_class_init): * src/ephy-location-action.h: * src/ephy-toolbar.c: (lock_clicked_cb), (ephy_toolbar_set_window): Actually forward the lock-clicked signal to the toolbar.
* Updated Spanish translation.Francisco Javier F. Serrador2005-02-062-2/+6
| | | | | | 2005-02-06 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Spanish translation.Francisco Javier F. Serrador2005-02-061-197/+199
| | | | | | 2005-02-06 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-02-062-278/+303
| | | | | | | 2005-02-06 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Updated Czech translation.Miloslav Trmac2005-02-042-36/+39
| | | | | | 2005-02-04 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Updated Finnish translation.Pauli Virtanen2005-02-042-1339/+1591
| | | | | | 2005-02-04 Pauli Virtanen <pauli.virtanen@hut.fi> * fi.po: Updated Finnish translation.
* Updated Canadian English translation.Adam Weinberger2005-02-042-4/+9
| | | | * en_CA.po: Updated Canadian English translation.
* We don't want Epiphany to exit when DBUS restarts.Jean-François Rameau2005-02-042-1/+14
| | | | | | | | | | | | | 2005-02-04 Jean-François Rameau <jframeau@cvs.gnome.org> * lib/ephy-dbus.c: (ephy_dbus_connect_to_system_bus, ephy_dbus_connect_to_session_bus): We don't want Epiphany to exit when DBUS restarts. * lib/ephy-dbus.c: (ephy_dbus_connect_to_system_bus_cb): Bug: bad test.
* Updated Greek translationNikos Charonitakis2005-02-042-229/+243
|
* Updated Lithuanian translation.Žygimantas Beručka2005-02-042-66/+70
| | | | | | 2005-02-03 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Updated Canadian English translation.Adam Weinberger2005-02-042-38/+44
| | | | * en_CA.po: Updated Canadian English translation.
* Updated Simplified Chinese translationFunda Wang2005-02-041-37/+40
|
* Updated Czech translation.Miloslav Trmac2005-02-032-69/+78
| | | | | | 2005-02-02 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Revert the schema change too.Christian Persch2005-02-032-2/+9
| | | | | | | | 2005-02-02 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-lockdown.schemas.in: Revert the schema change too.
* Revert the fix for bug #165550, it wasn't correct.Christian Persch2005-02-032-30/+23
| | | | | | | | | 2005-02-02 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (sync_chromes_visibility), (setup_ui_manager), (ephy_window_set_print_preview): Revert the fix for bug #165550, it wasn't correct.
* Don't copy params with the email address. Fixes bug #144469.Christian Persch2005-02-032-2/+11
| | | | | | | | 2005-02-02 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: Don't copy params with the email address. Fixes bug #144469.
* Add chrome param to ephy_shell_new_tab_full, and use it inChristian Persch2005-02-036-17/+50
| | | | | | | | | | | | | 2005-02-02 Christian Persch <chpe@cvs.gnome.org> * src/ephy-automation.c: (impl_ephy_automation_loadUrlWithStartupId): * src/ephy-shell.c: (ephy_shell_new_window_cb), (ephy_shell_new_tab_full), (ephy_shell_new_tab): * src/ephy-shell.h: Add chrome param to ephy_shell_new_tab_full, and use it in ephy_shell_new_window_cb(). Fixes bug #165566.
* Weak ref the parent window.Christian Persch2005-02-032-5/+29
| | | | | | | | | 2005-02-02 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-persist.c: (ephy_embed_persist_set_fc_parent), (ephy_embed_persist_finalize): Weak ref the parent window.
* Updated Simplified Chinese translationFunda Wang2005-02-021-200/+198
|
* Updated Albanian translation.Laurent Dhima2005-02-022-339/+417
| | | | | | 2005-02-02 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Updated Canadian English translation.Adam Weinberger2005-02-022-198/+200
| | | | * en_CA.po: Updated Canadian English translation.
* Define variants with startup ID.Christian Persch2005-02-0214-51/+270
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-02-02 Christian Persch <chpe@cvs.gnome.org> * idl/EphyAutomation.idl: Define variants with startup ID. * lib/ephy-gui.c: (ephy_gui_window_update_user_time): * lib/ephy-gui.h: * src/bookmarks/ephy-bookmarks.c: (redirect_cb): * src/ephy-automation.c: (impl_ephy_automation_loadUrlWithStartupId), (impl_ephy_automation_loadurl), (impl_ephy_automation_addBookmark), (impl_ephy_automation_importBookmarks), (impl_ephy_automation_loadSessionWithStartupId), (impl_ephy_automation_loadSession), (impl_ephy_automation_openBookmarksEditorWithStartupId), (impl_ephy_automation_openBookmarksEditor), (ephy_automation_class_init): * src/ephy-main.c: (get_startup_id), (main): * src/ephy-session.c: (offer_to_resume), (ephy_session_autoresume), (ephy_session_load): * src/ephy-session.h: * src/ephy-shell.c: (open_urls), (ephy_shell_startup), (ephy_shell_new_tab_full), (ephy_shell_new_tab): * src/ephy-shell.h: Implement startup ID forwarding to the already-running ephy instance. Part of bug #150085.
* Updated Lithuanian translation.Žygimantas Beručka2005-02-022-177/+184
| | | | | | 2005-02-02 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Remove the accel group from the window when hiding the menubar in lockdownChristian Persch2005-02-023-19/+41
| | | | | | | | | | | 2005-02-01 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-lockdown.schemas.in: * src/ephy-window.c: (sync_chromes_visibility), (setup_ui_manager), (ephy_window_set_print_preview): Remove the accel group from the window when hiding the menubar in lockdown mode. From bug #165550.
* Plug a mem leak.Christian Persch2005-02-022-0/+8
| | | | | | | | 2005-02-01 Christian Persch <chpe@cvs.gnome.org> * src/ephy-shell.c: (toolbar_style_notifier): Plug a mem leak.
* Back out the patch from bug #141963 since it caused bug #165811.Christian Persch2005-02-023-4/+8
| | | | | | | | | 2005-02-01 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: * data/default-prefs-toolkit.js: Back out the patch from bug #141963 since it caused bug #165811.
* Don't assign to ephy_shell global variable, that's already done in itsChristian Persch2005-02-022-1/+9
| | | | | | | | | 2005-02-01 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (main): Don't assign to ephy_shell global variable, that's already done in its constructor.
* Don't disable print preview if print setup is locked down. Fixes bugChristian Persch2005-02-022-1/+8
| | | | | | | | | 2005-02-01 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (update_print_actions): Don't disable print preview if print setup is locked down. Fixes bug #165552.
* Don't show the menubar with F10 in lockdown mode. Make sure we alwaysChristian Persch2005-02-022-3/+11
| | | | | | | | | | 2005-02-01 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (ephy_window_key_press_event): Don't show the menubar with F10 in lockdown mode. Make sure we always chain up to GtkWindow's keypress handler. Fixes bug #165550.
* Don't weak ref the shell when it's finalised already. Fixes bug #165542.Christian Persch2005-02-023-1/+10
| | | | | | | | | | 2005-02-01 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (main): * src/ephy-shell.c: (ephy_shell_finalize): Don't weak ref the shell when it's finalised already. Fixes bug #165542.
* Set "Clear" context menu entry insensitive in lockdown mode. Fixes bugChristian Persch2005-02-022-0/+10
| | | | | | | | | 2005-02-01 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (entry_populate_popup_cb): Set "Clear" context menu entry insensitive in lockdown mode. Fixes bug #165540.
* Ungrab the pointer when moving tab between notebooks. Fixes bug #165797.Christian Persch2005-02-012-4/+23
| | | | | | | | | | | 2005-02-01 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (motion_notify_cb), (move_tab_to_another_notebook), (button_release_cb), (ephy_notebook_finalize): Ungrab the pointer when moving tab between notebooks. Fixes bug #165797.
* Update UpdateKjartan Maraas2005-02-013-1067/+1256
| | | | | | | 2005-02-01 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Update * no.po: Update
* Add title signal handler for XUL dialogues.Christian Persch2005-01-312-0/+20
| | | | | | | | 2005-01-31 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: Add title signal handler for XUL dialogues.
* Updated Swedish translation.Christian Rose2005-01-312-457/+541
| | | | | | 2005-01-31 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Updated Czech translation.Miloslav Trmac2005-01-312-199/+214
| | | | | | 2005-01-31 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Make EphyWindow implement EphyLink interface. Make ephy-link.h public.Christian Persch2005-01-314-25/+51
| | | | | | | | | | | | 2005-01-31 Christian Persch <chpe@cvs.gnome.org> * src/Makefile.am: * src/ephy-window.c: (ephy_window_get_type), (ephy_window_link_iface_init), (ephy_window_open_link), (ephy_window_init), (ephy_window_load_url): Make EphyWindow implement EphyLink interface. Make ephy-link.h public.
* Updated British translation.David Lodge2005-01-312-906/+1064
| | | | | | 2005-01-30 David Lodge <dave@cirt.net> * en_GB.po: Updated British translation.
* Updated Korean translation.Changwoo Ryu2005-01-312-1178/+1558
| | | | | | 2005-01-31 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
* Some sparse fixes.Christian Persch2005-01-318-15/+27
| | | | | | | | | | | | | | 2005-01-30 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (ephy_history_new): * lib/ephy-dialog.c: * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_new): * src/ephy-link.c: (ephy_link_open): * src/ephy-statusbar.c: (create_statusbar_security_icon): * src/ephy-window.c: * src/prefs-dialog.c: (get_download_button_label): Some sparse fixes.
* Move new-window signal to the embed single, and new window creation fromChristian Persch2005-01-3013-70/+172
| | | | | | | | | | | | | | | | | | | | | 2005-01-30 Christian Persch <chpe@cvs.gnome.org> * doc/reference/tmpl/ephy-embed.sgml: * embed/ephy-embed-single.c: (ephy_embed_single_iface_init): * embed/ephy-embed-single.h: * embed/ephy-embed.c: (ephy_embed_base_init): * embed/ephy-embed.h: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed.cpp: * embed/mozilla/mozilla-embed.h: * lib/ephy-marshal.list: * lib/ephy-prefs.h: * src/ephy-shell.c: (ephy_shell_new_window_cb), (impl_get_embed_single): * src/ephy-tab.c: (ephy_tab_new_window_cb): Move new-window signal to the embed single, and new window creation from EphyTab to EphyShell.
* Updated Slovak translation.Marcel Telka2005-01-302-180/+263
| | | | | | 2005-01-30 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Updated pt_BR translationRaphael Higino2005-01-302-1255/+1418
|
* Updated Spanish translation.Francisco Javier F. Serrador2005-01-302-15/+22
| | | | | | 2005-01-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Spanish translation.Francisco Javier F. Serrador2005-01-302-943/+959
| | | | | | 2005-01-29 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Lithuanian translation.Žygimantas Beručka2005-01-292-86/+77
| | | | | | 2005-01-29 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Updated Simplified Chinese translationFunda Wang2005-01-291-90/+96
|
* Updated Canadian English translation.Adam Weinberger2005-01-292-76/+90
| | | | * en_CA.po: Updated Canadian English translation.
* Refactored to elimiate code duplication.Christian Persch2005-01-292-59/+34
| | | | | | | | 2005-01-28 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: Refactored to elimiate code duplication.
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-2961-243/+392
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-28 Christian Persch <chpe@cvs.gnome.org> * doc/reference/tmpl/ephy-embed.sgml: * embed/ephy-embed-persist.c: (ephy_embed_persist_init), (ephy_embed_persist_finalize): * embed/ephy-embed-shell.c: (ephy_embed_shell_finalize): * embed/ephy-encodings.c: (ephy_encodings_finalize), (ephy_encodings_init): * embed/ephy-favicon-cache.c: (ephy_favicon_cache_finalize), (favicon_download_completed_cb), (favicon_download_cancelled_cb), (ephy_favicon_cache_download), (ephy_favicon_cache_get): * embed/ephy-history.c: (ephy_history_set_enabled), (ephy_history_save), (ephy_history_finalize), (ephy_history_host_visited), (ephy_history_set_page_title), (ephy_history_set_icon), (ephy_history_clear): * embed/mozilla/ContentHandler.cpp: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyContentPolicy.cpp: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphyHistoryListener.cpp: * embed/mozilla/EphySidebar.cpp: * embed/mozilla/EphySingle.cpp: * embed/mozilla/FilePicker.cpp: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/MozDownload.cpp: * embed/mozilla/PrintingPromptService.cpp: * embed/mozilla/mozilla-download.cpp: * embed/mozilla/mozilla-embed-event.cpp: * lib/ephy-dbus.c: (session_filter_func), (system_filter_func), (ephy_dbus_connect_to_system_bus), (ephy_dbus_connect_to_session_bus), (path_message_func), (ephy_dbus_startup), (ephy_dbus_shutdown), (ephy_dbus_init), (ephy_dbus_finalize): * lib/ephy-debug.h: * lib/ephy-file-chooser.c: (ephy_file_chooser_finalize): * lib/ephy-file-helpers.c: (ephy_file_helpers_shutdown): * lib/ephy-langs.c: (load_iso_entries): * lib/ephy-module.c: (ephy_module_load), (ephy_module_unload), (ephy_module_new_object), (ephy_module_init), (ephy_module_finalize): * lib/ephy-node-db.c: (ephy_node_db_load_from_file), (ephy_node_db_write_to_xml_valist): * lib/ephy-shlib-loader.c: (ephy_shlib_loader_init), (ephy_shlib_loader_finalize): * lib/widgets/ephy-location-entry.c: (entry_style_set_cb), (entry_realize_cb), (ephy_location_entry_construct_contents), (ephy_location_entry_init): * lib/widgets/ephy-spinner.c: (ephy_spinner_cache_load), (ephy_spinner_cache_get_images), (ephy_spinner_cache_init), (ephy_spinner_cache_finalize): * lib/widgets/ephy-tree-model-node.c: (ephy_tree_model_node_update_node): * lib/widgets/ephy-tree-model-sort.c: (each_property_get_data_binder): * src/bookmarks/ephy-bookmark-action.c: (create_tool_item), (connect_proxy), (ephy_bookmark_action_finalize): * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_set_bookmark), (set_window_icon): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_update_menu), (provide_favicon): * src/bookmarks/ephy-bookmarks-export.c: (ephy_bookmarks_export_rdf), (ephy_bookmarks_export_mozilla): * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import): * src/bookmarks/ephy-bookmarks-menu.c: (ephy_bookmarks_menu_rebuild), (do_update_cb), (bookmarks_tree_changed_cb), (topics_added_cb), (topics_removed_cb), (topic_child_changed_cb), (bookmark_added_cb), (bookmark_removed_cb), (activate_cb), (ephy_bookmarks_menu_finalize): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_get_toolbars_model), (ephy_bookmarks_save), (ephy_bookmarks_finalize), (ephy_bookmarks_find_keyword), (ephy_bookmarks_set_keyword), (ephy_bookmarks_unset_keyword): * src/bookmarks/ephy-bookmarksbar-model.c: (save_changes_idle), (load_toolbars), (ephy_bookmarksbar_model_init), (ephy_bookmarksbar_model_dispose), (ephy_bookmarksbar_model_finalize): * src/bookmarks/ephy-bookmarksbar.c: (ephy_bookmarksbar_action_request), (ephy_bookmarksbar_finalize): * src/bookmarks/ephy-favorites-menu.c: (ephy_favorites_menu_rebuild): * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_set_title): * src/bookmarks/ephy-topic-action.c: (connect_proxy): * src/bookmarks/ephy-topics-selector.c: (ephy_topics_selector_set_bookmark): * src/ephy-encoding-menu.c: (add_action): * src/ephy-extensions-manager.c: (ephy_extensions_manager_load), (ephy_extensions_manager_unload), (ephy_extensions_manager_load_string), (get_loader_for_type), (load_extension), (unload_extension), (sync_loaded_extensions), (ephy_extensions_manager_load_dir), (ephy_extensions_manager_init), (ephy_extensions_manager_startup), (ephy_extensions_manager_finalize), (impl_attach_window), (impl_detach_window), (impl_attach_tab), (impl_detach_tab): * src/ephy-history-window.c: (setup_filters), (provide_favicon): * src/ephy-link.c: (ephy_link_open): * src/ephy-location-action.c: (user_changed_cb), (sync_address), (ephy_location_action_set_address): * src/ephy-navigation-action.c: (menu_activated_cb), (connect_proxy): * src/ephy-notebook.c: (ephy_notebook_finalize): * src/ephy-session.c: (window_focus_in_event_cb), (impl_attach_window), (impl_detach_window), (ephy_session_init), (ephy_session_dispose), (ephy_session_finalize), (ephy_session_autoresume), (ephy_session_close), (ephy_session_save), (ephy_session_load), (ephy_session_add_window), (ephy_session_remove_window): * src/ephy-shell.c: (save_yourself_cb), (die_cb), (ephy_shell_finalize), (ephy_shell_new_tab), (ephy_shell_get_toolbars_model), (toolwindow_show_cb), (toolwindow_hide_cb): * src/ephy-tab.c: (popups_manager_add), (popups_manager_add_window), (ephy_tab_get_popups_allowed), (popups_manager_show_all), (popups_manager_hide_all), (ephy_tab_finalize), (ephy_tab_address_cb), (ephy_tab_zoom_changed_cb), (ephy_tab_new_window_cb), (ephy_tab_visibility_cb), (ephy_tab_destroy_brsr_cb), (ephy_tab_size_to_cb), (ephy_tab_dom_mouse_click_cb), (ephy_tab_init): * src/ephy-tabs-menu.c: (ephy_tabs_menu_update): * src/ephy-toolbar.c: (sync_user_input_cb): * src/ephy-toolbars-model.c: (save_changes_idle), (ephy_toolbars_model_load): * src/ephy-window.c: (ephy_window_destroy), (show_embed_popup), (ephy_window_init), (ephy_window_finalize): * src/pdm-dialog.c: (pdm_dialog_cookies_construct), (cookie_added_cb), (cookie_changed_cb), (cookie_deleted_cb), (cookies_cleared_cb), (pdm_dialog_passwords_construct), (passwords_changed_cb): * src/prefs-dialog.c: (fonts_language_changed_cb): Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargs case.
* Add lock fullscreen key and improve key descriptions.Piers Cornwell2005-01-292-9/+29
| | | | | | | | 2005-01-28 Piers Cornwell <piers@gnome.org> * data/epiphany-lockdown.schemas.in: Add lock fullscreen key and improve key descriptions.
* Disable DownloadLinkAs and SetAsBackground if saving to disk is disabled.Christian Persch2005-01-292-1/+10
| | | | | | | | | 2005-01-28 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (update_actions_sensitivity): Disable DownloadLinkAs and SetAsBackground if saving to disk is disabled.
* Updated Czech translation.Miloslav Trmac2005-01-282-116/+155
| | | | | | 2005-01-28 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Extension manager owns only one ref on extensions which don't implementJean-François Rameau2005-01-282-8/+16
| | | | | | | | | | 2005-01-27 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-extensions-manager.c: (unload_extension): Extension manager owns only one ref on extensions which don't implement EphyExtension interface. Only their loader has to unref them.
* Updated Lithuanian translation.Žygimantas Beručka2005-01-282-103/+137
| | | | | | 2005-01-27 Žygimantas Beručka <uid0@aklt.lt> * lt.po: Updated Lithuanian translation.
* Updated Greek translationNikos Charonitakis2005-01-272-508/+645
|
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2005-01-272-642/+876
| | | | | | 2005-01-26 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Don't show the Leave Fullscreen button in lockdown fullscreen mode. SwitchChristian Persch2005-01-266-34/+69
| | | | | | | | | | | | | | | | | | | 2005-01-26 Christian Persch <chpe@cvs.gnome.org> * src/ephy-fullscreen-popup.c: (ephy_fullscreen_popup_update_visibility), (ephy_fullscreen_popup_set_show_leave), (ephy_fullscreen_popup_init): * src/ephy-fullscreen-popup.h: * src/ephy-toolbar.c: (ephy_toolbar_update_fixed_visibility), (ephy_toolbar_set_show_leave_fullscreen): * src/ephy-toolbar.h: * src/ephy-window.c: (ephy_window_fullscreen), (ephy_window_unfullscreen): Don't show the Leave Fullscreen button in lockdown fullscreen mode. Switch to fullscreen toolbar also in lockdown fullscreen mode. Fixes bug #165256.
* Updated Simplified Chinese translationFunda Wang2005-01-262-49/+89
|
* Update documentation.Piers Cornwell2005-01-263-29/+70
| | | | | | | | | 2005-01-26 Piers Cornwell <piers@gnome.org> * help/C/epiphany.xml: * help/C/epiphany-C.omf: Update documentation.
* Updated Portuguese translation.Duarte Loreto2005-01-262-1146/+1689
| | | | | | 2005-01-25 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Updated Spanish translation.Francisco Javier Fernandez2005-01-262-67/+106
| | | | | | 2005-01-25 Francisco Javier Fernandez <cyphra@vir.tecknolabs.com> * es.po: Updated Spanish translation.
* Updated Canadian English translation.Adam Weinberger2005-01-252-41/+74
| | | | * en_CA.po: Updated Canadian English translation.
* 2005-01-25 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2005-01-252-105/+177
|
* Updated Russian translationLeonid Kanter2005-01-252-716/+984
|
* Updated German translation.Hendrik Richter2005-01-252-30/+53
| | | | | | 2005-01-25 Hendrik Richter <hendrik@gnome-de.org> * de.po: Updated German translation.
* Add a alert when the user clicks on a sidebar link, telling that theCrispin Flowerday2005-01-254-2/+91
| | | | | | | | | | | | | 2005-01-24 Crispin Flowerday <gnome@flowerday.cx> * embed/ephy-embed-shell.c: (impl_get_embed_single), (ephy_embed_shell_get_embed_single), (ephy_embed_shell_class_init): * embed/ephy-embed-shell.h: * src/ephy-shell.c: (ephy_shell_class_init), (ephy_shell_add_sidebar_cb), (impl_get_embed_single): Add a alert when the user clicks on a sidebar link, telling that the sidebar extension is required. Fixes bug #162685
* Fix "Go Up" not to omit the directory if the uri references a file. PatchChristian Persch2005-01-252-47/+61
| | | | | | | | | 2005-01-24 Christian Persch,,, <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: Fix "Go Up" not to omit the directory if the uri references a file. Patch taken from galeon. Fixes equiv. of bug #165094.
* Fix the g_signal_emit to pass an argument for the result, otherwise thingsCrispin Flowerday2005-01-252-1/+9
| | | | | | | | | 2005-01-24 Crispin Flowerday <gnome@flowerday.cx> * embed/mozilla/EphySidebar.cpp (AddPanel): Fix the g_signal_emit to pass an argument for the result, otherwise things break.
* Default security.warn_submit_insecure.show_once to false. Avoids usChristian Persch2005-01-252-0/+8
| | | | | | | | | 2005-01-24 Christian Persch,,, <chpe@cvs.gnome.org> * data/default-prefs-common.js: Default security.warn_submit_insecure.show_once to false. Avoids us displaying the submit-insecure warning, ever.
* Better wording for the import-failed dialogue.Christian Persch2005-01-252-1/+9
| | | | | | | | 2005-01-24 Christian Persch,,, <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (import_bookmarks): Better wording for the import-failed dialogue.
* `head -5 ChangeLog`Christian Persch2005-01-252-1/+7
|
* Updated German translation.Hendrik Richter2005-01-252-31/+45
| | | | | | 2005-01-24 Hendrik Richter <hendrik@gnome-de.org> * de.po: Updated German translation.
* Post-release version bump.Christian Persch2005-01-242-1/+7
| | | | | | | | 2005-01-24 Christian Persch,,, <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.5.5 ===Release155Christian Persch2005-01-246-52/+67
| | | | | | | | | | | | 2005-01-24 Christian Persch <chpe@cvs.gnome.org> === Release 1.5.5 === * doc/reference/tmpl/ephy-cookie-manager.sgml: * doc/reference/tmpl/ephy-embed.sgml: * doc/reference/tmpl/ephy-password-manager.sgml: * doc/reference/tmpl/ephy-tab.sgml: * doc/reference/tmpl/epiphany-unused.sgml:
* Inform the user of failed bookmarks import.Christian Perhristian Persch2005-01-242-5/+46
| | | | | | | | 2005-01-24 Christian Perhristian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (import_bookmarks): Inform the user of failed bookmarks import.
* UpdateChristian Persch2005-01-241-1/+1
|
* Version 1.5.5.Christian Persch2005-01-243-1/+73
| | | | | | | | | 2005-01-24 Christian Persch <chpe@cvs.gnome.org> * NEWS: * configure.ac: Version 1.5.5.
* Work around a mozilla bug by diverting the contract ID ofChristian Persch2005-01-243-6/+97
| | | | | | | | | 2005-01-24 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/MozRegisterComponents.cpp: Work around a mozilla bug by diverting the contract ID of
* Add more categories to bme.desktop.in. Fixes bug #162973.Christian Persch2005-01-242-1/+7
| | | | | | | | 2005-01-24 Christian Persch,,, <chpe@cvs.gnome.org> * data/bme.desktop.in: Add more categories to bme.desktop.in. Fixes bug #162973.
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-01-242-62/+90
| | | | | | | 2005-01-24 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Fix for #164601Frank Arnold2005-01-242-33/+37
| | | | | | 2005-01-24 Frank Arnold <farnold@cvs.gnome.org> * de.po: Fix for #164601
* Fix for #164133Frank Arnold2005-01-242-122/+92
| | | | | | 2005-01-24 Frank Arnold <farnold@cvs.gnome.org> * de.po: Fix for #164133
* Ellipsize the value and path labels in the cookie content dialogue.Christian Persch2005-01-242-0/+8
| | | | | | | | 2005-01-23 Christian Persch <chpe@cvs.gnome.org> * src/pdm-dialog.c: (show_cookies_properties): Ellipsize the value and path labels in the cookie content dialogue.
* Check for broken context event button.Christian Persch2005-01-2314-173/+290
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-23 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Check for broken context event button. * embed/ephy-embed-event.c: (ephy_embed_event_get_context), (ephy_embed_event_get_button): * embed/ephy-embed-event.h: * embed/mozilla/mozilla-embed-event.cpp: * embed/mozilla/mozilla-embed-event.h: Change get_type to get_button, and don't store a nsCOMPtr in .priv. * src/ephy-tab.c: (ephy_tab_dom_mouse_click_cb): * src/ephy-window.c: (show_embed_popup), (tab_context_menu_cb), (ephy_window_set_active_tab): Adapted for above change. * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: Attach listener to oncontextmenu event. * embed/mozilla/EventContext.cpp: * embed/mozilla/EventContext.h: Get event target coordinates also for 'mouse' context events. * embed/mozilla/mozilla-embed.cpp: Remove key-down handler, and context code from mouse-down handler.
* Set typeaheadfind.autostart to off. Fixes bug #141963.Christian Persch2005-01-233-1/+11
| | | | | | | | | 2005-01-23 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: * data/default-prefs-toolkit.js: Set typeaheadfind.autostart to off. Fixes bug #141963.
* Default typeaheadfindsea to on. From bug #157435.Christian Persch2005-01-232-0/+9
| | | | | | | | 2005-01-23 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-toolkit.js: Default typeaheadfindsea to on. From bug #157435.
* Remove INSTALL from cvsChristian Persch2005-01-231-231/+0
|
* Rename "visible" property.Christian Persch2005-01-233-3/+10
| | | | | | | | | 2005-01-22 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_class_init), (ephy_tab_visibility_cb): * src/ephy-window.c: (tab_added_cb): Rename "visible" property.
* Updated Simplified Chinese translationFunda Wang2005-01-222-906/+1169
|
* Add proper _NETSCAPE_URL drag support, supplying the URL as well as theJorn Baayen2005-01-2210-115/+174
| | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-21 Jorn Baayen <jbaayen@gnome.org> * lib/widgets/ephy-node-view.c: (ephy_node_view_add_column), (ephy_node_view_enable_drag_source): * lib/widgets/ephy-node-view.h: * lib/widgets/ephy-tree-model-sort.c: (ephy_tree_model_sort_init), (ephy_tree_model_sort_multi_row_draggable), (ephy_tree_model_sort_set_base_drag_column_id), (ephy_tree_model_sort_set_extra_drag_column_id), (each_property_get_data_binder): * lib/widgets/ephy-tree-model-sort.h: * src/bookmarks/ephy-bookmark-action.c: (drag_data_get_cb): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): * src/bookmarks/ephy-topics-selector.c: (ephy_topics_selector_constructor): * src/ephy-encoding-dialog.c: (ephy_encoding_dialog_init): * src/ephy-history-window.c: (ephy_history_window_construct): Add proper _NETSCAPE_URL drag support, supplying the URL as well as the title. As a side effect most data_columns in NodeViews have been obsoleted. Fixes #163937.
* Updated Welsh translation.Rhys Jones2005-01-212-475/+543
| | | | | | 2005-01-21 Rhys Jones <rhys@sucs.org> * cy.po: Updated Welsh translation.
* Added ephy_statusbar_remove_widget().Adam Hooper2005-01-213-2/+32
|
* Updated Canadian English translation.Adam Weinberger2005-01-212-89/+130
| | | | * en_CA.po: Updated Canadian English translation.
* Updated Czech translation.Miloslav Trmac2005-01-212-184/+225
| | | | | | 2005-01-20 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Make ephy-bookmarks.h's enum a named enum. Auto-generate types forJean-François Rameau2005-01-214-3/+73
| | | | | | | | | | | | 2005-01-20 Jean-François Rameau <jframeau@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.h: * src/bookmarks/Makefile.am: * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_get_type): Make ephy-bookmarks.h's enum a named enum. Auto-generate types for ephy-bookmarks.h's enum. Make sure our enum type is registered.
* Updated Lithuanian translation.Žygimantas Beručka2005-01-212-240/+307
| | | | | | 2005-01-20 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.