aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated Swedish translation.Christian Rose2004-02-162-620/+767
| | | | | | 2004-02-16 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Don't use #if inside a macro. Fixe compilation with gcc 3.2.2.Christian Persch2004-02-162-4/+8
| | | | | | | | 2004-02-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Don't use #if inside a macro. Fixe compilation with gcc 3.2.2.
* Update Czech translationMiloslav Trmac2004-02-162-127/+131
|
* Updated Lithuanian translation.Žygimantas Beručka2004-02-162-128/+132
| | | | | | 2004-02-15 Žygimantas Beručka <uid0@tuxfamily.org> * lt.po: Updated Lithuanian translation.
* Make it work (TM).Christian Persch2004-02-162-5/+19
| | | | | | | | 2004-02-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/FilePicker.cpp: (::AppendFilter): Make it work (TM).
* Weak ref the real dialogue, and hide the dialogue after running it. FixesChristian Persch2004-02-162-2/+56
| | | | | | | | | | | 2004-02-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/FilePicker.cpp: (::Show), (::GFilePicker), (::~GFilePicker): Weak ref the real dialogue, and hide the dialogue after running it. Fixes interaction with nsIFilePicker lifecycle when shown from javascript.
* Updated French translation.Christophe Merlet2004-02-152-171/+183
|
* Updated Norwegian translation.Kjartan Maraas2004-02-152-130/+136
| | | | | | 2004-02-15 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
* Translation updated.Mətin Əmirov2004-02-152-544/+423
| | | | | | 2004-02-15 Mətin Əmirov <metin@karegen.com> * az.po: Translation updated.
* Prepare for 1.1.8Marco Pesenti Gritti2004-02-154-11/+81
| | | | | | | | | | | | | | 2004-02-15 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.in: Prepare for 1.1.8 * embed/downloader-view.c: (downloader_view_build_ui): Revert the timeout for now, I dont think it's mature for the release.
* Quiet cvs.Xan Lopez2004-02-152-0/+7
| | | | Quiet cvs.
* Updated Albanian translationLaurent Dhima2004-02-141-0/+4
| | | | * sq.po: Updated Albanian translation
* UpdatedLaurent Dhima2004-02-141-118/+118
|
* *** empty log message ***Marco Pesenti Gritti2004-02-141-0/+13
|
* Several types are actually safe.Marco Pesenti Gritti2004-02-143-54/+71
| | | | | | | | | | | | | | | 2004-02-13 Marco Pesenti Gritti <marco@gnome.org> * data/mime-types-permissions.xml: Several types are actually safe. * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: Change the safe/unsafe logic to not consider unkown files unsafe, they will not be opened anyway. Cleanups.
* Install the statusbar .h file.Christian Persch2004-02-137-248/+251
| | | | | | | | | | | | | | | | | | | | 2004-02-13 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: * src/Makefile.am: Install the statusbar .h file. R src/statusbar.[ch]: A src/ephy-statusbar.[ch]: s/statusbar/ephy-statusbar/ and friends. * src/ephy-window.c: (sync_tab_load_progress), (sync_tab_security), (ephy_window_init): Change references from statusbar to ephy-statusbar. Remove selection-received stuff, since it now lives in EphyTab.
* Updated German translation.Christian Neumair2004-02-132-341/+339
|
* R data/epiphany-1.0.pc.in: A data/epiphany-1.2.pc.in:Christian Persch2004-02-134-2/+12
| | | | | | | | | | | | 2004-02-12 Christian Persch <chpe@cvs.gnome.org> * configure.in: * data/Makefile.am: R data/epiphany-1.0.pc.in: A data/epiphany-1.2.pc.in: Changed .pc file version to 1.2, since we're not API-compatible with 1.0.
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-02-132-115/+119
| | | | | | 2004-02-13 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated Spanish translation.Francisco Javier F. Serrador2004-02-132-118/+123
| | | | | | 2004-02-13 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Safety check.Christian Persch2004-02-132-1/+8
| | | | | | | | 2004-02-12 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (download_dialog_abort_cb): Safety check.
* Use static_cast<>, don't cast directly.Christian Persch2004-02-132-1/+7
| | | | | | | | 2004-02-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: (mozilla_embed_security_change_cb): Use static_cast<>, don't cast directly.
* Don't set entries insensitive, only set the non-editable when the gconfChristian Persch2004-02-132-0/+11
| | | | | | | | | 2004-02-12 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (set_sensitivity): Don't set entries insensitive, only set the non-editable when the gconf key isn't writable.
* Unify fallback downloads dir to get the home directory.Christian Persch2004-02-133-15/+17
| | | | | | | | | 2004-02-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: * src/prefs-dialog.c: (get_download_button_label): Unify fallback downloads dir to get the home directory.
* Don't insist on a parent for the dialogue; because there isn't one when weChristian Persch2004-02-133-3/+9
| | | | | | | | | 2004-02-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSDialogs.cpp: Don't insist on a parent for the dialogue; because there isn't one when we try to load a favicon over https: at startup.
* Updated Serbian translation.Danilo Šegan2004-02-133-42/+46
|
* Fix numerous places where we weren't properly converting between UTF-8 andChristian Persch2004-02-1310-53/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-02-12 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-popup-control.c: (save_url), (embed_popup_set_image_as_background_cmd): * embed/ephy-favicon-cache.c: (ephy_favicon_cache_get_type), (ephy_favicon_cache_class_init), (favicon_name_build), (favicon_download_completed_cb), (ephy_favicon_cache_get): * embed/mozilla/FilePicker.cpp: * embed/mozilla/MozDownload.cpp: * lib/ephy-file-chooser.c: (ephy_file_chooser_set_persist_key): * lib/ephy-file-helpers.c: (ephy_file_downloads_dir): * src/popup-commands.c: (popup_cmd_set_image_as_background): * src/prefs-dialog.c: (get_download_button_label), (download_path_response_cb): Fix numerous places where we weren't properly converting between UTF-8 and filename encoding. * embed/ephy-favicon-cache.c: Bump favicon cache xml version. * embed/mozilla/EphyHeaderSniffer.cpp: Fix mem leak, and use CONF_STATE_SAVE_DIR instead of the download dir key for directory persistence.
* Add a missing accelleratorMarco Pesenti Gritti2004-02-132-1/+7
| | | | | | | | 2004-02-12 Marco Pesenti Gritti <marco@gnome.org> * data/glade/prefs-dialog.glade: Add a missing accellerator
* 2004-02-12 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-02-135-2/+30
| | | | | | * lib/ephy-node-db.c: (ephy_node_db_write_to_xml_valist): * src/bookmarks/ephy-bookmarks-export.c: (ephy_bookmarks_export_rdf):
* Depend on libxml2 >= 2.6.6 because of bug #133298 and bug # 131548.Christian Persch2004-02-134-3/+21
| | | | | | | | | | | | 2004-02-12 Christian Persch <chpe@cvs.gnome.org> * configure.in: Depend on libxml2 >= 2.6.6 because of bug #133298 and bug # 131548. * src/ephy-main.c: (main): Use LIBXML_TEST_VERSION to check for API compatibility.
* Fix compilation with mozilla 1.4.Christian Persch2004-02-132-1/+7
| | | | | | | | 2004-02-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Fix compilation with mozilla 1.4.
* Adapt to the ever-changing mozilla APIs.Christian Persch2004-02-125-29/+126
| | | | | | | | | | | 2004-02-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/GlobalHistory.cpp: * embed/mozilla/GlobalHistory.h: * embed/mozilla/MozRegisterComponents.cpp: Adapt to the ever-changing mozilla APIs.
* Updated Albanian translationLaurent Dhima2004-02-121-0/+4
| | | | * sq.po: Updated Albanian translation
* UpdatedLaurent Dhima2004-02-121-37/+37
|
* Update Czech translationMiloslav Trmac2004-02-122-33/+37
|
* Updated Serbian translation.Danilo Šegan2004-02-123-148/+156
|
* Simplify and hopefully fix mem corruptionMarco Pesenti Gritti2004-02-122-5/+9
| | | | | | | | 2004-02-12 Marco Pesenti Gritti <marco@gnome.org> * lib/widgets/ephy-location-entry.c: (keyword_match): Simplify and hopefully fix mem corruption
* When open is explicitly requested from the dialog use a tmp file.Marco Pesenti Gritti2004-02-122-4/+22
| | | | | | | | | 2004-02-12 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/ContentHandler.cpp: When open is explicitly requested from the dialog use a tmp file.
* Updated Arabic translation.Arafat Medini2004-02-122-806/+1354
| | | | | | 2004-02-12 Arafat Medini <lumina@silverpen.de> * ar.po: Updated Arabic translation.
* Added timeout so that dialog won't disappear before 5 seconds is over.Chris Lahey2004-02-122-2/+73
| | | | | | | | 2004-02-11 Chris Lahey <clahey@rigger.boston.ximian.com> * embed/downloader-view.c: Added timeout so that dialog won't disappear before 5 seconds is over. Made Pause/Resume button update label properly.
* Increase bookmarks format version.Christian Persch2004-02-122-1/+7
| | | | | | | | 2004-02-11 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: Increase bookmarks format version.
* Update bookmarks keywordsMarco Pesenti Gritti2004-02-122-0/+7
| | | | | | | | 2004-02-11 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_add): Update bookmarks keywords
* Put the serial numbers in duplicated filenames just before the last dot soXan Lopez2004-02-122-7/+34
| | | | | | | * embed/mozilla/MozDownload.cpp: Put the serial numbers in duplicated filenames just before the last dot so we won't confuse apps like file-roller.
* *** empty log message ***Denis Lackovic2004-02-122-1/+5
|
* Updated Lithuanian translation.Zygimantas Berucka2004-02-122-299/+68
| | | | | | 2004-02-11 Zygimantas Berucka <uid0@tuxfamily.org> * lt.po: Updated Lithuanian translation.
* Make columns resizableMarco Pesenti Gritti2004-02-122-4/+9
| | | | | | | | 2004-02-11 Marco Pesenti Gritti <marco@gnome.org> * embed/downloader-view.c: (downloader_view_build_ui): Make columns resizable
* Do not load js urls when middle clicked.Marco Pesenti Gritti2004-02-122-7/+12
| | | | | | | | | 2004-02-11 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-tab.c: (open_link_in_new_tab), (ephy_tab_dom_mouse_click_cb): Do not load js urls when middle clicked.
* CleanupMarco Pesenti Gritti2004-02-113-4/+14
| | | | | | | | | | | | 2004-02-11 Marco Pesenti Gritti <marco@gnome.org> * lib/widgets/ephy-location-entry.c: (completion_func): Cleanup * src/bookmarks/ephy-bookmarks.c: Increase format version
* Better keyword matching function. Should match only words (not middleMarco Pesenti Gritti2004-02-112-1/+44
| | | | | | | | | | 2004-02-11 Marco Pesenti Gritti <marco@gnome.org> * lib/widgets/ephy-location-entry.c: (keyword_match), (completion_func): Better keyword matching function. Should match only words (not middle parts of them) and maybe be a bit faster.
* *** empty log message ***Marco Pesenti Gritti2004-02-116-52/+80
|
* 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.