aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated German translation.Christian Neumair2003-05-312-344/+416
|
* Use the spinner icon from gnome-icon-theme. You need a recentMarco Pesenti Gritti2003-05-302-94/+118
| | | | | | | | | | | | | 2003-05-30 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-spinner.c: (get_spinner_dimensions), (ephy_spinner_init), (ephy_spinner_theme_changed), (scale_to_real_size), (extract_frame), (ephy_spinner_load_images), (ephy_spinner_finalize), (ephy_spinner_get_theme_info): Use the spinner icon from gnome-icon-theme. You need a recent gnome-icon-theme cvs for the spinner to work correctly.
* Added Vietnamese filePablo Saratxaga2003-05-303-1/+2944
|
* Dutch translation updated.Vincent van Adrighem2003-05-302-327/+373
| | | | | | 2003-05-30 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* Updated Spanish translation by Francisco Javier FernandezPablo Gonzalo del Campo2003-05-302-702/+813
| | | | | | | 2003-05-30 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier Fernandez <serrador@arrakis.es>
* Update Czech translationMiloslav Trmac2003-05-302-236/+252
|
* Fix wrong usage of <>. Stupid me :(Christian Persch2003-05-302-1/+7
| | | | | | | | 2003-05-30 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: Fix wrong usage of <>. Stupid me :(
* Updated Swedish translation.Christian Rose2003-05-302-152/+174
| | | | | | 2003-05-30 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Update Czech translationMiloslav Trmac2003-05-292-229/+277
|
* Get rid of MAKE_GET_TYPE; make building the tabs menu a little faster.Christian Persch2003-05-293-51/+77
| | | | | | | | | | | | | | 2003-05-29 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tabs-menu.c: (ephy_tabs_menu_get_type), (ephy_tabs_menu_verb_cb), (ephy_tabs_menu_rebuild): Get rid of MAKE_GET_TYPE; make building the tabs menu a little faster. * src/ephy-window.c: (update_tabs_menu_sensitivity), (ephy_window_get_tabs): Remove one unnecessary call to ephy_tabs_update_menu ().
* Sort the lists of encoding autodetectors and of fonts languages.Christian Persch2003-05-296-260/+299
| | | | | | | | | | | | | | | | | | | | | | | | | | 2003-05-29 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-langs.h: * data/glade/prefs-dialog.glade: * src/prefs-dialog.c: (autodetector_info_free), (prefs_dialog_finalize), (get_current_language_code), (setup_font_menu), (setup_size_control), (fonts_language_info_cmp), (create_fonts_language_menu), (autodetect_encoding_menu_changed_cb), (autodetector_info_cmp), (find_autodetector_info), (create_encoding_autodetectors_menu), (prefs_dialog_init): Sort the lists of encoding autodetectors and of fonts languages. * data/epiphany.schemas.in: Document the possible values for the encoding autodetectors. * embed/mozilla/mozilla-notifiers.cpp: (mozilla_notifiers_init), (mozilla_default_encoding_notifier), (mozilla_autodetect_encoding_notifier): Adapted for the changes in the prefs dialog. The default encoding notifier now propagates the setting to mozilla :)
* Updated Swedish translation.Christian Rose2003-05-292-160/+206
| | | | | | 2003-05-29 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Dutch translation updated.Vincent van Adrighem2003-05-292-1302/+1188
| | | | | | 2003-05-28 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* continuing checkin of previous patch (cvs aborted "broken pipe")Christian Persch2003-05-2822-409/+494
| | | | | | 2003-05-28 Christian Persch <chpe@cvs.gnome.org> continuing checkin of previous patch (cvs aborted "broken pipe")
* The "s/charset/encoding/" mega patch :)Christian Persch2003-05-283-12/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-05-28 Christian Persch <chpe@cvs.gnome.org> The "s/charset/encoding/" mega patch :) * *, */*, */*/*: s/charset/encoding/ * embed/mozilla/mozilla-embed-single.c: (impl_get_charsets), (impl_get_language_groups), (control_charsets_list), (mozilla_embed_single_init), (fill_charset_lists): * embed/ephy-embed-single.h: * embed/ephy-embed-single.c: Sort the returned list of charsets resp. language groups according to the localised strings in the current locale. Allow for underscore eliding to be able to use the list in both menus (underscore -> accel) and in the prefs option menu (no accels). * lib/ephy-string.h: * lib/ephy-string.c: (ephy_str_elide_underscores): New helper function for eliding underscores. * lib/ephy-langs.h: * lib/ephy-langs.c: A few more common lang/encoding related defines and struct, as well as helper functions to free them in one go. * embed/ephy-embed-utils.h: * embed/ephy-embed-utils.c: (ephy_embed_utils_build_charsets_submenu): * src/ephy-encoding-menu.c: (ephy_encoding_menu_verb_cb), (build_group), (build_charset), (ephy_encoding_menu_rebuild): * src/ephy-nautilus-view.c: (gnv_cmd_set_charset): * src/prefs-dialog.c: (prefs_dialog_init), (default_charset_menu_changed_cb), (find_charset_in_list_cmp), (create_default_charset_menu), (prefs_dialog_finalize): Show the list of charsets and language groups sorted in the current locale. * data/epiphany.schemas.in: Document the possible charset values.
* Make it build with mozilla cvs. Remove only pages on history clear, theMarco Pesenti Gritti2003-05-284-10/+25
| | | | | | | | | | | | 2003-05-28 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: * embed/ephy-history.c: (ephy_history_clear): * embed/mozilla/GlobalHistory.cpp: Make it build with mozilla cvs. Remove only pages on history clear, the sites are automatically removed (fix freeze).
* Updated Swedish translation.Christian Rose2003-05-282-221/+239
| | | | | | 2003-05-27 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Fix the compiler warning from my previous checkin.Christian Persch2003-05-282-1/+7
| | | | | | | | 2003-05-27 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp (impl_get_charset_groups): Fix the compiler warning from my previous checkin.
* g_list_prepend is faster than g_list_append.Christian Persch2003-05-282-7/+14
| | | | | | | | | 2003-05-27 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: (impl_get_charset_titles), (impl_get_charset_groups), (impl_get_font_list): g_list_prepend is faster than g_list_append.
* Try to fix dereferencing type-punned warning.Xan Lopez2003-05-282-1/+7
| | | | Try to fix dereferencing type-punned warning.
* Remove non-existant file(s). Remove non-existant file(s).Abel Cheung2003-05-273-4/+5
| | | | | | | 2003-05-27 Abel Cheung <maddog@linux.org.hk> * po/POTFILES.in: Remove non-existant file(s). * po/POTFILES.skip: Remove non-existant file(s).
* More of the same.Xan Lopez2003-05-272-0/+13
| | | | More of the same.
* Lots of safety checks on node functions.Xan Lopez2003-05-273-10/+81
| | | | Lots of safety checks on node functions.
* Refactored the charset and language groups strings.Christian Persch2003-05-278-242/+214
| | | | | | | | | | | | | | 2003-05-26 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-i18n.h: * embed/mozilla/mozilla-i18n.c: * embed/mozilla/mozilla-embed-single.c: (fill_charsets_list), (impl_get_charset_titles): * embed/mozilla/mozilla-notifiers.c: (mozilla_notifiers_init): * lib/ephy-langs.h: * src/prefs-dialog.c: (setup_font_menu): Refactored the charset and language groups strings.
* Fix potential memory corruption. Retain custom lang codes. Sort theChristian Persch2003-05-272-40/+177
| | | | | | | | | | | | | | | 2003-05-26 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: (free_lang_item), (prefs_dialog_finalize), (compare_lang_items), (find_lang_code), (create_languages_list), (general_prefs_new_language_menu), (language_menu_changed_cb), (create_language_menu), (prefs_dialog_init), (fill_language_editor), (language_dialog_changed_cb), (prefs_language_more_button_clicked_cb): Fix potential memory corruption. Retain custom lang codes. Sort the languages list using the current locale. Fix some mem leaks en passant.
* Fix mem leak.Christian Persch2003-05-272-1/+12
| | | | | | | | 2003-05-26 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-notifiers.c: (mozilla_language_notifier): Fix mem leak.
* s/DESTROYED/DESTROY which is more useulfMarco Pesenti Gritti2003-05-2710-168/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-05-26 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-node.c: (callback), (ephy_node_dispose): * lib/ephy-node.h: s/DESTROYED/DESTROY which is more useulf * lib/widgets/ephy-tree-model-node.c: (ephy_tree_model_node_set_property), (root_destroy_cb): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_update_menu): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init_defaults), (ephy_bookmarks_set_toolbars_model), (ephy_bookmarks_set_property), (ephy_bookmarks_get_property), (ephy_bookmarks_class_init), (bookmarks_removed_cb), (topics_removed_cb), (ephy_bookmarks_init), (ephy_bookmarks_finalize): * src/ephy-shell.c: (ephy_shell_get_toolbars_model): * src/ephy-toolbars-model.c: (impl_add_item), (ephy_toolbars_model_set_bookmarks), (ephy_toolbars_model_set_property), (ephy_toolbars_model_get_property), (ephy_toolbars_model_class_init), (ephy_toolbars_model_init), (ephy_toolbars_model_finalize), (ephy_toolbars_model_new): * src/ephy-toolbars-model.h: * src/toolbar.c: (topic_destroy_cb), (bookmark_destroy_cb), (toolbar_ensure_action), (toolbar_init): Better way to remove unrefed bookmarks from the toolbar. Ref bookmarks in toolbars model and weak reaf toolbars model in bookmarks. So setting defaults really works.
* Fixed a string in Danish translation.Ole Laursen2003-05-262-28/+32
| | | | | | 2003-05-26 Ole Laursen <olau@hardworking.dk> * da.po: Fixed a string in Danish translation.
* Unlink the node from the childs only after the remove from parent signalMarco Pesenti Gritti2003-05-262-5/+12
| | | | | | | | | 2003-05-25 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-node.c: (ephy_node_dispose): Unlink the node from the childs only after the remove from parent signal has been emitted.
* Try to fix node removal problems. I cant repro crashes ... but they areMarco Pesenti Gritti2003-05-2613-47/+185
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-05-25 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: * embed/ephy-favicon-cache.c: (ephy_favicon_cache_save): * embed/ephy-history.c: (ephy_history_save), (hosts_removed_cb), (pages_removed_cb), (unref_empty_host), (page_removed_from_host_cb), (connect_page_removed_from_host), (ephy_history_init), (ephy_history_add_host): * lib/ephy-file-helpers.c: (ephy_file_save_xml): * lib/ephy-file-helpers.h: * lib/ephy-node.c: (callback), (ephy_node_emit_signal), (real_remove_child), (ephy_node_dispose): * lib/ephy-node.h: * lib/ephy-state.c: (ephy_states_save): * lib/widgets/ephy-tree-model-node.c: (root_child_removed_cb): * src/bookmarks/ephy-bookmarks-export.c: (ephy_bookmarks_export_rdf): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_save), (bookmarks_removed_cb), (topics_removed_cb): Try to fix node removal problems. I cant repro crashes ... but they are quite hard to reproduce. Use a save_xml helper that is low disk safe. * src/ephy-automation.c: (impl_ephy_automation_loadurl): Use OPEN_PAGE when an url is passed
* Fix crash on pause.Xan Lopez2003-05-263-3/+34
| | | | Fix crash on pause.
* Fix nautilus view crashMarco Pesenti Gritti2003-05-262-5/+14
| | | | | | | | 2003-05-25 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-state.c: (ephy_state_save): Fix nautilus view crash
* shift force reloadChristian Persch2003-05-262-1/+29
| | | | | | 2003-05-16 Christian Persch <chpe+gnomebugz@stud.uni-saarland.de> * src/window-commands.c: shift force reload
* Updated Portuguese translation.Duarte Loreto2003-05-262-1107/+1284
| | | | | | 2003-05-25 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Updated Danish translation.Ole Laursen2003-05-252-795/+837
| | | | | | 2003-05-25 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* Flush thisKjartan Maraas2003-05-251-608/+813
|
* Revert latest node changes. Parents nodes need to be saved first and it'sMarco Pesenti Gritti2003-05-259-179/+259
| | | | | | | | | | | | | | | | | | | | | | | | 2003-05-25 Marco Pesenti Gritti <marco@it.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_load), (ephy_favicon_cache_save), (ephy_favicon_cache_init), (ephy_favicon_cache_finalize): * embed/ephy-history.c: (ephy_history_load), (ephy_history_save), (ephy_history_init): * lib/ephy-node-db.c: (ephy_node_db_get_property), (ephy_node_db_set_property), (ephy_node_db_class_init), (ephy_node_db_init), (ephy_node_db_finalize), (ephy_node_db_new), (_ephy_node_db_remove_id): * lib/ephy-node-db.h: * lib/ephy-node.c: (ephy_node_save_to_xml): * lib/ephy-node.h: * lib/ephy-state.c: (ephy_states_load), (ephy_states_save), (ensure_states): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_load), (ephy_bookmarks_save), (ephy_bookmarks_init): Revert latest node changes. Parents nodes need to be saved first and it's easier to do that in a not generic way :/
* Slightly updated German translation. Thanks to Christian PerschChristian Neumair2003-05-242-135/+142
| | | | <chpe+gnomebugz@stud.uni-saarland.de> for pointing out a small issue.
* UpdateMarco Pesenti Gritti2003-05-249-128/+220
| | | | | | | | | | | | | | | 2003-05-24 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/eggradiotoolbutton.c: * lib/egg/eggseparatortoolitem.c: * lib/egg/eggtoggletoolbutton.c: * lib/egg/eggtoolbar.c: * lib/egg/eggtoolbar.h: * lib/egg/eggtoolbutton.c: * lib/egg/eggtoolbutton.h: * lib/egg/eggtoolitem.c: Update
* Implement generic way to save/load db and make it low disk safe.Marco Pesenti Gritti2003-05-249-239/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-05-23 Marco Pesenti Gritti <marco@it.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_load), (ephy_favicon_cache_save), (ephy_favicon_cache_init), (ephy_favicon_cache_finalize): * embed/ephy-history.c: (ephy_history_load), (ephy_history_save), (ephy_history_init): * lib/ephy-node-db.c: (ephy_node_db_set_version), (ephy_node_db_get_property), (ephy_node_db_set_property), (ephy_node_db_class_init), (ephy_node_db_init), (ephy_node_db_finalize), (ephy_node_db_new), (_ephy_node_db_remove_id), (ephy_node_db_load_from_xml), (ephy_node_db_save_to_xml): * lib/ephy-node-db.h: * lib/ephy-node.c: (ephy_node_to_xml): * lib/ephy-node.h: * lib/ephy-state.c: (ephy_states_load), (ephy_states_save), (ensure_states): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_load), (ephy_bookmarks_save), (ephy_bookmarks_init), (ephy_bookmarks_finalize): Implement generic way to save/load db and make it low disk safe.
* Activate the menu on button press down, like other menus.David Bordoley2003-05-232-0/+19
| | | | | | | | | | 2003-05-22 David Bordoley <bordoley@msu.edu> * src/bookmarks/ephy-topic-action.c: (menu_deactivate_cb), (button_pressed_cb), (connect_proxy): Activate the menu on button press down, like other menus.
* Revert embed dnd changes. They doesnt work properly.Marco Pesenti Gritti2003-05-232-14/+6
| | | | | | | | 2003-05-22 Marco Pesenti Gritti <marco@it.gnome.org> * src/ephy-notebook.c: (ephy_notebook_insert_page): Revert embed dnd changes. They doesnt work properly.
* Disable Blink and Marquee, cuz they are annoying and non-standard. Don'tDavid Bordoley2003-05-232-0/+31
| | | | | | | | | | | | 2003-05-22 David Bordoley <bordoley@msu.edu> * embed/mozilla/mozilla-embed-single.cpp: (mozilla_set_default_prefs): Disable Blink and Marquee, cuz they are annoying and non-standard. Don't fetch sidebar whats related stuff. Line Wrap View->Source. CTRL-Mousewheel scrolls by one page. Enable Image Auto-Resizing. Enable Browsing with the Caret.
* Don't set a border width on the zoom control, so that it fits on theChristian Persch2003-05-232-1/+7
| | | | | | | | | 2003-05-22 Christian Persch <chpe+gnomebugz@stud.uni-saarland.de> * lib/widgets/ephy-zoom-control.c: (ephy_zoom_control_init): Don't set a border width on the zoom control, so that it fits on the address toolbar.
* Update Czech translationMiloslav Trmac2003-05-222-219/+215
|
* be.po: Updated Belarusian translation from Belarusian team <i18n@mova.org>.Dmitry Mastrukov2003-05-222-130/+148
|
* configure.in: Added be to ALL_LINGUAS.Dmitry Mastrukov2003-05-222-1/+5
|
* be.po: Added Belarusian translation from Belarusian team <i18n@mova.org>.Dmitry Mastrukov2003-05-222-0/+4207
|
* Updated Swedish translation.Christian Rose2003-05-222-228/+236
| | | | | | 2003-05-21 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Yet more new tab logic fixes.Xan Lopez2003-05-223-3/+16
| | | | Yet more new tab logic fixes.
* s/g_object_unref/ephy_node_unref/Xan Lopez2003-05-222-2/+9
| | | | s/g_object_unref/ephy_node_unref/
* Fix according to new tab logic.Xan Lopez2003-05-223-1/+10
| | | | Fix according to new tab logic.
* Implement our own drag dest on the embed. Dnd of multiple urls on embedMarco Pesenti Gritti2003-05-222-0/+22
| | | | | | | | | | 2003-05-21 Marco Pesenti Gritti <marco@it.gnome.org> * src/ephy-notebook.c: (child_realize_cb), (ephy_notebook_insert_page): Implement our own drag dest on the embed. Dnd of multiple urls on embed now open them in tabs.
* Slightly updated German translation.Christian Neumair2003-05-211-5/+8
|
* Add gettext call to l10nize string displayed in remaining column whenChristian Neumair2003-05-212-1/+8
| | | | | | | * embed/downloader-view.c: (downloader_view_set_download_info): Add gettext call to l10nize string displayed in remaining column when download is complete.
* s/address/page. This always bothered me.David Bordoley2003-05-212-1/+7
| | | | | | | | 2003-05-21 David Bordoley <bordoley@msu.edu> * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct): s/address/page. This always bothered me.
* Forgot to commit.Christian Neumair2003-05-211-11/+0
|
* Updated German translation.Christian Neumair2003-05-212-651/+587
|
* data/glade/epiphany.glade data/glade/prefs-dialog.gladeChristian Neumair2003-05-215-92/+60
| | | | | | | | | | | * data/glade/epiphany.glade * data/glade/prefs-dialog.glade * data/epiphany.schemas.in * embed/downloader-view.c * embed/downloader-view.h: Applied patch from #113367 which inter alia removes the keep_open option from the download manager and does various download UI tweakage.
* Cleanup new tab logic, and ever use window for new instances.Marco Pesenti Gritti2003-05-219-68/+95
| | | | | | | | | | | | | | | | | | | | | | 2003-05-21 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (cmd_open_bookmarks_in_tabs), (ephy_bookmarks_editor_node_activated_cb): * src/ephy-automation.c: (impl_ephy_automation_loadurl): * src/ephy-history-window.c: (cmd_open_bookmarks_in_tabs), (cmd_open_bookmarks_in_browser): * src/ephy-notebook.c: (notebook_drag_data_received_cb): * src/ephy-shell.c: (ephy_shell_new_tab): * src/ephy-shell.h: * src/popup-commands.c: (popup_cmd_link_in_new_window), (popup_cmd_link_in_new_tab), (popup_cmd_image_in_new_tab), (popup_cmd_image_in_new_window), (popup_cmd_frame_in_new_tab), (popup_cmd_frame_in_new_window): * src/window-commands.c: (window_cmd_file_new_window), (window_cmd_file_new_tab), (window_cmd_view_page_source): Cleanup new tab logic, and ever use window for new instances.
* Updated Swedish translation.Christian Rose2003-05-212-13/+38
| | | | | | 2003-05-21 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Do not free memory is not a good ideaMarco Pesenti Gritti2003-05-213-2/+13
| | | | | | | | | | | | 2003-05-21 Marco Pesenti Gritti <marco@it.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_save): Do not free memory is not a good idea * lib/ephy-node-db.c: (ephy_node_db_set_name): Free it two times is even worst
* Update Czech translaitonMiloslav Trmac2003-05-212-249/+313
|
* Fix nodes drag and drop. Make double click select the whole address inMarco Pesenti Gritti2003-05-218-8/+74
| | | | | | | | | | | | | | | | | | | 2003-05-20 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-dnd.c: (ephy_dnd_drag_data_get), (ephy_dnd_node_list_extract_nodes): * lib/ephy-node-db.c: (ephy_node_db_set_name), (node_from_id_real), (ephy_node_db_get_name): * lib/ephy-node-db.h: * lib/ephy-node.c: (ephy_node_get_db): * lib/ephy-node.h: * lib/widgets/ephy-location-entry.c: (ephy_location_entry_button_press_event_cb), (ephy_location_entry_build): * lib/widgets/ephy-tree-model-sort.c: (each_node_get_data_binder): Fix nodes drag and drop. Make double click select the whole address in toolbar entry.
* Mark time format strings for translation.Christian Neumair2003-05-212-2/+10
| | | | | | * embed/downloader-view.c: (format_time): Mark time format strings for translation.
* Make find dialog unresizable.Xan Lopez2003-05-213-18/+8
| | | | Make find dialog unresizable.
* Added missing files. Updated Swedish translation.Christian Rose2003-05-203-257/+300
| | | | | | | 2003-05-20 Christian Rose <menthos@menthos.com> * POTFILES.in: Added missing files. * sv.po: Updated Swedish translation.
* Update Czech translationMiloslav Trmac2003-05-202-394/+284
|
* Updated Spanish translation by Francisco Javier FernandezPablo Gonzalo del Campo2003-05-202-591/+574
| | | | | | | 2003-05-20 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier Fernandez <serrador@arrakis.es>
* Simplified and reorganised zoom. Implement a zoom control for the toolbar.Christian Persch2003-05-2020-110/+1023
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-05-19 Christian Persch <chpe+gnomebugz@stud.uni-saarland.de> Simplified and reorganised zoom. Implement a zoom control for the toolbar. * lib/widgets/ephy-zoom-action.h: * lib/widgets/ephy-zoom-action.c: * lib/widgets/ephy-zoom-control.h: * lib/widgets/ephy-zoom-control.c: New. A simple zoom control and a corresponding egg action. * lib/ephy-zoom.h: * lib/ephy-zoom.c: New. Define the supported zoom levels, plus some helper functions. * data/ui/epiphany-toolbar.xml.in: * src/toolbar.h: * src/toolbar.c: (toolbar_update_zoom_control), (zoom_to_level_cb), (toolbar_setup_actions): Hook up zoom control. * src/ephy-window.c: (toolbar_update_zoom_control): New. Updates toolbar zoom control and menu item sensitivity. * embed/mozilla/mozilla-embed.c: (impl_zoom_set, impl_zoom_get): * embed/ephy-embed.[ch]: (zoom_set), (zoom_get), (ephy_embed_zoom_set), (ephy_embed_zoom_get): * lib/ephy-marshal.list: * src/ephy-nautilus-view.c: (gnv_embed_zoom_change_cb), (gnv_zoomable_set_zoom_level_cb): * src/ephy-tab.c: (ephy_tab_zoom_changed_cb): * src/ephy-window.c: (ephy_window_set_zoom): Use float zoom factor instead of int percent for zoom. * src/ephy-nautilus-view.c: (ephy_nautilus_view_instance_init), (ephy_nautilus_view_class_init), (gnv_zoomable_set_zoom_level_cb), (gnv_zoomable_zoom_in_cb), (gnv_zoomable_zoom_out_cb), (gnv_zoomable_zoom_to_default_cb), (gnv_embed_zoom_change_cb): * src/window-commands.c: (window_cmd_view_zoom_in), (window_cmd_view_zoom_out), (window_cmd_view_zoom_normal): Simplified; use ephy-zoom.h where appropriate.
* *** empty log message ***Marco Pesenti Gritti2003-05-201-1/+0
|
* Simplified and reorganised zoom. Implement a zoom control for the toolbar.Christian Persch2003-05-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-05-19 Christian Persch <chpe+gnomebugz@stud.uni-saarland.de> Simplified and reorganised zoom. Implement a zoom control for the toolbar. * lib/widgets/ephy-zoom-action.h: * lib/widgets/ephy-zoom-action.c: * lib/widgets/ephy-zoom-control.h: * lib/widgets/ephy-zoom-control.c: New. A simple zoom control and a corresponding egg action. * lib/ephy-zoom.h: * lib/ephy-zoom.c: New. Define the supported zoom levels, plus some helper functions. * data/ui/epiphany-toolbar.xml.in: * src/toolbar.h: * src/toolbar.c: (toolbar_update_zoom_control), (zoom_to_level_cb), (toolbar_setup_actions): Hook up zoom control. * src/ephy-window.c: (toolbar_update_zoom_control): New. Updates toolbar zoom control and menu item sensitivity. * embed/mozilla/mozilla-embed.c: (impl_zoom_set, impl_zoom_get): * embed/ephy-embed.[ch]: (zoom_set), (zoom_get), (ephy_embed_zoom_set), (ephy_embed_zoom_get): * lib/ephy-marshal.list: * src/ephy-nautilus-view.c: (gnv_embed_zoom_change_cb), (gnv_zoomable_set_zoom_level_cb): * src/ephy-tab.c: (ephy_tab_zoom_changed_cb): * src/ephy-window.c: (ephy_window_set_zoom): Use float zoom factor instead of int percent for zoom. * src/ephy-nautilus-view.c: (ephy_nautilus_view_instance_init), (ephy_nautilus_view_class_init), (gnv_zoomable_set_zoom_level_cb), (gnv_zoomable_zoom_in_cb), (gnv_zoomable_zoom_out_cb), (gnv_zoomable_zoom_to_default_cb), (gnv_embed_zoom_change_cb): * src/window-commands.c: (window_cmd_view_zoom_in), (window_cmd_view_zoom_out), (window_cmd_view_zoom_normal): Simplified; use ephy-zoom.h where appropriate.
* Fix some warnings. Go back hardcoding defaults in the code, mozilla prefMarco Pesenti Gritti2003-05-2011-290/+137
| | | | | | | | | | | | | | | | | | | | | 2003-05-20 Marco Pesenti Gritti <marco@it.gnome.org> * embed/downloader-view.c: (downloader_view_build_ui): * embed/mozilla/Makefile.am: * embed/mozilla/default-prefs.js: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-notifiers.cpp: * embed/mozilla/mozilla-prefs.cpp: * embed/mozilla/mozilla-prefs.h: * lib/ephy-dnd.c: (ephy_dnd_node_list_extract_nodes): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): * src/ephy-history-window.c: (ephy_history_window_construct): Fix some warnings. Go back hardcoding defaults in the code, mozilla pref api sucks :/ Cleanup mozilla prefs code, we can use mozilla api directly now, no need for a wrapper like in galeon1.
* Updated Swedish translation.Christian Rose2003-05-202-289/+320
| | | | | | 2003-05-20 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Made (hopefully) all dialogs HIG compliant, at least when it comes to spacing.Christian Neumair2003-05-209-823/+886
| | | | Last patch of the #112781 patch series.
* Use stock icons instead of the files directly to set window border icons.David Bordoley2003-05-206-14/+38
| | | | | | | | | | | | | | 2003-05-19 David Bordoley <bordoley@msu.edu> * embed/downloader-view.c: (downloader_view_build_ui): * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: * src/ephy-history-window.c: (ephy_history_window_construct): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): Use stock icons instead of the files directly to set window border icons.
* Shortest patch ever!!! Kill the new page pref. Make Seth happy :)David Bordoley2003-05-206-155/+13
| | | | | | | | | | | | | 2003-05-19 David Bordoley <bordoley@msu.edu> * data/epiphany.schemas.in: * data/glade/prefs-dialog.glade: * lib/ephy-prefs.h: * src/ephy-shell.c: (build_homepage_url): * src/pref-dialog.c: (properties[]) Shortest patch ever!!! Kill the new page pref. Make Seth happy :)
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-2023-978/+1109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lib/Makefile.am: * lib/ephy-dnd.c: (ephy_dnd_node_list_extract_nodes): * lib/ephy-node.c: (write_lock_to_read_lock), (read_lock_to_write_lock), (lock_gdk), (unlock_gdk), (callback), (ephy_node_emit_signal), (ephy_node_finalize), (real_remove_child), (remove_child), (signal_object_weak_notify), (unref_signal_objects), (ephy_node_dispose), (ephy_node_new), (ephy_node_new_with_id), (ephy_node_get_id), (ephy_node_ref), (ephy_node_unref), (ephy_node_freeze), (ephy_node_thaw), (child_changed), (real_set_property), (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), (real_add_child), (ephy_node_new_from_xml), (ephy_node_add_child), (ephy_node_remove_child), (ephy_node_has_child), (ephy_node_real_get_child_index), (ephy_node_sort_children), (ephy_node_reorder_children), (ephy_node_get_children), (ephy_node_get_n_children), (ephy_node_get_nth_child), (get_child_index_real), (ephy_node_get_child_index), (ephy_node_get_next_child), (ephy_node_get_previous_child), (ephy_node_signal_connect_object), (ephy_node_signal_disconnect): * lib/ephy-node.h: * lib/ephy-state.c: (ephy_states_load), (ensure_states), (ephy_state_add_window), (ephy_state_add_paned), (ephy_state_save): * lib/widgets/ephy-node-view.c: (ephy_node_view_class_init), (ephy_node_view_selection_changed_cb), (ephy_node_view_set_property), (ephy_node_view_get_property), (ephy_node_view_remove): * lib/widgets/ephy-tree-model-node.c: (ephy_tree_model_node_class_init), (ephy_tree_model_node_set_property), (ephy_tree_model_node_get_property), (ephy_tree_model_node_get_value), (ephy_tree_model_node_get_path), (ephy_tree_model_node_iter_next), (ephy_tree_model_node_node_from_iter): * src/bookmarks/ephy-bookmark-action.c: (ephy_bookmark_action_init), (ephy_bookmark_action_new): * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_class_init), (ephy_bookmark_properties_set_property): * src/bookmarks/ephy-bookmarks-editor.c: (cmd_show_in_bookmarks_bar), (cmd_open_bookmarks_in_tabs), (cmd_open_bookmarks_in_browser), (cmd_delete), (cmd_bookmark_properties), (cmd_copy), (ephy_bookmarks_editor_node_activated_cb), (ephy_bookmarks_editor_update_menu),
* fix typoKwok-Koon Cheung2003-05-191-3/+3
|
* Updated Swedish translation.Christian Rose2003-05-192-510/+516
| | | | | | 2003-05-19 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Remove fine grain color settings. Always use the system theme colors inDavid Bordoley2003-05-197-360/+16
| | | | | | | | | | | | | | 2003-05-19 David Bordoley <bordoley@msu.edu> * data/epiphany.schemas.in: * data/glade/prefs-dialog.glade: * embed/ephy-embed-prefs.h: * embed/mozilla/default-prefs.js: * embed/mozilla/mozilla-notifiers.cpp: (conversion_table []): * src/prefs-dialog.c: (properties []): Remove fine grain color settings. Always use the system theme colors in the case where a page doesn't set it own colors.
* Updated traditional Chinese translation.Kwok-Koon Cheung2003-05-192-842/+1104
| | | | * zh_TW.po: Updated traditional Chinese translation.
* Fix uninstallationMarco Pesenti Gritti2003-05-194-2/+19
| | | | | | | | | | 2003-05-18 Marco Pesenti Gritti <marco@it.gnome.org> * Makefile.am: * data/Makefile.am: * data/starthere/Makefile.am: Fix uninstallation
* 0.6.1Marco Pesenti Gritti2003-05-195-5/+31
| | | | | | | | | | | | | | | | | 2003-05-18 Marco Pesenti Gritti <marco@it.gnome.org> * NEWS: * configure.in: 0.6.1 * embed/find-dialog.c: (dialog_constrain_height): Missing cast. * lib/ephy-start-here.c: Missing header.
* Update Czech translationMiloslav Trmac2003-05-182-301/+313
|
* UpdatedXan Lopez2003-05-182-5/+11
| | | | Updated
* Updated Japanese translation.Takayuki KUSANO2003-05-182-889/+1238
| | | | * ja.po: Updated Japanese translation.
* update for 0.6.1, feel free to improveMarco Pesenti Gritti2003-05-182-0/+69
| | | | | | 2003-05-18 Marco Pesenti Gritti <marco@it.gnome.org> * NEWS: update for 0.6.1, feel free to improve
* Do not allow to resize the dialog vertically, fixes #112727. Remove unusedXan Lopez2003-05-173-2/+30
| | | | | Do not allow to resize the dialog vertically, fixes #112727. Remove unused header.
* Use gtk api for fullscreen, not wm directlyMarco Pesenti Gritti2003-05-172-53/+14
| | | | | | | | 2003-05-17 Marco Pesenti Gritti <marco@it.gnome.org> * src/ephy-window.c: (ephy_window_set_chrome): Use gtk api for fullscreen, not wm directly
* Updated German translation.Christian Neumair2003-05-172-656/+617
|
* Capitalized "Toolbar Editor" in the toolbar editor window's title.Christian Neumair2003-05-172-1/+5
|
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-1738-52/+195
|
* Marco Pesenti Gritti <marco@it.gnome.org>David Bordoley2003-05-1711-112/+550
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-05-17 David Bordoley <bordoley@msu.edu> Marco Pesenti Gritti <marco@it.gnome.org> * data/ui/epiphany-ui.xml.in: * src/Makefile.am: * src/bookmarks/ephy-bookmark-action.c: (create_tool_item): * src/ephy-notebook.c: (ephy_notebook_class_init), (ephy_notebook_move_page), (move_tab), (notebook_drag_data_received_cb), (ephy_notebook_init), (ephy_notebook_set_page_status), (update_tabs_visibility), (ephy_notebook_insert_page), (ephy_notebook_remove_page), (ephy_notebook_set_page_title): * src/ephy-notebook.h: * src/ephy-tabs-menu.c: (ephy_tabs_menu_class_init), (ephy_tabs_menu_init), (ephy_tabs_menu_clean), (ephy_tabs_menu_finalize_impl), (ephy_tabs_menu_set_property), (ephy_tabs_menu_get_property), (ephy_tabs_menu_new), (ephy_tabs_menu_verb_cb), (ephy_tabs_menu_set_action_accelerator), (ephy_tabs_menu_rebuild), (ephy_tabs_menu_update): * src/ephy-tabs-menu.h: * src/ephy-window.c: (setup_window), (update_tabs_menu_sensitivity), (ephy_window_tabs_changed_cb), (setup_notebook), (ephy_window_init), (ephy_window_finalize), (ephy_window_update_control), (ephy_window_update_all_controls), (ephy_window_notebook_switch_page_cb): * src/ephy-window.h: * src/window-commands.c: (window_cmd_tabs_move_left), (window_cmd_tabs_move_right), (window_cmd_tabs_detach): Implement a list of tabs at the bottom of tabs menu. Add a changed signal to the notebook and use it to update list and sensitivity.
* Make it utf-8 safe. Fixes bug 113114.Christian Persch2003-05-172-19/+24
| | | | | | | | 2003-05-16 Christian Persch <chpe+gnomebugz@stud.uni-saarland.de> * lib/ephy-string.h: (ephy_string_shorten): Make it utf-8 safe. Fixes bug 113114.
* Updated Spanish translation by Francisco Javier FernandezPablo Gonzalo del Campo2003-05-162-560/+696
| | | | | | | 2003-05-16 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier Fernandez <serrador@arrakis.es>
* Update Czech translationMiloslav Trmac2003-05-162-158/+93
|
* Updated Swedish translation.Christian Rose2003-05-162-150/+145
| | | | | | 2003-05-16 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Remove unused history prefs and filtering prefs.David Bordoley2003-05-162-94/+7
| | | | | | | | 2003-05-15 David Bordoley <bordoley@msu.edu> * data/epiphany.schemas.in: Remove unused history prefs and filtering prefs.
* Add elipses to rename menu entry.David Bordoley2003-05-162-1/+8
| | | | | | | | | 2003-05-15 David Bordoley <bordoley@msu.edu> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmark_popup_entries []): Add elipses to rename menu entry.
* Update Czech translationMiloslav Trmac2003-05-152-55/+76
|
* Updated Swedish translation.Christian Rose2003-05-152-25/+32
| | | | | | 2003-05-15 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Updated Danish translation.Ole Laursen2003-05-152-67/+97
| | | | | | 2003-05-14 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* Add Czech translationMiloslav Trmac2003-05-144-1/+3062
| | | | Add cs to ALL_LINGUAS in configure.in
* Add some flags so that we can choose to save position or size or both.David Bordoley2003-05-1410-11/+55
| | | | | | | | | | | | | | | | | | | | | | | | 2003-05-14 David Bordoley <bordoley@msu.edu> * lib/ephy-state.c: (ephy_state_add_window): * lib/ephy-state.h: (EphyStateWindowFlags): Add some flags so that we can choose to save position or size or both. * lib/ephy-dialog.c: (setup_default_size): * src/ephy-window.c: (ephy_window_show): * src/window-commands.c: (window_cmd_edit_toolbar): * src/bookmarks/ephy-bookmark-properties.c: (build_ui): * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_construct): Only save size for dialogs and main windows. * src/ephy-history-window.c: (ephy_history_window_construct): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): Save size and position.
* Don't split sentences.Xan Lopez2003-05-142-3/+14
| | | | Don't split sentences.
* Updated Swedish translation.Christian Rose2003-05-142-52/+73
| | | | | | 2003-05-14 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Added Malay translation.Hasbullah Bin Pit2003-05-142-885/+1045
| | | | | | 2002-05-14 Hasbullah Bin Pit <sebol@ikhlas.com> * ms.po: Added Malay translation.
* s/bookmark page/bookmark link, more consistent with the docs and betterDavid Bordoley2003-05-144-35/+149
| | | | | | | | | | | | | | | 2003-05-13 David Bordoley <bordoley@msu.edu> * data/ui/epiphany-history-window-ui.xml.in: * src/ephy-history-window.c: s/bookmark page/bookmark link, more consistent with the docs and better ui. * help/C/epiphany.xml: Start the create a bookmark section. Needs more work. Finish to open/copy address bookmark/history link sections.
* s/&/&amp;/Xan Lopez2003-05-142-2/+10
| | | | s/&/&amp;/
* Fix the no_topics pointer writing, fixes adding bookmarks to UncategorizedXan Lopez2003-05-142-2/+12
| | | | | | Fix the no_topics pointer writing, fixes adding bookmarks to Uncategorized when they are removed from a topic and they still are in other topics (Bad Marco).
* *** empty log message ***Marco Pesenti Gritti2003-05-141-2/+0
|
* Revert api change. So we keep 2.2 compatibility.Marco Pesenti Gritti2003-05-145-3/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-05-13 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/ExternalProtocolService.cpp: Revert api change. So we keep 2.2 compatibility. * lib/widgets/ephy-location-entry.c: (ephy_location_entry_class_init), (location_focus_out_cb), (ephy_location_entry_activate_cb): * lib/widgets/ephy-location-entry.h: Add a finished callback to know when the user finished using location. * src/bookmarks/ephy-bookmarks.c: (history_site_visited_cb), (ephy_bookmarks_set_icon): Remove unused vars. Bad xan. * src/toolbar.c: (location_finished_cb), (toolbar_activate_location): Show the toolbar on ctrl+l, hide it again when the user finished to edit (focus out/activate)
* Don't go modal when showing the duplicate bookmark dialog.David Bordoley2003-05-142-4/+31
| | | | | | | | | 2003-05-13 David Bordoley <bordoley@msu.edu> * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct), (duplicate_bookmark_response_cb), (ephy_new_bookmark_is_unique): Don't go modal when showing the duplicate bookmark dialog.
* Get rid of the unneeded convenience callback since no one is try to makeDavid Bordoley2003-05-136-34/+16
| | | | | | | | | | | | | | 2003-05-13 David Bordoley <bordoley@msu.edu> * src/ephy-history-window.c: (cmd_bookmark_page): * src/popup-commands.c: (popup_cmd_bookmark_link): * src/window-commands.c: (window_cmd_file_bookmark_page): * src/bookmarks/ephy-new-bookmark.c: (response_cb), (ephy_new_bookmark_response_cb): * src/bookmarks/ephy-new-bookmark.h: Get rid of the unneeded convenience callback since no one is try to make the new bookmark dialog modal anymore.
* Don't allow to have more than one bookmark with the same URL^H^H^Haddress,Xan Lopez2003-05-138-47/+149
| | | | | | Don't allow to have more than one bookmark with the same URL^H^H^Haddress, warn the user with a nice dialog. Fixes #110854.
* Use new gnome vfs show_url api.Marco Pesenti Gritti2003-05-134-4/+26
| | | | | | | | | | | | | | | | | 2003-05-12 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/ExternalProtocolService.cpp: Use new gnome vfs show_url api. * embed/mozilla/MozRegisterComponents.cpp: Register external protocols ! * embed/mozilla/mozilla-embed-single.cpp: Check that the ftp handler is not epiphany, to avoid infinite loop.
* Updated Swedish translation.Christian Rose2003-05-122-408/+458
| | | | | | 2003-05-11 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Fix make dist.Xan Lopez2003-05-122-0/+7
| | | | Fix make dist.
* Fix google smart bookmarks to use utf8Marco Pesenti Gritti2003-05-123-4/+19
| | | | | | | | | | | | | 2003-05-11 Marco Pesenti Gritti <marco@it.gnome.org> * data/starthere/smartbookmarks.xml.in: Fix google smart bookmarks to use utf8 * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_solve_smart_url): Fix google smart bookmarks to use utf8. Escape the search string before merging it in the url.
* Updated Danish translation.Ole Laursen2003-05-122-685/+832
| | | | | | 2003-05-11 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* Fix refcount, patch by Christian.Xan Lopez2003-05-112-1/+9
| | | | Fix refcount, patch by Christian.
* Show the full page title in tooltip on the tab label. Loosely based on aChristian Persch2003-05-112-15/+34
| | | | | | | | | | | 2003-05-10 Christian Persch <chpe+gnomebugz@stud.uni-saarland.de> * src/ephy-notebook.c: (ephy_notebook_init), (tab_get_label), (tab_build_label), (ephy_notebook_set_page_tite): Show the full page title in tooltip on the tab label. Loosely based on a patch for galeon2 by Tommi Komulainen (attached to bug 64737).
* *** empty log message ***Marco Pesenti Gritti2003-05-112-0/+173
|
* UpdateMarco Pesenti Gritti2003-05-1110-96/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-05-11 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/egg-action.c: * lib/egg/eggseparatortoolitem.c: * lib/egg/eggtoggletoolbutton.c: * lib/egg/eggtoolbar.c: * lib/egg/eggtoolbutton.c: * lib/egg/eggtoolitem.c: * lib/egg/eggtoolitem.h: Update * src/bookmarks/Makefile.am: * src/bookmarks/ephy-bookmarks.c: * src/bookmarks/ephy-bookmarks-export.c: * src/bookmarks/ephy-bookmarks-export.h: Export bookmarks in an rdf format (RSS was perfect, so I just used it instead of inventing a new one). This is useful to ensure compatibility in case of database formats changes. It will be used also as import format for ephy. Also I think it can be easily displayed, need to talk with Edd about the css url though. Thanks to Edd Dumbill for the help with this.
* Updated Brazilian Portuguese translation.Evandro Fernandes Giovanini2003-05-112-561/+777
| | | | | | 2003-05-11 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * pt_BR.po: Updated Brazilian Portuguese translation.
* Small cleanup.Xan Lopez2003-05-112-46/+57
| | | | Small cleanup.
* Add ephy_node_sort_children, unused but kept for future reference inXan Lopez2003-05-113-8/+85
| | | | | | Add ephy_node_sort_children, unused but kept for future reference in jorn's s3kr3t project (and it's cool to be the state of the art implementation of node stuff anyway).
* Fix Open, typo.Marco Pesenti Gritti2003-05-112-1/+7
| | | | | | | | 2003-05-10 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/ContentHandler.cpp: Fix Open, typo.
* Alphabetical sort of bookmarks menu elements, fixes #111315. Also createXan Lopez2003-05-118-35/+141
| | | | | Alphabetical sort of bookmarks menu elements, fixes #111315. Also create ephy-node-common.h with some general enums.
* broken pipe pfffMarco Pesenti Gritti2003-05-111-2/+7
|
* Alphabetical sort of bookmarks menu elements, fixes #111315. Also createXan Lopez2003-05-111-0/+45
| | | | | Alphabetical sort of bookmarks menu elements, fixes #111315. Also create ephy-node-common.h with some general enums.
* Use sys language as defaultMarco Pesenti Gritti2003-05-116-29/+227
| | | | | | | | | | | | | | | | | | | | | | 2003-05-10 Marco Pesenti Gritti <marco@it.gnome.org> * data/epiphany.schemas.in: Use sys language as default * data/glade/prefs-dialog.glade: Put back stuff I accidentally removed. * data/glade/print.glade: Set it has hidden in glade, so we can set position before it's showed. * embed/mozilla/mozilla-notifiers.cpp: * src/prefs-dialog.c: Add system language
* Implement security page. Remove some useless hidden prefs in the process.Marco Pesenti Gritti2003-05-107-50/+348
| | | | | | | | | | | | | | 2003-05-10 Marco Pesenti Gritti <marco@it.gnome.org> * data/epiphany.schemas.in: * data/glade/prefs-dialog.glade: * embed/ephy-embed-prefs.h: * embed/mozilla/mozilla-notifiers.cpp: * src/language-editor.h: * src/prefs-dialog.c: Implement security page. Remove some useless hidden prefs in the process.
* Updated POTFILES.in and de.po.Christian Neumair2003-05-103-514/+584
|
* *** empty log message ***Marco Pesenti Gritti2003-05-101-58/+0
|
* Rework prefs dialog ui a bit. Remove jumpto and tabbed_popups prefsMarco Pesenti Gritti2003-05-1013-3047/+2591
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-05-10 Marco Pesenti Gritti <marco@it.gnome.org> * data/epiphany.schemas.in: * data/glade/prefs-dialog.glade: * lib/ephy-prefs.h: * src/Makefile.am: * src/ephy-shell.c: (ephy_shell_new_window_cb): * src/ephy-tab.c: (ephy_tab_new_window_cb): * src/prefs-dialog.c: (prefs_dialog_get_type), (prefs_dialog_new), (prefs_dialog_show_help), (setup_font_menu), (save_font_menu), (font_entry_changed_cb), (attach_font_signal), (attach_fonts_signals), (size_spinbutton_changed_cb), (attach_size_controls_signals), (setup_size_control), (setup_size_controls), (setup_fonts), (default_charset_menu_changed_cb), (find_charset_in_list_cmp), (create_default_charset_menu), (general_prefs_new_language_menu), (language_menu_changed_cb), (create_language_menu), (set_homepage_entry), (prefs_dialog_init), (prefs_dialog_response_cb), (prefs_clear_disk_cache_button_clicked_cb), (fonts_language_optionmenu_changed_cb), (prefs_homepage_current_button_clicked_cb), (prefs_homepage_blank_button_clicked_cb), (fill_language_editor), (language_dialog_changed_cb), (prefs_language_more_button_clicked_cb): * src/prefs-dialog.h: * src/window-commands.c: (window_cmd_edit_prefs): Rework prefs dialog ui a bit. Remove jumpto and tabbed_popups prefs (jumpto is still in the schemas. Remove the crazy page by page separation in the code.
* Share signal emission for all dom mouse events, so they dont go out ofMarco Pesenti Gritti2003-05-103-191/+158
| | | | | | | | | | | | | | | | 2003-05-10 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/mozilla-embed.cpp: Share signal emission for all dom mouse events, so they dont go out of sync. * src/ephy-tab.c: (ephy_tab_dom_mouse_click_cb), (ephy_tab_dom_mouse_down_cb), (ephy_tab_security_change_cb), (ephy_tab_init): Take middle click actions on click instead of on mouse down. Cleanups.
* Fix 64 bit problems. Patch from katzj@redhat.com.Christopher Blizzard2003-05-103-3/+11
| | | | | | | | | | 2003-05-09 Christopher Blizzard <blizzard@redhat.com> * src/ephy-navigation-action.c (activate_up_menu_item_cb): * src/ephy-navigation-action.c (activate_back_or_forward_menu_item_cb): * lib/eel-gconf-extensions.c (ephy_notification_add): Fix 64 bit problems. Patch from katzj@redhat.com.
* Remove unused varMarco Pesenti Gritti2003-05-102-1/+6
| | | | | | | | 2003-05-10 Marco Pesenti Gritti <marco@it.gnome.org> * src/prefs-dialog.c: (prefs_dialog_show_help): Remove unused var
* Don't show broken sub-menus for topics that have no children in theLee Willis2003-05-102-0/+21
| | | | | | | | | | | 2003-05-07 Lee Willis <lwillis@plus.net> * src/bookmarks/ephy-topic-action.c: Don't show broken sub-menus for topics that have no children in the bookmark toolbar. Follow IE behaviour and show an insensitive "Empty" entry
* Updated Swedish translation.Christian Rose2003-05-092-299/+364
| | | | | | 2003-05-09 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* s/items/links to match the docs.David Adam Bordoley2003-05-092-1/+8
| | | | | | | | | 2003-05-09 David Adam Bordoley <bordoley@msu.edu> * src/ephy-history-window.c: (confirmation_dialog_construct): s/items/links to match the docs.
* s/location/address and some other minor changes.David Adam Bordoley2003-05-094-9/+17
| | | | | | | | | | 2003-05-08 David Adam Bordoley <bordoley@msu.edu> * data/epiphany.schemas.in: * data/starthere/index.xml.in: * data/starthere/smartbookmarks.xml.in: s/location/address and some other minor changes.
* Don't set an icon unless their is a favicon. Append a colon onto the labelDavid Adam Bordoley2003-05-092-7/+23
| | | | | | | | | | | 2003-05-08 David Adam Bordoley <bordoley@msu.edu> * src/bookmarks/ephy-bookmark-action.c: (ephy_bookmark_action_sync_icon), (ephy_bookmark_action_sync_label): Don't set an icon unless their is a favicon. Append a colon onto the label of smartbookmarks.
* s/location/address. Fix up mnemonic collisions in the print dialog. MarkDavid Adam Bordoley2003-05-0910-36/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | 2003-05-08 David Adam Bordoley <bordoley@msu.edu> * TODO: * data/glade/epiphany.glade: * data/glade/prefs-dialog.glade: * data/glade/print.glade: * src/ephy-history-window.c: (ephy_history_ui_entries []) (ephy_history_window_update_menu), (ephy_history_window_construct): * src/ephy-window.c: (ephy_popups_entries []), * src/toolbar.c: (toolbar_setup_actions): * src/bookmarks/ephy-bookmark-properties.c: (build_ui): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmark_popup_entries []), (ephy_bookmarks_editor_update_menu): s/location/address. Fix up mnemonic collisions in the print dialog. Mark toolbar action names for translation. s/location/"address entry" for the entry bar name (this may change depending on what the docs team says). Add a todo about changing code to use address where appropriate.
* Add a label to the find field. Use nicer language.David Adam Bordoley2003-05-092-37/+45
| | | | | | | | | 2003-05-08 David Adam Bordoley <bordoley@msu.edu> * data/glade/epiphany.glade: Add a label to the find field. Use nicer language.
* Convenience function for displaying help. Remove unneeded include ofDavid Adam Bordoley2003-05-0910-76/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-05-08 David Adam Bordoley <bordoley@msu.edu> * lib/ephy-gui.c: (ephy_gui_help): * lib/ephy-gui.h: Convenience function for displaying help. Remove unneeded include of gnome-dialog.h * src/ephy-history-window.c: (cmd_help_contents): * src/prefs-dialog.c: (prefs_dialog_show_help): * src/window-commands.c: (window_cmd_help_contents), (window_cmd_help_about): * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_help), (bookmark_properties_response_cb): * src/bookmarks/ephy-bookmarks-editor.c: (cmd_help_contents): * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_help), (response_cb): Hook up help to windows/dialogs. Add the guilty parties to about. * help/C/epiphany.xml: Fixed the "To Create a New Bookmark" id.
* Require automake >= 1.6Anders Carlsson2003-05-082-1/+5
| | | | | | 2003-05-08 Anders Carlsson <andersca@codefactory.se> * autogen.sh: Require automake >= 1.6
* Add "To Select Bookmarks and Topics" section.David Adam Bordoley2003-05-082-3/+61
| | | | | | | | 2003-05-07 David Adam Bordoley <bordoley@msu.edu> * help/C/epiphany.xml: Add "To Select Bookmarks and Topics" section.
* Add help for adding/removing bookmarks/topics from the bookmarks bar,David Adam Bordoley2003-05-081-0/+7
| | | | | | | | | 2003-05-07 David Adam Bordoley <bordoley@msu.edu> * help/C/epiphany.xml: Add help for adding/removing bookmarks/topics from the bookmarks bar, renaming and deleting.
* Add help for adding/removing bookmarks/topics from the bookmarks bar,David Adam Bordoley2003-05-081-11/+69
| | | | | | | | | 2003-05-07 David Adam Bordoley <bordoley@msu.edu> * help/C/epiphany.xml: Add help for adding/removing bookmarks/topics from the bookmarks bar, renaming and deleting.
* Slight reorganization to the "Browsing the web" section. Added "To Save aDavid Adam Bordoley2003-05-082-35/+43
| | | | | | | | | | 2003-05-07 David Adam Bordoley <bordoley@msu.edu> * help/C/epiphany.xml: Slight reorganization to the "Browsing the web" section. Added "To Save a Page to a File" section. s/file/page in the find help section.
* Updated Spanish translation by Francisco Javier FernandezPablo Gonzalo del Campo2003-05-082-406/+449
| | | | | | | 2003-05-07 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier Fernandez <serrador@arrakis.es>
* Add find help.David Adam Bordoley2003-05-072-4/+39
| | | | | | | | 2003-05-07 David Adam Bordoley <bordoley@msu.edu> * help/C/epiphany.xml: Add find help.
* Add Zooming help.David Adam Bordoley2003-05-072-5/+30
| | | | | | | | 2003-05-07 David Adam Bordoley <bordoley@msu.edu> * help/C/epiphany.xml: Add Zooming help.
* Document New Window and New Tab.David Adam Bordoley2003-05-072-4/+14
| | | | | | | | 2003-05-07 David Adam Bordoley <bordoley@msu.edu> * help/C/epiphany.xml: Document New Window and New Tab.
* Fixed some badly formed xml, bad dave!David Adam Bordoley2003-05-072-1/+7
| | | | | | | | 2003-05-07 David Adam Bordoley <bordoley@msu.edu> * help/C/epiphany.xml: Fixed some badly formed xml, bad dave!
* Docs for "To Show and Hide Browser Window Components" section.David Adam Bordoley2003-05-072-3/+23
| | | | | | | | | 2003-05-06 David Adam Bordoley <bordoley@msu.edu> * help/C/epiphany.xml: Docs for "To Show and Hide Browser Window Components" section.
* Write the Browser Windows section. Minor touchups to other sections.David Adam Bordoley2003-05-072-3/+98
| | | | | | | | | 2003-05-06 David Adam Bordoley <bordoley@msu.edu> * help/C/epiphany.xml: Write the Browser Windows section. Minor touchups to other sections.
* Remove the editorializing from the introduction section, since theDavid Adam Bordoley2003-05-072-118/+73
| | | | | | | | | | | | | | 2003-05-06 David Adam Bordoley <bordoley@msu.edu> * help/C/epiphany.xml: Remove the editorializing from the introduction section, since the Documentation Style Guide specifically states not to do this. Remove the screenshot from the docs too, its old and needs to be redone to meet our guidlines. Write the Getting Started section, changing terminology to "open" instead of "start." Marco would it be worthwhile to add a docs specific changelog?
* Initial checkin of the help stubs. Need to hook these up to the ui andDavid Adam Bordoley2003-05-072-23/+288
| | | | | | | | | 2003-05-06 David Adam Bordoley <bordoley@msu.edu> * help/C/epiphany.xml: Initial checkin of the help stubs. Need to hook these up to the ui and actually write the help.
* Updated German translation.Christian Neumair2003-05-064-2561/+700
|
* Use AM_CXX_FLAGSEdd Dumbill2003-05-062-4/+15
| | | | | | | | 2003-05-06 Edd Dumbill <edd@usefulinc.com> * configure.in: Use AM_CXX_FLAGS
* Implement the EPHY_NEW_TAB_APPEND_AFTER flag.Christian Persch2003-05-067-8/+161
| | | | | | | | | | | | | | | | | | | | | | | | | 2003-05-05 Christian Persch <chpe+gnomebugz@stud.uni-saarland.de> * src/ephy-shell.c: * src/ephy-shell.h: (ephy_shell_new_tab): Implement the EPHY_NEW_TAB_APPEND_AFTER flag. * src/ephy-window.c: * src/ephy-window.h: (ephy_window_add_tab): Changed parameter (gboolean) groupde to (gint) position, to support specifying the position in the notebook to insert the new tab into. * src/ephy-shell.c: (ephy_shell_new_window_cb): * src/ephy-tab.c: (ephy_tab_new_window_cb): Fix callers of ephy_window_add_tab for new parameter. * src/ephy-notebook.c: (notebook_drag_data_received_cb), (ephy_notebook_init), (ephy_notebook_insert_page): Implement drag-and-drop of links to tabs.
* Check for NULL PresContext.Christian Persch2003-05-062-1/+7
| | | | | | | | 2003-05-06 Christian Persch <chpe+gnomebugz@stud.uni-saarland.de> * embed/mozilla/EphyWrapper.cpp: (EphyWrapper::SetZoomOnDocshell): Check for NULL PresContext.
* Remove proxy prefs initialization. Now we call the gconf notifier onMarco Pesenti Gritti2003-05-063-90/+33
| | | | | | | | | | | | | | | 2003-05-06 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Remove proxy prefs initialization. Now we call the gconf notifier on startup for all mozilla prefs, so it should be no more necessary. * embed/mozilla/mozilla-notifiers.cpp: Fix a nice infinite loop with EmbedSingle being shell_get from his _init. General cleanup of that code. Galeon1 code is so messy :/
* Fix memory leak while saving bookmarks, and performance problem duringOsma Ahvenlampi2003-05-065-2/+22
| | | | | | | | | | | | 2003-05-04 Osma Ahvenlampi <oa@iki.fi> * src/bookmarks/ephy-bookmarks.c: * src/bookmarks/ephy-bookmarks.h: * src/bookmarks/ephy-bookmarks-import.c: * src/bookmarks/ephy-new-bookmark.c: Fix memory leak while saving bookmarks, and performance problem during import.
* Added sr and sr@Latn to ALL_LINGUAS. Added Serbian translation by DaniloChristian Rose2003-05-066-160/+6081
| | | | | | | | | 2003-05-05 Christian Rose <menthos@menthos.com> * configure.in: Added sr and sr@Latn to ALL_LINGUAS. * po/sr.po, po/sr@Latn.po: Added Serbian translation by Danilo Å egan <dsegan@gmx.net>. * po/sv.po: Updated Swedish translation.
* Better sensitivity updates for historyMarco Pesenti Gritti2003-05-064-66/+157
| | | | | | | | | | | | | | | | | | 2003-05-05 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (build_search_box): * src/ephy-history-window.c: (confirmation_dialog_response_cb), (confirmation_dialog_construct), (cmd_clear), (cmd_bookmark_page), (ephy_history_window_class_init), (entry_selection_changed_cb), (add_entry_monitor), (view_focus_cb), (add_focus_monitor), (remove_focus_monitor), (ephy_history_window_show_popup_cb), (build_search_box), (view_selection_changed_cb), (ephy_history_window_construct), (ephy_history_window_dispose): * src/window-commands.c: (toolbar_editor_destroy_cb), (toolbar_editor_response_cb), (window_cmd_edit_toolbar), (window_cmd_help_contents): Better sensitivity updates for history
* If there is only one "toolbar" make it non-removable.David Adam Bordoley2003-05-064-5/+78
| | | | | | | | | | | | | | | | | | | | | | | 2003-05-05 David Adam Bordoley <bordoley@msu.edu> * src/toolbar.c: (update_toolbar_remove_flag), (toolbar_set_window): If there is only one "toolbar" make it non-removable. * src/bookmarks/ephy-bookmarks.c: (default_bookmarks []), (default_topics []), (ephy_bookmarks_init_defaults): Make the default topic similar to safari's. Mark the default google smartbookmark for translation and include a comment instructing translators how to properly translate it. Add the google smartbookmark to the bookmarks bar by default. * src/bookmarks/ephy-topic-action.c: (create_tool_item): Change the space between the topic and it arrow to 3px. 6px seemed like too much.
* Update (removing toolbars with context menu works again).Marco Pesenti Gritti2003-05-067-88/+80
| | | | | | | | | | | | | | | | | | 2003-05-05 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/egg-editable-toolbar.c: * lib/egg/egg-toolbar-editor.c: * lib/egg/egg-toolbar-editor.h: * lib/egg/egg-toolbars-model.c: * lib/egg/egg-toolbars-model.h: Update (removing toolbars with context menu works again). * src/window-commands.c: (toolbar_editor_help_cb), (window_cmd_edit_toolbar): Build the tbe dialog, update for new egg api. Fix position of new toolbars to be before bookmarks toolbar.
* Port confirmation dialog for clearing history to new history dialog.Jon Svendsen2003-05-052-2/+95
| | | | | | | | | 2003-05-02 Jon Svendsen <jon-sven@frisurf.no> * src/ephy-history-window.c: (cmd_clear), (cmd_close), (confirmation_dialog_response_cb), (confirmation_dialog_construct), Port confirmation dialog for clearing history to new history dialog.
* Fix two descriptionsDavid Adam Bordoley2003-05-052-5/+11
| | | | | | | | 2003-05-04 David Adam Bordoley <bordoley@msu.edu> * data/epiphany.schemas.in: Fix two descriptions
* Use uri as title when the page is untitled.Christian Persch2003-05-052-1/+27
| | | | | | | | 2003-05-04 Christian Persch <chpe+gnomebugz@stud.uni-saarland.de> * src/ephy-tab.c: (ephy_tab_title_cb): Use uri as title when the page is untitled.
* ctrl+u view sourceMarco Pesenti Gritti2003-05-052-1/+7
| | | | | | | | 2003-05-04 Marco Pesenti Gritti <marco@it.gnome.org> * src/ephy-window.c: ctrl+u view source
* Initialize mozilla prefs on startup every time. That is necessary ifMarco Pesenti Gritti2003-05-054-107/+77
| | | | | | | | | | | | | 2003-05-04 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-notifiers.cpp: * embed/mozilla/mozilla-notifiers.h: Initialize mozilla prefs on startup every time. That is necessary if people change them with gconf-editor. This is a 10 ms regression on startup but ... it's necessary. What worries me more is the 130 ms the notifiers registration takes, that's odd.
* Updated Brazilian Portuguese translation.Evandro Fernandes Giovanini2003-05-042-528/+624
| | | | | | 2003-05-04 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * pt_BR.po: Updated Brazilian Portuguese translation.
* Marco Pesenti Gritti <marco@it.gnome.org>MArk Finlay2003-05-045-4/+30
| | | | | | | | | | | | | | | | 2003-05-03 MArk Finlay <sisob@eircom.net> Marco Pesenti Gritti <marco@it.gnome.org> * data/Makefile.am: * data/epiphany.applications: Register ephy for mime types * data/epiphany.desktop.in: Use %U, so drag and drop on ephy icon will work Ready for 0.6.0
* Hide view menus in the xml, not working.Marco Pesenti Gritti2003-05-044-12/+16
| | | | | | | | | | | | | 2003-05-03 Marco Pesenti Gritti <marco@it.gnome.org> * data/ui/epiphany-bookmark-editor-ui.xml.in: * data/ui/epiphany-history-window-ui.xml.in: Hide view menus in the xml, not working. * src/window-commands.c: (toolbar_editor_destroy_cb): Update ui after tb editing, so location is not lost.
* Search for ui files in the share dirMarco Pesenti Gritti2003-05-044-8/+33
| | | | | | | | | | | | | | | | | 2003-05-03 Marco Pesenti Gritti <marco@it.gnome.org> * src/ephy-nautilus-view.c: (ephy_nautilus_view_instance_init), (gnv_bonobo_control_activate_cb): Search for ui files in the share dir * src/statusbar.c: (statusbar_set_message): Strip \n \r from messages * src/toolbar.c: Allow reorder of bookmarks
* Do not assert on corrupted xml, just warn. Put back views shadows for now.Marco Pesenti Gritti2003-05-035-2/+17
| | | | | | | | | | | | | 2003-05-03 Marco Pesenti Gritti <marco@it.gnome.org> * embed/ephy-history.c: (ephy_history_load): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_load): * src/ephy-history-window.c: (ephy_history_window_construct): Do not assert on corrupted xml, just warn. Put back views shadows for now.
* Minor changes.Xan Lopez2003-05-032-3/+10
| | | | Minor changes.
* Updated Swedish translation.Christian Rose2003-05-032-265/+257
| | | | | | 2003-05-03 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Update for the release.Marco Pesenti Gritti2003-05-036-14/+275
| | | | | | | | | | | | | | | 2003-05-03 Marco Pesenti Gritti <marco@it.gnome.org> * NEWS: * configure.in: Update for the release. * lib/egg/egg-editable-toolbar.c: * lib/egg/egg-editable-toolbar.h: * lib/egg/egg-toolbar-editor.c: Update.
* Workaround to not act on every download, ongoing or finished, when weXan Lopez2003-05-026-196/+109
| | | | | | | | | | Workaround to not act on every download, ongoing or finished, when we click on Pause/Resume or Remove. Minor UI changes to the download dialog, including merging Pause and Resume in one button, and removing File: from the details view.
* Remove old unused sidebar and toolbar config stuff.David Bordoley2003-05-015-51/+9
| | | | | | | | | | | 2003-04-30 David Bordoley <bordoley@msu.edu> * data/epiphany.schemas.in: * embed/ephy-embed-types.h: * lib/ephy-prefs.h: * src/ephy-window.c: Remove old unused sidebar and toolbar config stuff.
* Don't set/save window position if it is maximized.David Bordoley2003-05-014-28/+56
| | | | | | | | | | | | | | | | | 2003-04-30 David Bordoley <bordoley@msu.edu> * lib/ephy-state.c: (ephy_state_window_set_position), (ephy_state_window_save_position): Don't set/save window position if it is maximized. * src/ephy-history-window.c: (ephy_history_window_construct): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): Don't set the shadow_type to GTK_SHADOW_IN the ScrolledWindows. It breaks some fitts law considerations, and really amounts to just visual noise.
* src/ephy-window.c data/epiphany.schemas.inDavid Bordoley2003-04-304-65/+25
| | | | | | | | | | | | | | | 2003-04-30 David Bordoley <bordoley@msu.edu> * src/ephy-window.c * data/epiphany.schemas.in * lib/ephy-prefs.h: Remove fullscreen-only prefs for which UI items to display. Now fullscreen respects the "View" menu toggles for UI items - but the menu bar is not shown in fullscreen view. See bug 111747 for details. Patch from Lee Willis <lwillis@plus.net>
* Remove unused variables.David Bordoley2003-04-302-3/+8
| | | | | | | | | | 2003-04-30 David Bordoley <bordoley@msu.edu> * src/session.c: (parse_embed): Remove unused variables. Patch from Christian Persch <chpe+gnomebugz@stud.uni-saarland.de>
* Use ephy_shell_new_tab instead of doing exactly the same work itself.David Bordoley2003-04-302-8/+13
| | | | | | | | | | | 2003-04-30 David Bordoley <bordoley@msu.edu> * src/session.c: (parse_embed): Use ephy_shell_new_tab instead of doing exactly the same work itself. Patch from Christian Persch <chpe+gnomebugz@stud.uni-saarland.de>
* Respect all the new_tab used flags, drop unused ones. Patch by ChristianXan Lopez2003-04-305-15/+28
| | | | | Respect all the new_tab used flags, drop unused ones. Patch by Christian Perch <chpe+gnomebugz@stud.uni-saarland.de>
* Update go menu to match the default toolbar layout.David Bordoley2003-04-304-7/+23
| | | | | | | | | | | | | | | | 2003-04-29 David Bordoley <bordoley@msu.edu> * data/ui/epiphany-ui.xml.in: Update go menu to match the default toolbar layout. * src/ephy-history-window.c: (build_search_box), (ephy_history_window_construct): * src/bookmarks/ephy-bookmarks-editor.c: (build_search_box ), (ephy_bookmarks_editor_construct): Remove unneccessary padding on the window. Add some padding around the search box.
* Update some moreKjartan Maraas2003-04-301-76/+95
|
* We dont need a _remove api, unrefing the node will work better. Try toMarco Pesenti Gritti2003-04-308-42/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-04-29 Marco Pesenti Gritti <marco@it.gnome.org> * embed/ephy-history.c: (remove_obsolete_pages), (pages_removed_cb), (ephy_history_get_last_page): * embed/ephy-history.h: We dont need a _remove api, unrefing the node will work better. Try to remove the host when it's empty. It still doesnt work properly, prolly EphyNode bug. * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_get_node): * src/bookmarks/ephy-bookmark-properties.h: * src/bookmarks/ephy-bookmarks-editor.c: (prop_dialog_destroy_cb), (show_properties_dialog), (cmd_bookmark_properties), (ephy_bookmarks_editor_finalize), (ephy_bookmarks_editor_init): Do not open more than one dialog per node, just present it. Picky picky Dave. * src/ephy-automation.c: (impl_ephy_automation_loadurl): * src/ephy-shell.c: (ephy_shell_new_tab): Ever present the window when opening windows through automation.
* Remove unused function and fix a leak.Christian Persch2003-04-303-52/+10
| | | | | | | | | | 2003-04-29 Christian Persch <chpe+gnomebugz@stud.uni-saarland.de> * lib/ephy-dnd.c: (ephy_dnd_drag_data_get), (ephy_dnd_node_list_extract_nodes): * lib/ephy-dnd.h: Remove unused function and fix a leak.
* UpdateMarco Pesenti Gritti2003-04-306-331/+427
| | | | | | | | | | | | 2003-04-29 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/egg-editable-toolbar.c: * lib/egg/eggtoggletoolbutton.c: * lib/egg/eggtoolbar.c: * lib/egg/eggtoolbutton.c: * lib/egg/eggtoolbutton.h: Update
* *** empty log message ***Marco Pesenti Gritti2003-04-292-0/+7
|
* Check if there are states before saving, fix a crash closing the nautilusMarco Pesenti Gritti2003-04-292-4/+13
| | | | | | | | | 2003-04-29 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-state.c: (ephy_states_save) Check if there are states before saving, fix a crash closing the nautilus view.
* Install epiphany-bookmarks.png also in art dir, we are forced to do itMarco Pesenti Gritti2003-04-292-0/+8
| | | | | | | | | 2003-04-29 Marco Pesenti Gritti <marco@it.gnome.org> * data/art/Makefile.am: Install epiphany-bookmarks.png also in art dir, we are forced to do it because it's a menu icon too.
* Remove add_icon_column func and add the functionality to the normalMarco Pesenti Gritti2003-04-296-58/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-04-29 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-node-view.c: (ephy_node_view_add_column): * lib/widgets/ephy-node-view.h: Remove add_icon_column func and add the functionality to the normal add_column. The icon will be packed in the same column. * src/bookmarks/ephy-bookmarks-editor.c: (entry_selection_changed_cb), (add_entry_monitor), (add_text_renderer_monitor), (cmd_add_topic), (cmd_rename), (build_search_box), (ephy_bookmarks_editor_construct), (toolbar_items_changed_cb), (ephy_bookmarks_editor_init): Fix for api change. Deal with 2 more sensitivity cases: bookmarks added by dnd to the toolbar and treeview text renderers. Remove hints until we have more columns. * src/ephy-history-window.c: (ephy_history_window_construct): Fix for new api * src/ephy-toolbars-model.c: (impl_add_item): Dont check if normal items are already in the toolbar: fix warnings.
* updated the changelog with my email address.Dave Bordoley2003-04-291-1/+1
|
* Add lib/egg/egg-toolbar-editor.c.David Bordoley2003-04-292-0/+7
| | | | | | | | 2003-04-28 David Bordoley <marco@it.gnome.org> * po/POTFILES.in: Add lib/egg/egg-toolbar-editor.c.
* Updated Swedish translation.Christian Rose2003-04-292-181/+194
| | | | | | 2003-04-28 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Update ephy-notebook.c pathMarco Pesenti Gritti2003-04-292-3/+9
| | | | | | | | 2003-04-28 Marco Pesenti Gritti <marco@it.gnome.org> * po/POTFILES.in: Update ephy-notebook.c path
* New default toolbar layout. See bug 105983 for reasoning behind theDavid Bordoley2003-04-292-2/+15
| | | | | | | | | 2003-04-28 David Bordoley <bordoley@msu.edu> * data/ui/epiphany-toolbar.xml.in: New default toolbar layout. See bug 105983 for reasoning behind the layout.
* Check if the bookmarks bar already contains the dragged bm or topic beforeDavid Bordoley2003-04-292-5/+17
| | | | | | | | | 2003-04-28 David Bordoley <bordoley@msu.edu> * src/ephy-toolbars-model.c: (impl_add_item): Check if the bookmarks bar already contains the dragged bm or topic before adding it to the toolbar.
* Move notebook in src/. An abstract notebook is an overkill.Marco Pesenti Gritti2003-04-296-2/+19
| | | | | | | | | | | | | | | | | 2003-04-28 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/Makefile.am: * lib/widgets/ephy-notebook.c: * lib/widgets/ephy-notebook.h: * src/Makefile.am: * src/ephy-notebook.c: (ephy_notebook_get_type), * src/ephy-notebook.h: Move notebook in src/. An abstract notebook is an overkill. * src/toolbar.c: (ensure_bookmark_action): Fix compilation issue on 2.95
* s/GALEON/EPIPHANY in the defines.David Bordoley2003-04-286-14/+28
| | | | | | | | | | | | | | | | | | | | | | 2003-04-28 David Bordoley <bordoley@msu.edu> * embed/ephy-embed-types.h: s/GALEON/EPIPHANY in the defines. * embed/ephy-embed-utils.c: (ephy_embed_utils_save) s/GaleonEmbedPersist/EphyEmbedPersist in the comment. * embed/mozilla/mozilla-embed-persist.cpp: (impl_save): s/mozilla_embed_get_galeon_wrapper/mozilla_embed_get_ephy_wrapper. * embed/mozilla/mozilla-embed.cpp: (mozilla_embed_get_galeon_wrapper), (mozilla_embed_get_ephy_wrapper): Remove duplicate function (keep the galeon one, since it was the one actually being used in the code). s/galeon/ephy. * embed/mozilla/mozilla-embed.h: s/mozilla_embed_get_galeon_wrapper/mozilla_embed_get_ephy_wrapper.
* Consistent use of the term "Bookmarks Bar" in the code, ui and schema.David Bordoley2003-04-2815-47/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-04-28 David Bordoley <bordoley@msu.edu> * data/epiphany.schemas.in: * data/ui/epiphany-bookmark-editor-ui.xml.in: * data/ui/epiphany-toolbar.xml.in: * data/ui/epiphany-ui.xml.in: * embed/ephy-embed-types.h: * embed/mozilla/mozilla-embed.cpp: (mozilla_embed_new_window_cb): * lib/ephy-prefs.h: * src/ephy-toolbars-model.c: (ephy_toolbars_model_remove_bookmark), (ephy_toolbars_model_add_bookmark), (ephy_toolbars_model_has_bookmark): * src/ephy-window.c: (save_window_chrome), (translate_default_chrome), (update_layout_toggles), (ephy_window_set_chrome): * src/toolbar.c: (init_bookmarks_toolbar), (toolbar_set_visibility): * src/window-commands.c: (window_cmd_view_bookmarks_bar): * src/window-commands.h: * src/bookmarks/ephy-bookmark-properties.c: (build_ui): * src/bookmarks/ephy-bookmarks-editor.c: (cmd_show_in_bookmarks_bar), (ephy_bookmarks_editor_update_menu): Consistent use of the term "Bookmarks Bar" in the code, ui and schema. Replaces "Bookmarks Toolbar" and "Personal Toolbar." You'll probably have to delete your epiphany-toolbar.xml file to get the bm toolbar to work now.
* Update Norwegian translation.Kjartan Maraas2003-04-282-1529/+699
| | | | | | 2003-04-28 Kjartan Maraas <kmaraas@gnome.org> * no.po: Update Norwegian translation.
* Actually pass a parent to history/bookmarks window, where to open the url.Marco Pesenti Gritti2003-04-285-19/+48
| | | | | | | | | | | | | | | 2003-04-28 Marco Pesenti Gritti <marco@it.gnome.org> * src/ephy-automation.c: (impl_ephy_automation_open_bookmarks_editor): * src/ephy-shell.c: (ephy_shell_show_bookmarks_editor), (ephy_shell_show_history_window): * src/ephy-shell.h: * src/window-commands.c: (window_cmd_go_bookmarks), (window_cmd_go_history): Actually pass a parent to history/bookmarks window, where to open the url. Bad who regressed this ;)
* Reapply one of our MenuMerge patches. Fixes crashes on window close.Marco Pesenti Gritti2003-04-282-0/+29
| | | | | | | | | | 2003-04-28 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/egg-menu-merge.c: (egg_menu_merge_finalize), (egg_menu_merge_class_init): Reapply one of our MenuMerge patches. Fixes crashes on window close.
* Sync toolbar on bookmark properties changes.Marco Pesenti Gritti2003-04-283-29/+112
| | | | | | | | | | | | | | | 2003-04-28 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (sync_bookmark_properties), (bookmarks_child_changed_cb), (ephy_bookmark_action_init), (ephy_bookmark_action_new): * src/bookmarks/ephy-topic-action.c: (ephy_topic_action_set_property), (ephy_topic_action_get_property), (ephy_topic_action_class_init), (sync_topic_properties), (topic_child_changed_cb), (ephy_topic_action_init), (ephy_topic_action_new): Sync toolbar on bookmark properties changes.
* Removed old history dialog, since it is dead now. Set the border width ofDavid Bordoley2003-04-282-316/+9
| | | | | | | | | | 2003-04-27 David Bordoley <bordoley@msu.edu> * data/glade/epiphany.glade: Removed old history dialog, since it is dead now. Set the border width of the passwords tab in the PDM to 12px to match that of the cookies tab.
* Save the position of windows on the screen, and checks if the position isDavid Bordoley2003-04-283-2/+91
| | | | | | | | | | | | | | | | 2003-04-27 David Bordoley <bordoley@msu.edu> * lib/ephy-state.c: (ephy_state_window_set_position), (ephy_state_window_save_position), (window_configure_event_cb), (window_state_event_cb), (ephy_state_add_window): Save the position of windows on the screen, and checks if the position is off the screen. * src/toolbar.c: (init_bookmarks_toolbar): Pass arguments to egg_toolbars_model_set_flags in the correct order.
* Make the view paned and monitor the state.David Bordoley2003-04-282-12/+21
| | | | | | | | 2003-04-27 David Bordoley <bordoley@msu.edu> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): Make the view paned and monitor the state.
* Emit removed signal after the node is actually removed. This could causeMarco Pesenti Gritti2003-04-283-55/+94
| | | | | | | | | | | | | | 2003-04-27 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-node.c: (real_remove_child): Emit removed signal after the node is actually removed. This could cause bugs, test test test ;) * src/bookmarks/ephy-bookmarks.c: (topics_removed_cb): Update topics list and uncategorized folder on topics removal.
* Update sensitivity on selection changes. Thanks xan to find this one.Marco Pesenti Gritti2003-04-283-6/+71
| | | | | | | | | | | | | | | | 2003-04-27 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_update_menu), (view_selection_changed_cb), (ephy_bookmarks_editor_construct): Update sensitivity on selection changes. Thanks xan to find this one. * src/toolbar.c: (remove_action), (topic_remove_cb), (bookmark_remove_cb): Get back bookmarks/toolbar sync on bookmark removal.
* Change the way sensitivity is updated once again. We need to test thisMarco Pesenti Gritti2003-04-272-16/+66
| | | | | | | | | | | | | | | 2003-04-27 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (view_focus_cb), (add_focus_monitor), (remove_focus_monitor), (ephy_bookmarks_editor_show_popup_cb), (ephy_bookmarks_editor_dispose), (keyword_node_show_popup_cb), (search_selection_changed_cb), (build_search_box), (ephy_bookmarks_editor_construct): Change the way sensitivity is updated once again. We need to test this really really well and then port it to the history dialog.
* updateMarco Pesenti Gritti2003-04-2711-59/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | 2003-04-27 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/egg-editable-toolbar.c: * lib/egg/egg-editable-toolbar.h: * lib/egg/egg-toolbar-editor.c: * lib/egg/egg-toolbars-model.c: * lib/egg/egg-toolbars-model.h: * lib/egg/eggtoolbar.c: update * src/ephy-shell.c: (save_toolbars), (ephy_shell_get_toolbars_model): * src/ephy-toolbars-model.c: (impl_add_item), (ephy_toolbars_model_class_init): * src/ephy-toolbars-model.h: * src/toolbar.c: (action_request_cb), (init_bookmarks_toolbar), (toolbar_set_window): Load the toolbars model in EphyShell so bookmarks editor alone can use it. Update the actions on a new editable toolbar signal, actions are per toolbar, not per model.
* Update.David Bordoley2003-04-275-20/+65
| | | | | | | | | | | | | | | 2003-04-27 David Bordoley <bordoley@msu.edu> * lib/egg/egg-editable-toolbar.c: * lib/egg/egg-toolbar-editor.c: * lib/egg/egg-toolbar-editor.h: Update. * src/window-commands.c: (toolbar_editor_help_cb), (window_cmd_edit_toolbar): Add and help button.
* Use epiphany logo in about window.Xan Lopez2003-04-272-1/+17
| | | | Use epiphany logo in about window.
* Updated Spanish translation by Francisco Javier FernandezPablo Gonzalo del Campo2003-04-262-443/+655
| | | | | | | 2003-04-25 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier Fernandez <serrador@arrakis.es>
* Update.Marco Pesenti Gritti2003-04-268-47/+276
| | | | | | | | | | | | | | | | | | | | | | | | | 2003-04-25 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/egg-toolbars-model.c: * lib/egg/eggtoolbar.c: Update. * src/bookmarks/ephy-bookmark-properties.c: (toolbar_checkbox_changed_cb), (build_ui), (ephy_bookmark_properties_init): * src/bookmarks/ephy-bookmarks-editor.c: (cmd_show_in_the_toolbar), (cmd_delete), (ephy_bookmarks_editor_update_menu), (ephy_bookmarks_editor_init): * src/bookmarks/ephy-bookmarks.h: * src/ephy-toolbars-model.c: (ephy_toolbars_model_new), (get_item_pos), (get_action_name), (get_toolbar_pos), (ephy_toolbars_model_remove_bookmark), (ephy_toolbars_model_add_bookmark), (ephy_toolbars_model_has_bookmark): * src/ephy-toolbars-model.h: Implement the checkbox to add bookmarks to the toolbar.
* Hookup to the response signal instead of using gtk_dialog_run. Prevents usDavid Bordoley2003-04-267-52/+89
| | | | | | | | | | | | | | | | | | | | | | | | 2003-04-25 David Bordoley <bordoley@msu.edu> * src/ephy-history-window.c: (cmd_bookmark_page): * src/popup-commands.c: (popup_cmd_bookmark_link): * src/window-commands.c: (window_cmd_file_bookmark_page): Hookup to the response signal instead of using gtk_dialog_run. Prevents us from going modal. * src/bookmarks/ephy-new-bookmark.c: (response_cb), (ephy_new_bookmark_response_cb): * src/bookmarks/ephy-new-bookmark.h Add a convenience callback function, that callers can use to destroy the dialog after a response. * src/ephy-shell.c: (ephy_shell_command_cb): Use a callback to the gtk_widget_destroy on the "response" signal instead of using gtk_dialog_run. eg. don't go modal. Some code cleanups too.
* Implement ephy_node_reorder_children (from Rhythmbox).Xan Lopez2003-04-264-2/+84
| | | | Implement ephy_node_reorder_children (from Rhythmbox).
* UpdateMarco Pesenti Gritti2003-04-257-304/+235
| | | | | | | | | | | 2003-04-25 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/egg-editable-toolbar.c: * lib/egg/eggtoolbar.c: * lib/egg/eggtoolitem.c: * lib/egg/eggtoolitem.h: Update
* Get back toolbar editing functionalities. More work on the bookmarksMarco Pesenti Gritti2003-04-2513-75/+320
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-04-25 Marco Pesenti Gritti <marco@it.gnome.org> * data/ui/epiphany-toolbar.xml.in: * data/ui/epiphany-ui.xml.in: * lib/egg/egg-editable-toolbar.c: (egg_editable_toolbar_hide), (egg_editable_toolbar_set_drag_dest): * lib/egg/egg-editable-toolbar.h: * src/bookmarks/ephy-topic-action.c: (create_tool_item): * src/ephy-shell.c: (save_toolbars), (ephy_shell_finalize), (ephy_shell_get_toolbars_model): * src/ephy-toolbars-model.c: (impl_add_item), (ephy_toolbars_model_class_init): * src/ephy-toolbars-model.h: * src/ephy-window.c: (ephy_window_set_chrome): * src/toolbar.c: (ensure_bookmark_action), (toolbar_ensure_action), (action_added_cb), (init_bookmarks_toolbar), (toolbar_set_window), (toolbar_new), (toolbar_set_visibility): * src/toolbar.h: * src/window-commands.c: (toolbar_editor_destroy_cb), (window_cmd_edit_toolbar): Get back toolbar editing functionalities. More work on the bookmarks toolbars implementation. The toolbars context menus are regressed but it's not my fault :/ The signal on EggToolbar is borked.
* Connect to the "toggled" signal instead of "button_press_event" so thatDavid Bordoley2003-04-252-12/+16
| | | | | | | | | | 2003-04-25 David Bordoley <bordoley@msu.edu> * src/bookmarks/ephy-topic-action.c: (button_toggled_cb), (connect_proxy): Connect to the "toggled" signal instead of "button_press_event" so that keynav works.
* Commented out the include egg_toolbars_group.h so that it builds.David Bordoley2003-04-252-1/+8
| | | | | | | | | 2003-04-25 David Bordoley <bordoley@msu.edu> * src/toolbar.c: Commented out the include egg_toolbars_group.h so that it builds.
* *** empty log message ***Marco Pesenti Gritti2003-04-258-771/+1457
|
* Update from eggMarco Pesenti Gritti2003-04-2526-1567/+1216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-04-25 Marco Pesenti Gritti <marco@it.gnome.org> * data/ui/epiphany-toolbar.xml.in: * lib/egg/Makefile.am: * lib/egg/egg-editable-toolbar.c: * lib/egg/egg-editable-toolbar.h: * lib/egg/egg-menu-merge.c: * lib/egg/egg-radio-action.c: * lib/egg/eggmarshalers.c: * lib/egg/eggmarshalers.h: * lib/egg/eggmarshalers.list: * lib/egg/eggtoggletoolbutton.c: * lib/egg/eggtoggletoolbutton.h: * lib/egg/eggtoolbar.c: * lib/egg/eggtoolbar.h: * lib/egg/eggtoolbutton.c: * lib/egg/eggtoolbutton.h: * lib/egg/eggtoolitem.c: * lib/egg/eggtoolitem.h: * lib/egg/eggtreemodelfilter.c: Update from egg * src/Makefile.am: * src/ephy-location-action.c: (create_tool_item): * src/ephy-shell.c: (ephy_shell_init), (ephy_shell_get_bookmarks), * src/ephy-shell.h: * src/ephy-window.c: (setup_window), (ephy_window_finalize), (ephy_window_set_chrome): * src/toolbar.c: (toolbar_class_init), (toolbar_set_window), (topic_remove_cb), (bookmark_remove_cb), (toolbar_init), (toolbar_new): * src/window-commands.c: (window_cmd_edit_toolbar): Use the new toolbar editor api. This is incomplete, if you use bookmarks toolbars please still do not update.
* Updated Danish translation.Ole Laursen2003-04-252-369/+589
| | | | | | 2003-04-24 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* Updated Swedish translation.Christian Rose2003-04-242-435/+617
| | | | | | 2003-04-24 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Always save a page's content if there i content to be saved. Remove theDavid Bordoley2003-04-2410-67/+32
| | | | | | | | | | | | | | | | | | | | 2003-04-23 David Bordoley <bordoley@msu.edu> * embed/ephy-embed-single.c: (ephy_embed_single_show_file_picker): * embed/ephy-embed-single.h: * embed/ephy-embed-utils.c: (ephy_embed_utils_save): * embed/ephy-embed-utils.h: * embed/mozilla/FilePicker.cpp: (GFilePicker::GFilePicker), (GFilePicker::Show), (GFilePicker::HandleFilePickerR): * embed/mozilla/FilePicker.h: * embed/mozilla/mozilla-embed-persist.cpp: (impl_save): * embed/mozilla/mozilla-embed-single.cpp: (impl_show_file_picker): * src/window-commands.c: (window_cmd_file_open): Always save a page's content if there i content to be saved. Remove the checkbox from the save as dialog. Patch from Christian Persch <chpe+gnomebugz@stud.uni-saarland.de>
* Set spacing between a topic and the arrow to 6px.David Bordoley2003-04-242-1/+7
| | | | | | | | 2003-04-23 David Bordoley <bordoley@msu.edu> * src/bookmarks/ephy-topic-action.c: (create_tool_item): Set spacing between a topic and the arrow to 6px.
* Add a down arrow to topics in bm toolbars.David Bordoley2003-04-242-0/+11
| | | | | | | | 2003-04-23 David Bordoley <bordoley@msu.edu> * src/bookmarks/ephy-topic-action.c: (create_tool_item): Add a down arrow to topics in bm toolbars.
* Forgot this.Xan Lopez2003-04-241-0/+13
| | | | Forgot this.
* Remove --geometry option, we weren't respecting it anyway (this patchXan Lopez2003-04-244-11/+1
| | | | | | Remove --geometry option, we weren't respecting it anyway (this patch patronized by marco's "DropDropDrop" project). Fix Leak.
* Use gettext instead of gettext_noop call for g_object_set's thirdChristian Neumair2003-04-242-4/+11
| | | | | | | * src/ephy-window.c (setup_window): Use gettext instead of gettext_noop call for g_object_set's third argument. Makes some i18n magic in tbe dialog actually visible.
* Updated Portuguese translation.Duarte Loreto2003-04-232-320/+471
| | | | | | 2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Rearrange the File menu so that delete is below bookmark page. Add deleteDavid Bordoley2003-04-232-4/+16
| | | | | | | | | | 2003-04-22 David Bordoley <bordoley@msu.edu> * data/ui/epiphany-history-window-ui.xml.in: Rearrange the File menu so that delete is below bookmark page. Add delete and bookmark to the context menu. s/BMK/HST.
* Dutch translation updated.Vincent van Adrighem2003-04-222-418/+679
| | | | | | 2003-04-22 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* Use em instead of px to respect user selected font sizes.Xan Lopez2003-04-222-3/+9
| | | | Use em instead of px to respect user selected font sizes.
* Use delete key to remove history items.David Bordoley2003-04-223-6/+55
| | | | | | | | | | | | | | | 2003-04-21 David Bordoley <bordoley@msu.edu> * src/ephy-history-window.c: (key_pressed_cb), (ephy_history_window_construct): Use delete key to remove history items. * src/bookmarks/ephy-bookmarks-editor: (cmd_delete), (key_pressed_cb), (ephy_bookmarks_editor_construct): Call cmd_delete from key_press_cb for code reuse. Don't allow deletion of special topics with the keyboard delete.
* Revert the bookmarks toolbar implementation. We really need to integrateMarco Pesenti Gritti2003-04-226-431/+11
| | | | | | | | | | | | | 2003-04-21 Marco Pesenti Gritti <marco@it.gnome.org> * data/ui/epiphany-ui.xml.in: * src/bookmarks/Makefile.am: * src/bookmarks/ephy-bookmarks-toolbar.c: * src/bookmarks/ephy-bookmarks-toolbar.h: * src/ephy-window.c: (ephy_window_init), (ephy_window_set_chrome): Revert the bookmarks toolbar implementation. We really need to integrate it with normal toolbars editor code.
* Added tooltips to all the actions.David Bordoley2003-04-213-35/+73
| | | | | | | | | 2003-04-21 David Bordoley <bordoley@msu.edu> * src/ephy-history-window.c: * src/bookmarks/ephy-bookmarks-editor.c: Added tooltips to all the actions.
* Added back code to clear the location entry. Marco I hope this is ok withDavid Bordoley2003-04-212-0/+22
| | | | | | | | | 2003-04-21 David Bordoley <bordoley@msu.edu> * src/ephy-history-window.c: (cmd_clear): Added back code to clear the location entry. Marco I hope this is ok with you :)
* Fixed a duplicate seperator. Add a view menu.David Bordoley2003-04-216-37/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-04-21 David Bordoley <bordoley@msu.edu> * data/ui/epiphany-bookmark-editor-ui.xml.in: Fixed a duplicate seperator. Add a view menu. * data/ui/epiphany-history-window-ui.xml.in: Add a view menu. * src/ephy-history-window.c: (ephy_history_window_construct): Clean up ephy_history_ui_entries[] so that it is a little more organized. Add a view menu, but still needs to be hooked up. * src/bookmarks/ephy-bookmark-properties.c: (build_ui): s/"Show in the bookmarks _toolbar"/"_Show in the bookmarks toolbar". Fixes a mnemonic collision. * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): Clean up ephy_bookmark_popup_entries[] so that it is a little more organized. Add a view menu, but still needs to be hooked up. Add mnemonic to the "_Show in Toolbar" menu entry.