aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated Slovak translation.Marcel Telka2003-09-082-97/+101
| | | | | | 2003-09-07 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Added sk.Marcel Telka2003-09-082-1/+5
| | | | | | 2003-09-07 Marcel Telka <marcel@telka.sk> * configure.in (ALL_LINGUAS): Added sk.
* Added Slovak translation.Marcel Telka2003-09-082-0/+2960
| | | | | | 2003-09-07 Marcel Telka <marcel@telka.sk> * sk.po: Added Slovak translation.
* *** empty log message ***Marco Pesenti Gritti2003-09-082-53/+64
|
* Galeon guys found a way to load prefs from a js file, without having themMarco Pesenti Gritti2003-09-082-0/+12
| | | | | | | | | | | | 2003-09-07 Marco Pesenti Gritti <marco@gnome.org> * data/Makefile.am: * data/default-prefs.js: * embed/mozilla/mozilla-embed-single.cpp: Galeon guys found a way to load prefs from a js file, without having them saved on it. So let's get it back.
* Set wrap around prop in mozilla interfaceMarco Pesenti Gritti2003-09-072-0/+7
| | | | | | | | 2003-09-07 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/EphyWrapper.cpp: Set wrap around prop in mozilla interface
* Updated Brazilian Portuguese translation.Evandro Fernandes Giovanini2003-09-072-3/+7
| | | | | | 2003-09-06 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * pt_BR.po: Updated Brazilian Portuguese translation.
* Port to the new gtk dynamic menus apiMarco Pesenti Gritti2003-09-072-60/+50
| | | | | | | | | | | 2003-09-06 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmarks-menu.c: (ephy_bookmarks_menu_clean), (add_bookmarks_menu), (ephy_bookmarks_menu_rebuild), (ephy_bookmarks_menu_set_window), (ephy_bookmarks_menu_set_property), (ephy_bookmarks_menu_finalize): Port to the new gtk dynamic menus api
* Use gtk_action_group_set_translation_domain() to restore menu and popupChristian Persch2003-09-065-0/+16
| | | | | | | | | | | | | 2003-09-05 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): * src/ephy-history-window.c: (ephy_history_window_construct): * src/ephy-window.c: (setup_window): * src/ppview-toolbar.c: (ppview_toolbar_set_window): Use gtk_action_group_set_translation_domain() to restore menu and popup i18n.
* Adapt to new gtk_ui_manager_add_ui functionality.Christian Persch2003-09-053-2/+11
| | | | | | | | | 2003-09-04 Christian Persch <chpe@cvs.gnome.org> * src/ephy-favorites-menu.c: (ephy_favorites_menu_rebuild): * src/ephy-tabs-menu.c: (ephy_tabs_menu_update): Adapt to new gtk_ui_manager_add_ui functionality.
* Updated Tamil translationFatih Demir2003-09-052-162/+152
|
* Bump version to 1.1.0 and EPIPHANY_MAJOR to 1.1 on HEAD.Christian Persch2003-09-052-3/+9
| | | | | | | | 2003-09-04 Christian Persch <chpe@cvs.gnome.org> * configure.in: Bump version to 1.1.0 and EPIPHANY_MAJOR to 1.1 on HEAD.
* *** empty log message ***Marco Pesenti Gritti2003-09-041-3/+2
|
* signature change in gtkMarco Pesenti Gritti2003-09-042-0/+9
| | | | | | | | 2003-09-04 Marco Pesenti Gritti <marco@gnome.org> * lib/egg/egg-editable-toolbar.c: (popup_toolbar_context_menu_cb): signature change in gtk
* Use x,y only on drop, otherwise they are invalid. Damn that api suck.Marco Pesenti Gritti2003-09-042-10/+20
| | | | | | | | | 2003-09-04 Marco Pesenti Gritti <marco@gnome.org> * lib/widgets/ephy-node-view.c: (drag_data_received_cb): Use x,y only on drop, otherwise they are invalid. Damn that api suck.
* Fix a typo in the xmlMarco Pesenti Gritti2003-09-044-4/+13
| | | | | | | | | | | | | 2003-09-04 Marco Pesenti Gritti <marco@gnome.org> * data/ui/epiphany-history-window-ui.xml.in: Fix a typo in the xml * src/bookmarks/ephy-bookmarks-editor.c: * src/ephy-history-window.c: (ephy_history_window_show_popup_cb): Change the popups path to fit new api
* Check if the target type match before highlighting the row and returnMarco Pesenti Gritti2003-09-042-1/+10
| | | | | | | | | 2003-09-04 Marco Pesenti Gritti <marco@gnome.org> * lib/widgets/ephy-node-view.c: (drag_motion_cb): Check if the target type match before highlighting the row and return success status.
* updated Vietnamese po filePablo Saratxaga2003-09-042-1269/+1279
|
* Corrected translation bugs.Guntupalli Karunakar2003-09-032-11/+15
|
* Use the api for dynamic menus creation. Far cleaner.Marco Pesenti Gritti2003-09-033-49/+24
| | | | | | | | | 2003-09-03 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-favorites-menu.c: (ephy_favorites_menu_rebuild): * src/ephy-tabs-menu.c: (ephy_tabs_menu_update): Use the api for dynamic menus creation. Far cleaner.
* Updated Hindi translationGuntupalli Karunakar2003-09-032-767/+697
|
* Rewrote xbel bookmarks importer using xmlreader api. Should fix bugChristian Persch2003-09-033-82/+274
| | | | | | | | | | | | | | | 2003-09-03 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_single_bookmark), (xbel_parse_bookmark), (xbel_parse_folder), (xbel_parse_bookmarks), (ephy_bookmarks_import_xbel): Rewrote xbel bookmarks importer using xmlreader api. Should fix bug 120803. * configure.in: Require libxml2 >= 2.5.9
* Fix galeon bookmarks import for the case of there existing a subdirectoryChristian Persch2003-09-032-5/+14
| | | | | | | | | | 2003-09-03 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (add_bookmarks_source_menu), (cmd_bookmarks_import): Fix galeon bookmarks import for the case of there existing a subdirectory of ~/.galeon having a bookmarks.xbel file.
* Added Mongolian translation.Sanlig Badral2003-09-031-0/+2974
|
* Added Mongolian translationSanlig Badral2003-09-033-1/+9
|
* *** empty log message ***Mugurel Tudor2003-09-032-8/+13
|
* typoMarco Pesenti Gritti2003-09-022-1/+7
|
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-02100-1190/+1195
|
* Fix ui xml, make ppview toolbar work again.Christian Persch2003-09-022-9/+15
| | | | | | | | 2003-09-02 Christian Persch <chpe@cvs.gnome.org> * src/ppview-toolbar.c: Fix ui xml, make ppview toolbar work again.
* added ( thanks to Mi%Gş%@u Moldovan )Marius Andreiana2003-09-024-1/+2994
| | | | | | 2003-09-01 Marius Andreiana <marius spam galuna.ro> * ro.po: added ( thanks to Mi%Gş%@u Moldovan )
* Some more missing ensure update.Marco Pesenti Gritti2003-09-024-0/+11
| | | | | | | | | | 2003-09-01 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmarks-menu.c: (ephy_bookmarks_menu_clean): * src/ephy-favorites-menu.c: (ephy_favorites_menu_clean): * src/ephy-tabs-menu.c: (ephy_tabs_menu_clean): Some more missing ensure update.
* Readd is_important and ensure_update, gtk now support them.Marco Pesenti Gritti2003-09-017-11/+20
| | | | | | | | | | | | | | 2003-09-01 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): * src/bookmarks/ephy-bookmarks-menu.c: (ephy_bookmarks_menu_clean): * src/ephy-favorites-menu.c: (ephy_favorites_menu_clean): * src/ephy-history-window.c: (ephy_history_window_construct): * src/ephy-window.c: (setup_window): * src/toolbar.c: (toolbar_setup_actions): Readd is_important and ensure_update, gtk now support them.
* *** empty log message ***Marco Pesenti Gritti2003-09-012-13/+17
|
* Fix problems with EphyNodeView, bookmarks and history dialogs and updateMarco Pesenti Gritti2003-09-019-41/+63
| | | | | | | | | | | | | | | | | | | | | | | 2003-08-31 Marco Pesenti Gritti <marco@gnome.org> * data/ui/epiphany-history-window-ui.xml.in: * data/ui/epiphany-ui.xml.in: * lib/widgets/ephy-node-view.c: (get_selection): * src/bookmarks/ephy-bookmarks-editor.c: (add_widget), (ephy_bookmarks_editor_construct): * src/bookmarks/ephy-bookmarks-menu.c: (add_bookmarks_menu), (ephy_bookmarks_menu_rebuild): * src/ephy-encoding-menu.c: (build_group), (build_encoding), (ephy_encoding_menu_rebuild): * src/ephy-favorites-menu.c: (ephy_favorites_menu_rebuild): * src/ephy-history-window.c: (add_widget), (ephy_history_window_construct): * src/ephy-tabs-menu.c: (ephy_tabs_menu_clean), (ephy_tabs_menu_update): * src/ephy-window.c: (setup_window), (ephy_window_init): Fix problems with EphyNodeView, bookmarks and history dialogs and update dynamic menus to the new xml format.
* *** empty log message ***Marco Pesenti Gritti2003-08-318-173/+185
|
* *** empty log message ***Marco Pesenti Gritti2003-08-312-65/+15
|
* Updated French translation.Christophe Merlet2003-08-312-1759/+2253
|
* Complete gtk 2.3 port. It doesnt run here but it could be my env.Marco Pesenti Gritti2003-08-3021-142/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-08-30 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-encoding-menu.c: (ephy_encoding_menu_verb_cb): * src/ephy-favicon-action.c: (create_tool_item): * src/ephy-favicon-action.h: * src/ephy-favorites-menu.c: (ephy_favorites_menu_clean): * src/ephy-go-action.c: (create_tool_item), (create_menu_proxy_cb): * src/ephy-go-action.h: * src/ephy-history-window.c: (ephy_history_window_construct): * src/ephy-location-action.c: (ephy_location_action_get_widget): * src/ephy-location-action.h: * src/ephy-navigation-action.c: * src/ephy-navigation-action.h: * src/ephy-spinner-action.c: (create_tool_item), (item_parent_set_cb): * src/ephy-spinner-action.h: * src/ephy-tab.c: (ephy_tab_init): * src/ephy-tabs-menu.c: (ephy_tabs_menu_clean), (tab_set_action_accelerator), (ephy_tabs_menu_update): * src/ephy-window.c: (ephy_window_state_event_cb), (setup_window), (update_layout_toggles): * src/popup-commands.c: * src/ppview-toolbar.c: (ppview_toolbar_set_window), (ppview_toolbar_init): * src/toolbar.c: (toolbar_activate_location): * src/window-commands.c: (window_cmd_view_bookmarks_bar), (window_cmd_view_toolbar), (window_cmd_view_statusbar), (window_cmd_view_fullscreen): Complete gtk 2.3 port. It doesnt run here but it could be my env.
* *** empty log message ***Marco Pesenti Gritti2003-08-301-4/+4
|
* forgot files...Marco Pesenti Gritti2003-08-307-1333/+2
|
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-3067-11153/+1182
|
* *** empty log message ***Marco Pesenti Gritti2003-08-301-0/+4
|
* Updated traditional Chinese translation.Kwok-Koon Cheung2003-08-293-897/+1111
| | | | * zh_TW.po: Updated traditional Chinese translation.
* Added "sq" to ALL_LINGUASLaurent Dhima2003-08-292-1/+5
| | | | * configure.in: Added "sq" to ALL_LINGUAS
* Added Albanian translationLaurent Dhima2003-08-291-0/+4
| | | | * sq.po: Added Albanian translation
* Added Albanian fileLaurent Dhima2003-08-291-0/+2951
| | | | * sq.po: Added Albanian file
* Revision of Spanish translation by Francisco Javier F. SerradorPablo Gonzalo del Campo2003-08-282-92/+94
| | | | | | | 2003-08-28 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Revision of Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>.
* Added tamil fileFatih Demir2003-08-282-1/+5
|
* Added Tamil fileFatih Demir2003-08-282-0/+2930
|
* Updated Korean translation.Changwoo Ryu2003-08-272-11/+15
| | | | * ko.po: Updated Korean translation.
* Updated Welsh translation.Dafydd Harries2003-08-272-104/+108
|
* Dutch translation updated.Vincent van Adrighem2003-08-272-50/+55
| | | | | | 2003-08-27 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* Updated Korean translation by Young-Ho Cha <ganadist at mizi.com>.Changwoo Ryu2003-08-252-21/+28
| | | | | * ko.po: Updated Korean translation by Young-Ho Cha <ganadist at mizi.com>.
* *** empty log message ***Wang Jian2003-08-252-2/+6
|
* Added Italian translation.Alessio Frusciante2003-08-254-1/+3026
|
* *** empty log message ***Release092Marco Pesenti Gritti2003-08-253-1/+22
|
* Fix the logic in the version-mismatch case.Christian Persch2003-08-252-2/+10
| | | | | | | | 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-252-1/+6
| | | | | | | 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.
* Updated Slovenian translationAndraz Tori2003-08-251-17/+9
|
* Updated Slovenian translationAndraz Tori2003-08-251-0/+3535
|
* Added sl languageAndraz Tori2003-08-251-1/+1
|
* Fixed extra accel in Portuguese translation.Duarte Loreto2003-08-252-36/+41
| | | | | | 2003-08-24 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Fixed extra accel in Portuguese translation.
* Convert erroneous g_return_if_fail into a simple conditional return.Christian Persch2003-08-242-1/+8
| | | | | | | | 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-242-0/+7
| | | | | | | | 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-243-1/+10
| | | | | | | | | | 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-244-13/+33
| | | | | | | | | | | | 2003-08-23 Marco Pesenti Gritti <marco@gnome.org> * configure.in: 0.9.1 * src/Makefile.am: Do not distribute generated CORBA files
* Updated Serbian translation.Danilo Å egan2003-08-233-16/+20
| | | | | | 2003-08-23 Danilo Å egan <dsegan@gmx.net> * sr.po, sr@Latn.po: Updated Serbian translation.
* Add missing file. The string is already translated so it doesn't add newKjartan Maraas2003-08-233-278/+67
| | | | | | | | 2003-08-23 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add missing file. The string is already translated so it doesn't add new ones. * no.po: Update Norwegian translation.
* Updated Korean translation.Changwoo Ryu2003-08-232-88/+90
| | | | * ko.po: Updated Korean translation.
* correct release numberRelease090Marco Pesenti Gritti2003-08-231-1/+1
|
* *** empty log message ***Marco Pesenti Gritti2003-08-221-0/+38
|
* Update for 0.9.0Marco Pesenti Gritti2003-08-222-1/+8
| | | | | | | | | 2003-08-22 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.in: Update for 0.9.0
* Make it NULL safeMarco Pesenti Gritti2003-08-225-50/+133
| | | | | | | | | | | | | | | | | 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.
* Updated Irish translationPaul Duffy2003-08-222-37/+43
|
* updated irish translationPaul Duffy2003-08-212-77/+90
|
* Updated Irish translationPaul Duffy2003-08-212-2917/+2921
|
* Fix function signature, it's void instead of gboolean. Fix a logic error.Christian Persch2003-08-212-5/+10
| | | | | | | | | 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.
* Updated Irish TranslationPaul Duffy2003-08-212-127/+133
| | | | | 2003-08-21 Paul Duffy <dubhthach@frink.nuigalway.ie> Updated Irish Translation
* Adding more help documentationPatanjali Somayaji2003-08-212-0/+73
| | | | | - filling in history section - screenshot of the history window
* Added Icelandic translation.Samúel Jón Gunnarsson2003-08-214-1/+2935
| | | | | | 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-212-7/+15
| | | | | | | | | 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-212-51/+244
| | | | | | | | | | | | | 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-204-2/+2925
| | | | | 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-202-2/+11
| | | | | | | | 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-202-12/+54
| | | | | | | | | | | | | | 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.
* Fixed Azerbaijani translation.Metin Amiroff2003-08-192-46/+43
| | | | | | 2003-08-19 Metin Amiroff <metin@karegen.com> * az.po: Fixed Azerbaijani translation.
* Add activate api.Marco Pesenti Gritti2003-08-195-0/+46
| | | | | | | | | | | | | | | | | 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.
* updated Greek translationNikos Charonitakis2003-08-182-160/+96
|
* Updated Azerbaijani translation.Metin Amiroff2003-08-182-180/+186
| | | | | | 2003-08-18 Metin Amiroff <metin@karegen.com> * az.po: Updated Azerbaijani translation.
* Updated Norwegian translation.Kjartan Maraas2003-08-182-3/+9
| | | | | | 2003-08-18 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
* *** empty log message ***Marco Pesenti Gritti2003-08-173-19/+7
|
* Removed useless code (debug leftovers).Christian Persch2003-08-172-6/+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-172-212/+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.
* Add missing include for unlink().Christian Persch2003-08-171-0/+1
| | | | | | | | 2003-08-17 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbars-model.c: Add missing include for unlink().
* Updated Finnish translation.Pauli Virtanen2003-08-172-240/+294
| | | | | | 2003-08-16 Pauli Virtanen <pauli.virtanen@hut.fi> * fi.po: Updated Finnish translation.
* Added Hindi translationGuntupalli Karunakar2003-08-174-1/+3033
|
* Fixed a bug in Estonian translation.Tõivo Leedjärv2003-08-162-1/+5
| | | | | | 2003-08-16 Tõivo Leedjärv <toivo@linux.ee> * et.po: Fixed a bug in Estonian translation.
* Added et to ALL_LINGUAS.Tõivo Leedjärv2003-08-162-1/+5
| | | | | | 2003-08-16 Tõivo Leedjärv <toivo@linux.ee> * configure.in: Added et to ALL_LINGUAS.
* Added Estonian translation by Priit Laes <amd@tt.ee>.Tõivo Leedjärv2003-08-162-0/+2951
| | | | | | | 2003-08-16 Tõivo Leedjärv <toivo@linux.ee> * et.po: Added Estonian translation by Priit Laes <amd@tt.ee>.
* Fix bug #119818.Christian Persch2003-08-152-1/+20
| | | | | | | | 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-152-1/+8
| | | | | | | | 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-153-4/+18
| | | | | | | | | 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-142-4/+10
| | | | | | | | 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-142-1/+8
| | | | 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-145-159/+11
| | | | | | | | | | | | 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-143-8/+43
| | | | | | | | | | | | | | | 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.
* Updated Norwegian translation.Kjartan Maraas2003-08-142-614/+735
| | | | | | 2003-08-13 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
* Update my mail addressMarco Pesenti Gritti2003-08-134-3/+11
| | | | | | | | | | 2003-08-13 Marco Pesenti Gritti <marco@.gnome.org> * AUTHORS: * HACKING: * src/window-commands.c: (window_cmd_help_about): Update my mail address
* updated Greek translationNikos Charonitakis2003-08-122-111/+103
|
* Respect priority text preference. Ported from gtk.Marco Pesenti Gritti2003-08-1211-7/+181
| | | | | | | | | | | | | | | | | | | | | 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-123-1/+53
| | | | | | | | | 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.
* Updated Catalan translation.Jordi Mallach2003-08-112-211/+125
|
* Fix multiple rows dnd problems stealing some Nautilus code.Marco Pesenti Gritti2003-08-112-16/+211
| | | | | | | | | | | | | | 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.
* Unfuzzyfied some strings.Ole Laursen2003-08-112-30/+34
| | | | | | 2003-08-11 Ole Laursen <olau@hardworking.dk> * da.po: Unfuzzyfied some strings.
* Added in help documentation about bookmark systemPatanjali Somayaji2003-08-111-4/+138
|
* Updated Welsh translation.Dafydd Harries2003-08-112-59/+66
|
* Sync with Moz HEAD.Xan Lopez2003-08-113-4/+14
| | | | Sync with Moz HEAD.
* *** empty log message ***Release083Marco Pesenti Gritti2003-08-113-1/+52
|
* Updated Brazilian Portuguese translation.Evandro Fernandes Giovanini2003-08-102-71/+76
| | | | | | 2003-08-10 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * pt_BR.po: Updated Brazilian Portuguese translation.
* Updated Portuguese translation.Duarte Loreto2003-08-092-56/+61
| | | | | | 2003-08-09 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* *** empty log message ***Wang Jian2003-08-092-31/+35
|
* Updated Spanish translation by Francisco Javier F. SerradorPablo Gonzalo del Campo2003-08-092-57/+67
| | | | | | | 2003-08-08 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>.
* Dutch translation updated.Vincent van Adrighem2003-08-092-52/+57
| | | | | | 2003-08-08 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* Update Czech translationMiloslav Trmac2003-08-092-199/+216
|
* Fix mem leak.Christian Persch2003-08-092-3/+10
| | | | | | | | 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-092-11/+14
| | | | | | | | | 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-092-0/+8
| | | | | | | | 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-092-2/+13
| | | | | | | | 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-092-21/+48
| | | | | | | | 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-092-0/+10
| | | | | | | | 2003-08-08 Christian Persch <chpe@cvs.gnome.org> * embed/find-dialog.c: (set_properties): Fix mem leak.
* UpdateMarco Pesenti Gritti2003-08-094-46/+103
| | | | | | | | | | | | | | | 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
* Updated Malay translation.Hasbullah Bin Pit2003-08-082-83/+91
| | | | | | 2002-08-08 Hasbullah Bin Pit <sebol@ikhlas.com> * ms.po: Updated Malay translation.
* Updated Belarusian translation by Ales Nyakhaychyk <nab@mail.by>.Danilo Å egan2003-08-082-100/+108
| | | | | | | 2003-08-08 Danilo Å egan <dsegan@gmx.net> * be.po: Updated Belarusian translation by Ales Nyakhaychyk <nab@mail.by>.
* Updated German translation.Christian Neumair2003-08-082-201/+218
|
* Updated British English translation.Christian Persch2003-08-082-42/+46
| | | | | | 2003-08-08 Christian Persch <chpe@cvs.gnome.org> * en_GB.po: Updated British English translation.
* Updated Polish translation.Artur Flinta2003-08-082-65/+70
| | | | | | 2003-08-08 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation.
* Updated Serbian translation.Danilo Å egan2003-08-083-246/+252
| | | | | | 2003-08-08 Danilo Å egan <dsegan@gmx.net> * sr.po, sr@Latn.po: Updated Serbian translation.
* Updated Swedish translation.Christian Rose2003-08-082-63/+86
| | | | | | 2003-08-08 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* s/KB/kB/Xan Lopez2003-08-082-4/+11
| | | | s/KB/kB/
* When the embed is not initialized return about:blank as address.Marco Pesenti Gritti2003-08-082-1/+8
| | | | | | | | | 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-082-4/+20
| | | | | | | | | | 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-086-379/+11
|
* *** empty log message ***Marco Pesenti Gritti2003-08-081-0/+9
|
* *** empty log message ***Marco Pesenti Gritti2003-08-072-61/+63
|
* be.po: Updated Belarusian translation from Belarusian team <i18n@mova.org>.Dmitry Mastrukov2003-08-072-10/+21
|
* Updated Azerbaijani translation.Metin Amiroff2003-08-072-639/+723
| | | | | | 2003-08-06 Metin Amiroff <metin@karegen.com> * az.po: Updated Azerbaijani translation.
* Correct insertion order of new tabs.Christian Persch2003-08-063-4/+16
| | | | | | | | | 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-063-8/+31
| | | | | | | | | | | | | 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.
* Updated Spanish translation by Francisco Javier F. SerradorPablo Gonzalo del Campo2003-08-062-6/+11
| | | | | | | 2003-08-05 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>.
* *** empty log message ***Marco Pesenti Gritti2003-08-062-5/+12
|
* Fix mem leaks.Christian Persch2003-08-063-0/+12
| | | | | | | | | 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-062-0/+13
| | | | | | | | 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-054-5/+106
| | | | | | | | | | | 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.
* Updated Korean translation by Young-Ho Cha <ganadist@mizi.com>.Changwoo Ryu2003-08-052-444/+360
| | | | | * ko.po: Updated Korean translation by Young-Ho Cha <ganadist@mizi.com>.
* Updated Danish translation.Ole Laursen2003-08-052-574/+674
| | | | | | 2003-08-05 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* Updated Catalan translation by Francesc Dorca <f.dorca@filnet.es>.Jordi Mallach2003-08-052-1700/+2064
| | | | | | | 2003-08-05 Jordi Mallach <jordi@sindominio.net> * ca.po: Updated Catalan translation by Francesc Dorca <f.dorca@filnet.es>.
* Updated Korean translation.Changwoo Ryu2003-08-052-1532/+1756
| | | | * ko.po: Updated Korean translation.
* Added az to all linguas.Metin AMiroff2003-08-042-1/+5
| | | | | | 2003-08-04 Metin AMiroff <metin@karegen.com> * configure.in: Added az to all linguas.
* Added Azerbaijani translation.Metin AMiroff2003-08-042-0/+2873
| | | | | | 2003-08-04 Metin AMiroff <metin@karegen.com> * az.po: Added Azerbaijani translation.
* Compare the scheme to "file", not the entire url.Christian Persch2003-08-042-4/+12
| | | | | | | | 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-042-1/+12
| | | | | | | | 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-034-25/+79
| | | | | | | | | | 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.
* *** empty log message ***Wang Jian2003-08-032-203/+107
|
* Work around for a gtk issue. Do not assert if a click outside the notebookMarco Pesenti Gritti2003-08-032-2/+14
| | | | | | | | | 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-032-7/+3
|
* Do not disable window raising anymore, mozilla seem to behave correctlyMarco Pesenti Gritti2003-08-022-3/+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.
* retryingSajith VK2003-08-021-0/+2988
|
* Updated British English translation.Christian Persch2003-08-022-285/+319
| | | | | | 2003-08-02 Christian Persch <chpe@cvs.gnome.org> * en_GB.po: Updated British English translation.
* 2003-08-02 Christian PerschChristian Persch2003-08-026-21/+51
| | | | | | | | | | | | | | | | | | | * 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.
* *** empty log message ***Marco Pesenti Gritti2003-08-021-0/+1
|
* Translators comment to avoid verb/adjective confusionMarco Pesenti Gritti2003-08-023-0/+10
| | | | | | | | | | 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-022-8/+29
| | | | | | | | | | 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.
* DohAnders Carlsson2003-08-021-2/+2
|
* Fix a small error.Anders Carlsson2003-08-021-0/+4
| | | | | | 2003-08-02 Anders Carlsson <andersca@codefactory.se> * sv.po: Fix a small error.
* Fix mem leak.Christian Persch2003-08-022-0/+8
| | | | | | | | 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-024-10/+37
| | | | | | | | | | 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.
* updated Greek translation (bugzilla 118780)Nikos Charonitakis2003-08-011-0/+5
|
* updated Greek translation: fixes bugzilla 118780Nikos Charonitakis2003-08-011-60/+35
|
* *** empty log message ***Wang Jian2003-08-012-594/+773
|
* Changelog.Christian Persch2003-08-011-0/+6
|
* Install .pc file.Christian Persch2003-08-011-0/+1
| | | | | | | | 2003-07-30 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-1.0.pc.in: Install .pc file.
* Dutch translation updated.Vincent van Adrighem2003-08-012-167/+169
| | | | | | 2003-07-31 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* Fixing bug 118749 from Chris M. Jackson.Telsa Gwynne2003-08-012-157/+175
|
* updated Greek translationNikos Charonitakis2003-07-311-0/+4
|
* more fixes and updated translationNikos Charonitakis2003-07-311-130/+100
|
* Updated Spanish translation by Francisco Javier F. SerradorPablo Gonzalo del Campo2003-07-312-81/+86
| | | | | | | 2003-07-31 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>.
* be.po: Updated Belarusian translation from Belarusian team <i18n@mova.org>.Dmitry Mastrukov2003-07-312-1278/+1598
|
* Fixed bugzilla 118701.Duarte Loreto2003-07-312-190/+209
| | | | | | 2003-07-31 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Fixed bugzilla 118701.
* 2003-07-30 Christian Persch <chpe@cvs.gnome.org>Christian Persch2003-07-313-2/+24
| | | | * data/epiphany-1.0.pc.in:
* Always open bookmarks in new window/tab according to pref on activate.David Bordoley2003-07-313-23/+13
| | | | | | | | | 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.
* lallaaHasbullah Bin Pit2003-07-311-1/+1
|
* Updated Malay translation.Hasbullah Bin Pit2003-07-312-587/+606
| | | | | | 2002-07-30 Hasbullah Bin Pit <sebol@ikhlas.com> * ms.po: Updated Malay translation.
* Make it distcheckRelease081Marco Pesenti Gritti2003-07-314-5/+15
| | | | | | | | | | 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-304-1/+2955
| | | | | | | 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-292-1/+7
| | | | | | | | | | 2003-07-29 Nikolai Weibull <lone-star@home.se> * src/session.c: (save_yourself_cb): s/ephy/epiphany. Fix session management. 2
* Updated Swedish translation.Christian Rose2003-07-292-296/+328
| | | | | | 2003-07-29 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* updated Greek translationNikos Charonitakis2003-07-291-0/+4
|
* updated Greek translation (fixes,some fuzzy,some untranslated)Nikos Charonitakis2003-07-291-1566/+1842
|
* Updated Brazilian Portuguese translation.Evandro Fernandes Giovanini2003-07-282-268/+295
| | | | | | 2003-07-28 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * pt_BR.po: Updated Brazilian Portuguese translation.
* Updated Polish translation.Artur Flinta2003-07-282-9/+13
| | | | | | 2003-07-28 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation.
* Updated Polish translation.Artur Flinta2003-07-282-161/+171
| | | | | | 2003-07-27 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation.
* 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-2722-571/+654
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-273-7/+29
| | | | | | | | | | | | | | 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.
* Updated Serbian translation by Serbian team (Prevod.org).Danilo Å egan2003-07-263-186/+239
| | | | | | | 2003-07-26 Danilo Å egan <dsegan@gmx.net> * sr.po, sr@Latn.po: Updated Serbian translation by Serbian team (Prevod.org).
* Make sure to remove the timeout on widget destructionMarco Pesenti Gritti2003-07-262-18/+20
| | | | | | | | | 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
* Updated Spanish translation by Francisco Javier F. SerradorPablo Gonzalo del Campo2003-07-252-80/+97
| | | | | | | 2003-07-25 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>.
* Sort on the HOST columns by default (#115472).Xan Lopez2003-07-252-0/+13
| | | | Sort on the HOST columns by default (#115472).
* Added one translator's comment, and clarified another.Christian Persch2003-07-243-3/+23
| | | | | | | | | 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.
* Updated Spanish translation by Francisco Javier F. SerradorPablo Gonzalo del Campo2003-07-242-93/+103
| | | | | | | 2003-07-24 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>.
* String change.Christian Persch2003-07-242-2/+8
| | | | | | | | 2003-07-24 Christian Persch <chpe@cvs.gnome.org> * data/glade/prefs-dialog.glade: String change.
* coughXan Lopez2003-07-242-1/+7
| | | | cough
* Updated German translation.Christian Neumair2003-07-242-133/+146
|
* Did various things. s/wynebfath/ffont/. s/nod tudalen/atgof. Fixed mistakesDafydd Harries2003-07-242-380/+378
| | | | with spaces, ellipses, punctuation, typos.
* *** empty log message ***Marco Pesenti Gritti2003-07-241-16/+50
|
* Update Czech translationMiloslav Trmac2003-07-242-157/+204
|
* Do not distribute autogenerated corba stuff (from galeon)Marco Pesenti Gritti2003-07-242-1/+9
| | | | | | | | 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-244-1/+3071
|
* Add history include dir, needed for Mozilla 1.5bXan Lopez2003-07-232-0/+8
| | | | Add history include dir, needed for Mozilla 1.5b
* Yet another try to get context menu and selection beahviors right.Marco Pesenti Gritti2003-07-232-68/+35
| | | | | | | | | | | | | 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-232-0/+7
| | | | | | | | 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-233-3/+12
| | | | | | | | | 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.
* Dutch translation updated.Vincent van Adrighem2003-07-232-45/+63
| | | | | | 2003-07-23 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* Updated Polish translation.Artur Flinta2003-07-232-21/+35
| | | | | | 2003-07-23 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation.
* Updated Portuguese translation.Duarte Loreto2003-07-232-1203/+1541
| | | | | | 2003-07-22 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Try to use more friendly description for cache prefs.Marco Pesenti Gritti2003-07-233-9/+57
| | | | | | | | | | | | | | 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-233-6/+17
| | | | | | | | | | | | | | 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-226-2/+304
| | | | | | | | | | | | | | | 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 .
* *** empty log message ***Marco Pesenti Gritti2003-07-222-1/+10
|
* Add an dutch translation of the manual.Reinout van Schouwen2003-07-229-1/+1030
| | | | | | | | | | | | | | | 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.
* Updated Serbian translation by Serbian team (Prevod.org).Danilo Å egan2003-07-223-817/+866
| | | | | | | 2003-07-22 Danilo Å egan <dsegan@gmx.net> * sr.po, sr@Latn.po: Updated Serbian translation by Serbian team (Prevod.org).
* Fix mem leak.Christian Persch2003-07-222-0/+24
| | | | | | | | | | | | 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-222-56/+57
| | | | | | | | | | 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.
* Updated Polish translation.Artur Flinta2003-07-222-3/+11
| | | | | | 2003-07-21 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation.
* Updated Polish translation.Artur Flinta2003-07-221-0/+4
| | | | | | 2003-07-21 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation.
* Update add bookmark explanation to match menu changes.Reinout van Schouwen2003-07-222-2/+8
| | | | | | | | 2003-07-21 Reinout van Schouwen <reinout@cs.vu.nl> * help/C/epiphany.xml: Update add bookmark explanation to match menu changes.
* Updated Polish translation.Artur Flinta2003-07-222-10/+23
| | | | | | 2003-07-21 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation.
* Updated Polish translation.Artur Flinta2003-07-222-2749/+119
| | | | | | 2003-07-21 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation.
* Updated Spanish translation by Francisco Javier F. SerradorPablo Gonzalo del Campo2003-07-222-765/+888
| | | | | | | 2003-07-21 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>.
* Updated Polish translation.Artur Flinta2003-07-212-1838/+4670
| | | | | | 2003-07-20 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation.
* Use connect_object for the dialog destroy signal, so we dont unref theMarco Pesenti Gritti2003-07-202-4/+11
| | | | | | | | | 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-202-7/+7
| | | | | | | | 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-2014-443/+227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-202-34/+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-202-0/+9
| | | | | | | | | 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 :)
* Dutch translation updated.Vincent van Adrighem2003-07-202-152/+160
| | | | | | 2003-07-19 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* Set the chrome locale on startup. That means that if the correct lang packChristian Persch2003-07-192-0/+77
| | | | | | | | | | | | | 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.
* Updated Brazilian Portuguese translation.Evandro Fernandes Giovanini2003-07-192-309/+357
| | | | | | 2003-07-19 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * pt_BR.po: Updated Brazilian Portuguese translation.
* Update Czech translationMiloslav Trmac2003-07-192-753/+823
|
* Updated Spanish translation by Francisco Javier FernandezPablo Gonzalo del Campo2003-07-192-4/+9
| | | | | | | 2003-07-18 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier Fernandez <serrador@arrakis.es>.
* Dutch translation updated.Vincent van Adrighem2003-07-192-776/+822
| | | | | | 2003-07-18 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.