aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pass the property id to the changed signal.Marco Pesenti Gritti2004-02-116-34/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-02-11 Marco Pesenti Gritti <marco@gnome.org> * lib/ephy-node.c: (callback), (child_changed), (ephy_node_set_property): Pass the property id to the changed signal. * lib/ephy-node.h: Cleanup. * embed/ephy-history.c: (hosts_changed_cb), (pages_changed_cb): * lib/widgets/ephy-location-entry.c: (completion_func): * lib/widgets/ephy-tree-model-node.c: (root_child_changed_cb): * src/bookmarks/ephy-bookmark-action.c: (bookmarks_child_changed_cb): * src/bookmarks/ephy-bookmarks-menu.c: (topic_child_changed_cb): * src/bookmarks/ephy-topic-action.c: (topic_child_changed_cb): * src/ephy-completion-model.c: (root_child_changed_cb): * src/ephy-location-action.c: (actions_child_changed_cb): Fixup changed signals signature. * src/bookmarks/ephy-bookmarks.c: (update_bookmark_keywords), (bookmarks_changed_cb), (bookmark_is_categorized), (topics_removed_cb), (ephy_bookmarks_set_keyword), (ephy_bookmarks_unset_keyword): Cleanup keywords building, normalize and case fold it, add the title words as keywords too.
* Fixed badly translated string preventing some sites from displayingChristophe Fergeau2004-02-112-56/+65
| | | | | | | 2004-02-11 Christophe Fergeau <teuf@gnome.org> * fr.po: Fixed badly translated string preventing some sites from displaying properly
* Fix mem leaks.Christian Persch2004-02-112-0/+9
| | | | | | | | 2004-02-11 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-persist.cpp: (impl_save): Fix mem leaks.
* Better autocompletion sorting logic.Marco Pesenti Gritti2004-02-113-13/+59
| | | | | | | | | | | | | 2004-02-11 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-completion-model.c: (is_base_address), (init_relevance_col): Better autocompletion sorting logic. * src/window-commands.c: (window_cmd_help_about): s/translator_credits/translator-credits
* Updated Finnish translation.Pauli Virtanen2004-02-112-29/+36
| | | | | | 2004-02-10 Pauli Virtanen <pauli.virtanen@hut.fi> * fi.po: Updated Finnish translation.
* Show the title of the bookmark, not the addressMarco Pesenti Gritti2004-02-112-1/+7
| | | | | | | | 2004-02-10 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-completion-model.c: (init_text_col): Show the title of the bookmark, not the address
* Updated Korean translation.Changwoo Ryu2004-02-102-65/+69
| | | | * ko.po: Updated Korean translation.
* Updated Norwegian translation.Kjartan Maraas2004-02-102-44/+44
| | | | | | 2004-02-10 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
* Fix the fix for the epiphany equivalent of bug #133633. Don't convert theChristian Persch2004-02-102-5/+47
| | | | | | | | | | | 2004-02-09 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (clipboard_text_received_cb), (ephy_tab_dom_mouse_click_cb): Fix the fix for the epiphany equivalent of bug #133633. Don't convert the clipboard contents directly as the souurce may not offer UTF-8 text. Instead request the contents, and gtk+ will convert it for us.
* Include config.h.Christian Persch2004-02-093-0/+17
| | | | | | | | | 2004-02-09 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: * embed/ephy-embed-popup-control.c: Include config.h.
* Added "mi" to ALL_LINGUAS. Added Maori translation by John C BarstowChristian Rose2004-02-094-1/+3545
| | | | | | | | 2004-02-09 Christian Rose <menthos@menthos.com> * configure.in: Added "mi" to ALL_LINGUAS. * po/mi.po: Added Maori translation by John C Barstow <jbowtie@amathaine.com>.
* updateFunda Wang2004-02-092-1096/+1621
|
* Updated Spanish translation.Francisco Javier F. Serrador2004-02-092-43/+47
| | | | | | 2004-02-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Remove trailing / in invocation of mkdir, since it's unneeded and notChristian Persch2004-02-082-1/+8
| | | | | | | | | 2004-02-08 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_init): Remove trailing / in invocation of mkdir, since it's unneeded and not portable. Patch by Julio M. Merino Vidal, fixes bug 133738.
* Updated Belarusian translation.Ales Nyakhaychyk2004-02-082-48/+218
|
* Updated Malay translation.Hasbullah Bin Pit2004-02-082-44/+50
| | | | | | 2004-02-08 Hasbullah Bin Pit <sebol@my-penguin.org> * ms.po: Updated Malay translation.
* Updated Greek translation (minor fixes)Nikos Charonitakis2004-02-072-99/+118
|
* Make middle-click paste work with urls with IDN domain names. Fixes theChristian Persch2004-02-072-1/+9
| | | | | | | | | 2004-02-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_dom_mouse_click_cb): Make middle-click paste work with urls with IDN domain names. Fixes the epiphany equivalent of galeon bug 133633.
* Excise old galeon 1, non ported, defined-out code.Christian Persch2004-02-072-4/+6
| | | | | | | | 2004-02-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: Excise old galeon 1, non ported, defined-out code.
* Honour the --with-gconf-schema-file-dir and --disable-schemas-installChristian Persch2004-02-072-2/+11
| | | | | | | | | 2004-02-06 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: Honour the --with-gconf-schema-file-dir and --disable-schemas-install configure options. Patch by Julio M. Merino Vidal, fixes bug #133533.
* Update Czech translationMiloslav Trmac2004-02-072-29/+34
|
* Now that GtkComboBox supports mnemonic activation, set the focus target ofChristian Persch2004-02-062-0/+12
| | | | | | | | | 204-02-05 Christian Persch <chpe@cvs.gnome.org> * data/glade/prefs-dialog.glade: Now that GtkComboBox supports mnemonic activation, set the focus target of the combos' labels.
* Updated Portuguese translation.Duarte Loreto2004-02-062-438/+632
| | | | | | 2004-02-05 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Updated Finnish translation.Pauli Virtanen2004-02-062-1110/+1680
| | | | | | 2004-02-05 Pauli Virtanen <pauli.virtanen@hut.fi> * fi.po: Updated Finnish translation.
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-02-052-27/+33
| | | | | | 2004-02-05 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Make warning message selectable per hig.Piers Cornwell2004-02-052-0/+8
| | | | | | | | 2004-02-05 Piers Cornwell <piers@cvs.gnome.org> * src/ephy-session.c: (offer_to_resume): Make warning message selectable per hig.
* Updated Albanian translationLaurent Dhima2004-02-051-0/+4
| | | | * sq.po: Updated Albanian translation
* UpdatedLaurent Dhima2004-02-051-54/+39
|
* No need to connect to the toolitem's create-menu-proxy signal, gtk+ doesChristian Persch2004-02-053-49/+10
| | | | | | | | | | 2004-02-05 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (connect_proxy): * src/bookmarks/ephy-topic-action.c: (connect_proxy): No need to connect to the toolitem's create-menu-proxy signal, gtk+ does it for us.
* gtk+ now connects the tool item's create_menu_proxy to the action'sChristian Persch2004-02-052-80/+18
| | | | | | | | | | | | | | | 2004-02-04 Christian Persch <chpe@cvs.gnome.org> * src/ephy-go-action.c: (ephy_go_action_get_type), (create_tool_item), (ephy_go_action_class_init): gtk+ now connects the tool item's create_menu_proxy to the action's create_menu_item, so we don't need to do it ourselves. Also unnecessary to do connect_proxy. The go action is now almost empty, we should really see if we can use a stock gtktoolbutton for it. 2004-02-04 Christian Persch <chpe@cvs.gnome.org>
* Fix toolbar overflow menu creation. Don't connect zoom control signals toChristian Persch2004-02-054-87/+100
| | | | | | | | | | | | | | 2004-02-04 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-zoom-action.c: (ephy_zoom_action_get_type), (zoom_to_level_cb), (connect_proxy), (proxy_menu_activate_cb), (create_menu_item), (ephy_zoom_action_class_init): * lib/widgets/ephy-zoom-action.h: * lib/widgets/ephy-zoom-control.c: (ephy_zoom_control_class_init): * src/ephy-history-window.c: (cmd_delete), Fix toolbar overflow menu creation. Don't connect zoom control signals to a menu item.
* Fix mem leak.Christian Persch2004-02-052-1/+8
| | | | | | | | | 2004-02-04 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-arrow-toolbutton.c: (ephy_arrow_toolbutton_finalize): Fix mem leak.
* Dialogs shouldn't show up in the window list, period.Christian Persch2004-02-055-5/+14
| | | | | | | | | | | 2004-02-04 Christian Persch <chpe@cvs.gnome.org> * data/glade/epiphany.glade: * data/glade/certificate-dialogs.glade: * data/glade/print.glade: * data/glade/prefs-dialog.glade: Dialogs shouldn't show up in the window list, period.
* Don't show Find, Add Language, and Encodings dialogue in window list.Christian Persch2004-02-053-3/+11
| | | | | | | | | | 2004-02-04 Christian Persch <chpe@cvs.gnome.org> * data/glade/pref-dialog.glade: * data/glade/epiphany.glade: Don't show Find, Add Language, and Encodings dialogue in window list.
* Set a default height/width for the dialog.David Bordoley2004-02-052-0/+8
| | | | | | | | 2004-02-04 David Bordoley <bordoley@msu.edu> * src/ephy-encoding-dialog.c: (ephy_encoding_dialog_new): Set a default height/width for the dialog.
* David Bordoley <bordoley@msu.edu>Biggest Flake Ever2004-02-053-0/+13
| | | | | | | | | | | 2004-02-04 Biggest Flake Ever <flake@whataflake.com> David Bordoley <bordoley@msu.edu> * embed/downloader-view.c: (downloader_view_new): * src/prefs-dialog.c: (setup_add_language_dialog): Use a default width/height for dialogs with tree views that don't have a fixed requisition.
* Use title capitalisation for title.Piers Cornwell2004-02-042-1/+7
| | | | | | | | 2004-02-04 Piers Cornwell <piers@cvs.gnome.org> * src/ephy-history-window.c: (confirmation_dialog_construct): Use title capitalisation for title.
* Update Czech translationMiloslav Trmac2004-02-032-27/+29
|
* Add Ukrainian translationMaxim Dziumanenko2004-02-024-1/+3558
| | | | | | 2004-02-02 Maxim Dziumanenko <mvd@mylinux.com.ua> * Add Ukrainian translation
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-02-022-36/+40
| | | | | | 2004-02-02 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* *** empty log message ***Release117Marco Pesenti Gritti2004-02-021-0/+2
|
* Use gnome-common to generate help makefilesMarco Pesenti Gritti2004-02-024-149/+10
| | | | | | | | | | 2004-02-02 Marco Pesenti Gritti <marco@gnome.org> * autogen.sh: * omf.make: * xmldocs.make: Use gnome-common to generate help makefiles
* Version 1.1.7.Christian Persch2004-02-022-1/+7
| | | | | | | | 2004-02-01 Christian Persch <chpe@cvs.gnome.org> * configure.in: Version 1.1.7.
* Decouple extensions manager initialisation and extensions loading. Fixes aChristian Persch2004-02-024-4/+19
| | | | | | | | | | | | 2004-02-01 Christian Persch <chpe@cvs.gnome.org> * src/ephy-extensions-manager.c: (ephy_extensions_manager_init): * src/ephy-extensions-manager.h: * src/ephy-shell.c: (ephy_shell_get_extensions_manager): Decouple extensions manager initialisation and extensions loading. Fixes a crash when an extensions tried to get the session, causing us to load extensions more than once.
* typo in icon nameMarco Pesenti Gritti2004-02-022-1/+7
| | | | | | | | 2004-02-01 Marco Pesenti Gritti <marco@gnome.org> * lib/ephy-stock-icons.h: typo in icon name
* Updated Danish translation.Ole Laursen2004-02-022-621/+870
| | | | | | 2004-02-01 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* Add a space after period, fixes bug #133151.Christian Persch2004-02-022-1/+7
| | | | | | | | 2004-02-01 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler: Add a space after period, fixes bug #133151.
* Translation updated.Mətin Əmirov2004-02-022-900/+1335
| | | | | | 2004-02-01 Mətin Əmirov <metin@karegen.com> * az.po: Translation updated.
* *** empty log message ***Denis Lackovic2004-02-022-478/+555
|
* *** empty log message ***Marco Pesenti Gritti2004-02-011-0/+4
|
* Updated Slovak translation.Marcel Telka2004-02-012-811/+1087
| | | | | | 2004-02-01 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Activating the status icon should only show it (HIG says so). Also set theXan Lopez2004-02-012-9/+10
| | | | | | | | * embed/downloader-view.c: (status_icon_activated), (downloader_view_build_ui): Activating the status icon should only show it (HIG says so). Also set the downloader view to BROSWE mode.
* *** empty log message ***Marco Pesenti Gritti2004-02-011-2/+2
|
* Prepare for 1.1.6Adam Hooper2004-02-013-1/+68
|
* Updated Albanian translationLaurent Dhima2004-02-011-0/+4
| | | | * sq.po: Updated Albanian translation
* UpdatedLaurent Dhima2004-02-011-393/+431
|
* Updated Korean translation.Changwoo Ryu2004-02-011-7/+8
| | | | * ko.po: Updated Korean translation.
* Updated Korean translation.Changwoo Ryu2004-01-312-361/+394
| | | | * ko.po: Updated Korean translation.
* Updated Norwegian translation.Kjartan Maraas2004-01-312-256/+268
| | | | | | 2004-01-31 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
* Obvious typo fixAdam Hooper2004-01-312-1/+7
|
* minor fixHasbullah Bin Pit2004-01-311-0/+1
|
* Updated Malay translation.Hasbullah Bin Pit2004-01-312-592/+762
| | | | | | 2004-01-31 Hasbullah Bin Pit <sebol@my-penguin.org> * ms.po: Updated Malay translation.
* Don't try to g_free a nsCOMPtr<>, and use nsMemory::Free for the mMimeTypeChristian Persch2004-01-312-2/+8
| | | | | | | | | 2004-01-30 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Don't try to g_free a nsCOMPtr<>, and use nsMemory::Free for the mMimeType string.
* Updated Spanish translation.Francisco Javier F. Serrador2004-01-312-189/+206
| | | | | | 2004-01-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Update Czech translaitonMiloslav Trmac2004-01-302-192/+206
|
* Fix mem leak.Christian Persch2004-01-302-2/+9
| | | | | | | | 2004-01-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyHeaderSniffer.cpp: Fix mem leak.
* Fix property getter of "icon" property.Christian Persch2004-01-292-2/+9
| | | | | | | | | 2004-01-29 Christian Persch <chpe@cvs.gnome.org> * src/ephy-favicon-action.c: (ephy_favicon_action_set_property), (ephy_favicon_action_get_property): Fix property getter of "icon" property.
* Fix mem leak.Christian Persch2004-01-292-0/+7
| | | | | | | | 2004-01-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: Fix mem leak.
* Fix mem leak.Christian Persch2004-01-292-7/+12
| | | | | | | | 2004-01-29 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (update_download_row): Fix mem leak.
* Fix encodign conversion of "Untitled" filename suggestion. Fixes bugChristian Persch2004-01-292-1/+8
| | | | | | | | | 2004-01-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyHeaderSniffer.cpp: Fix encodign conversion of "Untitled" filename suggestion. Fixes bug #132822.
* Don't crash when reading the RDF file fails.Christian Persch2004-01-293-3/+18
| | | | | | | | | 2004-01-28 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import_rdf): Don't crash when reading the RDF file fails.
* Use rdf:resource instead of rdf:about, fixes bug #131543.Christian Persch2004-01-292-1/+8
| | | | | | | | | 2004-01-28 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-export.c: (ephy_bookmarks_export_rdf): Use rdf:resource instead of rdf:about, fixes bug #131543.
* Sync topic names in the menu. Fixes bug #128097.Christian Persch2004-01-292-19/+68
| | | | | | | | | | 2004-01-28 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-menu.c: (ephy_bookmarks_menu_get_type), (sync_topic_properties), (topic_child_changed_cb), (ephy_bookmarks_menu_init): Sync topic names in the menu. Fixes bug #128097.
* Fix options parsing.Christian Persch2004-01-292-15/+30
| | | | | | | | | 2004-01-28 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_solve_smart_url), (options_find_first_option), (smart_url_options_get): Fix options parsing.
* Use EPHY_STOCK_DOWNLOAD for the download link icon.David Bordoley2004-01-292-1/+7
| | | | | | | | 2004-01-28 David Bordoley <bordoley@msu.edu> * src/ephy-window.c: Use EPHY_STOCK_DOWNLOAD for the download link icon.
* Fix linking with nautilus view enabled.Christian Persch2004-01-282-1/+7
| | | | | | | | 2004-01-28 Christian Persch <chpe@cvs.gnome.org> * src/Makefile.am: Fix linking with nautilus view enabled.
* Check for required libnautilus version, and conditionally enable nautilusChristian Persch2004-01-283-4/+25
| | | | | | | | | | 2004-01-28 Christian Persch <chpe@cvs.gnome.org> * configure.in: * src/Makefile.am: Check for required libnautilus version, and conditionally enable nautilus view.
* Fixed Czech translationMiloslav Trmac2004-01-282-84/+56
|
* Update documentation.Piers Cornwell2004-01-282-5/+92
| | | | | | | | 2004-01-27 Piers Cornwell <piers@myrealbox.com> * help/C/epiphany.xml: Update documentation.
* Only try to rmdir() the tmp directory if we have one.Christian Persch2004-01-272-3/+12
| | | | | | | | 2004-01-27 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-helpers.c: (ephy_file_helpers_shutdown): Only try to rmdir() the tmp directory if we have one.
* Make sure to not initialize EphyBrowser multiple times.Marco Pesenti Gritti2004-01-273-1/+15
| | | | | | | | | | 2004-01-27 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: Make sure to not initialize EphyBrowser multiple times.
* Updated Serbian translation.Danilo Šegan2004-01-273-412/+454
|
* Updated French translation.Christophe Merlet2004-01-272-15/+19
|
* Updated Slovenian translationAndraz Tori2004-01-271-2/+2
|
* Fix mem leak.Christian Persch2004-01-272-0/+8
| | | | | | | | 2004-01-26 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-download.c: (ephy_download_get_name): Fix mem leak.
* Fix mem leak.Christian Persch2004-01-272-3/+10
| | | | | | | | 2004-01-26 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (update_download_row): Fix mem leak.
* Fix mem leak.Christian Persch2004-01-272-0/+7
| | | | | | | | 2004-01-26 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (update_download_row): Fix mem leak.
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-01-262-356/+365
| | | | | | 2004-01-26 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated Lithuanian translation.Zygimantas Berucka2004-01-262-1086/+1714
| | | | | | 2004-01-26 Zygimantas Berucka <uid0@tuxfamily.org> * lt.po: Updated Lithuanian translation.
* Updated Mongolian translationSanlig Badral2004-01-262-1215/+1663
|
* *** empty log message ***Marco Pesenti Gritti2004-01-263-2/+17
|
* Correct a translator name.Marco Pesenti Gritti2004-01-263-43/+67
| | | | | | | | | | | | | | | | | | 2004-01-25 Marco Pesenti Gritti <marco@gnome.org> * NEWS: Correct a translator name. * embed/mozilla/ContentHandler.cpp: Really cancel the download when the user told so. * lib/ephy-dialog.c: (setup_default_size), (ephy_dialog_run), (ephy_dialog_init), (ephy_dialog_set_property), (ephy_dialog_get_property), (ephy_dialog_class_init): Add default width/height properties.
* Updated French translation.Christophe Merlet2004-01-262-5927/+704
|
* Include nsIMIMEInfo.h to fix compilation with mozilla 1.4.Christian Persch2004-01-262-0/+7
| | | | | | | | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.h: Include nsIMIMEInfo.h to fix compilation with mozilla 1.4.
* Fix mem leak.Christian Persch2004-01-262-0/+8
| | | | | | | | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_file_print_preview): Fix mem leak.
* Fix mem leak.Christian Persch2004-01-262-0/+7
| | | | | | | | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * src/ephy-history-window.c: (get_details_value): Fix mem leak.
* Fix mem leak.Christian Persch2004-01-262-1/+14
| | | | | | | | | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-export.c: (ephy_bookmarks_export_rdf): Fix mem leak.
* Fix mem leaks.Christian Persch2004-01-262-2/+8
| | | | | | | | | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (search_entry_search_cb), (get_details_value): Fix mem leaks.
* ==> ChangeLog <==Christian Persch2004-01-262-0/+8
| | | | | | | | | | | | | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-tree-model-node.c: (ephy_tree_model_node_finalize): Fix mem leak. 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-node-view.c: (ephy_node_view_finalize):
* Fix mem leak.Christian Persch2004-01-262-0/+11
| | | | | | | | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-node-view.c: (ephy_node_view_finalize): Fix mem leak.
* 2004-01-25 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-01-262-9/+10
| | | | | * lib/ephy-node-filter.c: (ephy_node_filter_finalize), (ephy_node_filter_new), (ephy_node_filter_add_expression):
* Fix mem leak.Christian Persch2004-01-262-0/+8
| | | | | | | | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (ephy_history_finalize): Fix mem leak.
* Update the screenshot to match the default toolbar layout.David Bordoley2004-01-262-0/+6
| | | | | | | | 2004-01-25 David Bordoley <bordoley@cvs.gnome.org> * help/C/figures/ephy-screenshot.png: Update the screenshot to match the default toolbar layout.
* Fix mem leak.Christian Persch2004-01-262-1/+7
| | | | | | | | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-node-db.c: (ephy_node_db_finalize): Fix mem leak.
* Fix mem leak.Christian Persch2004-01-262-9/+12
| | | | | | | | | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-export.c: (ephy_bookmarks_export_rdf): Fix mem leak.
* Fixed early freeing of tmp_dirAdam Hooper2004-01-252-4/+16
|
* Fix mem leak.Christian Persch2004-01-252-1/+9
| | | | | | | | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tabs-menu.c: (tab_set_action_accelerator): Fix mem leak.
* Fix mem leaks.Christian Persch2004-01-252-0/+9
| | | | | | | | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * src/ephy-session.c: (ephy_session_save): Fix mem leaks.
* Fix mem leaks.Christian Persch2004-01-252-2/+8
| | | | | | | | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-stock-icons.c: (ephy_stock_icons_init): Fix mem leaks.
* Fix mem leaks.Christian Persch2004-01-252-4/+10
| | | | | | | | | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-helpers.c: (ephy_file_tmp_dir), (ephy_file_tmp_filename): Fix mem leaks.
* Fix mem leaks.Christian Persch2004-01-252-3/+9
| | | | | | | | | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (set_value_from_pref), (set_combo_box_from_value): Fix mem leaks.
* Fix mem leak.Christian Persch2004-01-252-0/+7
| | | | | | | | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-notifiers.cpp: Fix mem leak.
* Fix mem leak.Christian Persch2004-01-252-1/+9
| | | | | | | | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-favicon-cache.c: (remove_obsolete_icons): Fix mem leak.
* Updated the Greek translationKostas Papadimas2004-01-252-423/+541
|
* Add a way to get the downloads dir with a comment for translators. Use dirMarco Pesenti Gritti2004-01-256-14/+45
| | | | | | | | | | | | | | | | | | | 2004-01-25 Marco Pesenti Gritti <marco@gnome.org> * lib/ephy-file-helpers.c: (ephy_file_tmp_dir), (ephy_file_downloads_dir): * lib/ephy-file-helpers.h: Add a way to get the downloads dir with a comment for translators. Use dir instead of directory consistently with the other functions. * embed/mozilla/MozDownload.cpp: * src/prefs-dialog.c: (get_download_button_label): * src/window-commands.c: (save_temp_source): Use the helper.
* Updated copyright date.Christian Persch2004-01-252-2/+8
| | | | | | | | 2004-01-24 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_help_about): Updated copyright date.
* Double underscores, since otherwise the menu entry will display them asChristian Persch2004-01-252-2/+11
| | | | | | | | | 2004-01-24 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_set_title): Double underscores, since otherwise the menu entry will display them as accellerators.
* When checking forms for modifications, handle correctly text entries withChristian Persch2004-01-252-2/+22
| | | | | | | | | | 2004-01-24 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: When checking forms for modifications, handle correctly text entries with default value longer than maxlength. Mozilla bug #232057.
* Add a hidden tools menu that extensions can use.David Bordoley2004-01-253-0/+10
| | | | | | | | | 2004-01-24 David Bordoley <bordoley@msu.edu> * data/ui/epiphany-ui.xml: * src/ephy-window.c: Add a hidden tools menu that extensions can use.
* *** empty log message ***Marco Pesenti Gritti2004-01-253-0/+149
|
* update docsMarco Pesenti Gritti2004-01-258-31/+23
|
* Remove totally wrong comment before ephy_string_blank_chrAdam Hooper2004-01-252-10/+6
|
* Make ephy_file_tmp_directory() return a const char * instead of a char *Adam Hooper2004-01-254-3/+11
|
* Updated Spanish translation.Francisco Javier F. Serrador2004-01-251-50/+45
| | | | | | 2004-01-24 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* *** empty log message ***Release115Marco Pesenti Gritti2004-01-251-1/+1
|
* Prepare for 1.1.5Marco Pesenti Gritti2004-01-253-4/+19
| | | | | | | | | | | | 2004-01-24 Marco Pesenti Gritti <marco@gnome.org> * configure.in: Prepare for 1.1.5 * lib/ephy-dialog.c: (setup_default_size): Fix a bug with downloader dialog size persistance
* Prepare for 1.1.5Marco Pesenti Gritti2004-01-251-0/+10
| | | | | | | | | | | | 2004-01-24 Marco Pesenti Gritti <marco@gnome.org> * configure.in: Prepare for 1.1.5 * lib/ephy-dialog.c: (setup_default_size): Fix a bug with downloader dialog size persistance
* Prepare for 1.1.4Marco Pesenti Gritti2004-01-244-3/+74
| | | | | | | | | | | | | 2004-01-24 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.in: Prepare for 1.1.4 * embed/mozilla/ContentHandler.cpp: Fix Save As from download dialog
* Fall back to Home directory when the pref is NULL.Christian Persch2004-01-242-0/+12
| | | | | | | | 2004-01-24 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: (get_download_button_label): Fall back to Home directory when the pref is NULL.
* Use our eel_gconf_set_path() function to persist the directory.Christian Persch2004-01-242-16/+17
| | | | | | | | | 2004-01-24 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-chooser.c: (ephy_file_chooser_get_type), (current_folder_changed_cb): Use our eel_gconf_set_path() function to persist the directory.
* *** empty log message ***Marco Pesenti Gritti2004-01-241-1/+1
|
* Add a persist-position property.Marco Pesenti Gritti2004-01-245-6/+58
| | | | | | | | | | | | | | | | | | | | 2004-01-24 Marco Pesenti Gritti <marco@gnome.org> * lib/ephy-dialog.c: (setup_default_size), (ephy_dialog_init), (ephy_dialog_set_property), (ephy_dialog_get_property), (ephy_dialog_class_init): Add a persist-position property. * embed/downloader-view.c: (downloader_view_new): Persist downloader position. * src/prefs-dialog.c: (get_download_button_label): * embed/mozilla/MozDownload.cpp: * data/epiphany.schemas.in: Default to ~/Desktop/Downloads.
* Updated Spanish translation.Francisco Javier F. Serrador2004-01-242-196/+230
| | | | | | 2004-01-24 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Sometimes reading gnomedesktop flames is useful:Marco Pesenti Gritti2004-01-245-9/+23
| | | | | | | | | | | | | | 2004-01-23 Marco Pesenti Gritti <marco@gnome.org> * data/epiphany.schemas.in: * lib/ephy-prefs.h: * src/ephy-tab.c: (ephy_tab_dom_mouse_click_cb): * src/popup-commands.c: (save_property_url): Sometimes reading gnomedesktop flames is useful: Do not use the same pref of 1.0 for the download dir. Use a different key for Save Link As.
* Commit ChangeLog tooChristian Persch2004-01-241-0/+19
|
* Allow passing the translation domain to ephy_dialog_construct, to makeChristian Persch2004-01-2411-30/+60
| | | | | | | | | | | | | | | | | | | | | 2004-01-23 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (downloader_view_build_ui): * embed/find-dialog.c: (find_dialog_init): * embed/mozilla/GtkNSSDialogs.cpp: * embed/print-dialog.c: (ephy_print_dialog_new), (ephy_print_setup_dialog_new): * lib/ephy-dialog.c: (impl_construct), (ephy_dialog_construct): * lib/ephy-dialog.h: * lib/ephy-glade.c: (ephy_glade_widget_new): * lib/ephy-glade.h: * src/ephy-encoding-dialog.c: (ephy_encoding_dialog_init): * src/pdm-dialog.c: (pdm_dialog_init): * src/prefs-dialog.c: (setup_add_language_dialog), (prefs_dialog_init): Allow passing the translation domain to ephy_dialog_construct, to make extension's dialogues translatable. Fix all callers.
* Update Czech translationMiloslav Trmac2004-01-242-193/+223
|
* We really depend on gtk+ >= 2.3.2.Christian Persch2004-01-232-1/+7
| | | | | | | | 2004-01-23 Christian Persch <chpe@cvs.gnome.org> * configure.in: We really depend on gtk+ >= 2.3.2.
* Updated Serbian translation.Danilo Šegan2004-01-233-528/+680
|
* Make Cancel safe against non active downloads.Xan Lopez2004-01-232-0/+12
| | | | | | * embed/mozilla/MozDownload.cpp: Make Cancel safe against non active downloads.
* Use both BYPASS_CACHE and BYPASS_PROXY on force-reload. Unified theChristian Persch2004-01-234-15/+16
| | | | | | | | | | | | | 2004-01-23 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.h: * embed/mozilla/mozilla-embed.cpp: * src/window-commands.c: (window_cmd_view_reload): Use both BYPASS_CACHE and BYPASS_PROXY on force-reload. Unified the handling in mozilla-embed by introducing EMBED_RELOAD_FORCE, and killed EMBED_RELOAD_BYPASS_[CACHE|PROXY] since we now always use both together.
* Updated encodings listChristian Persch2004-01-232-2/+8
|
* Updated German translation.Christian Neumair2004-01-232-168/+196
|
* data: urls can be opened in new tabs too.Christian Persch2004-01-233-0/+9
| | | | | | | | | 2004-01-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: * src/ephy-tab.c: (address_has_web_scheme): data: urls can be opened in new tabs too.
* Work around a bug in mozilla where 0xa0 (NBSP) are converted to spaces, soChristian Persch2004-01-232-2/+16
| | | | | | | | | | 2004-01-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Work around a bug in mozilla where 0xa0 (NBSP) are converted to spaces, so we think that the element is modified when in fact it's not. (Thanks to Crispin).
* New function to get temp directory and moved ephy_shell_delete_on_exit toChristopher James Lahey2004-01-237-44/+98
| | | | | | | | | | | | | | | | | | 2004-01-22 Christopher James Lahey <clahey@ximian.com> * lib/ephy-file-helpers.c, lib/ephy-file-helpers.h (ephy_file_tmp_directory, ephy_file_delete_on_exit): New function to get temp directory and moved ephy_shell_delete_on_exit to here. * lib/widgets/ephy-location-entry.c: Changed how this goes about showing itself when hidden and activated. * src/ephy-shell.c, src/ephy-shell.h (ephy_shell_delete_on_exit): Moved to ephy_file_delete_on_exit. * src/window-commands.c: Changed ephy_shell_delete_on_exit to ephy_file_delete_on_exit. Used ephy_file_tmp_directory to save source files for viewing in a directory that isn't world readable.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2004-01-232-173/+225
| | | | | | 2004-01-22 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Slightly better string for history disable.Marco Pesenti Gritti2004-01-232-1/+7
| | | | | | | | 2004-01-22 Marco Pesenti Gritti <marco@gnome.org> * data/epiphany-lockdown.schemas.in: Slightly better string for history disable.
* *** empty log message ***Marco Pesenti Gritti2004-01-224-5/+24
|
* Translation updated by Kees van den Broek.Vincent van Adrighem2004-01-222-1/+6
| | | | | | 2004-01-21 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Kees van den Broek.
* Updated Norwegian translation.Kjartan Maraas2004-01-222-228/+289
| | | | | | 2004-01-21 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
* Call ephy_file() explicitly for each glade file, letting extensions load ↵Adam Hooper2004-01-229-14/+35
| | | | glade files from any path
* Destroy filepicker once it's done. I dunno about much more bugs so pleaseMarco Pesenti Gritti2004-01-222-0/+11
| | | | | | | | | 2004-01-21 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/ContentHandler.cpp: Destroy filepicker once it's done. I dunno about much more bugs so please report now ;)
* Update Czech translationMiloslav Trmac2004-01-222-117/+168
|
* Set "tooltip" property on bookmark actions to the url. That way we displayChristian Persch2004-01-212-4/+34
| | | | | | | | | | | | | 2004-01-21 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (ephy_bookmark_action_get_type), (ephy_bookmark_action_set_property), (ephy_bookmark_action_get_property), (ephy_bookmark_action_class_init): Set "tooltip" property on bookmark actions to the url. That way we display it in the status bar with no extra steps taken.
* Use ngettext for number of downloads and remaining minutes display in thePiers Cornwell2004-01-212-7/+38
| | | | | | | | | | 2004-01-21 Piers Cornwell <piers@myrealbox.com> * embed/downloader-view.c: (update_status_icon), (downloader_view_remove_download): Use ngettext for number of downloads and remaining minutes display in the tooltip of the tray icon.
* about: can be opened in new tab too.Christian Persch2004-01-213-3/+12
| | | | | | | | | 2004-01-21 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: * src/ephy-tab.c: (address_has_web_scheme): about: can be opened in new tab too.
* Re-enable fonts language font filtering, fixes bug #128814Christian Persch2004-01-212-1/+7
| | | | | | | | 2004-01-21 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Re-enable fonts language font filtering, fixes bug #128814
* Updated Korean translation.Changwoo Ryu2004-01-212-171/+255
| | | | * ko.po: Updated Korean translation.
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-01-212-26/+40
| | | | | | 2004-01-21 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated Spanish traslation.Francisco Javier F. Serrador2004-01-212-91/+139
| | | | | | 2004-01-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish traslation.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2004-01-202-163/+211
| | | | | | 2004-01-20 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Make uri canonical before passing it as launch argument to make vfs happy.Marco Pesenti Gritti2004-01-204-8/+21
| | | | | | | | | | | | | | 2004-01-19 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/MozDownload.cpp: Make uri canonical before passing it as launch argument to make vfs happy. * lib/eel-gconf-extensions.c: (eel_gconf_set_path): Do not mix utf8/locale. Thanks to chpe to notice it.
* Merge from gnome-2-4 branch.Christian Persch2004-01-202-0/+220
| | | | | | | | 2004-01-19 Christian Persch <chpe@cvs.gnome.org> * NEWS: Merge from gnome-2-4 branch.
* Updated Albanian translationLaurent Dhima2004-01-201-0/+4
| | | | * sq.po: Updated Albanian translation
* UpdatedLaurent Dhima2004-01-201-114/+162
|
* Updated German translation.Christian Neumair2004-01-202-139/+220
|
* Add a way to store paths.Marco Pesenti Gritti2004-01-198-192/+196
| | | | | | | | | | | | | | | | | | | | | | | | 2004-01-19 Marco Pesenti Gritti <marco@gnome.org> * lib/eel-gconf-extensions.c: (tilde_compress), (eel_gconf_set_path): * lib/eel-gconf-extensions.h: Add a way to store paths. * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: Actually save the file in downloads dir and then open it. It doesnt seem to open it but it's prolly a gnome-vfs bug. * src/prefs-dialog.c: (get_download_button_label), (download_path_response_cb): Simplify the label logic using ~.
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-01-192-116/+173
| | | | | | 2004-01-19 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* *** empty log message ***Marco Pesenti Gritti2004-01-198-163/+186
|
* Introduce ephy_dialog_hide().Christian Persch2004-01-193-0/+18
| | | | | | | | | 2004-01-18 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (ephy_dialog_hide): * lib/ephy-dialog.h: Introduce ephy_dialog_hide().
* We need to use do_QueryInterface to get from the nsIDOM[Key|Mouse]Event toChristian Persch2004-01-192-15/+28
| | | | | | | | | | 2004-01-18 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: We need to use do_QueryInterface to get from the nsIDOM[Key|Mouse]Event to the nsIDOMEvent, not just cast it.
* Updated Serbian translation.Danilo Šegan2004-01-183-62/+66
|
* Updated Spanish translation.Francisco Javier F. Serrador2004-01-182-30/+32
| | | | | | 2004-01-18 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Use g_signal_connect_object to connect the embed signals, that way they'reChristian Persch2004-01-173-128/+107
| | | | | | | | | | | 2004-01-17 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: * src/ephy-tab.c: (ephy_tab_init): Use g_signal_connect_object to connect the embed signals, that way they're disconnected before the tab object is finalised. Should fix crasher bug #131635.
* Typo fixes.62004-01-172-3/+7
| | | | | | 2004-01-16 <clahey@ximian.com> * data/epiphany-lockdown.schemas.in: Typo fixes.
* Updated Norwegian translation.Kjartan Maraas2004-01-172-761/+700
| | | | | | 2004-01-16 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
* Use gtk_file_chooser_get_filename() instead ofChristian Persch2004-01-172-1/+8
| | | | | | | | | 2004-01-16 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: (download_path_response_cb): Use gtk_file_chooser_get_filename() instead of gtk_file_chooser_get_current_folder(). Fixes bug #131646.
* Update email addressChristian Persch2004-01-171-1/+2
|
* Updated Malay translation. change year at changlog I'm late 1 yearHasbullah Bin Pit2004-01-162-558/+730
| | | | | | | | 2004-01-16 Hasbullah Bin Pit <sebol@ikhlas.com> * ms.po: Updated Malay translation. change year at changlog I'm late 1 year
* Show help for menu items in the statusbar.Christian Persch2004-01-162-0/+74
| | | | | | | | | | 2004-01-16 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (menu_item_select_cb), (menu_item_deselect_cb), (disconnect_proxy_cb), (connect_proxy_cb), (setup_ui_manager), (ephy_window_init): Show help for menu items in the statusbar.
* Updated Spanish translation.Francisco Javier F. Serrador2004-01-162-5/+18
| | | | | | 2004-01-16 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Translation updated.Vincent van Adrighem2004-01-162-23/+36
| | | | | | 2004-01-15 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
* Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent. PortChristian Persch2004-01-1611-151/+407
| | | | | | | | | | | | | | | | | | | | | | | | 2004-01-15 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-event.c: (ephy_embed_event_get_type), (ephy_embed_event_base_init), (ephy_embed_event_get_event_type), (ephy_embed_event_get_context), (ephy_embed_event_get_modifier), (ephy_embed_event_get_coords), (ephy_embed_event_get_property), (ephy_embed_event_has_property), (ephy_embed_event_get_dom_event): * embed/ephy-embed-event.h: * embed/mozilla/EventContext.cpp: * embed/mozilla/EventContext.h: * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed-event.cpp: * embed/mozilla/mozilla-embed-event.h: * embed/mozilla/mozilla-embed.cpp: * src/ephy-window.c: (popup_menu_at_coords): * src/popup-commands.c: (popup_cmd_copy_link_address): Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent. Port callers to the new api. Fix some callers in src/ which were using private fields of EphyEmbedEvent struct.
* Update Czech translationMiloslav Trmac2004-01-152-10/+23
|
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-01-152-9/+22
| | | | | | 2004-01-15 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated Serbian translation.Danilo Šegan2004-01-153-4/+26
|
* Updated Irish translationAlastair McKinstry2004-01-152-13/+18
|
* Let the user decide about what to do with automatic dialogs.Xan Lopez2004-01-153-3/+130
| | | | | | | * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: Let the user decide about what to do with automatic dialogs.
* Updated Albanian translationLaurent Dhima2004-01-151-0/+4
| | | | * sq.po: Updated Albanian translation
* UpdatedLaurent Dhima2004-01-151-427/+517
|
* Get the page content into a string.Christian Persch2004-01-144-2/+68
| | | | | | | | | | 2004-01-14 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-persist.c: (ephy_embed_persist_to_string): * embed/ephy-embed-persist.h: * embed/mozilla/mozilla-embed-persist.cpp: Get the page content into a string.
* Updated Spanish translation.Francisco Javier F. Serrador2004-01-142-40/+53
| | | | | | 2004-01-14 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Serbian translation.Danilo Šegan2004-01-143-52/+58
|
* Allow to show/hide downloader clicking on tray icon. Fixes #131012.Xan Lopez2004-01-142-1/+15
| | | | | | | * embed/downloader-view.c: (status_icon_activated): Allow to show/hide downloader clicking on tray icon. Fixes #131012.
* Translation updated.Vincent van Adrighem2004-01-132-383/+522
| | | | | | 2004-01-13 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
* remove conflict indicatorsNikos Charonitakis2004-01-131-1/+0
|
* Updated Greek translationNikos Charonitakis2004-01-132-417/+484
|
* Update Czech translationMiloslav Trmac2004-01-132-20/+24
|
* Version 1.1.3.Release113Christian Persch2004-01-132-1/+9
| | | | | | | | 2004-01-13 Christian Persch <chpe@cvs.gnome.org> * configure.in: Version 1.1.3.
* Feature FreezeChristian Persch2004-01-131-0/+4
|
* Updating NEWSChristian Persch2004-01-131-0/+1
|
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-01-132-65/+72
| | | | | | 2004-01-13 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated British English translation.Christian Persch2004-01-132-373/+460
| | | | | | 2004-01-12 Christian Persch <chpe@cvs.gnome.org> * en_GB.po: Updated British English translation.
* Updating docs templactesChristian Persch2004-01-137-23/+142
|
* Add accelerator to Pause/Resume button.Christian Persch2004-01-132-2/+8
| | | | | | | | 2004-01-12 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (download_dialog_pause_cb): Add accelerator to Pause/Resume button.
* Updating NEWSChristian Persch2004-01-131-0/+62
|
* Default history to "enabled".Christian Persch2004-01-132-0/+10
| | | | | | | | | 2004-01-12 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (ephy_history_set_enabled), (ephy_history_init): Default history to "enabled".
* Forgot thisChristian Persch2004-01-131-0/+1
|
* Forgot to commit those.Christian Persch2004-01-132-1/+9
| | | | | | | | | 2004-01-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.h: * src/ephy-tab.c: (address_has_web_scheme): Forgot to commit those.
* Only allow "Open in New Tab/Window" for certain protocols.Christian Persch2004-01-133-1/+43
| | | | | | | | | | | | 2004-01-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/EventContext.cpp: * embed/mozilla/EventContext.h: * src/ephy-tab.c: (address_has_web_scheme): * src/ephy-window.c: (show_embed_popup): Only allow "Open in New Tab/Window" for certain protocols.
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-01-122-1106/+1604
| | | | | | 2004-01-12 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Update Czech translationMiloslav Trmac2004-01-122-267/+317
|
* Updated Serbian translation.Danilo Šegan2004-01-123-94/+152
|
* Updated spanish translation.Francisco Javier F. Serrador2004-01-112-306/+376
| | | | | | 2004-01-11 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated spanish translation.
* Updating MOZILLA_SNAPSHOT level of trunkChristian Persch2004-01-111-1/+1
|
* Verified the quote and put the original here.Christian Persch2004-01-112-3/+10
| | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.xhtml: Verified the quote and put the original here.
* Fix signal parameter, and add a NULL check. Fixes bug #131117, patch byChristian Persch2004-01-112-1/+11
| | | | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (update_exit_fullscreen_popup_position), (ephy_window_fullscreen): Fix signal parameter, and add a NULL check. Fixes bug #131117, patch by Martin Kretzschmar.
* Implement print and print setup disabling for lockdown mode.Christopher James Lahey2004-01-115-19/+105
| | | | | | | | | | | | 2004-01-10 Christopher James Lahey <clahey@ximian.com> * embed/mozilla/PrintingPromptService.cpp: * lib/ephy-prefs.h: * src/ephy-main.c: (main): * src/ephy-window.c: (update_actions), (ephy_window_init), (ephy_window_finalize), (ephy_window_print): Implement print and print setup disabling for lockdown mode.
* Adapt to the ever-changing mozilla API.Christian Persch2004-01-114-8/+35
| | | | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * configure.in: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EventContext.cpp: Adapt to the ever-changing mozilla API.
* Include config.hChristian Persch2004-01-111-0/+4
|
* Implement history disabling.Christian Persch2004-01-117-52/+237
| | | | | | | | | | | | | | | | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (ephy_history_get_type), (ephy_history_set_enabled), (ephy_history_set_property), (ephy_history_get_property), (ephy_history_class_init), (page_removed_from_host_cb), (disable_history_notifier), (ephy_history_init), (ephy_history_finalize), (ephy_history_new), (ephy_history_get_host), (ephy_history_visited), (ephy_history_add_page), (ephy_history_set_page_title), (ephy_history_clear), (ephy_history_is_enabled): * embed/ephy-history.h: * lib/ephy-node-db.c: (ephy_node_db_get_property), (ephy_node_db_set_property), (ephy_node_db_set_immutable): * lib/ephy-node-db.h: * lib/ephy-prefs.h: * src/bookmarks/ephy-bookmarks.c: (clear_favorites), (history_cleared_cb), (ephy_setup_history_notifiers): Implement history disabling.
* Forgot thisChristian Persch2004-01-111-0/+2
|
* Added disable_arbitrary_url, disable_toolbar_editing, and disable_historyChristopher James Lahey2004-01-108-17/+138
| | | | | | | | | | | | | | | | | | | | | | | | | 2004-01-09 Christopher James Lahey <clahey@ximian.com> * data/epiphany-lockdown.schemas.in, lib/ephy-prefs.h: Added disable_arbitrary_url, disable_toolbar_editing, and disable_history keys. * src/ephy-automation.c (impl_ephy_automation_loadurl): Make this ignore a url given on the command line if disable_arbitrary_url is on. * src/ephy-notebook.c (notebook_drag_data_received_cb): Made this ignore drags if disable_arbitrary_url is on. * src/ephy-session.c (ephy_session_load): Don't show history window if disable_history is on. * src/ephy-tab.c (ephy_tab_dom_mouse_click_cb): Disable middle click to paste url if disable_arbitrary_url is on. * src/ephy-window.c: Disable menu actions based on disable_arbitrary_url, disable_toolbar_editing, and disable_history keys.
* Fix type to make it compile with MOZILLA_SNAPSHOT <= 11 again.Christian Persch2004-01-102-1/+14
| | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Fix type to make it compile with MOZILLA_SNAPSHOT <= 11 again.
* Updated German translation.Christian Neumair2004-01-102-266/+326
|
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-103-140/+128
| | | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-persist.cpp: * embed/mozilla/mozilla-embed-single.cpp: Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-106-36/+73
| | | | | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/FilePicker.cpp: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozRegisterComponents.cpp: * embed/mozilla/MozillaPrivate.cpp: Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-103-20/+36
| | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ExternalProtocolHandlers.cpp: Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-102-171/+152
| | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-103-47/+62
| | | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead ofChristian Persch2004-01-102-8/+13
| | | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphySingle.cpp: Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead of silent "if (...) return ...;".
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead ofChristian Persch2004-01-103-9/+27
| | | | | | | | | | | 2004-01-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyAboutRedirector.cpp: * embed/mozilla/EphyAboutRedirector.h: Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead of silent "if (...) return ...;". Really kill "about:options".
* Add "Download Link As" to the link context menu.Xan Lopez2004-01-105-0/+22
| | | | | | | | | * data/ui/epiphany-ui.xml: * src/ephy-window.c: * src/popup-commands.c: (popup_cmd_download_link_as): * src/popup-commands.h: Add "Download Link As" to the link context menu.
* updated translation, by Joao Emanuel <deathbird1981@yahoo.com.br>Gustavo Noronha Silva2004-01-102-168/+202
| | | | | | | 2004-01-10 Gustavo Noronha Silva <kov@debian.org> * pt_BR.po: updated translation, by Joao Emanuel <deathbird1981@yahoo.com.br>
* Updated Serbian translation.Danilo Šegan2004-01-103-522/+628
|
* 2004.01.09 Arafat Medini <lumina@silverpen.de>Arafat Medini2004-01-102-32/+36
| | | | | | 2004.01.09 Arafat Medini <lumina@silverpen.de> * ar.po: Updated Arabic translation
* Check if embed is valid here.92004-01-102-3/+11
| | | | | | | 2004-01-09 <clahey@ximian.com> * src/toolbar.c (update_location_editable): Check if embed is valid here.
* Added disable_bookmark_editing key.Chris Lahey2004-01-1013-28/+197
| | | | | | | | | | | | | | | | | | | | | | * data/epiphany-lockdown.schemas.in, lib/ephy-prefs.h: Added disable_bookmark_editing key. * lib/ephy-node-db.c, ephy-node-db.h, ephy-node.c: Added immutable property. * lib/egg/egg-editable-toolbar.c (drag_data_received_cb, toolbar_drag_motion_cb), src/ephy-toolbars-model.c (impl_get_item_id): Made these handle immutable models/node_dbs. * src/ephy-automation.c, src/ephy-session.c: Don't show the bookmark editor if disabled. * src/ephy-window.c: Disable a bunch of menus if bookmark editing is disabled. * src/bookmarks/ephy-bookmarks-import.c, src/bookmarks/ephy-bookmarks.c: Disable bookmark editing and importing is key is set. Uses immutable property.
* Updated Korean translation.Changwoo Ryu2004-01-092-1119/+1566
| | | | * ko.po: Updated Korean translation.
* Add an accellerator-only action (F7) to toggle caret browsing. Hook upChristian Persch2004-01-098-1/+69
| | | | | | | | | | | | | | | | | 2004-01-09 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: * data/ui/epiphany-ui.xml: * embed/ephy-embed-prefs.h: * embed/mozilla/mozilla-notifiers.cpp: * src/ephy-window.c: (ephy_window_finalize), (browse_with_caret_notifier), (ephy_window_init): * src/pdm-dialog.c: (show_cookies_properties): * src/window-commands.c: (window_cmd_browse_with_caret): * src/window-commands.h: Add an accellerator-only action (F7) to toggle caret browsing. Hook up listener to set the mozilla pref, added the gconf key to the schema.
* Oops. The patch was actually Dave Jones's.Roozbeh Pournader2004-01-091-1/+1
|
* Fixed a logic error in using & instead of && (bug #130919, Telsa Gwynne).Roozbeh Pournader2004-01-092-1/+6
| | | | | | | 2004-01-09 Roozbeh Pournader <roozbeh@sharif.edu> * lib/ephy-state.c: Fixed a logic error in using & instead of && (bug #130919, Telsa Gwynne).
* Wrong identifier here.Chris Lahey2004-01-091-1/+1
|
* Forgot this line.Chris Lahey2004-01-081-0/+1
|
* Don't save the file if disable_save_to_disk is on.82004-01-084-4/+51
| | | | | | | | | | | | 2004-01-08 <clahey@ximian.com> * embed/mozilla/ContentHandler.cpp (MIMEAskAction): Don't save the file if disable_save_to_disk is on. * lib/ephy-prefs.h (CONF_DISABLE_SAVE_TO_DISK): Added this key here. * src/ephy-window.c (update_actions): Obey disable_save_to_disk. Also, disable toggling view settings if their keys are locked.
* Update Czech translationMiloslav Trmac2004-01-082-19/+51
|
* help/C/epiphany-C.omfPiers Cornwell2004-01-072-6/+12
| | | | | | | | 2004-01-06 Piers Cornwell <piers@myrealbox.com> * help/C/epiphany-C.omf Update help.
* Updated Italian translation by Francesco Marletta.Alessio Frusciante2004-01-072-1142/+1530
|
* Update Czech translationMiloslav Trmac2004-01-072-257/+270
|