aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 1.1.4Marco Pesenti Gritti2004-01-244-3/+74
| | | | | | | | | | | | | 2004-01-24 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.in: Prepare for 1.1.4 * embed/mozilla/ContentHandler.cpp: Fix Save As from download dialog
* Fall back to Home directory when the pref is NULL.Christian Persch2004-01-242-0/+12
| | | | | | | | 2004-01-24 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: (get_download_button_label): Fall back to Home directory when the pref is NULL.
* Use our eel_gconf_set_path() function to persist the directory.Christian Persch2004-01-242-16/+17
| | | | | | | | | 2004-01-24 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-chooser.c: (ephy_file_chooser_get_type), (current_folder_changed_cb): Use our eel_gconf_set_path() function to persist the directory.
* *** empty log message ***Marco Pesenti Gritti2004-01-241-1/+1
|
* Add a persist-position property.Marco Pesenti Gritti2004-01-245-6/+58
| | | | | | | | | | | | | | | | | | | | 2004-01-24 Marco Pesenti Gritti <marco@gnome.org> * lib/ephy-dialog.c: (setup_default_size), (ephy_dialog_init), (ephy_dialog_set_property), (ephy_dialog_get_property), (ephy_dialog_class_init): Add a persist-position property. * embed/downloader-view.c: (downloader_view_new): Persist downloader position. * src/prefs-dialog.c: (get_download_button_label): * embed/mozilla/MozDownload.cpp: * data/epiphany.schemas.in: Default to ~/Desktop/Downloads.
* Updated Spanish translation.Francisco Javier F. Serrador2004-01-242-196/+230
| | | | | | 2004-01-24 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Sometimes reading gnomedesktop flames is useful:Marco Pesenti Gritti2004-01-245-9/+23
| | | | | | | | | | | | | | 2004-01-23 Marco Pesenti Gritti <marco@gnome.org> * data/epiphany.schemas.in: * lib/ephy-prefs.h: * src/ephy-tab.c: (ephy_tab_dom_mouse_click_cb): * src/popup-commands.c: (save_property_url): Sometimes reading gnomedesktop flames is useful: Do not use the same pref of 1.0 for the download dir. Use a different key for Save Link As.
* Commit ChangeLog tooChristian Persch2004-01-241-0/+19
|
* Allow passing the translation domain to ephy_dialog_construct, to makeChristian Persch2004-01-2411-30/+60
| | | | | | | | | | | | | | | | | | | | | 2004-01-23 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (downloader_view_build_ui): * embed/find-dialog.c: (find_dialog_init): * embed/mozilla/GtkNSSDialogs.cpp: * embed/print-dialog.c: (ephy_print_dialog_new), (ephy_print_setup_dialog_new): * lib/ephy-dialog.c: (impl_construct), (ephy_dialog_construct): * lib/ephy-dialog.h: * lib/ephy-glade.c: (ephy_glade_widget_new): * lib/ephy-glade.h: * src/ephy-encoding-dialog.c: (ephy_encoding_dialog_init): * src/pdm-dialog.c: (pdm_dialog_init): * src/prefs-dialog.c: (setup_add_language_dialog), (prefs_dialog_init): Allow passing the translation domain to ephy_dialog_construct, to make extension's dialogues translatable. Fix all callers.
* Update Czech translationMiloslav Trmac2004-01-242-193/+223
|
* We really depend on gtk+ >= 2.3.2.Christian Persch2004-01-232-1/+7
| | | | | | | | 2004-01-23 Christian Persch <chpe@cvs.gnome.org> * configure.in: We really depend on gtk+ >= 2.3.2.
* Updated Serbian translation.Danilo Šegan2004-01-233-528/+680
|
* Make Cancel safe against non active downloads.Xan Lopez2004-01-232-0/+12
| | | | | | * embed/mozilla/MozDownload.cpp: Make Cancel safe against non active downloads.
* Use both BYPASS_CACHE and BYPASS_PROXY on force-reload. Unified theChristian Persch2004-01-234-15/+16
| | | | | | | | | | | | | 2004-01-23 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.h: * embed/mozilla/mozilla-embed.cpp: * src/window-commands.c: (window_cmd_view_reload): Use both BYPASS_CACHE and BYPASS_PROXY on force-reload. Unified the handling in mozilla-embed by introducing EMBED_RELOAD_FORCE, and killed EMBED_RELOAD_BYPASS_[CACHE|PROXY] since we now always use both together.
* Updated encodings listChristian Persch2004-01-232-2/+8
|
* Updated German translation.Christian Neumair2004-01-232-168/+196
|
* data: urls can be opened in new tabs too.Christian Persch2004-01-233-0/+9
| | | | | | | | | 2004-01-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: * src/ephy-tab.c: (address_has_web_scheme): data: urls can be opened in new tabs too.
* Work around a bug in mozilla where 0xa0 (NBSP) are converted to spaces, soChristian Persch2004-01-232-2/+16
| | | | | | | | | | 2004-01-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Work around a bug in mozilla where 0xa0 (NBSP) are converted to spaces, so we think that the element is modified when in fact it's not. (Thanks to Crispin).
* New function to get temp directory and moved ephy_shell_delete_on_exit toChristopher James Lahey2004-01-237-44/+98
| | | | | | | | | | | | | | | | | | 2004-01-22 Christopher James Lahey <clahey@ximian.com> * lib/ephy-file-helpers.c, lib/ephy-file-helpers.h (ephy_file_tmp_directory, ephy_file_delete_on_exit): New function to get temp directory and moved ephy_shell_delete_on_exit to here. * lib/widgets/ephy-location-entry.c: Changed how this goes about showing itself when hidden and activated. * src/ephy-shell.c, src/ephy-shell.h (ephy_shell_delete_on_exit): Moved to ephy_file_delete_on_exit. * src/window-commands.c: Changed ephy_shell_delete_on_exit to ephy_file_delete_on_exit. Used ephy_file_tmp_directory to save source files for viewing in a directory that isn't world readable.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2004-01-232-173/+225
| | | | | | 2004-01-22 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Slightly better string for history disable.Marco Pesenti Gritti2004-01-232-1/+7
| | | | | | | | 2004-01-22 Marco Pesenti Gritti <marco@gnome.org> * data/epiphany-lockdown.schemas.in: Slightly better string for history disable.
* *** empty log message ***Marco Pesenti Gritti2004-01-224-5/+24
|
* Translation updated by Kees van den Broek.Vincent van Adrighem2004-01-222-1/+6
| | | | | | 2004-01-21 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Kees van den Broek.
* Updated Norwegian translation.Kjartan Maraas2004-01-222-228/+289
| | | | | | 2004-01-21 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
* Call ephy_file() explicitly for each glade file, letting extensions load ↵Adam Hooper2004-01-229-14/+35
| | | | glade files from any path
* Destroy filepicker once it's done. I dunno about much more bugs so pleaseMarco Pesenti Gritti2004-01-222-0/+11
| | | | | | | | | 2004-01-21 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/ContentHandler.cpp: Destroy filepicker once it's done. I dunno about much more bugs so please report now ;)
* Update Czech translationMiloslav Trmac2004-01-222-117/+168
|
* Set "tooltip" property on bookmark actions to the url. That way we displayChristian Persch2004-01-212-4/+34
| | | | | | | | | | | | | 2004-01-21 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (ephy_bookmark_action_get_type), (ephy_bookmark_action_set_property), (ephy_bookmark_action_get_property), (ephy_bookmark_action_class_init): Set "tooltip" property on bookmark actions to the url. That way we display it in the status bar with no extra steps taken.
* Use ngettext for number of downloads and remaining minutes display in thePiers Cornwell2004-01-212-7/+38
| | | | | | | | | | 2004-01-21 Piers Cornwell <piers@myrealbox.com> * embed/downloader-view.c: (update_status_icon), (downloader_view_remove_download): Use ngettext for number of downloads and remaining minutes display in the tooltip of the tray icon.
* about: can be opened in new tab too.Christian Persch2004-01-213-3/+12
| | | | | | | | | 2004-01-21 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: * src/ephy-tab.c: (address_has_web_scheme): about: can be opened in new tab too.
* Re-enable fonts language font filtering, fixes bug #128814Christian Persch2004-01-212-1/+7
| | | | | | | | 2004-01-21 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Re-enable fonts language font filtering, fixes bug #128814
* Updated Korean translation.Changwoo Ryu2004-01-212-171/+255
| | | | * ko.po: Updated Korean translation.
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-01-212-26/+40
| | | | | | 2004-01-21 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated Spanish traslation.Francisco Javier F. Serrador2004-01-212-91/+139
| | | | | | 2004-01-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish traslation.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2004-01-202-163/+211
| | | | | | 2004-01-20 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Make uri canonical before passing it as launch argument to make vfs happy.Marco Pesenti Gritti2004-01-204-8/+21
| | | | | | | | | | | | | | 2004-01-19 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/MozDownload.cpp: Make uri canonical before passing it as launch argument to make vfs happy. * lib/eel-gconf-extensions.c: (eel_gconf_set_path): Do not mix utf8/locale. Thanks to chpe to notice it.
* Merge from gnome-2-4 branch.Christian Persch2004-01-202-0/+220
| | | | | | | | 2004-01-19 Christian Persch <chpe@cvs.gnome.org> * NEWS: Merge from gnome-2-4 branch.
* Updated Albanian translationLaurent Dhima2004-01-201-0/+4
| | | | * sq.po: Updated Albanian translation
* UpdatedLaurent Dhima2004-01-201-114/+162
|
* Updated German translation.Christian Neumair2004-01-202-139/+220
|
* Add a way to store paths.Marco Pesenti Gritti2004-01-198-192/+196
| | | | | | | | | | | | | | | | | | | | | | | | 2004-01-19 Marco Pesenti Gritti <marco@gnome.org> * lib/eel-gconf-extensions.c: (tilde_compress), (eel_gconf_set_path): * lib/eel-gconf-extensions.h: Add a way to store paths. * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: Actually save the file in downloads dir and then open it. It doesnt seem to open it but it's prolly a gnome-vfs bug. * src/prefs-dialog.c: (get_download_button_label), (download_path_response_cb): Simplify the label logic using ~.
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-01-192-116/+173
| | | | | | 2004-01-19 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* *** empty log message ***Marco Pesenti Gritti2004-01-198-163/+186
|
* Introduce ephy_dialog_hide().Christian Persch2004-01-193-0/+18
| | | | | | | | | 2004-01-18 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (ephy_dialog_hide): * lib/ephy-dialog.h: Introduce ephy_dialog_hide().
* We need to use do_QueryInterface to get from the nsIDOM[Key|Mouse]Event toChristian Persch2004-01-192-15/+28
| | | | | | | | | | 2004-01-18 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: We need to use do_QueryInterface to get from the nsIDOM[Key|Mouse]Event to the nsIDOMEvent, not just cast it.
* Updated Serbian translation.Danilo Šegan2004-01-183-62/+66
|
* Updated Spanish translation.Francisco Javier F. Serrador2004-01-182-30/+32
| | | | | | 2004-01-18 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Use g_signal_connect_object to connect the embed signals, that way they'reChristian Persch2004-01-173-128/+107
| | | | | | | | | | | 2004-01-17 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: * src/ephy-tab.c: (ephy_tab_init): Use g_signal_connect_object to connect the embed signals, that way they're disconnected before the tab object is finalised. Should fix crasher bug #131635.
* Typo fixes.62004-01-172-3/+7
| | | | | | 2004-01-16 <clahey@ximian.com> * data/epiphany-lockdown.schemas.in: Typo fixes.
* Updated Norwegian translation.Kjartan Maraas2004-01-172-761/+700
| | | | | | 2004-01-16 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
* Use gtk_file_chooser_get_filename() instead ofChristian Persch2004-01-172-1/+8
| | | | | | | | | 2004-01-16 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: (download_path_response_cb): Use gtk_file_chooser_get_filename() instead of gtk_file_chooser_get_current_folder(). Fixes bug #131646.
* Update email addressChristian Persch2004-01-171-1/+2
|
* Updated Malay translation. change year at changlog I'm late 1 yearHasbullah Bin Pit2004-01-162-558/+730
| | | | | | | | 2004-01-16 Hasbullah Bin Pit <sebol@ikhlas.com> * ms.po: Updated Malay translation. change year at changlog I'm late 1 year
* Show help for menu items in the statusbar.Christian Persch2004-01-162-0/+74
| | | | | | | | | | 2004-01-16 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (menu_item_select_cb), (menu_item_deselect_cb), (disconnect_proxy_cb), (connect_proxy_cb), (setup_ui_manager), (ephy_window_init): Show help for menu items in the statusbar.
* Updated Spanish translation.Francisco Javier F. Serrador2004-01-162-5/+18
| | | | | | 2004-01-16 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Translation updated.Vincent van Adrighem2004-01-162-23/+36
| | | | | | 2004-01-15 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
* Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent. PortChristian Persch2004-01-1611-151/+407
| | | | | | | | | | | | | | | | | | | | | | | | 2004-01-15 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-event.c: (ephy_embed_event_get_type), (ephy_embed_event_base_init), (ephy_embed_event_get_event_type), (ephy_embed_event_get_context), (ephy_embed_event_get_modifier), (ephy_embed_event_get_coords), (ephy_embed_event_get_property), (ephy_embed_event_has_property), (ephy_embed_event_get_dom_event): * embed/ephy-embed-event.h: * embed/mozilla/EventContext.cpp: * embed/mozilla/EventContext.h: * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed-event.cpp: * embed/mozilla/mozilla-embed-event.h: * embed/mozilla/mozilla-embed.cpp: * src/ephy-window.c: (popup_menu_at_coords): * src/popup-commands.c: (popup_cmd_copy_link_address): Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent. Port callers to the new api. Fix some callers in src/ which were using private fields of EphyEmbedEvent struct.
* Update Czech translationMiloslav Trmac2004-01-152-10/+23
|
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-01-152-9/+22
| | | | | | 2004-01-15 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated Serbian translation.Danilo Šegan2004-01-153-4/+26
|
* Updated Irish translationAlastair McKinstry2004-01-152-13/+18
|
* Let the user decide about what to do with automatic dialogs.Xan Lopez2004-01-153-3/+130
| | | | | | | * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: Let the user decide about what to do with automatic dialogs.
* Updated Albanian translationLaurent Dhima2004-01-151-0/+4
| | | | * sq.po: Updated Albanian translation
* UpdatedLaurent Dhima2004-01-151-427/+517
|
* Get the page content into a string.Christian Persch2004-01-144-2/+68
| | | | | | | | | | 2004-01-14 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-persist.c: (ephy_embed_persist_to_string): * embed/ephy-embed-persist.h: * embed/mozilla/mozilla-embed-persist.cpp: Get the page content into a string.
* Updated Spanish translation.Francisco Javier F. Serrador2004-01-142-40/+53
| | | | | | 2004-01-14 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Serbian translation.Danilo Šegan2004-01-143-52/+58
|
* Allow to show/hide downloader clicking on tray icon. Fixes #131012.Xan Lopez2004-01-142-1/+15
| | | | | | | * embed/downloader-view.c: (status_icon_activated): Allow to show/hide downloader clicking on tray icon. Fixes #131012.
* Translation updated.Vincent van Adrighem2004-01-132-383/+522
| | | | | | 2004-01-13 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
* remove conflict indicatorsNikos Charonitakis2004-01-131-1/+0
|
* Updated Greek translationNikos Charonitakis2004-01-132-417/+484
|
* Update Czech translationMiloslav Trmac2004-01-132-20/+24
|
* Version 1.1.3.Release113Christian Persch2004-01-132-1/+9
| | | | | | | | 2004-01-13 Christian Persch <chpe@cvs.gnome.org> * configure.in: Version 1.1.3.
* Feature FreezeChristian Persch2004-01-131-0/+4
|
* Updating NEWSChristian Persch2004-01-131-0/+1
|
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-01-132-65/+72
| | | | | | 2004-01-13 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated British English translation.Christian Persch2004-01-132-373/+460
| | | | | | 2004-01-12 Christian Persch <chpe@cvs.gnome.org> * en_GB.po: Updated British English translation.
* Updating docs templactesChristian Persch2004-01-137-23/+142
|
* Add accelerator to Pause/Resume button.Christian Persch2004-01-132-2/+8
| | | | | | | | 2004-01-12 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (download_dialog_pause_cb): Add accelerator to Pause/Resume button.
* Updating NEWSChristian Persch2004-01-131-0/+62
|
* Default history to "enabled".Christian Persch2004-01-132-0/+10
| | | | | | | | | 2004-01-12 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (ephy_history_set_enabled), (ephy_history_init): Default history to "enabled".
* Forgot thisChristian Persch2004-01-131-0/+1
|
* Forgot to commit those.Christian Persch2004-01-132-1/+9
| | | | | | | | | 2004-01-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.h: * src/ephy-tab.c: (address_has_web_scheme): Forgot to commit those.
* Only allow "Open in New Tab/Window" for certain protocols.Christian Persch2004-01-133-1/+43
| | | | | | | | | | | | 2004-01-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/EventContext.cpp: * embed/mozilla/EventContext.h: * src/ephy-tab.c: (address_has_web_scheme): * src/ephy-window.c: (show_embed_popup): Only allow "Open in New Tab/Window" for certain protocols.
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-01-122-1106/+1604
| | | | | | 2004-01-12 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Update Czech translationMiloslav Trmac2004-01-122-267/+317
|
* Updated Serbian translation.Danilo Šegan2004-01-123-94/+152
|
* Updated spanish translation.Francisco Javier F. Serrador2004-01-112-306/+376
| | | | | | 2004-01-11 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated spanish translation.
* Updating MOZILLA_SNAPSHOT level of trunkChristian Persch2004-01-111-1/+1
|
* Verified the quote and put the original here.Christian Persch2004-01-112-3/+10
| | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.xhtml: Verified the quote and put the original here.
* Fix signal parameter, and add a NULL check. Fixes bug #131117, patch byChristian Persch2004-01-112-1/+11
| | | | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (update_exit_fullscreen_popup_position), (ephy_window_fullscreen): Fix signal parameter, and add a NULL check. Fixes bug #131117, patch by Martin Kretzschmar.
* Implement print and print setup disabling for lockdown mode.Christopher James Lahey2004-01-115-19/+105
| | | | | | | | | | | | 2004-01-10 Christopher James Lahey <clahey@ximian.com> * embed/mozilla/PrintingPromptService.cpp: * lib/ephy-prefs.h: * src/ephy-main.c: (main): * src/ephy-window.c: (update_actions), (ephy_window_init), (ephy_window_finalize), (ephy_window_print): Implement print and print setup disabling for lockdown mode.
* Adapt to the ever-changing mozilla API.Christian Persch2004-01-114-8/+35
| | | | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * configure.in: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EventContext.cpp: Adapt to the ever-changing mozilla API.
* Include config.hChristian Persch2004-01-111-0/+4
|
* Implement history disabling.Christian Persch2004-01-117-52/+237
| | | | | | | | | | | | | | | | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (ephy_history_get_type), (ephy_history_set_enabled), (ephy_history_set_property), (ephy_history_get_property), (ephy_history_class_init), (page_removed_from_host_cb), (disable_history_notifier), (ephy_history_init), (ephy_history_finalize), (ephy_history_new), (ephy_history_get_host), (ephy_history_visited), (ephy_history_add_page), (ephy_history_set_page_title), (ephy_history_clear), (ephy_history_is_enabled): * embed/ephy-history.h: * lib/ephy-node-db.c: (ephy_node_db_get_property), (ephy_node_db_set_property), (ephy_node_db_set_immutable): * lib/ephy-node-db.h: * lib/ephy-prefs.h: * src/bookmarks/ephy-bookmarks.c: (clear_favorites), (history_cleared_cb), (ephy_setup_history_notifiers): Implement history disabling.
* Forgot thisChristian Persch2004-01-111-0/+2
|
* Added disable_arbitrary_url, disable_toolbar_editing, and disable_historyChristopher James Lahey2004-01-108-17/+138
| | | | | | | | | | | | | | | | | | | | | | | | | 2004-01-09 Christopher James Lahey <clahey@ximian.com> * data/epiphany-lockdown.schemas.in, lib/ephy-prefs.h: Added disable_arbitrary_url, disable_toolbar_editing, and disable_history keys. * src/ephy-automation.c (impl_ephy_automation_loadurl): Make this ignore a url given on the command line if disable_arbitrary_url is on. * src/ephy-notebook.c (notebook_drag_data_received_cb): Made this ignore drags if disable_arbitrary_url is on. * src/ephy-session.c (ephy_session_load): Don't show history window if disable_history is on. * src/ephy-tab.c (ephy_tab_dom_mouse_click_cb): Disable middle click to paste url if disable_arbitrary_url is on. * src/ephy-window.c: Disable menu actions based on disable_arbitrary_url, disable_toolbar_editing, and disable_history keys.
* Fix type to make it compile with MOZILLA_SNAPSHOT <= 11 again.Christian Persch2004-01-102-1/+14
| | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Fix type to make it compile with MOZILLA_SNAPSHOT <= 11 again.
* Updated German translation.Christian Neumair2004-01-102-266/+326
|
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-103-140/+128
| | | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-persist.cpp: * embed/mozilla/mozilla-embed-single.cpp: Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-106-36/+73
| | | | | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/FilePicker.cpp: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozRegisterComponents.cpp: * embed/mozilla/MozillaPrivate.cpp: Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-103-20/+36
| | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ExternalProtocolHandlers.cpp: Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-102-171/+152
| | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-103-47/+62
| | | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead ofChristian Persch2004-01-102-8/+13
| | | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphySingle.cpp: Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead of silent "if (...) return ...;".
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead ofChristian Persch2004-01-103-9/+27
| | | | | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyAboutRedirector.cpp: * embed/mozilla/EphyAboutRedirector.h: Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead of silent "if (...) return ...;". Really kill "about:options".
* Add "Download Link As" to the link context menu.Xan Lopez2004-01-105-0/+22
| | | | | | | | | * data/ui/epiphany-ui.xml: * src/ephy-window.c: * src/popup-commands.c: (popup_cmd_download_link_as): * src/popup-commands.h: Add "Download Link As" to the link context menu.
* updated translation, by Joao Emanuel <deathbird1981@yahoo.com.br>Gustavo Noronha Silva2004-01-102-168/+202
| | | | | | | 2004-01-10 Gustavo Noronha Silva <kov@debian.org> * pt_BR.po: updated translation, by Joao Emanuel <deathbird1981@yahoo.com.br>
* Updated Serbian translation.Danilo Šegan2004-01-103-522/+628
|
* 2004.01.09 Arafat Medini <lumina@silverpen.de>Arafat Medini2004-01-102-32/+36
| | | | | | 2004.01.09 Arafat Medini <lumina@silverpen.de> * ar.po: Updated Arabic translation
* Check if embed is valid here.92004-01-102-3/+11
| | | | | | | 2004-01-09 <clahey@ximian.com> * src/toolbar.c (update_location_editable): Check if embed is valid here.
* Added disable_bookmark_editing key.Chris Lahey2004-01-1013-28/+197
| | | | | | | | | | | | | | | | | | | | | | * data/epiphany-lockdown.schemas.in, lib/ephy-prefs.h: Added disable_bookmark_editing key. * lib/ephy-node-db.c, ephy-node-db.h, ephy-node.c: Added immutable property. * lib/egg/egg-editable-toolbar.c (drag_data_received_cb, toolbar_drag_motion_cb), src/ephy-toolbars-model.c (impl_get_item_id): Made these handle immutable models/node_dbs. * src/ephy-automation.c, src/ephy-session.c: Don't show the bookmark editor if disabled. * src/ephy-window.c: Disable a bunch of menus if bookmark editing is disabled. * src/bookmarks/ephy-bookmarks-import.c, src/bookmarks/ephy-bookmarks.c: Disable bookmark editing and importing is key is set. Uses immutable property.
* Updated Korean translation.Changwoo Ryu2004-01-092-1119/+1566
| | | | * ko.po: Updated Korean translation.
* Add an accellerator-only action (F7) to toggle caret browsing. Hook upChristian Persch2004-01-098-1/+69
| | | | | | | | | | | | | | | | | 2004-01-09 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: * data/ui/epiphany-ui.xml: * embed/ephy-embed-prefs.h: * embed/mozilla/mozilla-notifiers.cpp: * src/ephy-window.c: (ephy_window_finalize), (browse_with_caret_notifier), (ephy_window_init): * src/pdm-dialog.c: (show_cookies_properties): * src/window-commands.c: (window_cmd_browse_with_caret): * src/window-commands.h: Add an accellerator-only action (F7) to toggle caret browsing. Hook up listener to set the mozilla pref, added the gconf key to the schema.
* Oops. The patch was actually Dave Jones's.Roozbeh Pournader2004-01-091-1/+1
|
* Fixed a logic error in using & instead of && (bug #130919, Telsa Gwynne).Roozbeh Pournader2004-01-092-1/+6
| | | | | | | 2004-01-09 Roozbeh Pournader <roozbeh@sharif.edu> * lib/ephy-state.c: Fixed a logic error in using & instead of && (bug #130919, Telsa Gwynne).
* Wrong identifier here.Chris Lahey2004-01-091-1/+1
|
* Forgot this line.Chris Lahey2004-01-081-0/+1
|
* Don't save the file if disable_save_to_disk is on.82004-01-084-4/+51
| | | | | | | | | | | | 2004-01-08 <clahey@ximian.com> * embed/mozilla/ContentHandler.cpp (MIMEAskAction): Don't save the file if disable_save_to_disk is on. * lib/ephy-prefs.h (CONF_DISABLE_SAVE_TO_DISK): Added this key here. * src/ephy-window.c (update_actions): Obey disable_save_to_disk. Also, disable toggling view settings if their keys are locked.
* Update Czech translationMiloslav Trmac2004-01-082-19/+51
|
* help/C/epiphany-C.omfPiers Cornwell2004-01-072-6/+12
| | | | | | | | 2004-01-06 Piers Cornwell <piers@myrealbox.com> * help/C/epiphany-C.omf Update help.
* Updated Italian translation by Francesco Marletta.Alessio Frusciante2004-01-072-1142/+1530
|
* Update Czech translationMiloslav Trmac2004-01-072-257/+270
|
* Add a comment for translators.Christian Persch2004-01-062-0/+9
| | | | | | | | 2004-01-06 Christian Persch <chpe@cvs.gnome.orgf> * src/ephy-encodings.c: (ephy_encodings_get_node): Add a comment for translators.
* Move "automatic" check back to where it was, since we now always have aChristian Persch2004-01-062-8/+15
| | | | | | | | | 2004-01-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-encoding-menu.c: (update_encoding_menu_cb): Move "automatic" check back to where it was, since we now always have a node for the encoding.
* Sigh, yet another intltool change. Remove OrigTree.pm from EXTRA_DIST, andChristian Persch2004-01-063-1/+10
| | | | | | | | | | 2004-01-06 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * configure.in: Sigh, yet another intltool change. Remove OrigTree.pm from EXTRA_DIST, and depend on intltool >= 0.29.
* Behave better when the encoding used on the page is unknown to us.Christian Persch2004-01-066-73/+154
| | | | | | | | | | | | | | | | | | | | | 2004-01-06 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-encodings.c: (add_encoding), (ephy_encodings_get_node), (ephy_encodings_add_recent), (ephy_encodings_get_recent), (ephy_encodings_init): * embed/ephy-encodings.h: * src/ephy-encoding-dialog.c: (sync_embed_cb): * src/ephy-encoding-menu.c: (update_encoding_menu_cb), (add_action), (ephy_encoding_menu_set_window): * src/prefs-dialog.c: (create_node_combo): Behave better when the encoding used on the page is unknown to us. Previously we skipped important steps in menu building, resulting in incorrect encoding indicator. Now, we dynamically add an entry with name "Unknown" to our menu. Also add back some rarely used encodings (us-ascii, UTF-16*, UTF-32*) to our known encodings repertoire.
* Always set the "automatic" toggle button correctly, even if the encodingChristian Persch2004-01-062-10/+25
| | | | | | | | | 2004-01-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-encoding-menu.c: (update_encoding_menu_cb): Always set the "automatic" toggle button correctly, even if the encoding wasn't found in our database
* Updated German translation.Christian Neumair2004-01-062-263/+284
|
* forgot to mention the Indonesian translation credit goes to Tunggul ArifMohammad DAMT2004-01-062-2/+2
| | | | | | 2004-01-06 Mohammad DAMT <mdamt@bisniweb.com> * ChangeLog po/ChangeLog: forgot to mention the Indonesian translation credit goes to Tunggul Arif Siswoyo <tunggul@matralintas.net>
* Added "id" in ALL_LINGUAS Added Indonesian translation.Mohammad DAMT2004-01-064-1/+3420
| | | | | | | 2004-01-06 Mohammad DAMT <mdamt@bisniweb.com> * configure.in: Added "id" in ALL_LINGUAS * po/id.po: Added Indonesian translation.
* Updated Spanish translation.Francisco Javier F. Serrador2004-01-062-254/+270
| | | | | | 2004-01-06 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Remove debug output leftover.Christian Persch2004-01-061-1/+0
| | | | | | | | 2004-01-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozillaPrivate.cpp: Remove debug output leftover.
* Ensure that if the nsIDOMWindow provided is a frame inside an embed, weChristian Persch2004-01-063-10/+28
| | | | | | | | | | | 2004-01-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozillaPrivate.cpp: * embed/mozilla/PrintingPromptService.cpp: Ensure that if the nsIDOMWindow provided is a frame inside an embed, we get the top-level window and then get the embed from that. Fixes bug #129028.
* Updated French translation.Christophe Merlet2004-01-062-1294/+1789
|
* Updated Serbian translation.Danilo Šegan2004-01-063-508/+536
|
* *** empty log message ***Denis Lackovic2004-01-051-237/+242
|
* Updated Swedish translation somewhat.Christian Rose2004-01-052-1231/+1765
| | | | | | 2004-01-05 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation somewhat.
* updated irish translationPaul Duffy2004-01-052-258/+278
|
* Update creditsChristian Persch2004-01-052-0/+7
|
* Fixing changelog mistakeChristian Persch2004-01-051-7/+0
|
* Fix parent for help window.Christian Persch2004-01-052-1/+7
| | | | | | | | 2004-01-04 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_dialog_response_cb): Fix parent for help window.
* Add help button to encodings dialogue.Piers Cornwell2004-01-052-8/+29
| | | | | | | | | 2004-01-04 Piers Cornwell <piers@myrealbox.com> * src/ephy-encoding-dialog.c: (ephy_encoding_dialog_get_type), (ephy_encoding_dialog_response_cb): Add help button to encodings dialogue.
* Add help buttons to Certificate Viewer, PDM, print and print setupPiers Cornwell2004-01-058-26/+126
| | | | | | | | | | | | | | | | 2004-01-04 Piers Cornwell <piers@myrealbox.com> * data/glade/certificate-dialogs.glade: * data/glade/epiphany.glade: * data/glade/print.glade: * embed/mozilla/GtkNSSDialogs.cpp: * embed/print-dialog.c: (ephy_print_dialog_response_cb), (ephy_print_setup_dialog_help_button_cb): * src/pdm-dialog.c: (pdm_dialog_show_help): * src/prefs-dialog.c: (prefs_dialog_show_help): Add help buttons to Certificate Viewer, PDM, print and print setup dialogues.
* Daveb will hate me for this, but making the confirm dialogue onlyChristian Persch2004-01-052-11/+9
| | | | | | | | | | | 2004-01-04 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (confirm_close_with_modified_forms): Daveb will hate me for this, but making the confirm dialogue only window-modal will make menus not work after cancelling the close. Removing this for the time being since it's a nasty regression, until I find the bug.
* Add API to check if an EphyEmbed has forms with user input in them.Christian Persch2004-01-049-8/+342
| | | | | | | | | | | | | | | | | | | | | | | | | 2004-01-04 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.c: (ephy_embed_has_modified_forms): * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: Add API to check if an EphyEmbed has forms with user input in them. Currently it required one modified textarea, or two modified text fields. * src/ephy-notebook.c: (ephy_notebook_class_init), (close_button_clicked_cb): * src/ephy-notebook.h: * src/ephy-window.c: (confirm_close_with_modified_forms), (ephy_window_delete_event_cb), (tab_delete_cb), (setup_notebook), (ephy_window_init), (ephy_window_remove_tab): When closing a window or tab, check if there is unsubmitted user input in form fields, and if so, warn the user before closing. Fixes bug #119857.
* Show copy text menu item also for linksMichael Terry2004-01-043-24/+65
| | | | | | | | | | | | | | | 2004-01-03 Michael Terry <mterry@fastmail.fm> * data/ui/epiphany-ui.xml: Show copy text menu item also for links * src/ephy-window.c: (update_edit_actions_sensitivity), (enable_edit_actions_sensitivity), (edit_menu_show_cb), (edit_menu_hide_cb), (hide_embed_popup_cb), (show_embed_popup): Show copy text menu item only when there is actually selected text.
* Updated Mongolian translationSanlig Badral2004-01-032-325/+334
|
* *** empty log message ***Denis Lackovic2004-01-034-737/+1000
|
* *** empty log message ***Denis Lackovic2004-01-032-0/+8
|
* Updated British English translation.Christian Persch2004-01-032-59/+70
| | | | | | 2004-12-02 Christian Persch <chpe@cvs.gnome.org> * en_GB.po: Updated British English translation.
* updated irish translationPaul Duffy2004-01-032-26/+12
|
* updated irish translationPaul Duffy2004-01-031-491/+494
|
* Added "bn" to ALL_LINGUAS. Added Bangla translation by Progga of AnkurTaneem Ahmed2004-01-024-1/+3766
| | | | | | | | 2004-01-02 Taneem Ahmed <taneem@bengalinux.org> * configure.in: Added "bn" to ALL_LINGUAS. * po/bn.po: Added Bangla translation by Progga of Ankur group <gnome-translation@bengalinux.org>.
* New API to get the EphyTab from an EphyEmbed. Port all users.Christian Persch2004-01-026-25/+52
| | | | | | | | | | | | | | 2004-01-01 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (notebook_drag_data_received_cb), (ephy_notebook_insert_page), (ephy_notebook_remove_page): * src/ephy-tab.c: (ephy_tab_for_embed), (ephy_tab_init): * src/ephy-tab.h: * src/ephy-tabs-menu.c: (tab_added_cb), (tab_removed_cb): * src/ephy-window.c: (tab_context_menu_cb), (tab_added_cb), (tab_removed_cb), (real_get_active_tab), (ephy_window_get_tabs): New API to get the EphyTab from an EphyEmbed. Port all users.
* Unify interface struct and type macro naming to be EphyFooIFace,Christian Persch2004-01-0217-193/+254
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-01-01 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-command-manager.c: (ephy_command_manager_get_type), (ephy_command_manager_base_init), (ephy_command_manager_do_command), (ephy_command_manager_can_do_command): * embed/ephy-command-manager.h: * embed/ephy-cookie-manager.c: (ephy_cookie_manager_list_cookies), (ephy_cookie_manager_remove_cookie), (ephy_cookie_manager_clear): * embed/ephy-cookie-manager.h: * embed/ephy-embed-dialog.h: * embed/ephy-embed-shell.c: * embed/ephy-embed-single.c: (ephy_embed_single_get_type), (ephy_embed_single_iface_init), (ephy_embed_single_clear_cache), (ephy_embed_single_clear_auth_cache), (ephy_embed_single_set_offline_mode), (ephy_embed_single_load_proxy_autoconf), (ephy_embed_single_get_font_list): * embed/ephy-embed-single.h: * embed/ephy-embed.c: (ephy_embed_get_type), (ephy_embed_base_init), (ephy_embed_load_url), (ephy_embed_stop_load), (ephy_embed_can_go_back), (ephy_embed_can_go_forward), (ephy_embed_can_go_up), (ephy_embed_get_go_up_list), (ephy_embed_go_back), (ephy_embed_go_forward), (ephy_embed_go_up), (ephy_embed_get_title), (ephy_embed_get_location), (ephy_embed_get_link_message), (ephy_embed_get_js_status), (ephy_embed_reload), (ephy_embed_zoom_set), (ephy_embed_zoom_get), (ephy_embed_shistory_n_items), (ephy_embed_shistory_get_nth), (ephy_embed_shistory_get_pos), (ephy_embed_shistory_go_nth), (ephy_embed_get_security_level), (ephy_embed_find_set_properties), (ephy_embed_find_next), (ephy_embed_activate), (ephy_embed_set_encoding), (ephy_embed_get_encoding_info), (ephy_embed_print), (ephy_embed_print_preview_close), (ephy_embed_print_preview_n_pages), (ephy_embed_print_preview_navigate): * embed/ephy-embed.h: * embed/ephy-password-manager.h: * embed/ephy-permission-manager.h: * embed/mozilla/PrintingPromptService.cpp: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed-single.h: * embed/mozilla/mozilla-embed.cpp: Unify interface struct and type macro naming to be EphyFooIFace, EPHY_FOO_IFACE, EPHY_IS_FOO_IFACE, EPHY_FOO_GET_IFACE.
* Remove default font notifier, it's been obsoleted by the fonts rewrite.Christian Persch2004-01-023-13/+18
| | | | | | | | | 2004-01-01 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-prefs.h: * embed/mozilla/mozilla-notifiers.cpp: Remove default font notifier, it's been obsoleted by the fonts rewrite.
* Set socks prefs from gconf too.Christian Persch2004-01-022-0/+8
| | | | | | | | 2004-01-01 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-notifiers.cpp: Set socks prefs from gconf too.
* Added "fa" (Persian) to ALL_LINGUAS. Added Persian translation.Roozbeh Pournader2004-01-014-1/+3294
| | | | | | | 2004-01-01 Roozbeh Pournader <roozbeh@sharif.edu> * configure.in: Added "fa" (Persian) to ALL_LINGUAS. * fa.po: Added Persian translation.
* Fix mem leaks.Christian Persch2004-01-013-4/+13
| | | | | | | | | 2003-12-31 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: * embed/print-dialog.c: (ephy_print_get_print_info): Fix mem leaks.
* updated irish translationPaul Duffy2004-01-012-17/+14
|
* Adjust includes to make it compile with mozila 1.4.Christian Persch2003-12-313-1/+9
| | | | | | | | | 2003-12-30 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: Adjust includes to make it compile with mozila 1.4.
* croatian translations updatedDenis Lackovic2003-12-311-1/+1
|
* croatian translations updatedDenis Lackovic2003-12-311-1/+1
|
* Updated Irish TranslationPaul Duffy2003-12-312-841/+938
|
* croatian translations updatedDenis Lackovic2003-12-311-1/+1
|
* Add API to EphyEmbedSingle to clear the HTTP authentication cache.Christian Persch2003-12-314-1/+38
| | | | | | | | | | 2003-12-30 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-single.c: (ephy_embed_single_clear_auth_cache): * embed/ephy-embed-single.h: * embed/mozilla/mozilla-embed-single.cpp: Add API to EphyEmbedSingle to clear the HTTP authentication cache.
* croatian translations updatedDenis Lackovic2003-12-311-19/+19
|
* Updated and revised Portuguese translation.Duarte Loreto2003-12-302-1845/+1614
| | | | | | 2003-12-30 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated and revised Portuguese translation.
* Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed allChristian Persch2003-12-3013-80/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-12-29 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-shell.c: (ephy_embed_shell_get_favicon_cache), (ephy_embed_shell_get_global_history), (ephy_embed_shell_get_downloader_view), (ephy_embed_shell_get_embed_single), (ephy_embed_shell_get_encodings), (ephy_embed_shell_check_mime), (ephy_embed_shell_class_init): * embed/ephy-embed-shell.h: * embed/mozilla/ContentHandler.cpp: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/GlobalHistory.cpp: * embed/mozilla/mozilla-notifiers.cpp: * src/bookmarks/ephy-bookmarks.c: (compute_lower_fav), (ephy_setup_history_notifiers): * src/ephy-completion-model.c: (ephy_completion_model_init): * src/ephy-shell.c: (ephy_shell_get_history_window): * src/ephy-tab.c: (ephy_tab_set_icon_address), (ephy_tab_address_cb), (ephy_tab_zoom_changed_cb): * src/ephy-toolbars-model.c: (impl_get_item_id): * src/prefs-dialog.c: (setup_font_combo), (prefs_clear_cache_button_clicked_cb): Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed all callers.
* Some modifications...Görkem Çetin2003-12-291-254/+94
|
* intltool-update *Görkem Çetin2003-12-291-1211/+1811
|
* Added OrigTree.pm to EXTRA_DIST.Release112Christian Persch2003-12-292-0/+7
| | | | | | | | 2003-12-28 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: Added OrigTree.pm to EXTRA_DIST.
* *** empty log message ***Marco Pesenti Gritti2003-12-281-1/+1
|
* Update for 1.1.2Marco Pesenti Gritti2003-12-282-0/+83
|
* Brought type macros in line with the rest of libegg; and use gobjectChristian Persch2003-12-2710-197/+196
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-12-27 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: (find_action), (drag_data_delete_cb), (drag_data_get_cb), (egg_editable_toolbar_set_model), (egg_editable_toolbar_set_merge), (egg_editable_toolbar_class_init), (egg_editable_toolbar_init), (egg_editable_toolbar_finalize), (egg_editable_toolbar_new): * lib/egg/egg-editable-toolbar.h: * lib/egg/egg-toolbar-editor.c: (find_action), (egg_toolbar_editor_set_merge), (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init), (egg_toolbar_editor_finalize), (egg_toolbar_editor_new), (editor_drag_data_received_cb), (editor_drag_data_delete_cb), (update_editor_sheet), (setup_editor), (egg_toolbar_editor_init): * lib/egg/egg-toolbar-editor.h: * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_to_xml), (egg_toolbars_model_save), (egg_toolbars_model_add_separator), (impl_add_item), (egg_toolbars_model_add_toolbar), (egg_toolbars_model_load), (egg_toolbars_model_class_init), (egg_toolbars_model_init), (egg_toolbars_model_finalize), (egg_toolbars_model_new), (egg_toolbars_model_remove_toolbar), (egg_toolbars_model_remove_item): * lib/egg/egg-toolbars-model.h: Brought type macros in line with the rest of libegg; and use gobject instance private data. * src/ephy-toolbars-model.c: (ephy_toolbars_model_get_type), (update_toolbar_removeable_flag), (ephy_toolbars_model_set_bookmarks), (toolbar_added), (toolbar_removed), (ephy_toolbars_model_new), (ephy_toolbars_model_has_bookmark): * src/ephy-toolbars-model.h: * src/toolbar.c: (toolbar_get_type), (init_normal_mode): Fix crasher bug #129991.
* One download directory chooser is enough.Christian Persch2003-12-272-16/+38
| | | | | | | | | 2003-12-26 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: (prefs_dialog_finalize), (prefs_download_path_button_clicked_cb): One download directory chooser is enough.
* Move Toolbar struct decl to toolbar.h.Christian Persch2003-12-253-3/+10
| | | | | | | | | 2003-12-25 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.h: * src/toolbar.h: Move Toolbar struct decl to toolbar.h.
* Bring ephy_window_get_toolbar signature in line withChristian Persch2003-12-256-13/+34
| | | | | | | | | | | | | | | | | | | | 2003-12-25 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (ephy_window_get_toolbar), (ephy_window_set_zoom): * src/ephy-window.h: * src/window-commands.c: (window_cmd_edit_toolbar), (window_cmd_load_location): Bring ephy_window_get_toolbar signature in line with ephy_window_get_[statusbar|notebook]. 2003-12-24 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: GDK_Meta_L is a keycode, not a modifier code. Map meta to GDK_MOD2_MASK.
* Update Czech translationMiloslav Trmac2003-12-242-9/+19
|
* Updated printing docs from spark. GET A CVS ACCOUNT! *hint*hint* patchDavid Bordoley2003-12-242-2/+85
| | | | | | | | | | 2003-12-23 David Bordoley <bordoley@msu.edu> * help/C/epiphany.xml: Updated printing docs from spark. GET A CVS ACCOUNT! *hint*hint* patch from Piers Cornwell <piers@myrealbox.com>
* Updated the Greek translationKostas Papadimas2003-12-242-689/+969
|
* Updated Albanian translationLaurent Dhima2003-12-231-0/+4
| | | | * sq.po: Updated Albanian translation
* UpdatedLaurent Dhima2003-12-231-20/+37
|
* Fix mem leak. (Found by Crispin.)Christian Persch2003-12-222-0/+7
| | | | | | | | 2003-12-22 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-encodings.c: (ephy_encodings_add_recent): Fix mem leak. (Found by Crispin.)
* Correctly cancel the download instead of just cancelling the request.Marco Pesenti Gritti2003-12-223-18/+22
| | | | | | | | | | 2003-12-22 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: Correctly cancel the download instead of just cancelling the request.
* Updated Serbian translation.Danilo Šegan2003-12-223-20/+34
|
* Updated Spanish translation.Francisco Javier F. Serrador2003-12-222-182/+208
| | | | | | 2003-12-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * po/es.po: Updated Spanish translation.
* Update Czech translationMiloslav Trmac2003-12-212-181/+208
|
* Forgot.Xan Lopez2003-12-211-0/+13
| | | | Forgot.
* Sync with galeon.Christian Persch2003-12-212-6/+12
| | | | | | | | 2003-12-21 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSClientAuthDialogs.cpp: Sync with galeon.
* Change mnemonic.Christian Persch2003-12-212-1/+7
| | | | | | | | 2003-12-21 Christian Persch <chpe@cvs.gnome.org> * data/glade/epiphany.glade: (encoding_dialog): Change mnemonic.
* Re-implement Pause/Resume in downloader.Xan Lopez2003-12-215-7/+25
| | | | | | | | | | | | | * embed/downloader-view.c: (download_dialog_pause_cb): * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: * embed/mozilla/mozilla-download.cpp: Re-implement Pause/Resume in downloader. * src/window-commands.c: (window_cmd_help_about): Change mail address.
* Updated Serbian translation.Danilo Šegan2003-12-213-20/+40
|
* Updated Albanian translationLaurent Dhima2003-12-211-0/+4
| | | | * sq.po: Updated Albanian translation
* UpdatedLaurent Dhima2003-12-211-1118/+1318
| | | | * sq.po: Updated
* Dutch translation updated by Vincent van Adrighem.Vincent van Adrighem2003-12-212-341/+390
| | | | | | 2003-12-20 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Dutch translation updated by Vincent van Adrighem.
* Do not try to pickup already set MOZILLA_FIVE_HOME, hopefully fix crashesMarco Pesenti Gritti2003-12-212-9/+9
| | | | | | | | | 2003-12-20 Marco Pesenti Gritti <marco@gnome.org> * src/epiphany.in: Do not try to pickup already set MOZILLA_FIVE_HOME, hopefully fix crashes oepning links from thunderbird
* Get rid of about:options.Christian Persch2003-12-212-1/+6
| | | | | | | | 2003-12-20 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyAboutRedirector.cpp: Get rid of about:options.
* Slight update.Christian Neumair2003-12-211-6/+14
|
* Fixed #129737.Christian Neumair2003-12-212-1/+21
|
* Fix popup coordinates in RTL mode.Christian Persch2003-12-202-4/+22
| | | | | | | | 2003-12-20 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-gui.c: (ephy_gui_menu_position_under_widget): Fix popup coordinates in RTL mode.
* Updated German translation.Christian Neumair2003-12-202-170/+182
|
* Updated Arabic translationArafat Medini2003-12-202-1727/+2372
| | | | | | 2003-12-20 Arafat Medini <lumina@silverpen.de> * ar.po: Updated Arabic translation
* Set the label's mnemonic widget.Christian Persch2003-12-202-0/+7
| | | | | | | | 2003-12-20 Christian Persch <chpe@cvs.gnome.org> * data/glade/prefs-dialog.glade: (add_language_dialog): Set the label's mnemonic widget.
* Use favicons in the back/forward menus.Christian Persch2003-12-202-5/+39
| | | | | | | | | | 2003-12-19 Christian Persch <chpe@cvs.gnome.org> * src/ephy-navigation-action.c: (ephy_navigation_action_get_type), (new_history_menu_item), (setup_back_or_forward_menu), (setup_up_menu): Use favicons in the back/forward menus.
* Prepare for mozilla 1.6final and 1.7a.Christian Persch2003-12-202-2/+11
| | | | | | | | 2003-12-19 Christian Persch <chpe@cvs.gnome.org> * configure.in: Prepare for mozilla 1.6final and 1.7a.
* Use return, not g_return_if_fail.Christian Persch2003-12-203-6/+8
| | | | | | | | | 2003-12-19 Christian Persch <chpe@cvs.gnome.org> * src/ephy-encoding-dialog.c: (sync_embed_cb): * src/ephy-encoding-menu.c: (update_encoding_menu_cb): Use return, not g_return_if_fail.
* EphyFileChooser now destroys with parent, don't set the flag again here.Christian Persch2003-12-202-2/+6
| | | | | | | | 2003-12-19 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_dialog_browse_button_cb): EphyFileChooser now destroys with parent, don't set the flag again here.
* Destroy file chooser with its parent window; fixes crashes.Christian Persch2003-12-202-0/+8
| | | | | | | | 2003-12-19 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-chooser.c: (ephy_file_chooser_new): Destroy file chooser with its parent window; fixes crashes.
* Updated Serbian translation.Danilo Šegan2003-12-203-340/+372
|
* Improve comment.Christian Persch2003-12-193-31/+50
| | | | | | | | | | | | | | 2003-12-19 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_dom_mouse_click_cb): Improve comment. * src/ephy-window.c: (setup_ui_manager), (setup_notebook), (ephy_window_init): Only show the toolbar after the extensions have been attached to the window.
* Remove debug output leftovers.Christian Persch2003-12-192-4/+10
| | | | | | | | 2003-12-19 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: (add_lang_dialog_response_cb): Remove debug output leftovers.
* Updated British English translation.Christian Persch2003-12-192-1074/+1492
| | | | | | 2003-12-18 Christian Persch <chpe@cvs.gnome.org> * en_GB.po: Updated British English translation.
* In-line the language editor in the prefs dialogue.Christian Persch2003-12-197-772/+850
| | | | | | | | | | | | | | | | | | | | | | | 2003-12-18 Christian Persch <chpe@cvs.gnome.org> * data/glade/prefs-dialog.glade: * embed/mozilla/mozilla-notifiers.cpp: * src/Makefile.am: * src/language-editor.c: * src/language-editor.h: * src/prefs-dialog.c: (prefs_dialog_finalize), (prefs_dialog_class_init), (language_editor_add), (language_editor_update_pref), (language_editor_update_buttons), (add_lang_dialog_response_cb), (setup_add_language_dialog), (language_editor_add_button_clicked_cb), (language_editor_remove_button_clicked_cb), (language_editor_up_button_clicked_cb), (language_editor_down_button_clicked_cb), (language_editor_treeview_drag_end_cb), (language_editor_selection_changed_cb), (create_language_section), (prefs_dialog_init): In-line the language editor in the prefs dialogue.
* Factor out the common encoding is_automatic check.Christian Persch2003-12-185-10/+22
| | | | | | | | | | | 2003-12-18 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-encodings.c: (ephy_encoding_info_is_automatic): * embed/ephy-encodings.h: * src/ephy-encoding-dialog.c: (sync_embed_cb): * src/ephy-encoding-menu.c: (update_encoding_menu_cb): Factor out the common encoding is_automatic check.
* Updated translation.Gustavo Noronha Silva2003-12-182-498/+601
| | | | | | 2003-12-18 Gustavo Noronha Silva <kov@debian.org> * pt_BR.po: Updated translation.
* Don't try to save the submit button image instead of submitting the form.Christian Persch2003-12-182-6/+15
| | | | | | | | | 2003-12-17 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_dom_mouse_click_cb): Don't try to save the submit button image instead of submitting the form. [Found by xan.]
* Fix Czech translationMiloslav Trmac2003-12-172-6/+10
|
* Updated Belarusian translationAles Nyakhaychyk2003-12-172-2636/+1460
|
* Fix more mem leaks.Christian Persch2003-12-172-1/+10
| | | | | | | | 2003-12-16 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (completion_func): Fix more mem leaks.
* Fix mem leak.Christian Persch2003-12-172-0/+8
| | | | | | | | 2003-12-16 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (completion_func): Fix mem leak.
* *** empty log message ***Marco Pesenti Gritti2003-12-1724-438/+57
|
* Really committing it this timeChristian Persch2003-12-152-2/+3
|
* Don't install statusbar.h.Christian Persch2003-12-152-2/+8
| | | | | | | | 2003-12-15 Christian Persch <chpe@cvs.gnome.org> * src/Makefile.am: Don't install statusbar.h.
* Fix silly type flags.Christian Persch2003-12-152-2/+7
| | | | | | | | 2003-12-15 Christian Persch <chpe@cvs.gnome.org> * src/ephy-extension.c: (ephy_extension_get_type): Fix silly type flags.
* Don't use deprecated macro.Christian Persch2003-12-151-0/+6
| | | | | | | | 2003-12-15 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-zoom-control.c: (connect_proxy): Don't use deprecated macro.
* Updated Norwegian translation.Kjartan Maraas2003-12-152-1085/+1647
| | | | | | 2003-12-14 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
* Fix mem leaks. Fix a crash when finalizing a nautilus view after havingChristian Persch2003-12-152-3/+19
| | | | | | | | | | | | 2003-12-14 Christian Persch <chpe@cvs.gnome.org> * src/ephy-nautilus-view.c: (ephy_nautilus_view_finalize), (gnv_cmd_select_encoding), (gnv_cmd_file_print), (gnv_cmd_edit_find): Fix mem leaks. Fix a crash when finalizing a nautilus view after having used the find dialogue.
* Better way of mapping hierarchy to topics when importing bookmarks fromChristian Persch2003-12-142-5/+43
| | | | | | | | | | 2003-12-13 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import_mozilla): Better way of mapping hierarchy to topics when importing bookmarks from mozilla. Fixes bug #124145.
* Convert control chars to blanks.Christian Persch2003-12-144-37/+42
| | | | | | | | | | | | 2003-12-13 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-string.c: (ephy_string_shorten), (ephy_string_to_int), (ephy_string_blank_chr), (ephy_string_elide_underscores), (ephy_string_double_underscores): * lib/ephy-string.h: * src/ephy-tab.c: (ephy_tab_set_link_message): Convert control chars to blanks.
* Use stock icon for print setup.Christian Persch2003-12-145-3/+15
| | | | | | | | | | | 2003-12-13 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_setup_dialog_new): * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: * src/ephy-window.c: Use stock icon for print setup.
* Use g_signal_connect_object so the signal isn't emitted for a deadChristian Persch2003-12-142-4/+11
| | | | | | | | | 2003-12-13 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_init): Use g_signal_connect_object so the signal isn't emitted for a dead spinner.
* *** empty log message ***Marco Pesenti Gritti2003-12-145-41/+38
|
* *** empty log message ***Marco Pesenti Gritti2003-12-142-10/+23
|
* Fix permission return types.Christian Persch2003-12-135-29/+57
| | | | | | | | | | | | 2003-12-12 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-permission-manager.c: (ephy_permission_info_new), (ephy_permission_info_copy), (ephy_permission_manager_add): * embed/ephy-permission-manager.h: * embed/mozilla/EphySingle.cpp: * embed/mozilla/mozilla-embed-single.cpp: Fix permission return types.
* Updated Spanish translationFrancisco F. Serrador2003-12-122-484/+600
| | | | | | 2003-12-12 Francisco F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation
* Make print dialogue spacing HIG-compliant.Christian Persch2003-12-113-4/+18
| | | | | | | | | | | | | | 2003-12-10 Christian Persch <chpe@cvs.gnome.org> * data/glade/print.glade: Make print dialogue spacing HIG-compliant. * src/ephy-tabs-menu.c: (tab_set_action_accelerator), (ephy_tabs_menu_update): Restore tabs menu shortcut keys ALT-1 .. ALT-0 for the first ten tabs; they somehow got lost in the Egg->Gtk port.
* Default history to show only titleMarco Pesenti Gritti2003-12-102-1/+7
| | | | | | | | 2003-12-09 Marco Pesenti Gritti <marco@gnome.org> * data/epiphany.schemas.in: Default history to show only title
* Updated Spanish poJavier F. Serrador2003-12-102-458/+594
| | | | | 2003-12-10 Javier F. Serrador <serrador@cvs.gnome.org> * po/es.po: Updated Spanish po
* Move events code inside EphyBrowser.cpp and add an event for blockedAdam Hooper2003-12-1012-184/+220
| | | | | | | | | | | | | | | | | | | | | | | 2003-12-09 Adam Hooper <adamh@densi.com> * embed/ephy-embed.c: (ephy_embed_base_init): * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/Makefile.am: Move events code inside EphyBrowser.cpp and add an event for blocked popup. * embed/ephy-permission-manager.c: Some more docs * src/Makefile.am: * src/ephy-window.c: (ephy_window_get_statusbar): * src/ephy-window.h: Add a way to access the statusbar for plugins
* Make toolbar editing drag icons use the same icon size as the actual toolbar ↵Jorn Baayen2003-12-104-9/+77
| | | | icons; sort actiosn in the toolbar editor; give the zoom action a zoom icon.
* Updated German translation.Christian Neumair2003-12-102-664/+822
|
* depend on automake 1.7, it seem it's needed by the deprecates code.Marco Pesenti Gritti2003-12-102-1/+8
| | | | | | | | | 2003-12-09 Marco Pesenti Gritti <marco@gnome.org> * autogen.sh: depend on automake 1.7, it seem it's needed by the deprecates code.
* Reformatted to conform to epiphany coding style. Fix some error conditionChristian Persch2003-12-092-47/+98
| | | | | | | | | | | | | | | | 2003-12-09 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_get_type), (ephy_spinner_new), (get_spinner_dimensions), (ephy_spinner_init), (select_spinner_image), (ephy_spinner_expose), (bump_spinner_frame), (ephy_spinner_start), (ephy_spinner_remove_update_callback), (ephy_spinner_stop), (ephy_spinner_unload_images), (scale_to_real_size), (extract_frame), (ephy_spinner_load_images), (ephy_spinner_set_small_mode): Reformatted to conform to epiphany coding style. Fix some error condition checks, and initialise variables.
* Lockdown: set some buttons insensitive when their pref key is notChristian Persch2003-12-094-12/+53
| | | | | | | | | | | | | | | | 2003-12-09 Christian Persch <chpe@cvs.gnome.org> * data/glade/prefs-dialog.glade: * embed/print-dialog.c: (ephy_print_dialog_new): * src/prefs-dialog.c: (create_language_menu), (create_download_path_label), (prefs_dialog_init): Lockdown: set some buttons insensitive when their pref key is not writable. * src/prefs-dialog.c: (download_path_response_cb): Convert filename to utf8 first.
* Bump gtk+ and glib dependencies to 2.3.1.Release111Christian Persch2003-12-092-4/+8
| | | | | | | | 2003-12-09 Christian Persch <chpe@cvs.gnome.org> * configure.in: Bump gtk+ and glib dependencies to 2.3.1.
* Sort the list of fonts alphabetically.Christian Persch2003-12-092-9/+36
| | | | | | | | | | | | 2003-12-08 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: (setup_font_combo), (create_fonts_language_menu), (create_node_combo), (create_language_menu): Sort the list of fonts alphabetically. Fix a bunch of mem leaks.
* Don't use g_return_if_fail for run-time error conditions.Christian Persch2003-12-082-2/+16
| | | | | | | | 2003-12-08 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-shell.c: (load_mime_from_xml): Don't use g_return_if_fail for run-time error conditions.
* Make ctrl-click equivalent of middle click on links. Make shift-click saveChristian Persch2003-12-083-18/+89
| | | | | | | | | | | | | | 2003-12-08 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (save_property_url), (ephy_tab_dom_mouse_click_cb): Make ctrl-click equivalent of middle click on links. Make shift-click save the link. Fixes bug #110786. * src/ephy-window.c: (tab_context_menu_cb): Fix context_menu function return value type.