aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to mozilla API changes.Christian Persch2004-01-131-0/+9
| | | | | | | | | | | 2004-01-13 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyEventListener.cpp: * embed/mozilla/EphyWrapper.cpp: * embed/mozilla/EventContext.cpp: * embed/mozilla/mozilla-embed-persist.cpp: Adapt to mozilla API changes.
* Version 1.0.7.Christian Persch2004-01-131-0/+10
| | | | | | | | | | | | 2004-01-13 Christian Persch <chpe@cvs.gnome.org> * configure.in: Version 1.0.7. * autogen.sh: Require automake 1.7.
* Fix signal parameter, and add a NULL check. Fixes bug #131117, patch byChristian Persch2004-01-111-0/+8
| | | | | | | | | | 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. (Backported from HEAD.)
* Call parent class' finalize method.Christian Persch2004-01-101-0/+6
| | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (ephy_notebook_finalize): Call parent class' finalize method.
* Fix OMF file (backported from HEAD; Piers Cornwell).Christian Persch2004-01-091-0/+6
| | | | | | | | 2004-01-09 Christian Persch <chpe@cvs.gnome.org> * help/C/epiphany-C.omf: Fix OMF file (backported from HEAD; Piers Cornwell).
* Fix window position restoring logic error. Fixes bug ##130919, patch fromChristian Persch2004-01-091-0/+7
| | | | | | | | | 2004-01-08 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-state.c: (ephy_state_window_set_position): Fix window position restoring logic error. Fixes bug ##130919, patch from Dave Jones.
* Ensure that if the nsIDOMWindow provided is a frame inside an embed, weChristian Persch2004-01-061-0/+8
| | | | | | | | | | 2004-01-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozillaPrivate.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.
* Use do_GetService instead of do_CreateInstance, fixes cookie and passwordChristian Persch2003-12-301-0/+7
| | | | | | | | | 2003-12-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Use do_GetService instead of do_CreateInstance, fixes cookie and password deletion.
* Updated email address.Christian Persch2003-12-221-0/+6
| | | | | | | | 2003-12-22 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_help_about): Updated email address.
* Always set MOZILLA_FIVE_HOME to the correct value.Christian Persch2003-12-211-0/+6
| | | | | | | | 2003-12-20 Christian Persch <chpe@cvs.gnome.org> * src/epiphany.in: Always set MOZILLA_FIVE_HOME to the correct value.
* Back out checkin from bug #124768, which was causing bug #128849.Christian Persch2003-12-201-0/+9
| | | | | | | | | | | 2003-12-20 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (ephy_main_start), (ephy_main_translate_url_arguments): * src/ephy-shell.c: (ephy_nautilus_view_init_factory), (ephy_nautilus_view_new): Back out checkin from bug #124768, which was causing bug #128849.
* Fix freeze bug 129413.Christian Persch2003-12-181-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-12-18 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-favicon-cache.c: (icons_added_cb), (icons_removed_cb), (remove_obsolete_icons), (ephy_favicon_cache_save), (ephy_favicon_cache_init), (kill_download), (ephy_favicon_cache_finalize), (ephy_favicon_cache_get): * embed/ephy-history.c: (ephy_history_autocompletion_source_foreach), (remove_obsolete_pages), (ephy_history_save), (hosts_added_cb), (hosts_removed_cb), (pages_added_cb), (pages_removed_cb), (update_host_on_child_remove), (update_hosts), (ephy_history_init), (ephy_history_finalize), (ephy_history_add_host), (ephy_history_get_page): * lib/Makefile.am: * lib/ephy-node-db.c: (ephy_node_db_init), (ephy_node_db_finalize), (ephy_node_db_get_node_from_id), (_ephy_node_db_new_id), (_ephy_node_db_add_id), (_ephy_node_db_remove_id): * lib/ephy-node-filter.c: (ephy_node_filter_expression_evaluate): * lib/ephy-node.c: (ephy_node_finalize), (real_remove_child), (remove_child), (ephy_node_dispose), (ephy_node_new_with_id), (ephy_node_get_id), (ephy_node_ref), (ephy_node_unref), (child_changed), (ephy_node_set_property), (ephy_node_get_property), (ephy_node_get_property_string), (ephy_node_get_property_boolean), (ephy_node_get_property_long), (ephy_node_get_property_int), (ephy_node_get_property_double), (ephy_node_get_property_float), (ephy_node_get_property_node), (save_parent), (ephy_node_save_to_xml), (ephy_node_add_child), (ephy_node_remove_child), (ephy_node_has_child), (ephy_node_sort_children), (ephy_node_reorder_children), (ephy_node_get_children), (ephy_node_get_n_children), (ephy_node_get_nth_child), (ephy_node_get_child_index), (ephy_node_get_next_child), (ephy_node_get_previous_child): * lib/ephy-node.h: * lib/ephy-state.c: (ephy_states_save), (find_by_name): * lib/ephy-thread-helpers.c: * lib/ephy-thread-helpers.h: * lib/widgets/ephy-tree-model-node.c: (filter_changed_cb): * src/bookmarks/ephy-bookmarks-editor.c: (search_entry_search_cb): * src/bookmarks/ephy-bookmarks-export.c: (add_topics_list), (ephy_bookmarks_export_rdf): * src/bookmarks/ephy-bookmarks-menu.c: (add_bookmarks_menu), (ephy_bookmarks_menu_rebuild): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_autocompletion_source_foreach), (ephy_bookmarks_save), (compute_lower_fav), (get_topics_list), (topics_removed_cb), (ephy_bookmarks_find_bookmark), (ephy_bookmarks_find_keyword): * src/bookmarks/ephy-topic-action.c: (append_bookmarks_menu), (build_topics_menu): * src/bookmarks/ephy-topics-selector.c: (fill_model): * src/ephy-favorites-menu.c: (ephy_favorites_menu_rebuild): * src/ephy-history-window.c: (search_entry_search_cb): * src/ephy-shell.c: (ephy_shell_init): Fix freeze bug 129413.
* Fix for crasher bug 129411.Christian Persch2003-12-181-0/+7
| | | | | | | | | 2003-12-18 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-node-view.c: (ephy_node_view_select_node_by_key): Fix for crasher bug 129411.
* Add a title param to dnd iterator and remove unused screen locationChristian Persch2003-12-151-0/+12
| | | | | | | | | | | | | | 2003-12-15 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dnd.c: (add_one_netscape_url), (add_one_uri), (add_one_topic): * lib/ephy-dnd.h: * lib/widgets/ephy-tree-model-sort.c: (each_property_get_data_binder): * src/ephy-favicon-action.c: (each_url_get_data_binder): Add a title param to dnd iterator and remove unused screen location params. (Backported from HEAD.)
* Fix crash when finalizing a nautilus view after having used the findChristian Persch2003-12-151-0/+8
| | | | | | | | | | 2003-12-14 Christian Persch <chpe@cvs.gnome.org> * src/ephy-nautilus-view.c: (ephy_nautilus_view_finalize), (gnv_cmd_file_print), (gnv_cmd_edit_find): Fix crash when finalizing a nautilus view after having used the find dialogue in it.
* Delete host entry from history when there are no more pages from itChristian Persch2003-12-151-0/+9
| | | | | | | | | | | 2003-12-14 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (update_host_on_child_remove), (update_hosts), (page_removed_from_host_cb), (ephy_history_init), (ephy_history_finalize): Delete host entry from history when there are no more pages from it stored. Backported from HEAD, fixes bug #129269.
* Adapt to changed mozilla APIs for 1.6. (Ported from HEAD).Christian Persch2003-12-151-0/+15
| | | | | | | | | | | | | | | | | 2003-12-14 Christian Persch <chpe@cvs.gnome.org> * NEWS: * configure.in: * embed/mozilla/EphyEventListener.cpp: * embed/mozilla/EphyWrapper.cpp: * embed/mozilla/EventContext.cpp: * embed/mozilla/ExternalProtocolService.cpp: * embed/mozilla/MozRegisterComponents.cpp: * embed/mozilla/mozilla-embed-persist.cpp: * embed/mozilla/mozilla-embed-single.cpp: * src/ephy-window.c: (show_embed_popup): Adapt to changed mozilla APIs for 1.6. (Ported from HEAD).
* Some more NULL checks.Christian Persch2003-12-141-0/+6
| | | | | | | | 2003-12-14 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/PrintingPromptService.cpp: Some more NULL checks.
* Don't remember last action target. Fixes bug #128043.Christian Persch2003-12-141-0/+8
| | | | | | | | | | 2003-12-14 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (ephy_location_entry_init), (ephy_location_entry_activate_cb), (ephy_location_entry_autocompletion_window_url_activated_cb): Don't remember last action target. Fixes bug #128043.
* Fix some mem leaks. Bug report and patch by JF RameauChristian Persch2003-12-061-0/+8
| | | | | | | | | | 2003-12-06 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (open_selection_foreach): * embed/mozilla/mozilla-embed.cpp: Fix some mem leaks. Bug report and patch by JF Rameau <jframeau@cyberdeck.com>.
* Add some missing NULL checks. Maybe fixes bug #128553.Christian Persch2003-12-051-0/+6
| | | | | | | | 2003-12-05 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyWrapper.cpp: Add some missing NULL checks. Maybe fixes bug #128553.
* Fix recovery from corrupted bookmarks and history files.Christian Persch2003-12-021-0/+7
| | | | | | | | | 2003-12-02 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (ephy_history_load): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_load): Fix recovery from corrupted bookmarks and history files.
* Check for failed parsing of the session file. Fixes bug #128350.Christian Persch2003-12-021-0/+6
| | | | | | | | 2003-12-02 Christian Persch <chpe@cvs.gnome.org> * src/session.c: (session_load): Check for failed parsing of the session file. Fixes bug #128350.
* Monitor /system/http_proxy for proxy changes.Christian Persch2003-12-021-0/+6
| | | | | | | | 2003-12-02 Christian Persch <chpe@cvs.gnome.org> * src/ephy-shell.c: (ephy_init_services): Monitor /system/http_proxy for proxy changes.
* Fix compile warning.Christian Persch2003-11-101-0/+6
| | | | | | | | 2003-11-10 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_load): Fix compile warning.
* Release 1.0.6Release106Christian Persch2003-11-101-0/+21
|
* Don't try to resume the session when there already is a window open.Christian Persch2003-11-101-0/+7
| | | | | | | | | 2003-11-09 Christian Persch <chpe@cvs.gnome.org> * src/session.c: (session_save): Don't try to resume the session when there already is a window open.
* Focus history entry on _show. Do not try to update paste menu item usingMarco Pesenti Gritti2003-11-091-0/+13
| | | | | | | | | | | | | | | 2003-11-08 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_update_menu): * src/ephy-history-window.c: (ephy_history_window_show), (ephy_history_window_class_init), (ephy_history_window_update_menu): Focus history entry on _show. Do not try to update paste menu item using the wait api, it can cause a crash on a timeout and anyway it's incosistent what we do in main window.
* Set "Print Selection" insensitive when there is no selection. Ported fromChristian Persch2003-11-051-0/+18
| | | | | | | | | | | | | | 2003-11-05 Christian Persch <chpe@cvs.gnome.org> * data/glade/print.glade: * embed/print-dialog.c: (impl_show), (print_dialog_class_init), (print_dialog_new), (print_dialog_new_with_parent), (print_dialog_print), (print_dialog_preview), (print_cancel_button_cb), (print_preview_button_cb): * lib/ephy-dialog.c: (impl_run): Set "Print Selection" insensitive when there is no selection. Ported from galeon.
* Unset silent after printing, otherwise the next time we print from js, theChristian Persch2003-11-031-0/+7
| | | | | | | | | 2003-11-02 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: Unset silent after printing, otherwise the next time we print from js, the dialogue will not be shown.
* Initialise the dialogue on run too.Christian Persch2003-11-031-0/+6
| | | | | | | | 2003-11-02 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (impl_run): Initialise the dialogue on run too.
* Adjust return value so that mozilla doesn't erreonously puts up a failureChristian Persch2003-11-031-0/+7
| | | | | | | | | 2003-11-02 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/PrintingPromptService.cpp: Adjust return value so that mozilla doesn't erreonously puts up a failure dialogue.
* Don't unref print dialogue twice when shown from mozilla.Christian Persch2003-11-021-0/+9
| | | | | | | | | | | 2003-11-02 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/PrintingPromptService.cpp: * embed/print-dialog.c: (print_dialog_new), (print_dialog_new_with_parent), (print_dialog_print), (print_cancel_button_cb), (print_preview_button_cb): Don't unref print dialogue twice when shown from mozilla.
* Correctly set the embed for the print dialogue.Christian Persch2003-10-311-0/+8
| | | | | | | | | | 2003-10-31 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozillaPrivate.cpp: * embed/mozilla/MozillaPrivate.h: * embed/mozilla/PrintingPromptService.cpp: Correctly set the embed for the print dialogue.
* Added kannada to ALL_LINGUAS.Release104Christian Persch2003-10-221-0/+6
| | | | | | | | 2003-10-22 Christian Persch <chpe@cvs.gnome.org> * configure.in: Added kannada to ALL_LINGUAS.
* Up version number to 1.0.4Christian Persch2003-10-221-0/+6
|
* Double-check visibility of autocompletion window. Hopeflly fixes bugChristian Persch2003-10-211-0/+8
| | | | | | | | | | 2003-10-20 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (ephy_location_entry_autocompletion_sources_changed_cb): Double-check visibility of autocompletion window. Hopeflly fixes bug #121678 for good.
* Grab the entry focus on show(), not in construct().Marco Pesenti Gritti2003-10-171-0/+7
| | | | | | | | | 2003-10-17 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_show), (ephy_bookmarks_editor_class_init): Grab the entry focus on show(), not in construct().
* Change the behaviour of --nautilus-view such that the process doesn't exitMark McLoughlin2003-10-171-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | 2003-10-16 Mark McLoughlin <mark@skynet.ie> Change the behaviour of --nautilus-view such that the process doesn't exit until the last control has been destroyed. The previous behaviour caused intermittent activation failure when the process timed out and died before the view could be created - bug #124768. * src/ephy-main.c: (ephy_main_start): don't unref the shell when started with --nautilus-view. (ephy_main_dummy_url_argument), (ephy_main_translate_url_arguments): create a dummy argument when no arguments are supplied which will cause the default window to be opened. * src/ephy-shell.c: (ephy_nautilus_view_all_controls_dead): unref the shell here causing the process to exit. (ephy_nautilus_view_init_factory): setup the all_controls_dead callback. (ephy_nautilus_view_new): instrument the control.
* (ephy_bookmarks_editor_construct): Make the search entry grab theEttore Perazzoli2003-10-171-0/+6
| | | | focus, for added ease of use when using the keyboard.
* 2003-10-16 Christian PerschChristian Persch2003-10-171-0/+6
| | | | | | * configure.in: Bump version to 1.0.3.
* *** empty log message ***Maxim V. Dziumanenko2003-10-151-0/+14
|
* also support mozilla 1.5. (Works fine, verified with mozilla 1.5rc2).Kristian Rietveld2003-10-151-0/+5
| | | | | | | 2003-10-14 Kristian Rietveld <kris@gtk.org> * configure.in: also support mozilla 1.5. (Works fine, verified with mozilla 1.5rc2).
* Return "en" when in C locale.Christian Persch2003-10-131-0/+6
| | | | | | | | 2003-10-13 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-notifiers.cpp: (get_system_language): Return "en" when in C locale.
* Updated for 1.0.2 release.Christian Persch2003-10-131-0/+7
| | | | | | | | | 2003-10-11 Christian Persch <chpe@cvs.gnome.org> * NEWS: * configure.in: Updated for 1.0.2 release.
* Don't show the session resume dialogue when in server mode. Fixes bugChristian Persch2003-10-091-0/+7
| | | | | | | | | 2003-10-07 Christian Persch <chpe@cvs.gnome.org> * src/ephy-automation.c: (impl_ephy_automation_loadurl): Don't show the session resume dialogue when in server mode. Fixes bug #124042.
* Forgot to commit the ChangeLogRelease101Christian Persch2003-10-031-0/+7
|
* Bump version number to 1.0.1, disable -Werror.Christian Persch2003-10-031-0/+6
| | | | | | | | 2003-10-03 Christian Persch <chpe@cvs.gnome.org> * configure.in: Bump version number to 1.0.1, disable -Werror.
* Updated for 1.0.1 release.Christian Persch2003-10-031-0/+6
| | | | | | | | 2003-10-03 Christian Persch <chpe@cvs.gnome.org> * NEWS: Updated for 1.0.1 release.
* Remove -D*_DISABLE_DEPRECATED to allow building with gtk+ HEAD.Christian Persch2003-10-031-0/+13
| | | | | | | | | | | | | | | 2003-10-03 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: * embed/mozilla/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * lib/widgets/Makefile.am: * plugins/sample/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Remove -D*_DISABLE_DEPRECATED to allow building with gtk+ HEAD.
* Check for failed load of the toolbars model from the XML file, and fix theChristian Persch2003-10-031-0/+8
| | | | | | | | | | 2003-10-03 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbars-model.c: (safe_save_xml), (egg_toolbars_model_load): Check for failed load of the toolbars model from the XML file, and fix the check for failed save of same to the XML file.
* Don't pass NULL to gnome_vfs_expand_initial_tilde.Christian Persch2003-09-301-0/+7
| | | | | | | | | 2003-09-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: * embed/print-dialog.c: (print_get_info): Don't pass NULL to gnome_vfs_expand_initial_tilde.
* Fix xml doc loading returning NULL on corrupted files.Christian Persch2003-09-301-0/+15
| | | | | | | | | | 2003-09-29 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-state.c: (ephy_states_load): * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import_rdf): Fix xml doc loading returning NULL on corrupted files.
* API sync, from galeon.Xan Lopez2003-09-271-0/+7
| | | | API sync, from galeon.
* Remove unused headers that was causing probs on solaris.Marco Pesenti Gritti2003-09-271-0/+6
| | | | | | | | 2003-09-26 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-window.c: Remove unused headers that was causing probs on solaris.
* Follow tabs pref on double click.Marco Pesenti Gritti2003-09-251-0/+7
| | | | | | | | | 2003-09-25 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-history-window.c: (ephy_history_window_node_activated_cb): Follow tabs pref on double click.
* Fix #123176. Use response instead of connecting 210 callbacks.Marco Pesenti Gritti2003-09-251-0/+8
| | | | | | | | | | 2003-09-25 Marco Pesenti Gritti <marco@gnome.org> * data/glade/epiphany.glade: * embed/mozilla/ContentHandler.cpp: Fix #123176. Use response instead of connecting 210 callbacks.
* Fix --server mode session saving on "die" signal from gnome session. FixesChristian Persch2003-09-251-0/+17
| | | | | | | | | | | | | | | | | | | 2003-09-24 Christian Persch <chpe@cvs.gnome.org> * idl/EphyAutomation.idl: * src/ephy-automation.c: (impl_ephy_automation_quit), (impl_ephy_automation_set_server_mode), (ephy_automation_class_init): * src/ephy-main.c: (ephy_main_start): * src/ephy-shell.c: (ephy_shell_init), (ephy_shell_show_history_window), (ephy_shell_get_server_mode), (ephy_shell_set_server_mode): * src/ephy-shell.h: * src/session.c: (session_die_cb), (session_finalize), (session_remove_window): Fix --server mode session saving on "die" signal from gnome session. Fixes bug #123047. Ported from Crispin's galeon patch for same problem.
* Print a warning when starting ephy in --server mode; using server mode isChristian Persch2003-09-251-0/+8
| | | | | | | | | | 2003-09-24 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (ephy_main_start): Print a warning when starting ephy in --server mode; using server mode is known to crash on logout from gnome session, so use at your own risk. [Bug #123047].
* Add 1.6a to the list.Xan Lopez2003-09-251-0/+5
| | | | Add 1.6a to the list.
* Check for NULL return of gtk_get_current_event. Fixes bug #123063.Christian Persch2003-09-241-0/+6
| | | | | | | | 2003-09-24 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_view_reload): Check for NULL return of gtk_get_current_event. Fixes bug #123063.
* Removed the spec file. Fixes bug #122938.Christian Persch2003-09-221-0/+6
| | | | | | | | 2003-09-22 Christian Persch <chpe@cvs.gnome.org> * epiphany.spec: Removed the spec file. Fixes bug #122938.
* Specify UTF-8 encoding in the keyword url.Christian Persch2003-09-221-1/+7
| | | | | | | | 2003-09-21 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Specify UTF-8 encoding in the keyword url.
* Fix check for return value of xmlSaveFileFormat, _maybe_ ixing theChristian Persch2003-09-211-0/+7
| | | | | | | | | 2003-09-21 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-helpers.c: (ephy_file_save_xml): Fix check for return value of xmlSaveFileFormat, _maybe_ ixing the bookmarks loss bug.
* Initialize completion visibility flagMarco Pesenti Gritti2003-09-201-0/+6
| | | | | | | | 2003-09-20 Marco Pesenti Gritti <marco@gnome.org> * lib/widgets/ephy-location-entry.c: (ephy_location_entry_init): Initialize completion visibility flag
* Fix directory selection persistence [bug #122780].Christian Persch2003-09-201-0/+8
| | | | | | | | | | 2003-09-20 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-utils.c: (ephy_embed_utils_save): * embed/mozilla/mozilla-embed-single.cpp: * src/window-commands.c: (window_cmd_file_open): Fix directory selection persistence [bug #122780].
* Don't abort on missing ephy-favicon-cache.xml file. Fixes bug #121483.Christian Persch2003-09-181-0/+7
| | | | | | | | | 2003-09-18 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_load): Don't abort on missing ephy-favicon-cache.xml file. Fixes bug #121483.
* Add Lithuanian translation by Tomas Kuliavas <tokul@users.sourceforge.net>.Gediminas Paulauskas2003-09-171-0/+4
|
* *** empty log message ***Marco Pesenti Gritti2003-09-171-0/+6
|
* Make sure to remove show_timeout also when the window is still notMarco Pesenti Gritti2003-09-171-0/+10
| | | | | | | | | | | | 2003-09-16 Marco Pesenti Gritti <marco@gnome.org> * lib/widgets/ephy-location-entry.c: (ephy_location_entry_autocompletion_hide_alternatives), (insert_text_cb), (ephy_location_entry_autocompletion_window_hidden_cb): Make sure to remove show_timeout also when the window is still not visible.
* Added MOZ_PLUGIN_PATH default.Christopher James Lahey2003-09-171-0/+4
| | | | | | 2003-09-16 Christopher James Lahey <clahey@ximian.com> * src/epiphany.in: Added MOZ_PLUGIN_PATH default.
* Really use the translated names of the default topics and bookmarks whenChristian Persch2003-09-171-0/+7
| | | | | | | | | 2003-09-16 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init_defaults): Really use the translated names of the default topics and bookmarks when creating them.
* Add support for mozilla 1.4.1.Marco Pesenti Gritti2003-09-161-0/+10
| | | | | | | | | | | | 2003-09-15 Marco Pesenti Gritti <marco@gnome.org> * configure.in: * embed/mozilla/ContentHandler.cpp: * embed/mozilla/EphyWrapper.cpp: * embed/mozilla/EventContext.cpp: * embed/mozilla/mozilla-embed-single.cpp: Add support for mozilla 1.4.1.
* *** empty log message ***Christian Persch2003-09-151-0/+6
|
* Fix XBEL bookmarks import to actually import all bookmarks, and to lookChristian Persch2003-09-121-0/+11
| | | | | | | | | | | | | | | 2003-09-11 Christian Persch <chpe@cvs.gnome.org> * configure.in: * src/bookmarks/ephy-bookmarks-editor.c: (add_bookmarks_source_menu), (cmd_bookmarks_import): * src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_bookmark), (xbel_parse_folder), (ephy_bookmarks_import_xbel): Fix XBEL bookmarks import to actually import all bookmarks, and to look for the file in the right place. Backported from HEAD, fixes bug 120804 2003-09-05 Marco Pesenti Gritti <marco@gnome.org>
* Release 1.0Marco Pesenti Gritti2003-09-091-0/+12
| | | | | | | | | | | | | | 2003-09-05 Marco Pesenti Gritti <marco@gnome.org> * configure.in: Release 1.0 2003-09-05 Marco Pesenti Gritti <marco@gnome.org> * embed/find-dialog.c: fix wrap around option
* Added sk.Marcel Telka2003-09-081-0/+4
| | | | | | 2003-09-07 Marcel Telka <marcel@telka.sk> * configure.in (ALL_LINGUAS): Added sk.
* Added "bn" to ALL_LINGUAS. Added Bangla translation by Progga of AnkurTaneem Ahmed2003-09-051-0/+4
| | | | | | | | 2003-09-04 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>.
* Make sure that only valid dnd types are accepted on thecostum drag andMarco Pesenti Gritti2003-09-051-1/+12
| | | | | | | | | | 2003-09-05 Marco Pesenti Gritti <marco@gnome.org> * lib/widgets/ephy-node-view.c: (drag_motion_cb), (drag_data_received_cb): Make sure that only valid dnd types are accepted on thecostum drag and drop implementation of the bookmarks topics treeview. Use x and y in drag_data_received only when a drop is occurred.
* Added Mongolian translationSanlig Badral2003-09-041-0/+4
|
* added ( thanks to Mi%Gş%@u Moldovan )Marius Andreiana2003-09-021-0/+4
| | | | | | 2003-09-01 Marius Andreiana <marius spam galuna.ro> * ro.po: added ( thanks to Mi%Gş%@u Moldovan )
* 0.9.3Release093Marco Pesenti Gritti2003-09-011-0/+7
|
* Added "sq" to ALL_LINGUASLaurent Dhima2003-08-291-0/+4
| | | | * configure.in: Added "sq" to ALL_LINGUAS
* Added tamil fileFatih Demir2003-08-281-0/+4
|
* Added Italian translation.Alessio Frusciante2003-08-251-0/+4
|
* *** empty log message ***Release092Marco Pesenti Gritti2003-08-251-0/+7
|
* Fix the logic in the version-mismatch case.Christian Persch2003-08-251-0/+6
| | | | | | | | 2003-08-24 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_load): Fix the logic in the version-mismatch case.
* Use a small spinner for all styles except text under icons.Anders Carlsson2003-08-251-0/+5
| | | | | | | 2003-08-24 Anders Carlsson <andersca@gnome.org> * src/ephy-spinner-action.c (toolbar_style_sync): Use a small spinner for all styles except text under icons.
* Convert erroneous g_return_if_fail into a simple conditional return.Christian Persch2003-08-241-0/+6
| | | | | | | | 2003-08-24 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-node-view.c: (ephy_node_view_remove): Convert erroneous g_return_if_fail into a simple conditional return.
* Add extra bogosity check, ported from galeon.Christian Persch2003-08-241-0/+6
| | | | | | | | 2003-08-23 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyWrapper.cpp: (SetZoomOnDocshell): Add extra bogosity check, ported from galeon.
* Use WARN_CXXFLAGS for mozilla code. You need to update gnome-common.Marco Pesenti Gritti2003-08-241-0/+8
| | | | | | | | | | 2003-08-23 Marco Pesenti Gritti <marco@gnome.org> * configure.in: * embed/mozilla/Makefile.am: Use WARN_CXXFLAGS for mozilla code. You need to update gnome-common.
* 0.9.1Release091Marco Pesenti Gritti2003-08-241-0/+10
| | | | | | | | | | | | 2003-08-23 Marco Pesenti Gritti <marco@gnome.org> * configure.in: 0.9.1 * src/Makefile.am: Do not distribute generated CORBA files
* Update for 0.9.0Marco Pesenti Gritti2003-08-221-0/+7
| | | | | | | | | 2003-08-22 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.in: Update for 0.9.0
* Make it NULL safeMarco Pesenti Gritti2003-08-221-0/+15
| | | | | | | | | | | | | | | | | 2003-08-22 Marco Pesenti Gritti <marco@gnome.org> * lib/widgets/ephy-node-view.c: (compare_string_values), (ephy_node_view_sort_func): * src/bookmarks/ephy-bookmarks-menu.c: (sort_topics), (sort_bookmarks): * src/bookmarks/ephy-topic-action.c: (sort_bookmarks), (sort_topics): Make it NULL safe * src/ephy-toolbars-model.c: (impl_get_item_id): When creating bookmark, if the title is unknown, use untitled.
* Fix function signature, it's void instead of gboolean. Fix a logic error.Christian Persch2003-08-211-0/+7
| | | | | | | | | 2003-08-21 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-node-view.c: (drag_data_received_cb): Fix function signature, it's void instead of gboolean. Fix a logic error.
* Added Icelandic translation.Samúel Jón Gunnarsson2003-08-211-0/+4
| | | | | | 2003-08-20 Samúel Jón Gunnarsson <sammi@techattack.nu> * is.po: Added Icelandic translation.
* Overwrite existing files. (We already warn the user about it).Marco Pesenti Gritti2003-08-211-0/+7
| | | | | | | | | 2003-08-20 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/mozilla-embed-persist.cpp: Overwrite existing files. (We already warn the user about it).
* Fix drag dest implementation getting some code from nautilus.Marco Pesenti Gritti2003-08-211-0/+11
| | | | | | | | | | | | | 2003-08-20 Marco Pesenti Gritti <marco@gnome.org> * lib/widgets/ephy-node-view.c: (get_node_from_path), (gtk_tree_view_vertical_autoscroll), (scroll_timeout), (remove_scroll_timeout), (set_drag_dest_row), (clear_drag_dest_row), (get_drag_data), (free_drag_data), (drag_motion_cb), (drag_leave_cb), (drag_data_received_cb), (drag_drop_cb), (ephy_node_view_enable_drag_dest): Fix drag dest implementation getting some code from nautilus.
* Added irish translationPaul Duffy2003-08-201-0/+4
| | | | | 2003-08-20 Paul Duffy <dubhthach@frink.nuigalway.ie> Added irish translation
* Do not try to remove completed downloads, fixes a crash.Marco Pesenti Gritti2003-08-201-0/+6
| | | | | | | | 2003-08-20 Marco Pesenti Gritti <marco@gnome.org> * embed/downloader-view.c: (delete_pending_foreach): Do not try to remove completed downloads, fixes a crash.
* Stop signals only when necessary on drag dest custom implementation. MakeMarco Pesenti Gritti2003-08-201-0/+12
| | | | | | | | | | | | | | 2003-08-19 Marco Pesenti Gritti <marco@gnome.org> * lib/widgets/ephy-node-view.c: (drag_motion_cb), (drag_drop_cb), (drag_data_received_cb), (button_event_modifies_selection), (did_not_drag), (button_release_cb), (motion_notify_cb), (ephy_node_view_button_press_cb): Stop signals only when necessary on drag dest custom implementation. Make click on multiple selection deselect all but the clicked element.
* Add activate api.Marco Pesenti Gritti2003-08-191-0/+15
| | | | | | | | | | | | | | | | | 2003-08-19 Marco Pesenti Gritti <marco@.gnome.org> * embed/ephy-embed.c: (ephy_embed_activate): * embed/ephy-embed.h: * embed/mozilla/mozilla-embed.cpp: Add activate api. * src/window-commands.c: (window_cmd_go_back), (window_cmd_go_up), (window_cmd_go_forward), (window_cmd_view_stop), (window_cmd_view_reload): Activate on navigation commands. It seem like a better beahvior and it avoid some mozilla focus craziness.
* *** empty log message ***Marco Pesenti Gritti2003-08-171-0/+7
|
* Removed useless code (debug leftovers).Christian Persch2003-08-171-0/+6
| | | | | | | | 2003-08-17 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-menu-merge.c: (update_node): Removed useless code (debug leftovers).
* Remove unused variables and functions.Christian Persch2003-08-171-0/+13
| | | | | | | | | 2003-08-17 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-action.c: (tool_button_new), (tool_button_get_label), (tool_button_get_icon), (connect_proxy), (egg_action_disconnect_proxy): Remove unused variables and functions.
* Added Hindi translationGuntupalli Karunakar2003-08-171-0/+4
|
* Added et to ALL_LINGUAS.Tõivo Leedjärv2003-08-161-0/+4
| | | | | | 2003-08-16 Tõivo Leedjärv <toivo@linux.ee> * configure.in: Added et to ALL_LINGUAS.
* Fix bug #119818.Christian Persch2003-08-151-0/+6
| | | | | | | | 2003-08-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozillaPrivate.cpp: (MozillaCollatePrintSettings): Fix bug #119818.
* Expand initial ~ in file name to print to.Christian Persch2003-08-151-0/+6
| | | | | | | | 2003-08-15 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (print_get_info): Expand initial ~ in file name to print to.
* Make print preview exit code safer.Marco Pesenti Gritti2003-08-151-0/+7
| | | | | | | | | 2003-08-14 Marco Pesenti Gritti <marco@.gnome.org> * embed/mozilla/EphyWrapper.cpp: * src/ppview-toolbar.c: (toolbar_cmd_ppv_close): Make print preview exit code safer.
* Fix compiler warnings.Christian Persch2003-08-141-1/+7
| | | | | | | | 2003-08-14 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbars-model.c: (impl_add_item): Fix compiler warnings.
* Fix opening bookmarks in new window, there was a missing flag.Xan Lopez2003-08-141-0/+7
| | | | Fix opening bookmarks in new window, there was a missing flag.
* Remove an unused progress listener. Looks like galeon 1 code ?!Marco Pesenti Gritti2003-08-141-0/+10
| | | | | | | | | | | | 2003-08-13 Marco Pesenti Gritti <marco@.gnome.org> * embed/mozilla/EphyWrapper.cpp: * embed/mozilla/Makefile.am: * embed/mozilla/PrintProgressListener.cpp: * embed/mozilla/PrintProgressListener.h: Remove an unused progress listener. Looks like galeon 1 code ?!
* Do not show popups on print preview.Marco Pesenti Gritti2003-08-141-0/+13
| | | | | | | | | | | | | | | 2003-08-13 Marco Pesenti Gritti <marco@.gnome.org> * src/ephy-window.c: (show_embed_popup): Do not show popups on print preview. * src/ppview-toolbar.c: (ppview_toolbar_set_window), (ppview_toolbar_init), (toolbar_cmd_ppv_goto_first), (toolbar_cmd_ppv_goto_last), (clamp_page_limits), (toolbar_cmd_ppv_go_back), (toolbar_cmd_ppv_go_forward): Use only known to work api to navigate.
* Update my mail addressMarco Pesenti Gritti2003-08-131-0/+8
| | | | | | | | | | 2003-08-13 Marco Pesenti Gritti <marco@.gnome.org> * AUTHORS: * HACKING: * src/window-commands.c: (window_cmd_help_about): Update my mail address
* Respect priority text preference. Ported from gtk.Marco Pesenti Gritti2003-08-121-0/+26
| | | | | | | | | | | | | | | | | | | | | 2003-08-11 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/egg-action.c: (egg_action_class_init), (egg_action_init), (egg_action_set_property), (egg_action_get_property), (egg_action_sync_important), (connect_proxy): * lib/egg/egg-action.h: * lib/egg/eggtoolbar.c: (toolbar_item_is_homogeneous), (egg_toolbar_size_request), (get_item_size): * lib/egg/eggtoolbutton.c: (egg_tool_button_property_notify), (egg_tool_button_class_init), (egg_tool_button_construct_contents): * lib/egg/eggtoolitem.c: (egg_tool_item_class_init), (egg_tool_item_get_is_important), (egg_tool_item_set_is_important), (egg_tool_item_set_property), (egg_tool_item_get_property): * lib/egg/eggtoolitem.h: * src/ephy-window.c: (setup_window): * src/toolbar.c: (toolbar_setup_actions): Respect priority text preference. Ported from gtk.
* Respect system pref about no proxy for.Marco Pesenti Gritti2003-08-121-0/+7
| | | | | | | | | 2003-08-11 Marco Pesenti Gritti <marco@it.gnome.org> * embed/ephy-embed-prefs.h: * embed/mozilla/mozilla-notifiers.cpp: Respect system pref about no proxy for.
* Fix multiple rows dnd problems stealing some Nautilus code.Marco Pesenti Gritti2003-08-111-0/+12
| | | | | | | | | | | | | | 2003-08-11 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-node-view.c: (ephy_node_view_finalize), (ephy_node_view_enable_drag_dest), (selection_foreach), (get_selection_refs), (ref_list_free), (stop_drag_check), (drag_data_get_cb), (button_release_cb), (motion_notify_cb), (button_event_modifies_selection), (ephy_node_view_button_press_cb), (ephy_node_view_init), (ephy_node_view_enable_drag_source): Fix multiple rows dnd problems stealing some Nautilus code.
* Sync with Moz HEAD.Xan Lopez2003-08-111-0/+7
| | | | Sync with Moz HEAD.
* *** empty log message ***Release083Marco Pesenti Gritti2003-08-111-0/+7
|
* Fix mem leak.Christian Persch2003-08-091-0/+6
| | | | | | | | 2003-08-08 Christian Persch <chp@cvs.gnome.org> * embed/downloader-view.c: (downloader_view_add_download): Fix mem leak.
* Fix mem leak.Christian Persch2003-08-091-0/+7
| | | | | | | | | 2003-08-08 Christian Persch <chp@cvs.gnome.org> * src/bookmarks/ephy-topics-selector: (topic_toggled), (topic_clicked), (topic_key_pressed): Fix mem leak.
* Fix mem leak.Christian Persch2003-08-091-0/+6
| | | | | | | | 2003-08-08 Christian Persch <chp@cvs.gnome.org> * lib/widgets/ephy-node-view.c: (cell_renderer_edited): Fix mem leak.
* Fix mem leaks.Christian Persch2003-08-091-0/+6
| | | | | | | | 2003-08-08 Christian Persch <chp@cvs.gnome.org> * lib/egg/eggtreemodelfilter.c: (egg_tree_model_filter_row_inserted): Fix mem leaks.
* Fix mem leaks.Christian Persch2003-08-091-0/+6
| | | | | | | | 2003-08-08 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (print_free_info), (print_get_inf): Fix mem leaks.
* Fix mem leak.Christian Persch2003-08-091-0/+6
| | | | | | | | 2003-08-08 Christian Persch <chpe@cvs.gnome.org> * embed/find-dialog.c: (set_properties): Fix mem leak.
* UpdateMarco Pesenti Gritti2003-08-091-0/+13
| | | | | | | | | | | | | | | 2003-08-08 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/egg-toolbars-model.c: * lib/egg/egg-toolbars-model.h: Update * src/ephy-toolbars-model.c: (get_toolbar_and_item_pos), (impl_add_item), (ephy_toolbars_model_class_init), (get_toolbar_pos): Do not add duped bookmarks to toolbars
* s/KB/kB/Xan Lopez2003-08-081-0/+7
| | | | s/KB/kB/
* When the embed is not initialized return about:blank as address.Marco Pesenti Gritti2003-08-081-0/+7
| | | | | | | | | 2003-08-08 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/mozilla-embed.cpp: When the embed is not initialized return about:blank as address.
* Clamp the values to 0/100, mozilla sometimes report more done requestsMarco Pesenti Gritti2003-08-081-0/+8
| | | | | | | | | | 2003-08-07 Marco Pesenti Gritti <marco@it.gnome.org> * src/ephy-tab.c: (build_load_percent): Clamp the values to 0/100, mozilla sometimes report more done requests than total requests, but their progress widget clamp them.
* *** empty log message ***Marco Pesenti Gritti2003-08-081-0/+7
|
* *** empty log message ***Marco Pesenti Gritti2003-08-081-0/+9
|
* *** empty log message ***Marco Pesenti Gritti2003-08-071-0/+8
|
* Correct insertion order of new tabs.Christian Persch2003-08-061-0/+7
| | | | | | | | | 2003-08-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-nodebook.c: (notebook_drag_data_received_cb): * src/ephy-shell.c: (ephy_shell_new_tab): Correct insertion order of new tabs.
* Fix blank page loading.Christian Persch2003-08-061-2/+13
| | | | | | | | | | | | | 2003-08-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-shell.c: (load_homepage): * src/window-commands.c: (window_cmd_go_home): Fix blank page loading. * src/ephy-shell.c: (ephy_shell_new_tab): Fix new tab positioning.
* *** empty log message ***Marco Pesenti Gritti2003-08-061-3/+10
|
* Fix mem leaks.Christian Persch2003-08-061-0/+7
| | | | | | | | | 2003-08-04 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_to_xml): * lib/egg/eggtoolbar.c: (egg_toolbar_finalize): Fix mem leaks.
* Correct ref-counting.Christian Persch2003-08-061-0/+6
| | | | | | | | 2003-08-04 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-arrow-toolbutton.c: Correct ref-counting.
* Use link text as bookmark title when no title is specified.Marco Pesenti Gritti2003-08-051-0/+9
| | | | | | | | | | | 2003-08-05 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/EventContext.cpp: * embed/mozilla/EventContext.h: * src/popup-commands.c: (popup_cmd_bookmark_link): Use link text as bookmark title when no title is specified.
* Added az to all linguas.Metin AMiroff2003-08-041-0/+4
| | | | | | 2003-08-04 Metin AMiroff <metin@karegen.com> * configure.in: Added az to all linguas.
* Compare the scheme to "file", not the entire url.Christian Persch2003-08-041-1/+7
| | | | | | | | 2003-08-04 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (ephy_history_add_host): Compare the scheme to "file", not the entire url.
* Fix mem leak, patch from galeon.Christian Persch2003-08-041-0/+6
| | | | | | | | 2003-08-03 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-autocompletion.c: (ephy_autocompletion_finalize_impl): Fix mem leak, patch from galeon.
* 0.8.2. Drop mozilla 1.3 compatibility.Release082Marco Pesenti Gritti2003-08-031-0/+8
| | | | | | | | | | 2003-08-03 Marco Pesenti Gritti <marco@it.gnome.org> * NEWS: * configure.in: * embed/mozilla/GlobalHistory.cpp: 0.8.2. Drop mozilla 1.3 compatibility.
* Work around for a gtk issue. Do not assert if a click outside the notebookMarco Pesenti Gritti2003-08-031-0/+7
| | | | | | | | | 2003-08-02 Marco Pesenti Gritti <marco@it.gnome.org> * src/ephy-notebook.c: (find_tab_num_at_pos), (button_press_cb): Work around for a gtk issue. Do not assert if a click outside the notebook is reported in button_press, just ignore.
* revert last commitMarco Pesenti Gritti2003-08-031-7/+0
|
* Do not disable window raising anymore, mozilla seem to behave correctlyMarco Pesenti Gritti2003-08-021-0/+7
| | | | | | | | | 2003-08-02 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Do not disable window raising anymore, mozilla seem to behave correctly now.
* 2003-08-02 Christian PerschChristian Persch2003-08-021-0/+19
| | | | | | | | | | | | | | | | | | | * src/ephy-encodings-menu.c: (build_group): Fix ui xml string. * src/ephy-tabs-menu.c: (ephy_tabs_menu_update): Fix mem leak. * src/ephy-window.c: (remove_from_session), (ephy_window_destroy), (ephy_window_finalize): * src/session.h: * src/session.c: (session_class_init), (session_remove_window): Move up the removal of the window from the session to when it's still valid and non-finalised. Include the window as parameter in the close signal of the session.
* Translators comment to avoid verb/adjective confusionMarco Pesenti Gritti2003-08-021-0/+8
| | | | | | | | | | 2003-08-02 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-menu.c: (ephy_bookmarks_menu_rebuild): * src/bookmarks/ephy-topic-action.c: (append_bookmarks_menu): Translators comment to avoid verb/adjective confusion
* Make sure props are saved when destroyed.Marco Pesenti Gritti2003-08-021-0/+8
| | | | | | | | | | 2003-08-02 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-dialog.c: (ephy_dialog_dispose), (ephy_dialog_class_init), (ephy_dialog_init), (ephy_dialog_finalize), (dialog_destroy_cb): Make sure props are saved when destroyed.
* Fix mem leak.Christian Persch2003-08-021-0/+6
| | | | | | | | 2003-08-01 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (main): Fix mem leak.
* Restore the "ge_dom_mouse_down" signal.Christian Persch2003-08-021-0/+8
| | | | | | | | | | 2003-08-01 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: (mozilla_embed_dom_mouse_down_cb): * embed/ephy-embed.h: * embed/ephy-embed.c: (ephy_embed_base_init): Restore the "ge_dom_mouse_down" signal.
* Changelog.Christian Persch2003-08-011-0/+6
|
* 2003-07-30 Christian Persch <chpe@cvs.gnome.org>Christian Persch2003-07-311-0/+6
| | | | * data/epiphany-1.0.pc.in:
* Always open bookmarks in new window/tab according to pref on activate.David Bordoley2003-07-311-0/+7
| | | | | | | | | 2003-07-30 David Bordoley <bordoley@msu.edu> * src/ephy-history-window.c: (ephy_history_window_node_activated_cb): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_node_activated_cb): Always open bookmarks in new window/tab according to pref on activate.
* Make it distcheckRelease081Marco Pesenti Gritti2003-07-311-0/+12
| | | | | | | | | | 2003-07-30 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: * help/nl/Makefile.am: * src/Makefile.am: Make it distcheck
* Added "fi" (Finnish) to ALL_LINGUAS. AddedPauli Virtanen2003-07-301-0/+4
| | | | | | | 2003-07-29 Pauli Virtanen <pauli.virtanen@hut.fi> * configure.in: Added "fi" (Finnish) to ALL_LINGUAS. * po/fi.po: Added
* s/ephy/epiphany. Fix session management.Nikolai Weibull2003-07-291-0/+6
| | | | | | | | | | 2003-07-29 Nikolai Weibull <lone-star@home.se> * src/session.c: (save_yourself_cb): s/ephy/epiphany. Fix session management. 2
* 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-271-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * data/ui/epiphany-toolbar.xml.in: * lib/egg/egg-editable-toolbar.c: (drag_data_received_cb): * lib/egg/egg-editable-toolbar.h: * lib/egg/egg-toolbar-editor.c: (parse_item_list): * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_to_xml), (safe_save_xml), (egg_toolbars_model_save), (toolbars_item_new), (free_item_node), (egg_toolbars_model_add_separator), (egg_toolbars_model_add_item), (parse_item_list), (impl_get_item_id), (impl_get_item_name), (impl_get_item_type), (egg_toolbars_model_class_init), (egg_toolbars_model_item_nth), (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_item_id), (egg_toolbars_model_get_item_name), (egg_toolbars_model_get_item_type): * lib/egg/egg-toolbars-model.h: * lib/egg/eggtoolbar.c: (egg_toolbar_finalize): * lib/ephy-dnd.c: (add_one_topic), (ephy_dnd_drag_data_get): * lib/ephy-dnd.h: * lib/widgets/ephy-node-view.c: (drag_data_received_cb), (ephy_node_view_select_node_by_key), (ephy_node_view_construct), (ephy_node_view_add_data_column), (ephy_node_view_enable_drag_source): * lib/widgets/ephy-node-view.h: * lib/widgets/ephy-tree-model-sort.c: (ephy_tree_model_sort_class_init), (ephy_tree_model_sort_init), (ephy_tree_model_sort_multi_row_draggable), (ephy_tree_model_sort_set_column_id), (each_property_get_data_binder), (ephy_tree_model_sort_multi_drag_data_get): * lib/widgets/ephy-tree-model-sort.h: * src/bookmarks/ephy-bookmark-properties.c: (toolbar_checkbox_changed_cb), (build_ui): * src/bookmarks/ephy-bookmarks-editor.c: (cmd_show_in_bookmarks_bar), (ephy_bookmarks_editor_update_menu), (node_dropped_cb), (provide_keyword_uri), (ephy_bookmarks_editor_construct): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init_defaults), (ephy_bookmarks_remove_keyword), (ephy_bookmarks_get_topic_uri), (ephy_bookmarks_find_keyword): * src/bookmarks/ephy-bookmarks.h: * src/ephy-history-window.c: (ephy_history_window_construct): * src/ephy-toolbars-model.c: (ephy_toolbars_model_get_action_name), (ephy_toolbars_model_get_node), (bookmark_destroy_cb), (impl_get_item_name), (impl_get_item_id), (impl_get_item_type), (connect_item), (ephy_toolbars_model_set_bookmarks), (ephy_toolbars_model_class_init), (save_changes), (item_added), (item_removed), (toolbar_added), (toolbar_removed), (ephy_toolbars_model_init), (ephy_toolbars_model_finalize), (ephy_toolbars_model_remove_bookmark),
* Fix mem leak.Christian Persch2003-07-271-0/+12
| | | | | | | | | | | | | | 2003-07-27 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-node-view.c: (ephy_node_view_remove): Fix mem leak. * lib/widgets/ephy-node-view.c: (ephy_node_view_remove): * src/pdm-dialog.c: (pdm_cmd_delete_selection): If we've just deleted every row in the tree view, the row ref contains an empty path. Check for that; possibly fixing bug #118398.
* Make sure to remove the timeout on widget destructionMarco Pesenti Gritti2003-07-261-0/+7
| | | | | | | | | 2003-07-25 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-search-entry.c: (ephy_search_entry_destroy_cb), (ephy_search_entry_init): Make sure to remove the timeout on widget destruction
* Sort on the HOST columns by default (#115472).Xan Lopez2003-07-251-0/+7
| | | | Sort on the HOST columns by default (#115472).
* Added one translator's comment, and clarified another.Christian Persch2003-07-241-0/+7
| | | | | | | | | 2003-07-24 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: * embed/mozilla/mozilla-notifiers.cpp: Added one translator's comment, and clarified another.
* String change.Christian Persch2003-07-241-1/+7
| | | | | | | | 2003-07-24 Christian Persch <chpe@cvs.gnome.org> * data/glade/prefs-dialog.glade: String change.
* coughXan Lopez2003-07-241-0/+6
| | | | cough
* Do not distribute autogenerated corba stuff (from galeon)Marco Pesenti Gritti2003-07-241-0/+6
| | | | | | | | 2003-07-23 Marco Pesenti Gritti <marco@it.gnome.org> * src/Makefile.am: Do not distribute autogenerated corba stuff (from galeon)
* Added Welsh translation from Keigh Willoughby via Kyfieithu.Telsa Gwynne2003-07-241-0/+5
|
* Add history include dir, needed for Mozilla 1.5bXan Lopez2003-07-231-0/+6
| | | | Add history include dir, needed for Mozilla 1.5b
* Yet another try to get context menu and selection beahviors right.Marco Pesenti Gritti2003-07-231-0/+11
| | | | | | | | | | | | | 2003-07-23 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-node-view.c: (ephy_node_view_selection_changed_cb), (ephy_node_view_button_press_cb), (ephy_node_view_init), (ephy_node_view_get_selection), (ephy_node_view_is_target), (ephy_node_view_has_selection): Yet another try to get context menu and selection beahviors right.
* Add httpsMarco Pesenti Gritti2003-07-231-0/+6
| | | | | | | | 2003-07-23 Marco Pesenti Gritti <marco@it.gnome.org> * src/ephy-tab.c: (open_link_in_new_tab): Add https
* Add a show in bookmarks toolbar item on context menus.Marco Pesenti Gritti2003-07-231-0/+7
| | | | | | | | | 2003-07-23 Marco Pesenti Gritti <marco@it.gnome.org> * data/ui/epiphany-bookmark-editor-ui.xml.in: * help/nl/epiphany-nl.omf: Add a show in bookmarks toolbar item on context menus.
* Try to use more friendly description for cache prefs.Marco Pesenti Gritti2003-07-231-0/+12
| | | | | | | | | | | | | | 2003-07-22 Marco Pesenti Gritti <marco@it.gnome.org> * data/glade/prefs-dialog.glade: Try to use more friendly description for cache prefs. * src/ephy-tab.c: (open_link_in_new_tab), (ephy_tab_dom_mouse_click_cb): Middle click open in new tab for http, ftp and file, hope to not have missed any protocol that make sense.
* If the page is about:blank, set title to "Blank page", not "about:blank".Christian Persch2003-07-231-0/+12
| | | | | | | | | | | | | | 2003-07-22 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_set_title): If the page is about:blank, set title to "Blank page", not "about:blank". * src/bookmarks/ephy-topic-action.c: (append_bookmarks_menu), (build_topics_menu): If there are no uncategorised bookmarks, don't append insensitive "Empty" menu item after the topics.
* An input-only window event box, copied from eel's ell-input-event-box.Christian Persch2003-07-221-0/+13
| | | | | | | | | | | | | | | 2003-07-22 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-event-box.h: * lib/widgets/ephy-event-box.c: An input-only window event box, copied from eel's ell-input-event-box. * src/ephy-notebook.c: (tab_build_label): * src/ephy-favicon-action.c: (create_tool_item): Use EphyEventBox instead of GtkEventBox. Fixes transparency issue from bug #110747 .
* Add an dutch translation of the manual.Reinout van Schouwen2003-07-221-0/+13
| | | | | | | | | | | | | | | 2003-07-22 Reinout van Schouwen <reinout@cs.vu.nl> * configure.in: * help/Makefile.am: * help/nl/.cvsignore: * help/nl/Makefile.am: * help/nl/epiphany-nl.omf: * help/nl/epiphany.xml: * help/nl/figures/ephy-screenshot.png: * help/nl/legal.xml: Add an dutch translation of the manual.
* Fix mem leak.Christian Persch2003-07-221-0/+10
| | | | | | | | | | | | 2003-07-22 Christian Persch <chpe@cvs.gnome.org> * lib/egg/eggtoolbar.c: (egg_toolbar_finalize): Fix mem leak. * lib/egg/eggtoolbutton.c: (egg_tool_button_finalize): Fix mem leaks. Backported patch from gtk, bug #117312.
* Fix incosistency between all topic and bookmarks menu.Marco Pesenti Gritti2003-07-221-0/+8
| | | | | | | | | | 2003-07-22 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-topic-action.c: (sort_bookmarks), (append_bookmarks_menu), (build_bookmarks_menu), (sort_topics), (build_topics_menu): Fix incosistency between all topic and bookmarks menu.
* Update add bookmark explanation to match menu changes.Reinout van Schouwen2003-07-221-0/+6
| | | | | | | | 2003-07-21 Reinout van Schouwen <reinout@cs.vu.nl> * help/C/epiphany.xml: Update add bookmark explanation to match menu changes.
* Use connect_object for the dialog destroy signal, so we dont unref theMarco Pesenti Gritti2003-07-201-0/+7
| | | | | | | | | 2003-07-20 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-dialog.c: (impl_construct): Use connect_object for the dialog destroy signal, so we dont unref the EphyDialog object two times.
* Do not emit warning when language pack is not installed.Marco Pesenti Gritti2003-07-201-0/+6
| | | | | | | | 2003-07-20 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Do not emit warning when language pack is not installed.
* Rework find implementation to integrate better with type ahead and toMarco Pesenti Gritti2003-07-201-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-07-20 Marco Pesenti Gritti <marco@it.gnome.org> * embed/ephy-embed.c: (ephy_embed_find_set_properties), (ephy_embed_find_next): * embed/ephy-embed.h: * embed/find-dialog.c: (update_navigation_controls), (impl_show), (find_dialog_class_init), (set_properties), (sync_page_change), (sync_embed), (find_dialog_init), (find_dialog_finalize), (find_dialog_go_next), (find_dialog_go_prev), (find_close_button_clicked_cb), (find_next_button_clicked_cb), (find_prev_button_clicked_cb), (find_entry_changed_cb), (find_check_toggled_cb): * embed/find-dialog.h: * embed/mozilla/EphyWrapper.cpp: * embed/mozilla/EphyWrapper.h: * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed.cpp: * lib/ephy-dialog.h: * src/ephy-window.c: (ephy_window_find): * src/ephy-window.h: * src/window-commands.c: (window_cmd_edit_find), (window_cmd_edit_find_next), (window_cmd_edit_find_prev): Rework find implementation to integrate better with type ahead and to simplify the code. Do not try to set menus sensitivity because mozilla doesnt provide an api for it and it breaks with type ahead. * lib/ephy-dialog.c: (ephy_dialog_class_init), (ephy_dialog_finalize), (dialog_destroy_cb), (impl_construct), (ephy_dialog_construct): Remove no more used destruct crap.
* Remove useless iconsMarco Pesenti Gritti2003-07-201-0/+6
| | | | | | | | 2003-07-20 Marco Pesenti Gritti <marco@it.gnome.org> * data/glade/print.glade: Remove useless icons
* I forgot to commit the Makefile.am changes needed for the previous patch.Christian Persch2003-07-201-0/+7
| | | | | | | | | 2003-07-19 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/Makefile.am: I forgot to commit the Makefile.am changes needed for the previous patch. Thanks to Manny for pointing this out to me :)
* Set the chrome locale on startup. That means that if the correct lang packChristian Persch2003-07-191-0/+11
| | | | | | | | | | | | | 2003-07-19 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.c: (getUILang), (mozilla_init_chrome), (mozilla_embed_single_init_services): Set the chrome locale on startup. That means that if the correct lang pack is installed, dialogues coming from mozilla will be translated. Set skin to 'classic' on startup, so we get native scrollbars. Ported from galeon.
* Do not enable smooth scroll and image autoresize.Marco Pesenti Gritti2003-07-181-0/+6
| | | | | | | | 2003-07-18 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Do not enable smooth scroll and image autoresize.
* Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2003-07-181-0/+21
| | | | | | | | | | | | | | | | | | | | | | | 2003-07-18 Marco Pesenti Gritti <marco@it.gnome.org> Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init), (ephy_bookmarks_find_bookmark): * src/ephy-toolbars-model.c: (ephy_toolbars_model_get_action_name), (topic_destroy_cb), (bookmark_destroy_cb), (setup_item), (impl_add_item), (ephy_toolbars_model_set_bookmarks), (ephy_toolbars_model_init), (get_toolbar_pos), (get_toolbar_and_item_pos), (ephy_toolbars_model_remove_bookmark), (ephy_toolbars_model_add_bookmark), (ephy_toolbars_model_has_bookmark): * src/ephy-toolbars-model.h: * src/toolbar.c: (topic_destroy_cb), (bookmark_destroy_cb): Remove bookmarks also if they are not on the bookmarks toolbar. Deal with bookmarks/model sync inside the model not in the toolbar. If there are invalid bookmarks in the toolbar configuration when loading it, emit a warning and drop them.
* Allow DND of URLs (from links or favicons or other apps...) to theXan Lopez2003-07-171-0/+13
| | | | | | Allow DND of URLs (from links or favicons or other apps...) to the bookmarks toolbar, fixes #116613 (HOORAY), thanks to marco and chpe for the help.
* Initiliaze font list to NULL. Otherwise if Enumerate fails we crash.Marco Pesenti Gritti2003-07-171-0/+7
| | | | | | | | | 2003-07-16 Marco Pesenti Gritti <marco@it.gnome.org> * src/prefs-dialog.c: (setup_font_menu): Initiliaze font list to NULL. Otherwise if Enumerate fails we crash.
* Fix compiler warning.Christian Persch2003-07-151-0/+6
| | | | | | | | 2003-07-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: (impl_get_font_list): Fix compiler warning.
* 0.8.0. Make it distcheck.Marco Pesenti Gritti2003-07-151-0/+9
| | | | | | | | | | | 2003-07-15 Marco Pesenti Gritti <marco@it.gnome.org> * NEWS: * configure.in: * embed/Makefile.am: * src/Makefile.am: 0.8.0. Make it distcheck.
* No need to setup fonts on init, it will be done when the default encodingMarco Pesenti Gritti2003-07-151-0/+8
| | | | | | | | | | 2003-07-14 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: * src/prefs-dialog.c: (prefs_dialog_init): No need to setup fonts on init, it will be done when the default encoding is set.
* List all mozilla fonts and not only the language specific, otherwise weMarco Pesenti Gritti2003-07-151-0/+10
| | | | | | | | | | | | 2003-07-14 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: List all mozilla fonts and not only the language specific, otherwise we get empty list. Use fontconfig aliases as defaults. This is temporary until we design simpler fonts configuration.
* Fix mem leaks; thanks to Xan for pointing this out.Christian Persch2003-07-141-0/+10
| | | | | | | | | | | | 2003-07-14 Christian Persch <chpe@cvs.gnome.org> * src/pdm-dialog.c: (pdm_dialog_cookies_properties_button_clicked_cb): * src/language-editor.c: (language_editor_update_pref): * embed/downloader-view.c: (controls_info_foreach), (download_dialog_pause_cb), (download_dialog_abort_cb), (downloader_treeview_selection_changed_cb), (open_selection_foreach): Fix mem leaks; thanks to Xan for pointing this out.
* UpdateMarco Pesenti Gritti2003-07-141-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-07-14 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/eggtreemultidnd.c: (egg_tree_multi_drag_button_press_event): Update * embed/ephy-embed-popup-control.c: (save_property_url), (embed_popup_download_link_cmd), (embed_popup_save_image_as_cmd), (save_url), (embed_popup_save_page_as_cmd), (embed_popup_save_background_as_cmd): * src/popup-commands.c: (save_property_url), (popup_cmd_download_link), (popup_cmd_save_image_as), (popup_cmd_save_background_as): * src/window-commands.c: (window_cmd_file_open), (window_cmd_file_save_as): Higgy titles for file pickers. * embed/ephy-embed-utils.c: (ephy_embed_utils_save): * embed/ephy-embed-utils.h: Allow to pass a title to _save. Show an error message when saving doesnt succeed.
* We use g_list_prepend to create selections now (inXan Lopez2003-07-141-0/+10
| | | | | | | We use g_list_prepend to create selections now (in ephy_node_view_get_selection() and inside pdm_cmd_delete_selection), so the last element selected is the first in the list and we need to use g_list_first instead of _last to make intelligent selection after removal work on multiple selections.
* Fix leak.Xan Lopez2003-07-141-0/+6
| | | | Fix leak.
* Don't use event->string, is deprecated (#117346). Also improve intelligentXan Lopez2003-07-141-0/+15
| | | | | | | | | | | | | | | | * lib/widgets/ephy-node-view.c: (ephy_node_view_select_node_by_key), (ephy_node_view_remove): Don't use event->string, is deprecated (#117346). Also improve intelligent selection. * src/pdm-dialog.c: (pdm_dialog_remove_button_clicked_cb), (pdm_cmd_delete_selection), (pdm_key_pressed_cb), (setup_action): Connect del keys to delete action, also implement intelligent selection after deletion (I want to be known as Mr. Intelligent Selection from now, spread the word).
* Fix mem leaks.Christian Persch2003-07-141-0/+7
| | | | | | | | | 2003-07-14 Christian Persch <chpe@cvs.gnome.org> * src/pdm-dialog.c: (pdm_dialog_remove_button_clicked_cb), (pdm_dialog_finalize): Fix mem leaks.
* Fix mem leaks.Christian Persch2003-07-141-0/+7
| | | | | | | | | 2003-07-13 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-node-view.c: (drag_motion_cb), (drag_data_received_cb): Fix mem leaks.
* Fix mem leak and add safety check.Christian Persch2003-07-141-0/+6
| | | | | | | | 2003-07-13 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dnd.c: (ephy_dnd_node_list_extract_nodes): Fix mem leak and add safety check.
* Fix mem leaks.Christian Persch2003-07-141-0/+12
| | | | | | | | | | | | | | 2003-07-13 Christian Persch <chpe@cvs.gnome.org> * src/language-editor.c: (language_editor_remove_button_clicked_cb): * embed/downloader-view.c: (downloader_view_set_download_info), (downloader_view_remove_download), (downloader_view_set_download_progress), (downloader_view_set_download_status), (download_dialog_abort_cb): * lib/widgets/ephy-tree-model-sort.c: (ephy_tree_model_sort_multi_row_draggable): Fix mem leaks.
* Fix mem leaks.Christian Persch2003-07-131-1/+7
| | | | | | | | 2003-07-13 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-node.c: (ephy_node_finalize): Fix mem leaks.
* Add plugins dirMarco Pesenti Gritti2003-07-131-0/+15
| | | | | | | | | | | | | | | | | 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org> * Makefile.am: Add plugins dir * plugins/sample/Makefile.am: * plugins/sample/sample.c: (window_focus_in_cb): Make it compile with not installed headers * src/Makefile.am: Remove an obsolete include dir
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am: * configure.in: * embed/Makefile.am: * embed/ephy-embed-shell.c: (ephy_embed_shell_get_favicon_cache), (impl_get_downloader_view): * embed/ephy-embed-shell.h: * embed/ephy-embed-single.c: * embed/ephy-embed-single.h: * embed/mozilla/ProgressListener.cpp: * embed/mozilla/mozilla-embed.cpp: * lib/Makefile.am: * lib/ephy-langs.h: * lib/ephy-node.c: (unref_signal_objects), (ephy_node_signal_connect_object): * plugins/Makefile.am: * plugins/sample/Makefile.am: * plugins/sample/sample.c: (bmk_added), (bmk_removed), (bmk_changed), (switch_page_cb), (window_focus_in_cb), (location_changed_cb), (tab_added_cb), (new_window_cb), (plugin_init): * src/Makefile.am: * src/bookmarks/Makefile.am: * src/bookmarks/ephy-bookmark-action.c: (ephy_bookmark_action_sync_icon): * src/bookmarks/ephy-bookmark-properties.c: (set_window_icon), (ephy_bookmark_properties_init): * src/bookmarks/ephy-bookmarks-editor.c: (provide_favicon), (ephy_bookmarks_editor_init): * src/bookmarks/ephy-bookmarks.c: (update_favorites_menus): * src/bookmarks/ephy-topic-action.c: (build_bookmarks_menu): * src/ephy-automation.c: (impl_ephy_automation_loadurl), (impl_ephy_automation_quit), (impl_ephy_automation_load_session): * src/ephy-favicon-action.c: (ephy_favicon_action_init): * src/ephy-history-window.c: (confirmation_dialog_response_cb), (provide_favicon): * src/ephy-location-action.c: (connect_proxy): * src/ephy-notebook.c: (sync_icon): * src/ephy-shell.c: (ephy_shell_get_active_window), (ephy_shell_get_session), (ephy_shell_get_autocompletion), (ephy_shell_get_toolbars_model): * src/ephy-shell.h: * src/ephy-tab.c: (ephy_tab_net_state_cb), (ephy_tab_init), (ephy_tab_get_action): * src/ephy-tab.h: * src/ephy-tabs-menu.c: (ephy_tabs_menu_update): * src/ephy-window.c: (ephy_window_fullscreen), (ephy_window_unfullscreen), (sync_tab_icon), (ephy_window_init), (remove_from_session), (ephy_window_get_active_tab):
* Remove debug spew.Christian Persch2003-07-131-0/+6
| | | | | | | | 2003-07-12 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-gui.c: (ephy_gui_menu_position_under_widget): Remove debug spew.
* Cleanup.Christian Persch2003-07-131-0/+6
| | | | | | | | 2003-07-12 Christian Persch <chpe@cvs.gnome.org> * src/ephy-navigation-action.c: (new_history_menu_item): Cleanup.
* Shorten strings.Christian Persch2003-07-131-0/+6
| | | | | | | | 2003-07-12 Christian Persch <chpe@cvs.gnome.org> * src/ephy-navigation-action.c: (new_history_menu_item): Shorten strings.
* Fix mem leaks.Christian Persch2003-07-131-0/+7
| | | | | | | | | 2003-07-12 Christian Persch <chpe@cvs.gnome.org> * src/ephy-history-window.c: (provide_favicon): * src/bookmarks/ephy-bookmarks-editor.c: (provide_favicon): Fix mem leaks.
* A "fast search" implementation for all node views. Pressing any validXan Lopez2003-07-131-0/+17
| | | | | | | A "fast search" implementation for all node views. Pressing any valid unicode character will make ephy select the first entry begining with that key, or the nearest match (with previous or posterior letters). Fixes bug #116744 (http://bugzilla.gnome.org/show_bug.cgi?id=116744).
* Very simple plugin framework, unused for now. We will start makingMarco Pesenti Gritti2003-07-121-0/+20
| | | | | | | | | | | | | | | | | | | | | | 2003-07-12 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: * plugins/.cvsignore: * plugins/Makefile.am: * plugins/sample/.cvsignore: * plugins/sample/Makefile.am: * plugins/sample/sample.c: (bmks_changed), (plugin_init), (plugin_exit): * src/Makefile.am: * src/ephy-plugin.c: (ephy_plugin_get_type), (ephy_plugin_new), (ephy_plugin_load), (ephy_plugin_unload), (ephy_plugin_class_init), (ephy_plugin_init), (ephy_plugin_finalize): * src/ephy-plugin.h: * src/ephy-shell.c: (ephy_shell_load_plugins), (ephy_shell_init), (ephy_shell_finalize): Very simple plugin framework, unused for now. We will start making something useful with it only post 1.0
* *** empty log message ***Wang Jian2003-07-121-0/+4
|
* *** empty log message ***Marco Pesenti Gritti2003-07-121-0/+7
|
* Monitor for theme changes and set smb background accordingly.David Bordoley2003-07-111-0/+7
| | | | | | | | | 2003-07-11 David Bordoley <bordoley@msu.edu> * lib/widgets/ephy-autocompletion-window.c: (set_renderer_bg_color), (ephy_autocompletion_window_init_widgets): Monitor for theme changes and set smb background accordingly.
* Fix actionsMarco Pesenti Gritti2003-07-111-0/+12
| | | | | | | | | | | | | | 2003-07-11 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-autocompletion-window.c: (move_selection), (ephy_autocompletion_window_key_press_hack), (ephy_autocompletion_window_hide): Fix actions * src/bookmarks/ephy-bookmarks-import.c: (parse_rdf_item): Actually use smartlink prop when importing
* Fix export of smart bookmarksLee Willis2003-07-111-0/+6
| | | | | | | | 2003-07-11 Lee Willis <lee@lee-and-claire.co.uk> * src/bookmarks.ephy-bookmarks-export.c: (ephy_bookmarks_export_rdf): Fix export of smart bookmarks
* Fix up the tooltips.David Bordoley2003-07-111-0/+7
| | | | | | | | | 2003-07-10 David Bordoley <bordoley@msu.edu> * src/ephy-window.c: * src/toolbar.c: (toolbar_setup_actions): Fix up the tooltips.
* Show the doc context menu on ctrl+f10Marco Pesenti Gritti2003-07-111-0/+6
| | | | | | | | | | 2003-07-10 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/mozilla-embed.cpp: Show the doc context menu on ctrl+f10 2
* Some minor changes in rdf format (thanks to Edd Dumbill), and useMarco Pesenti Gritti2003-07-101-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-07-10 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-export.c: (add_topics_list), (ephy_bookmarks_export_rdf): Some minor changes in rdf format (thanks to Edd Dumbill), and use namespaces in the code. * src/bookmarks/ephy-bookmarks-import.c: (bookmark_add), (ephy_bookmarks_import_xbel), (parse_rdf_subjects), (parse_rdf_item), (ephy_bookmarks_import_rdf): * src/bookmarks/ephy-bookmarks-import.h: Add an rdf importer. * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_load), (ephy_bookmarks_save), (ephy_bookmarks_init), (ephy_bookmarks_finalize): Update db to 1.0, import bookmarks from the rdf first time. WARNING Backup your bookmarks.rdf file before using this and let me know if you get any problems. (esp if you had a < 0.7.3 epiphany version).
* *** empty log message ***Marco Pesenti Gritti2003-07-081-0/+22
|
* Update spinner when a tab was removed. Fixes bug #116908.Christian Persch2003-07-081-0/+6
| | | | | | | | 2003-07-07 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (sync_tab_load_status), (tab_removed_cb): Update spinner when a tab was removed. Fixes bug #116908.
* Fix crash.Christian Persch2003-07-081-0/+6
| | | | | | | | 2003-07-07 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_find_bookmark): Fix crash.
* Fix progress update logic.Christian Persch2003-07-081-0/+6
| | | | | | | | 2003-07-07 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (build_progress_from_requests): Fix progress update logic.
* Remove unused define.Marco Pesenti Gritti2003-07-071-0/+12
| | | | | | | | | | | | | | 2003-07-07 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-types.h: Remove unused define. * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_save_delayed), (bookmarks_changed_cb), (bookmarks_removed_cb), (ephy_bookmarks_add): Save added bookmarks on idle, otherwise importing is too slow.
* Cleanup.Marco Pesenti Gritti2003-07-071-0/+13
| | | | | | | | | | | | | | | 2003-07-07 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-autocompletion-window.c: (ephy_autocompletion_window_key_press_cb): Cleanup. * lib/widgets/ephy-location-entry.c: (ephy_location_entry_key_press_event_cb): Handle Tab key binding. The window binding doesnt work because of the grab.
* Rewrite selection logic to be simpler and to fix bugs.Marco Pesenti Gritti2003-07-071-0/+20
| | | | | | | | | | | | | | | | | | | | | | 2003-07-07 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-autocompletion-window.c: (ephy_autocompletion_window_finalize_impl), (ephy_autocompletion_window_show), (move_selection), (ephy_autocompletion_window_key_press_hack), (ephy_autocompletion_window_hide): Rewrite selection logic to be simpler and to fix bugs. * lib/widgets/ephy-spinner.c: * lib/widgets/ephy-spinner.h: Remove unused includes. * src/toolbar.c: Add missing include.
* Remove last bits of nautilus theme support.Christian Persch2003-07-071-0/+7
| | | | | | | | | 2003-07-06 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_get_type), (ephy_spinner_init_directory_list): Remove last bits of nautilus theme support.
* Merge external protocols in one file (implementation is just one macro).Marco Pesenti Gritti2003-07-071-0/+17
| | | | | | | | | | | | | | | | | | | 2003-07-06 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/ExternalProtocolHandlers.cpp: * embed/mozilla/ExternalProtocolHandlers.h: * embed/mozilla/FtpProtocolHandler.cpp: * embed/mozilla/FtpProtocolHandler.h: * embed/mozilla/IRCProtocolHandler.cpp: * embed/mozilla/IRCProtocolHandler.h: * embed/mozilla/MailtoProtocolHandler.cpp: * embed/mozilla/MailtoProtocolHandler.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: Merge external protocols in one file (implementation is just one macro). Add a news:// handler.
* Patch by kris to speed it up.Marco Pesenti Gritti2003-07-071-0/+6
| | | | | | | | 2003-07-06 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/eggtreemodelfilter.c: Patch by kris to speed it up.
* Implement toolbar overflow menu item for the go button.Christian Persch2003-07-061-0/+8
| | | | | | | | | | 2003-07-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-go-action.c: (button_clicked), (activate_cb), (create_menu_item), (create_menu_proxy_cb), (connect_proxy), (ephy_go_action_class_init): Implement toolbar overflow menu item for the go button.
* Fix mem leak.Christian Persch2003-07-061-0/+11
| | | | | | | | | | | | | 2003-07-06 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-node.c: (ephy_node_finalize): Fix mem leak. * lib/ephy-node.c: (ephy_node_save_to_xml), (ephy_node_new_from_xml): Use locale-independent functions g_ascii_strtod and g_ascii_dtostr when reading/writing float and double values.
* Fix mem leak.Christian Persch2003-07-061-0/+6
| | | | | | | | 2003-07-06 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_finalize): Fix mem leak.
* Make sure we ever save bookmarks after changes, so they dont get lost onMarco Pesenti Gritti2003-07-061-0/+20
| | | | | | | | | | | | | | | | | | | | | | 2003-07-06 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import_mozilla), (ephy_bookmarks_import_xbel): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init_defaults), (save_bookmarks_delayed), (ephy_bookmarks_set_dirty), (bookmarks_changed_cb), (bookmarks_removed_cb), (ephy_bookmarks_init), (ephy_bookmarks_finalize), (ephy_bookmarks_add): * src/bookmarks/ephy-bookmarks.h: * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_add): * src/ephy-shell.c: (ephy_shell_finalize), (ephy_shell_get_toolbars_model): * src/ephy-toolbars-model.c: (item_added), (item_removed), (toolbar_added), (toolbar_removed), (ephy_toolbars_model_init), (ephy_toolbars_model_finalize): Make sure we ever save bookmarks after changes, so they dont get lost on crashes.
* Fix mem leaks and a conditional.Christian Persch2003-07-061-0/+9
| | | | | | | | | | | 2003-07-06 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-node-view.c: (ephy_node_view_button_press_cb), (ephy_node_view_sort_func): * src/bookmarks/ephy-topics-selector.c: (topic_clicked), (topic_key_pressed): Fix mem leaks and a conditional.
* gtk_editable_insert_text takes the number of bytes in the string, not theChristian Persch2003-07-061-0/+7
| | | | | | | | | 2003-07-05 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: (setup_font_menu), (set_homepage_entry): gtk_editable_insert_text takes the number of bytes in the string, not the number of characters.
* Api resync and cleanup from galeon.Marco Pesenti Gritti2003-07-061-0/+8
| | | | | | | | | | 2003-07-05 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: * src/prefs-dialog.c: (setup_font_menu): Api resync and cleanup from galeon.
* Enclose literal values in double quotes. Fixes bug 116720.Christian Persch2003-07-051-0/+6
| | | | | | | | 2003-07-04 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: Enclose literal values in double quotes. Fixes bug 116720.
* Use G_VA_COPY macro from glib instead of va_copy, (hopefully) fixing theChristian Persch2003-07-051-0/+7
| | | | | | | | | 2003-07-04 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-node.c: (callback): Use G_VA_COPY macro from glib instead of va_copy, (hopefully) fixing the va_ problem for good.
* Remove the persist object from the hash table before emitting the changedChristian Persch2003-07-041-0/+7
| | | | | | | | | 2003-07-04 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-favicon-cache.c: (favicon_download_completed_cb): Remove the persist object from the hash table before emitting the changed signal. Fixes bug 116673.
* 2003-07-04 Christian Persch <chpe@cvs.gnome.org>Christian Persch2003-07-041-0/+6
| | | | * data/epiphany.schemas.in:
* Use g_list_prepend instead of g_list_append. Correct erroneous copyrightChristian Persch2003-07-041-0/+7
| | | | | | | | | 2003-07-04 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-menu.c: (add_bookmarks_menu): Use g_list_prepend instead of g_list_append. Correct erroneous copyright notice.
* Remove use of acconfig.h.Marco Pesenti Gritti2003-07-041-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | 2003-07-04 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: Remove use of acconfig.h. * embed/ephy-embed-shell.c: (ephy_embed_shell_get_embed_single): * embed/ephy-embed-single.c: * embed/ephy-embed-single.h: * embed/mozilla/ContentHandler.cpp: * embed/mozilla/EphyWrapper.cpp: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: * embed/mozilla/MozRegisterComponents.h: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed-single.h: * src/bookmarks/ephy-bookmarks-import.c: (bookmark_add), (xbel_parse_folder), (ephy_bookmarks_import_mozilla): * src/ephy-shell.c: (ephy_shell_init): Show an alert when mozilla cant start instead of crashing. Do not import bookmarks dups. Cleanup some mozilla code headers inclusion.
* Must use va_copy when assigning valist on arches where varargs areJeremy Katz2003-07-041-0/+6
| | | | | | | | 2003-07-03 Jeremy Katz <katzj@redhat.com> * lib/ephy-node.c (callback): Must use va_copy when assigning valist on arches where varargs are implemented as an array type (such as AMD64)
* Sync with Moz Head, small cleanup.Xan Lopez2003-07-041-0/+7
| | | | Sync with Moz Head, small cleanup.
* Ellipsise the bookmarks titles.Christian Persch2003-07-031-0/+6
| | | | | | | | 2003-07-03 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-topic-action.c: (build_bookmarks_menu): Ellipsise the bookmarks titles.
* Oops, fix mem leak introduced by previous checkin.Christian Persch2003-07-031-0/+6
| | | | | | | | 2003-07-03 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (create_menu_proxy): Oops, fix mem leak introduced by previous checkin.
* Moved bookmark tool item creation back to ephy-bookmark-action.c, ForChristian Persch2003-07-031-0/+11
| | | | | | | | | | | | | 2003-07-03 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-toolitem.h: * src/bookmarks/ephy-bookmark-toolitem.c: * src/bookmarks/ephy-bookmark-action.c: (create_tool_item), (ephy_bookmark_action_sync_label), (activate_cb), (create_menu_proxy), (connect_proxy), (ephy_bookmark_action_class_init): Moved bookmark tool item creation back to ephy-bookmark-action.c, For smart bookmarks, don't append ':' in the toolbar overflow menu.
* Don't try to assign va_list to a gpointer var. Fixes bug #116131.Christian Persch2003-07-031-0/+6
| | | | | | | | 2003-07-03 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-node.c: (callback), (ephy_node_emit_signal): Don't try to assign va_list to a gpointer var. Fixes bug #116131.
* Implement custom tooltip setter.Christian Persch2003-07-031-0/+7
| | | | | | | | | 2003-07-02 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-zoom-control.c: (ephy_zoom_control_set_tooltip), (ephy_zooom_control_class_init): Implement custom tooltip setter.
* Implement custom tooltip setter; sets tooltip on the directional button.Christian Persch2003-07-031-0/+11
| | | | | | | | | | | | | 2003-07-02 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-arrow-toolbutton.c: (ephy_arrow_toolbutton_set_tooltip), (ephy_arrow_toolbutton_class_init): Implement custom tooltip setter; sets tooltip on the directional button. * src/toolbar.c: (toolbar_setup_actions): Set tooltips on custom actions.
* Replace "0" with "false" in Terminal entries.Jordi Mallach2003-07-031-0/+5
| | | | | | | 2003-07-02 Jordi Mallach <jordi@sindominio.net> * data/bme.desktop.in, data/epiphany.desktop.in: Replace "0" with "false" in Terminal entries.
* s/Caches/CacheMarco Pesenti Gritti2003-07-021-0/+10
| | | | | | | | | | | | 2003-07-02 Marco Pesenti Gritti <marco@it.gnome.org> * data/glade/prefs-dialog.glade: s/Caches/Cache * embed/ephy-embed-prefs.h: Remove the compare cache define too