aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updating NEWSChristian Persch2004-05-221-0/+1
|
* Set the drag icon on realize, otherwise the current icon theme isn't used,Crispin Flowerday2004-05-222-21/+31
| | | | | | | | | | | 2004-05-22 Crispin Flowerday <gnome@flowerday.cx> * libegg/toolbareditor/egg-toolbar-editor.c (event_box_realize_cb), (editor_create_item): Set the drag icon on realize, otherwise the current icon theme isn't used, and it falls back to the default theme.
* Recognise mozilla 1.8a1 and 1.8a2.Christian Persch2004-05-222-0/+8
| | | | | | | | 2004-05-22 Christian Persch <chpe@cvs.gnome.org> * configure.in: Recognise mozilla 1.8a1 and 1.8a2.
* Fix stupid bug.Christian Persch2004-05-212-2/+9
| | | | | | | | | 2004-05-20 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (ephy_history_set_property), (ephy_history_get_property): Fix stupid bug.
* Remove "es" from build, it's missing the figures. Fixes bug #142846.Christian Persch2004-05-212-1/+7
| | | | | | | | 2004-05-20 Christian Persch <chpe@cvs.gnome.org> * help/Makefile.am: Remove "es" from build, it's missing the figures. Fixes bug #142846.
* Emit the "tab_removed" signal also for the window's last tab. Part of bugChristian Persch2004-05-203-6/+11
| | | | | | | | | | 2004-05-19 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (ephy_notebook_remove_tab): * src/ephy-window.c: (tab_removed_cb): Emit the "tab_removed" signal also for the window's last tab. Part of bug #142078.
* Fix overflow.Christian Persch2004-05-202-1/+8
| | | | | | | | | 2004-05-19 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-cell-renderer-progress.c: (ephy_cell_renderer_progress_render): Fix overflow.
* Updating NEWSChristian Persch2004-05-191-1/+1
|
* *** empty log message ***Christian Persch2004-05-191-0/+1
|
* Merging from HEADChristian Persch2004-05-192-185/+351
|
* Fix compilation with Mozilla 1.7 branch, patch by Carlos Romero.Christian Persch2004-05-195-1/+17
| | | | | | | | | | | | 2004-05-19 Christian Persch <chpe@cvs.gnome.org> * configure.in: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozillaPrivate.cpp: Fix compilation with Mozilla 1.7 branch, patch by Carlos Romero.
* Updating NEWSChristian Persch2004-05-171-3/+3
|
* Fix observer topic check for cookie "cleared" notification.Christian Persch2004-05-172-1/+7
| | | | | | | | 2004-05-17 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphySingle.cpp: Fix observer topic check for cookie "cleared" notification.
* Fix mem leaks.'Christian Persch2004-05-162-0/+9
| | | | | | | | 2004-05-15 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbar-editor.c: (egg_toolbar_editor_finalize): Fix mem leaks.'
* Fix refcount leak.Christian Persch2004-05-162-0/+9
| | | | | | | | 2004-05-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-persist.cpp: Fix refcount leak.
* Updated.Christian Persch2004-05-162-0/+34
| | | | | | | | 2004-05-15 Christian Persch <chpe@cvs.gnome.org> * NEWS: Updated.
* Merging from HEADChristian Persch2004-05-167-1/+2994
|
* Set mEventReceiver to nsnull too in ::Destroy(), fixes a crasher.Christian Persch2004-05-162-7/+17
| | | | | | | | 2004-05-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Set mEventReceiver to nsnull too in ::Destroy(), fixes a crasher.
* Yet another mozilla API change (backported from HEAD).Christian Persch2004-05-152-20/+67
| | | | | | | | 2004-05-14 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyContentPolicy.cpp: Yet another mozilla API change (backported from HEAD).
* Make sure we don't add a colon at the end of LD_LIBRARY_PATH, which willChristian Persch2004-05-132-1/+13
| | | | | | | | | | 2004-05-12 Christian Persch <chpe@cvs.gnome.org> * src/epiphany.in: Make sure we don't add a colon at the end of LD_LIBRARY_PATH, which will make LD_LIBRARY_PATH include the current directory. Should fix bug #141576.
* Fix compilation with gcc 2.95.Christian Persch2004-05-122-1/+8
| | | | | | | | 2004-05-11 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (set_combo_box_from_value): Fix compilation with gcc 2.95.
* Destroy browser on destroy, but delete it on finalize. Fix for bugChristian Persch2004-05-113-30/+75
| | | | | | | | | | 2004-05-11 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/mozilla-embed.cpp: Destroy browser on destroy, but delete it on finalize. Fix for bug #142184, merged from HEAD.
* Fix accelerator for OpenImage action.Christian Persch2004-05-092-1/+7
| | | | | | | | 2004-05-09 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: Fix accelerator for OpenImage action.
* Jump to new tabs created from command lines; fixes bug #141168.Christian Persch2004-05-092-4/+10
| | | | | | | | 2004-05-08 Christian Persch <chpe@cvs.gnome.org> * src/ephy-automation.c: (impl_ephy_automation_loadurl): Jump to new tabs created from command lines; fixes bug #141168.
* Use the single sign-on prompt service.Christian Persch2004-05-073-34/+16
| | | | | | | | | 2004-05-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphyHeaderSniffer.h: Use the single sign-on prompt service.
* Adjust some MOZILLA_SNAPSHOT checks.Christian Persch2004-05-072-15/+21
| | | | | | | | 2004-05-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/FilePicker.cpp: Adjust some MOZILLA_SNAPSHOT checks.
* Remove unused variables, and adjust some MOZILLA_SNAPSHOT checks.Christian Persch2004-05-078-22/+26
| | | | | | | | | | | | | | 2004-05-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EventContext.cpp: * embed/mozilla/MozDownload.cpp: * embed/mozilla/mozilla-embed.cpp: Remove unused variables, and adjust some MOZILLA_SNAPSHOT checks.
* Suppress some warnings for C++ code.Christian Persch2004-05-073-3/+13
| | | | | | | | | 2004-05-07 Christian Persch <chpe@cvs.gnome.org> * configure.in: * embed/mozilla/Makefile.am: Suppress some warnings for C++ code.
* Merged nsIDownload API changes from HEAD.Christian Persch2004-05-0710-45/+260
| | | | | | | | | | | | | | | | 2004-05-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: * embed/mozilla/EventContext.h: * embed/mozilla/FilePicker.cpp: * embed/mozilla/Makefile.am: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: * embed/mozilla/mozilla-download.cpp: * embed/mozilla/mozilla-embed-persist.cpp: Merged nsIDownload API changes from HEAD.
* Increase snapshot level for mozilla 1.7rc2, they've changed API again.Christian Persch2004-05-072-3/+12
| | | | | | | | 2004-05-07 Christian Persch <chpe@cvs.gnome.org> * configure.in: Increase snapshot level for mozilla 1.7rc2, they've changed API again.
* Eliminate ExternalProtocolHandlers in favor of setting prefs to makeChristian Biesinger2004-05-077-494/+30
| | | | | | | | | | | | | | 2004-04-18 Christian Biesinger <cbiesinger@web.de> * embed/mozilla/ExternalProtocolHandlers.cpp: * embed/mozilla/ExternalProtocolHandlers.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: * embed/mozilla/MozRegisterComponents.h: * embed/mozilla/mozilla-embed-single.cpp: Eliminate ExternalProtocolHandlers in favor of setting prefs to make Mozilla not handle the protocols internally. (Backported from HEAD.)
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2004-05-072-204/+229
|
* Remove duplicate entry for moz 1.4.2.Christian Persch2004-05-062-1/+6
| | | | | | | | 2004-05-06 Christian Persch <chpe@cvs.gnome.org> * configure.in: Remove duplicate entry for moz 1.4.2.
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2004-05-052-233/+259
|
* Recognise mozilla 1.7rc too.Christian Persch2004-05-052-4/+8
| | | | | | | | 2004-05-04 Christian Persch <chpe@cvs.gnome.org> * configure.in: Recognise mozilla 1.7rc too.
* Updating NEWSChristian Persch2004-05-041-1/+1
|
* Post-release version bump.Christian Persch2004-05-042-1/+7
| | | | | | | | 2004-05-03 Christian Persch <chpe@cvs.gnome.org> * configure.in: Post-release version bump.
* Committing templatesRelease125Christian Persch2004-05-0410-0/+20
|
* Don't generate Makefile in help/nlChristian Persch2004-05-041-1/+0
|
* Updating NEWSChristian Persch2004-05-041-1/+4
|
* Version 1.2.5.Christian Persch2004-05-044-2/+12
| | | | | | | | 2004-05-03 Christian Persch <chpe@cvs.gnome.org> * configure.in: Version 1.2.5.
* Updating NEWSChristian Persch2004-05-041-1/+12
|
* Whenever we have one, pass the cache key to the persist object. That wayChristian Persch2004-05-042-3/+15
| | | | | | | | | 2004-05-03 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-persist.cpp: Whenever we have one, pass the cache key to the persist object. That way we don't re-fetch the page on save. Fixes bug #141652.
* Add new screenshots.Piers Cornwell2004-04-292-0/+0
| | | | Add new screenshots.
* Updated Smart Bookmarks help content. Patch by poobar@nycap.rr.com. FixesPiers Cornwell2004-04-292-220/+417
| | | | | | | | | | | 2004-04-28 Piers Cornwell <piers@gnome.org> * help/C/epiphany.xml: * help/C/figures/ephy-addressbar-smartbookmark-screenshot.png: * help/C/figures/ephy-bookmarkbar-smartbookmark-screenshot.png: Updated Smart Bookmarks help content. Patch by poobar@nycap.rr.com. Fixes bug #139616.
* Update screenshots.Piers Cornwell2004-04-293-0/+7
| | | | | | | | | 2004-04-28 Piers Cornwell <piers@gnome.org> * help/C/figures/ephy-screenshot.png: * help/C/figures/ephy-history-window-screenshot.png: Update screenshots.
* Ensure we have a DOM window before trying to get his url. The check wasMarco Pesenti Gritti2004-04-293-2/+11
| | | | | | | | | | | 2004-04-28 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/mozilla-embed.cpp: Ensure we have a DOM window before trying to get his url. The check was not working anymore because of initialization changes.
* Added Basque help pagesPablo Saratxaga2004-04-289-1/+845
|
* Normalized a translation in Portuguese translation.Duarte Loreto2004-04-272-1/+5
| | | | | | 2004-04-27 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Normalized a translation in Portuguese translation.
* Updated Maori translation.John C Barstow2004-04-271-6/+6
| | | | | | 2004-04-21 John C Barstow <jbowtie@amathaine.com> * mi.po: Updated Maori translation.
* Release 1.2.4Release124Christian Persch2004-04-2758-870/+870
|
* Updating NEWSChristian Persch2004-04-271-0/+2
|
* Exit print preview mode before closing a window. Fixes a crasher; EpiphanyChristian Persch2004-04-272-0/+20
| | | | | | | | | 2004-04-27 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (ephy_window_delete_event_cb): Exit print preview mode before closing a window. Fixes a crasher; Epiphany equivalent of galeon bug #121298.
* Release 1.2.4Christian Persch2004-04-2758-21039/+28249
|
* Version 1.2.4.Christian Persch2004-04-273-1/+20
| | | | | | | | | 2004-04-26 Christian Persch <chpe@cvs.gnome.org> * NEWS: * configure.in: Version 1.2.4.
* Fix encoding of saved and downloaded content; fixes bug 141050.Christian Persch2004-04-272-32/+27
| | | | | | | | 2004-04-26 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: Fix encoding of saved and downloaded content; fixes bug 141050.
* Set the close button as data on the tab label.Christian Persch2004-04-252-0/+7
| | | | | | | | 2004-04-25 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (build_tab_label): Set the close button as data on the tab label.
* Document UTF-8 requirement.Christian Persch2004-04-225-7/+24
| | | | | | | | | | | | | | | 2004-04-22 Christian Persch <chpe@cvs.gnome.org> * HACKING: Document UTF-8 requirement. * lib/widgets/ephy-cell-renderer-progress.c: * lib/widgets/ephy-cell-renderer-progress.h: * src/bookmarks/ephy-bookmarks-menu.h: * ChangeLog: Converted to UTF-8.
* Updated Maori translationJohn C Barstow2004-04-212-77/+61
| | | | * mi.po: Updated Maori translation
* Replaced %-d with %e. `-' modifier is a GNU extension.Changwoo Ryu2004-04-212-2/+6
| | | | | | 2004-04-21 Changwoo Ryu <cwryu@debian.org> * Replaced %-d with %e. `-' modifier is a GNU extension.
* Fix font selection combo box issues; fixes bug #138560.Christian Persch2004-04-184-66/+100
| | | | | | | | | | | | | | | 2004-04-18 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (set_value_from_editable), (set_value_from_combobox), (set_value_from_radiobuttongroup), (set_value_from_spin_button), (set_value_from_togglebutton), (set_value_from_info), (set_combo_box_from_value), (set_pref_from_info_and_emit), (save_info), (ephy_dialog_get_value): * lib/ephy-dialog.h: * src/prefs-dialog.c: (setup_font_combo): Fix font selection combo box issues; fixes bug #138560.
* Post-release version bump.Christian Persch2004-04-182-1/+7
| | | | | | | | 2004-04-18 Christian Persch <chpe@cvs.gnome.org> * configure.in: Post-release version bump.
* UpdateRelease123Christian Persch2004-04-181-1/+0
|
* Updated for 1.2.3.Christian Persch2004-04-182-0/+55
| | | | | | | | 2004-04-18 Christian Persch <chpe@cvs.gnome.org> * NEWS: Updated for 1.2.3.
* Add 1.7 to the list of supported mozilla versions.Christian Persch2004-04-183-10/+13
| | | | | | | | | 2004-04-18 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * configure.in: Add 1.7 to the list of supported mozilla versions.
* Make warning message selectable (backported from HEAD).Piers Cornwell2004-04-182-0/+7
| | | | | | | | 2004-04-08 Piers Cornwell <piers@gnome.org> * embed/mozilla/ContentHandler.cpp: Make warning message selectable (backported from HEAD).
* Add "eu" to ALL_LINGUAS.Christian Persch2004-04-183-1/+3712
| | | | | | | | | 2004-04-18 Christian Persch <chpe@cvs.gnome.org> * configure.in: * po/eu.po: Add "eu" to ALL_LINGUAS.
* Version 1.2.3. Default to not to build the nautilus view.Christian Persch2004-04-182-4/+8
| | | | | | | | | 2004-04-18 Christian Persch <chpe@cvs.gnome.org> * configure.in: Version 1.2.3. Default to not to build the nautilus view.
* Fix chrome for new windows opened from _blank target. Fixes bug #139512.Marco Pesenti Gritti2004-04-185-28/+42
| | | | | | | | | | | | | 2004-04-18 Marco Pesenti Gritti <marco@gnome.org> * embed/ephy-embed.c: (ephy_embed_chrome_get_type): * embed/ephy-embed.h: * embed/mozilla/mozilla-embed.cpp: * src/ephy-window.c: (ephy_window_set_chrome), (ephy_window_set_property), (ephy_window_class_init): Fix chrome for new windows opened from _blank target. Fixes bug #139512.
* Don't override nsWebBrowserContentPolicy contract ID, just register ourChristian Persch2004-04-183-11/+47
| | | | | | | | | | 2004-04-18 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyContentPolicy.h: * embed/mozilla/MozRegisterComponents.cpp: Don't override nsWebBrowserContentPolicy contract ID, just register our own content policy with the category manager.
* Don't gunzip downloads (backported from HEAD).Christian Persch2004-04-182-0/+11
| | | | | | | | 2004-04-18 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: Don't gunzip downloads (backported from HEAD).
* Fix saving of linked content. Don't create the directory; mozilla will doChristian Persch2004-04-172-11/+13
| | | | | | | | | 2004-04-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: Fix saving of linked content. Don't create the directory; mozilla will do it for us if necessary.
* Updated Hungarian translation.Andras Timar2004-04-152-209/+254
| | | | | | 2004-04-15 Andras Timar <timar@gnome.hu> * hu.po: Updated Hungarian translation.
* Add $(MOZILLA_INCLUDE_ROOT) to the list.Christian Persch2004-04-142-0/+7
| | | | | | | | 2004-04-13 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/Makefile.am: Add $(MOZILLA_INCLUDE_ROOT) to the list.
* Set the actions' accel paths; fixes bug #139641 for ephy.Christian Persch2004-04-145-10/+40
| | | | | | | | | | | | 2004-04-13 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-menu.c: (add_bookmarks_menu), (ephy_bookmarks_menu_rebuild): * src/ephy-encoding-menu.c: (add_action): * src/ephy-favorites-menu.c: (ephy_favorites_menu_rebuild): * src/ephy-tabs-menu.c: (tab_added_cb): Set the actions' accel paths; fixes bug #139641 for ephy.
* Merging from HEADChristian Persch2004-04-141-3/+2
|
* Don't quit the filechooser when selecting "No" from the confirm- overwriteChristian Persch2004-04-104-28/+46
| | | | | | | | | | | | | | | 2004-04-09 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/FilePicker.cpp: Don't quit the filechooser when selecting "No" from the confirm- overwrite dialoge. Fixes bug #139400. * lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file): Convert the filename to UTF-8 before showing it in the confirm dialogue.
* Sort the actions in the location entry autocompletion dropdown. Fixes bugChristian Persch2004-04-102-1/+46
| | | | | | | | | | 2004-04-09 Christian Persch <chpe@cvs.gnome.org> * src/ephy-location-action.c: (compare_actions), (init_actions_list): Sort the actions in the location entry autocompletion dropdown. Fixes bug #139575.
* Don't abort on error, just show the message on console. Fixes bug #139247.Christian Persch2004-04-072-1/+8
| | | | | | | | | | 2004-04-07 Christian Persch <chpe@cvs.gnome.org> * lib/eel-gconf-extensions.c: (eel_gconf_handle_error): Don't abort on error, just show the message on console. Fixes bug #139247. Don't actally remove the nonsensical message since that would break string freeze.
* updated gujarati translation.Guntupalli Karunakar2004-04-062-508/+458
|
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2004-04-062-14/+19
|
* Make pdm and print setup dialogues destroy with parent, too.Christian Persch2004-04-063-2/+9
| | | | | | | | | 2004-04-05 Christian Persch <chpe@cvs.gnome.org> * data/glade/epiphany.glade: * data/glade/print.glade: Make pdm and print setup dialogues destroy with parent, too.
* Make prefs, pdm and print setup dialogues transient to their parent. FixesChristian Persch2004-04-066-8/+34
| | | | | | | | | | | | | | 2004-04-05 Christian Persch <chpe@cvs.gnome.org> * data/glade/prefs-dialog.glade: * lib/ephy-dialog.c: (ephy_dialog_get_parent): * lib/ephy-dialog.h: * src/prefs-dialog.c: (prefs_homepage_current_button_clicked_cb): * src/window-commands.c: (window_cmd_file_print_setup), (window_cmd_edit_personal_data), (window_cmd_edit_prefs): Make prefs, pdm and print setup dialogues transient to their parent. Fixes bug #139124.
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2004-04-052-41/+35
|
* Updated Icelandic translation by Helgi Þormar ÞorbjörnssonSamúel Jón Gunnarsson2004-04-042-1112/+1684
| | | | | | | 2004-04-03 Samúel Jón Gunnarsson <sammi@techattack.nu> * is.po: Updated Icelandic translation by Helgi Þormar Þorbjörnsson <helgi@trance.is>
* Merging Crispin's toolbar fixes from HEADChristian Persch2004-04-034-16/+57
|
* Updated Norwegian translation.Kjartan Maraas2004-04-032-228/+231
| | | | | | 2004-04-03 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
* Remove stray semicolon. Fixes bug #138902.Christian Persch2004-04-032-1/+7
| | | | | | | | 2004-04-03 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (notebook_drag_data_received_cb): Remove stray semicolon. Fixes bug #138902.
* Fix bookmarks toolbar visibility in fullscreen and print preview mode, asChristian Persch2004-04-016-253/+271
| | | | | | | | | | | | | | | 2004-04-01 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.c: (ephy_embed_chrome_get_type): * embed/ephy-embed.h: * embed/mozilla/mozilla-embed.cpp: * src/ephy-window.c: (get_chromes_visibility), (sync_chromes_visibility), (update_chromes_actions), (get_default_chrome), (ephy_window_init), (sync_prefs_with_chrome), (ephy_window_view_bookmarksbar_cb): Fix bookmarks toolbar visibility in fullscreen and print preview mode, as well as for javascript popups. Fixes bug #138520.
* Corrected small mistake in the committed ChangelogAlexander Shopov2004-04-011-1/+5
| | | | | | 2004-03-31 Alexander Shopov <ash@contact.bg> * Corrected small mistake in the committed Changelog
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.orgAlexander Shopov2004-04-012-1011/+2128
| | | | | | | 2004-03-31 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org
* Make buttons the same size in Industrial theme and make text selectable.Piers Cornwell2004-03-312-3/+10
| | | | | | | | | 2004-03-30 Piers Cornwell <piers@gnome.org> * src/ephy-history-window.c: (confirmation_dialog_construct): Make buttons the same size in Industrial theme and make text selectable.
* Don't allow a font size less than 1.Piers Cornwell2004-03-313-5/+12
| | | | | | | | | 2004-03-30 Piers Cornwell <piers@gnome.org> * data/glade/prefs-dialog.glade: * embed/mozilla/mozilla-notifiers.cpp: (mozilla_font_size_notifier): Don't allow a font size less than 1.
* Fix the --with-mozilla-snapshot help string to list all supported mozillaChristian Persch2004-03-312-4/+12
| | | | | | | | | 2004-03-31 Christian Persch <chpe@cvs.gnome.org> * configure.in: Fix the --with-mozilla-snapshot help string to list all supported mozilla versions, and only them.
* 2004-03-29 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-03-302-1/+7
| | | | * src/ephy-completion-model.h:
* Fixes #138263.Federico Mena Quintero2004-03-3010-24/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-03-29 Federico Mena Quintero <federico@ximian.com> Fixes #138263. * lib/ephy-file-chooser.h: Remove EPHY_RESPONSE_OPEN and EPHY_RESPONSE_SAVE; we'll use GTK_RESPONSE_ACCEPT instead. * lib/ephy-file-chooser.c (ephy_file_chooser_new): Use GTK_RESPONSE_ACCEPT rather than EPHY_RESPONSE_*. * embed/print-dialog.c (print_filechooser_response_cb): Likewise. * src/bookmarks/ephy-bookmarks-editor.c (import_from_file_response_cb): Likewise. * src/prefs-dialog.c (download_path_response_cb): Likewise. * src/window-commands.c (open_response_cb): Likewise. * embed/mozilla/ContentHandler.cpp (PromptForSaveToFile): Likewise. * embed/mozilla/EphyHeaderSniffer.cpp (filechooser_response_cb): Likewise. * embed/mozilla/FilePicker.cpp (Init): Likewise. (Show): Likewise.
* Change test to use -d, fixes bug #138088.Christian Persch2004-03-292-1/+7
| | | | | | | | 2004-03-29 Christian Persch <chpe@cvs.gnome.org> * src/epiphany.in: Change test to use -d, fixes bug #138088.
* Merge fix for bug #138207 from HEAD.Christian Persch2004-03-292-0/+7
| | | | | | | | 2004-03-29 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: Merge fix for bug #138207 from HEAD.
* Post-release version bump.Christian Persch2004-03-292-1/+7
| | | | | | | | 2004-03-29 Christian Persch <chpe@cvs.gnome.org> * configure.in: Post-release version bump.
* Don't assume every anchor has a href attribute. Fixes bug #138200.Christian Persch2004-03-292-14/+11
| | | | | | | | 2004-03-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: Don't assume every anchor has a href attribute. Fixes bug #138200.
* Fix opening in new tabs when there is no existing window. Fixes bugChristian Persch2004-03-292-2/+21
| | | | | | | | | | 2004-03-29 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (cmd_open_bookmarks_in_tabs): Fix opening in new tabs when there is no existing window. Fixes bug #138343.
* Merging from release-1-2-1 branchChristian Persch2004-03-295-5/+21
|
* Merging from release-1-2-1 branchChristian Persch2004-03-291-0/+4
|
* Make the "Go" button actually work. Thanks to aes for alerting us to thisChristian Persch2004-03-242-0/+31
| | | | | | | | | | 2004-03-23 Christian Persch <chpe@cvs.gnome.org> * src/ephy-go-action.c: (connect_proxy), (disconnect_proxy), (ephy_go_action_class_init): Make the "Go" button actually work. Thanks to aes for alerting us to this problem.
* completed punjabi translationGuntupalli Karunakar2004-03-232-5/+9
|
* Added Gujarati translationGuntupalli Karunakar2004-03-234-1/+3879
|
* Normalized expression in Portuguese translation.Duarte Loreto2004-03-232-219/+222
| | | | | | 2004-03-23 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Normalized expression in Portuguese translation.
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-03-231-115/+117
| | | | | | 2004-03-22 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-03-232-262/+280
| | | | | | 2004-03-22 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Fix "Add" button width in the prefs dialogue for some themes.Christian Persch2004-03-221-0/+1
| | | | | | | | 2004-03-21 Christian Persch <chpe@cvs.gnome.org> * data/glade/prefs-dialog.glade: Fix "Add" button width in the prefs dialogue for some themes.
* Set window icon. Fixes bug #137806.Christian Persch2004-03-222-1/+16
| | | | | | * src/window-commands.c: (window_cmd_help_about): Set window icon. Fixes bug #137806.
* added Punjabi translationGuntupalli Karunakar2004-03-224-1/+3533
|
* *** empty log message ***Marco Pesenti Gritti2004-03-221-0/+1
|
* Cleanups chromes code and register a type for the enum.Marco Pesenti Gritti2004-03-2210-328/+414
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-03-16 Marco Pesenti Gritti <marco@gnome.org> * embed/ephy-embed.c: (ephy_embed_chrome_get_type): * embed/ephy-embed.h: * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed.cpp: Cleanups chromes code and register a type for the enum. * src/ephy-nautilus-view.c: (gnv_embed_new_window_cb): Adapt to the api changes * src/ephy-tab.c: (ephy_tab_new_window_cb): Move js chrome lockdown pref check here. * src/ephy-window.c: (get_chromes_visibility), (sync_chromes_visibility), (ephy_window_fullscreen), (ephy_window_unfullscreen), (update_chromes_actions), (update_actions_sensitivity), (show_embed_popup), (get_default_chrome), (ephy_window_set_property), (ephy_window_class_init), (actions_notifier), (navigation_notifier), (ephy_window_init), (ephy_window_finalize), (ephy_window_new_with_chrome), (ephy_window_set_print_preview), (ephy_window_show), (sync_prefs_with_chrome), (sync_chrome_with_view_toggle), (ephy_window_view_statusbar_cb), (ephy_window_view_toolbar_cb), (ephy_window_view_bookmarksbar_cb): Rework chrome handling so that it's not applied to all windows. Changes are now saved on the fly like for window size. * src/ephy-window.h: Use a construct property instead of a _set for chrome.
* The xbel type is now application/x-xbelMarco Pesenti Gritti2004-03-222-1/+7
| | | | | | | | 2004-03-22 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import): The xbel type is now application/x-xbel
* Update for 1.2.1Release121Marco Pesenti Gritti2004-03-223-1/+28
| | | | | | | | | 2004-03-22 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.in: Update for 1.2.1
* Updated Hungarian translation.Andras Timar2004-03-222-231/+250
| | | | | | 2004-03-21 Andras Timar <timar@gnome.hu> * hu.po: Updated Hungarian translation.
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-03-221-47/+62
| | | | | | 2004-03-21 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-03-221-106/+117
| | | | | | 2004-03-21 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-03-222-148/+174
| | | | | | 2004-03-21 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Updated Catalan translation by Xavi Conde <xaviconde@eresmas.com>.Jordi Mallach2004-03-212-1350/+1836
|
* Don't try to unref NULL icons. Fixes bug #137715.Christian Persch2004-03-202-2/+11
| | | | | | | | 2004-03-19 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-properties.c: (set_window_icon): Don't try to unref NULL icons. Fixes bug #137715.
* Plural forms are such fun. Fixed now, thanks to Rhys Jones.Telsa Gwynne2004-03-202-2/+6
|
* Updated Arabic translation.Arafat Medini2004-03-192-10/+16
| | | | | | 2004-03-19 Arafat Medini <lumina@silverpen.de> * ar.po: Updated Arabic translation.
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2004-03-192-1264/+2114
|
* Fix notes and tips to validate.Piers Cornwell2004-03-182-8/+20
| | | | | | 2004-03-17 Piers Cornwell <piers@gnome.org> * help/C/epiphany.xml: Fix notes and tips to validate.
* Updated Mongolian translationSanlig Badral2004-03-182-418/+513
|
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-03-172-53/+81
| | | | | | 2004-03-16 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Corrected Tamil TranslationDinesh Nadarajah2004-03-172-4/+8
| | | | | | 2004-03-12 Dinesh Nadarajah <dinesh_list@sbcglobal.net> * ta.po: Corrected Tamil Translation
* Fixed translation for "system-language"Yanko Kaneti2004-03-172-1/+5
| | | | | | 2004-03-16 Yanko Kaneti <yaneti@declera.com> * bg.po: Fixed translation for "system-language"
* Updated Simplified Chinese translationFunda Wang2004-03-162-42/+61
|
* Updated Slovak translation.Marcel Telka2004-03-162-265/+258
| | | | | | 2004-03-15 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* *** empty log message ***Release120Marco Pesenti Gritti2004-03-154-2/+38
|
* *** empty log message ***Denis Lackovic2004-03-152-318/+324
|
* Updated Bengali translationsSayamindu Dasgupta2004-03-152-1287/+1104
|
* 2004-03-13 John C Barstow <jbarstow@cvs.gnome.org> Updated Maori translationJohn C Barstow2004-03-142-288/+275
|
* Deal with the case where data_received signal is emitted asyncrounously.Marco Pesenti Gritti2004-03-142-13/+17
| | | | | | | | | | 2004-03-14 Marco Pesenti Gritti <marco@gnome.org> * lib/egg/egg-editable-toolbar.c: (drag_data_received_cb), (toolbar_drag_motion_cb), (egg_editable_toolbar_init): Deal with the case where data_received signal is emitted asyncrounously.
* Added Bulgarian translation by Vladimir "Kaladan" PetkovAlexander Shopov2004-03-134-1/+2595
| | | | | | | 2004-03-13 Alexander Shopov <ash@contact.bg> * bg.po: Added Bulgarian translation by Vladimir "Kaladan" Petkov <vpetkov@i-space.org>
* Updated Tamil TranslationDinesh Nadarajah2004-03-132-1473/+2106
| | | | | | 2004-03-12 Dinesh Nadarajah <dinesh_list@sbcglobal.net> * ta.po: Updated Tamil Translation
* Updated Ukrainian translationMaxim Dziumanenko2004-03-122-447/+462
| | | | | | 2004-03-12 Maxim Dziumanenko <mvd@mylinux.com.ua> * Updated Ukrainian translation
* Add a MAINTAINERS fileMarco Pesenti Gritti2004-03-121-0/+2
|
* Update Czech translationMiloslav Trmac2004-03-112-16/+20
|
* *** empty log message ***Robert Sedak2004-03-112-1/+5
|
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-03-102-41/+56
| | | | | | 2004-03-10 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Updated Brazilian Portuguese translation.Gustavo Maciel Dias Vieira2004-03-102-704/+650
| | | | | | 2004-03-09 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br> * pt_BR.po: Updated Brazilian Portuguese translation.
* CVS_SILENTGörkem Çetin2004-03-101-1718/+860
|
* Added nn to ALL_LINGUAS. Started Norwegian Nynorsk translation.Åsmund Skjæveland2004-03-094-1/+3452
| | | | | | | 2004-03-09 Åsmund Skjæveland <aasmunds@fys.uio.no> * configure.in (HAVE_MOZILLA_PSM): Added nn to ALL_LINGUAS. * po/nn.po: Started Norwegian Nynorsk translation.
* Translation updated.Priit Laes2004-03-092-48/+34
| | | | | | 2004-03-09 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
* 2004-03-09 Fixed the bug #134109 in ja.po. T.Aihana <aihana@gnome.gr.jp>Fixed the bug #134109 in ja.po. T.Aihana2004-03-092-76/+79
|
* Updated Indonesian translation, missed "system-language" on previousMohammad DAMT2004-03-092-1/+5
| | | | | | 2004-03-09 Mohammad DAMT <mdamt@bisnisweb.com> * id.po: Updated Indonesian translation, missed "system-language" on previous checkin
* Added translation for "system-language".Roozbeh Pournader2004-03-092-2/+6
| | | | | | 2004-03-09 Roozbeh Pournader <roozbeh@sharif.edu> * fa.po: Added translation for "system-language".
* Updated Indonesian translation, fixed bug #134109Mohammad DAMT2004-03-092-410/+602
| | | | | | 2004-03-09 Mohammad DAMT <mdamt@bisnisweb.com> * id.po: Updated Indonesian translation, fixed bug #134109
* *** empty log message ***Release1112Marco Pesenti Gritti2004-03-091-1/+1
|
* Updating NEWSChristian Persch2004-03-091-0/+18
|
* Check if the dragged item is a separator. Fixes crash when it _is_ aChristian Persch2004-03-094-3/+47
| | | | | | | | | | | | | | | | | | | | 2004-03-09 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbar-editor.c: (editor_drag_data_received_cb): Check if the dragged item is a separator. Fixes crash when it _is_ a separator. * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_remove_toolbar): Fix logic check for removable toolbar, & instead of &&. * src/ephy-location-action.c: (create_menu_proxy_cb), (connect_proxy), (ephy_location_action_activate): Don't make a proxy menu item for the location entry. Fixes crash when trying to activate its proxy menu item.
* Updated Spanish translation.Francisco Javier F. Serrador2004-03-092-25/+21
| | | | | | 2004-03-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Slovenian translationAndraz Tori2004-03-091-1/+1
|
* Updated Arabic translation.Arafat Medini2004-03-092-249/+250
| | | | | | 2004-03-08 Arafat Medini <lumina@silverpen.de> * ar.po: Updated Arabic translation.
* Updated Canadian English translation.Adam Weinberger2004-03-092-2/+6
| | | | * en_CA.po: Updated Canadian English translation.
* Updated Polish translation.Artur Flinta2004-03-092-74/+77
| | | | | | 2004-03-08 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation.
* Updated Welsh translation from Rhys Jones.Dafydd Harries2004-03-092-1199/+1995
|
* Updated Belarusian translation.Ales Nyakhaychyk2004-03-082-99/+110
|
* *** empty log message ***Release1111Marco Pesenti Gritti2004-03-081-1/+1
|
* Updated Romanian translationMugurel Tudor2004-03-082-1164/+1746
| | | | | | 2004-03-07 Mugurel Tudor <mugurelu@go.ro> * ro.po: Updated Romanian translation
* *** empty log message ***Marco Pesenti Gritti2004-03-084-6/+11
|
* Updated for 1.1.11.Christian Persch2004-03-072-0/+75
| | | | | | | | 2004-03-07 Christian Persch <chpe@cvs.gnome.org> * NEWS: Updated for 1.1.11.
* Translation updated.MÉ™tin Æmirov2004-03-072-267/+400
| | | | | | 2004-03-06 MÉ™tin Æmirov <metin@karegen.com> * az.po: Translation updated.
* Really always check the return value of xmlTextReaderRead(), don't advanceChristian Persch2004-03-072-32/+60
| | | | | | | | | | | 2004-03-06 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_bookmark), (xbel_parse_folder), (xbel_parse_xbel), (ephy_bookmarks_import_xbel): Really always check the return value of xmlTextReaderRead(), don't advance if it's != 1. Fixes bug #136151.
* Fix crash when dragging a link to a tab label; I forgot to change thisChristian Persch2004-03-072-5/+11
| | | | | | | | | 2004-03-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (notebook_drag_data_received_cb): Fix crash when dragging a link to a tab label; I forgot to change this making the recent EphyTab/EphyEmbed changes.
* Also pop up the context menu with the menu key.Christian Persch2004-03-072-1/+16
| | | | | | | | 2004-03-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: Also pop up the context menu with the menu key.
* Updated Simplified Chinese translationFunda Wang2004-03-062-255/+265
|
* Persist changed accels with gnome_accelerator_sync().Christian Persch2004-03-062-0/+8
| | | | | | | | 2004-03-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (main): Persist changed accels with gnome_accelerator_sync().
* Fix --with-mozilla-snapshot help stringChristian Persch2004-03-061-2/+2
|
* Increase MOZILLA_SNAPSHOT for 1.7b, and depend on gtk+ >= 2.3.5.Christian Persch2004-03-063-5/+23
| | | | | | | | | | | | 2004-03-05 Christian Persch <chpe@cvs.gnome.org> * configure.in: Increase MOZILLA_SNAPSHOT for 1.7b, and depend on gtk+ >= 2.3.5. * embed/mozilla/GlobalHistory.cpp: Adapt to changed mozilla API.
* Don't return an error when a DOM document isn't a HTML document, it's okChristian Persch2004-03-052-1/+9
| | | | | | | | | 2004-03-05 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Don't return an error when a DOM document isn't a HTML document, it's ok not to be one (happens for XUL docs, like about:config).
* Don't assume Desktop directory location, check the gconf key if it'sChristian Persch2004-03-052-2/+24
| | | | | | | | | 2004-03-05 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-helpers.c: (ephy_file_downloads_dir): Don't assume Desktop directory location, check the gconf key if it's $HOME/Desktop or $HOME. Fixes bug #134951.
* Replace filename validity check, it was making the filename invalidChristian Persch2004-03-052-10/+14
| | | | | | | | | 2004-03-05 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyHeaderSniffer.cpp: Replace filename validity check, it was making the filename invalid UTF-16. Simply convert to UTF-8 beforehand and check for "/" chars.
* Don't use ephy_tab_get_embed(), instead use the pointer provided when weChristian Persch2004-03-052-20/+28
| | | | | | | | | | | | 2004-03-05 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_address_cb), (ephy_tab_title_cb), (ensure_page_info), (ephy_tab_net_state_cb), (clipboard_text_received_cb), (ephy_tab_dom_mouse_click_cb), (ephy_tab_update_navigation_flags), (ephy_tab_set_title): Don't use ephy_tab_get_embed(), instead use the pointer provided when we connected the callbacks. Hopefully fixes bug #136122.
* Don't set the 5-star icon as window icon for the about dialogue. Fixes bugChristian Persch2004-03-052-8/+7
| | | | | | | | | 2004-03-04 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_help_about): Don't set the 5-star icon as window icon for the about dialogue. Fixes bug #135010.
* Change wait interval between updates to 0.2 s.Christian Persch2004-03-042-1/+7
| | | | | | | | 2004-03-03 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: Change wait interval between updates to 0.2 s.
* Copy and modify gnome_vfs_uri_list_parse() so that we get a list of stringChristian Persch2004-03-045-14/+73
| | | | | | | | | | | | | | | 2004-03-03 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-node-view.c: (uri_list_parse), (drag_data_received_cb): Copy and modify gnome_vfs_uri_list_parse() so that we get a list of string uris instead of GnomeVFSURIs. Change signature of ::node-dropped accordingly. Fixes bug #120231. * src/bookmarks/ephy-bookmarks-editor.c: (node_dropped_cb): Adapt to the changed ::node-dropped signal signature.
* Unset the GValue after we're done using what it contained.Christian Persch2004-03-044-3/+32
| | | | | | | | | | | | | | | | | | 2004-03-03 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (download_dialog_pause_cb), (download_dialog_abort_cb): Unset the GValue after we're done using what it contained. * embed/mozilla/MozDownload.cpp: Weak ref mEphyDownload, and assert that is has been finalised by the time we get to ~MozDownload. * embed/mozilla/mozilla-download.cpp: Debug output in _init and _finalize.
* If the favicon isn't ready when we need it, connect to the favicon cache'sChristian Persch2004-03-032-1/+37
| | | | | | | | | | 2004-03-03 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (favicon_cache_changed_cb), (ephy_bookmark_action_sync_icon), (ephy_bookmark_action_init): If the favicon isn't ready when we need it, connect to the favicon cache's ::changed signal to show it when we have it. Fixes bug #135855.
* Updated Hungarian translation.Andras Timar2004-03-032-1212/+1574
| | | | | | 2004-03-02 Andras Timar <timar@gnome.hu> * hu.po: Updated Hungarian translation.
* Do not show the unsubmitted dialog for js closeMarco Pesenti Gritti2004-03-032-1/+12
| | | | | | | | 2004-03-02 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-tab.c: (ephy_tab_destroy_brsr_cb): Do not show the unsubmitted dialog for js close
* Don't remember the size of the filechoose dialogue, because it doesn'tChristian Persch2004-03-032-5/+8
| | | | | | | | | | 2004-03-02 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-chooser.c: (ephy_file_chooser_init): Don't remember the size of the filechoose dialogue, because it doesn't play nicely with the new save mode when toggling the expander. Fixes bug #135947.
* Never show two resume dialogs, just re-present the old one.Marco Pesenti Gritti2004-03-022-2/+22
| | | | | | | | | 2004-03-02 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-session.c: (ephy_session_init), (offer_to_resume), (ephy_session_autoresume): Never show two resume dialogs, just re-present the old one.
* Another fix.Christian Rose2004-03-022-7/+13
| | | | | | 2004-03-01 Christian Rose <menthos@menthos.com> * sv.po: Another fix.
* Don't try to backup non-existing files :) Also, when neitherChristian Persch2004-03-022-3/+22
| | | | | | | | | | | 2004-03-01 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (backup_file), (ephy_bookmarks_init): Don't try to backup non-existing files :) Also, when neither ephy-bookmarks.xml nor bookmarks.rdf exist, assume we have a new profile and don't warn about missing bookmarks.
* Correctly sync the smarturl property of EphyBookmarksAction when itChristian Persch2004-03-022-0/+39
| | | | | | | | | | | 2004-03-01 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (smart_child_added_cb), (smart_child_removed_cb), (ephy_bookmark_action_init): Correctly sync the smarturl property of EphyBookmarksAction when it changes. Fixes incorrect show/hide of the entry on the bookmarks toolbar.
* When changing a bookmark address and it was a smart bookmark but now isChristian Persch2004-03-022-1/+9
| | | | | | | | | | 2004-03-01 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (update_has_smart_address): When changing a bookmark address and it was a smart bookmark but now is not anymore, remove the bookmark from the smart_bmks node instead of adding it :)
* Ensure we always have a BookmarksBar toolbar in the model. Fixes bugChristian Persch2004-03-022-24/+39
| | | | | | | | | | 2004-03-01 Christian Persch <chpe@cvs.gnome.org> * src/ephy-toolbars-model.c: (get_toolbar_pos), (ephy_toolbars_model_set_bookmarks): Ensure we always have a BookmarksBar toolbar in the model. Fixes bug #135701.
* The icon should be activated by double clickMarco Pesenti Gritti2004-03-022-20/+8
| | | | | | | | | 2004-03-01 Marco Pesenti Gritti <marco@gnome.org> * lib/egg/eggstatusicon.c: (egg_status_icon_init), (egg_status_icon_button_press): The icon should be activated by double click
* Small fix.Christian Rose2004-03-022-44/+47
| | | | | | 2004-03-01 Christian Rose <menthos@menthos.com> * sv.po: Small fix.
* Add API docs.Christian Persch2004-03-022-6/+44
| | | | | | | | 2004-03-01 Christian Persch <chpe@cvs.gnome.org> * src/ephy-statusbar.c: Add API docs.
* If reading the bookmarks file, or re-importing the bookmarks from the rdfChristian Persch2004-03-022-0/+49
| | | | | | | | | | | 2004-03-01 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (backup_file), (ephy_bookmarks_init): If reading the bookmarks file, or re-importing the bookmarks from the rdf file fails, back up those files so that the user can afterwards try to manually recover his bookmarks. Fixes bug #128308.
* Fix XBEL importer not to tag all bookmarks with a "Bookmarks" category.Christian Persch2004-03-022-4/+99
| | | | | | | | | 2004-03-01 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_folder), (xbel_parse_xbel), (ephy_bookmarks_import_xbel): Fix XBEL importer not to tag all bookmarks with a "Bookmarks" category.
* Export ephy_statusbar_add_widget() for use by extensions.Christian Persch2004-03-013-3/+24
| | | | | | | | | | 2004-03-01 Christian Persch <chpe@cvs.gnome.org> * src/ephy-statusbar.c: (create_statusbar_security_icon), (ephy_statusbar_add_widget): * src/ephy-statusbar.h: Export ephy_statusbar_add_widget() for use by extensions.
* Guard against xml reading error, check for NULL subtree before trying toChristian Persch2004-03-012-3/+12
| | | | | | | | | 2003-03-01 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-node-db.c: (ephy_node_db_load_from_file): Guard against xml reading error, check for NULL subtree before trying to parse it.
* Keep a ref for downloads in the view.Marco Pesenti Gritti2004-03-017-23/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | 2004-03-01 Marco Pesenti Gritti <marco@gnome.org> * embed/downloader-view.c: (downloader_view_add_download), (downloader_view_remove_download): Keep a ref for downloads in the view. * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: Ensure the download directory exist. * embed/mozilla/MozDownload.cpp: * embed/mozilla/mozilla-download.cpp: * embed/mozilla/mozilla-download.h: Use a property to store MozDownload in the wrapper. The wrapper now keep a reference on the c++ implementation, that way references will be correctly propagated (unreffing the GObject will unref the c++ object). (Bug 135755)
* Correct the label of the action button (Open)Marco Pesenti Gritti2004-03-012-3/+12
| | | | | | | | 2004-02-29 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/ContentHandler.cpp: Correct the label of the action button (Open)
* Iterate backwards over the children when removing a host.Christian Persch2004-03-012-1/+7
| | | | | | | | 2004-02-29 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (remove_obsolete_pages): Iterate backwards over the children when removing a host.
* Remove cancelled downloads from the downloads hash; and remove partiallyChristian Persch2004-03-013-58/+98
| | | | | | | | | | | | | | 2004-02-29 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_class_init), (kill_download), (ephy_favicon_cache_finalize), (favicon_name_build), (favicon_download_completed_cb), (favicon_download_cancelled_cb), (ephy_favicon_cache_download), (ephy_favicon_cache_get): * embed/ephy-favicon-cache.h: Remove cancelled downloads from the downloads hash; and remove partially downloaded favicons.
* Add debug output in ctors and dtors.Christian Persch2004-02-297-8/+27
| | | | | | | | | | | | | 2004-02-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/FilePicker.cpp: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/PrintingPromptService.cpp: Add debug output in ctors and dtors.
* Separately profile bookmarks menu clean and rebuild.Christian Persch2004-02-292-2/+13
| | | | | | | | | 2004-02-29 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-menu.c: (ephy_bookmarks_menu_clean), (ephy_bookmarks_menu_rebuild): Separately profile bookmarks menu clean and rebuild.
* Add "cancelled" signal to EphyEmbedPersist.Christian Persch2004-02-294-6/+27
| | | | | | | | | | | | | 2004-02-29 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-persist.c: (ephy_embed_persist_class_init): * embed/ephy-embed-persist.h: Add "cancelled" signal to EphyEmbedPersist. * embed/mozilla/mozilla-embed-persist.cpp: Emit "cancelled" signal when the download is cancelled.
* Add debug output.Christian Persch2004-02-292-0/+17
| | | | | | | | | 2004-02-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-event.cpp: (mozilla_embed_event_init), (mozilla_embed_event_finalize), (mozilla_embed_event_set_property): Add debug output.
* Decode RFC 2231 and RFC 2047 encoded filenames in content-dispositionChristian Persch2004-02-292-0/+48
| | | | | | | | | | 2004-02-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyHeaderSniffer.cpp: (PerformSave): Decode RFC 2231 and RFC 2047 encoded filenames in content-disposition headers. Ported from mozilla Camino, see http://bugzilla.mozilla.org/show_bug.cgi?id=233798 .
* Add debug output.Christian Persch2004-02-292-1/+11
| | | | | | | | 2004-02-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: (MozDownload), (~MozDownload): Add debug output.
* Fix max size logic, thanks to chpe.Marco Pesenti Gritti2004-02-292-2/+8
| | | | | | | | 2004-02-29 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/MozDownload.cpp: Fix max size logic, thanks to chpe.
* Fix order of the windows, they was reversed before.Marco Pesenti Gritti2004-02-292-2/+9
| | | | | | | | | 2004-02-29 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-session.c: (impl_attach_window), (ephy_session_add_window): Fix order of the windows, they was reversed before.
* fix typo that was causing categorized bookmarks to go in the uncategorizedMarco Pesenti Gritti2004-02-292-1/+8
| | | | | | | | | 2004-02-28 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmarks.c: (topics_removed_cb): fix typo that was causing categorized bookmarks to go in the uncategorized topic (Bug #135702)
* If a folder has no name, don't tag its bookmarks with "Untitled" keyword,Christian Persch2004-02-292-3/+14
| | | | | | | | | | 2004-02-28 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_folder), (ephy_bookmarks_import_xbel): If a folder has no name, don't tag its bookmarks with "Untitled" keyword, just skip it.
* Updated Finnish translation.Pauli Virtanen2004-02-292-172/+184
| | | | | | 2004-02-28 Pauli Virtanen <pauli.virtanen@hut.fi> * fi.po: Updated Finnish translation.
* Updated Portuguese translation.Duarte Loreto2004-02-282-59/+71
| | | | | | 2004-02-28 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Use getInterface to get the dom window from the docshell, notMarco Pesenti Gritti2004-02-283-21/+26
| | | | | | | | | | | | | | | | 2004-02-28 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/ContentHandler.cpp: Use getInterface to get the dom window from the docshell, not queryInterface. (Bug #121160) * embed/mozilla/MozillaPrivate.cpp: Do not fallback to the active window if the parent cannot be found. It just hides problems and cause more annoying behaviors (like dialogs parented on the wrong window).
* Updated French translation.Christophe Merlet2004-02-282-64/+77
|
* Translation updated.Priit Laes2004-02-282-49/+41
| | | | | | 2004-02-28 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
* Add a note about changelog entry.Marco Pesenti Gritti2004-02-283-11/+26
| | | | | | | | | | | | 2004-02-28 Marco Pesenti Gritti <marco@gnome.org> * HACKING: Add a note about changelog entry. * TODO: Remove old stuff
* Sucky but not intrusive hack to make dnd on the address entry work whenMarco Pesenti Gritti2004-02-284-0/+73
| | | | | | | | | | | | | | | | 2004-02-28 Marco Pesenti Gritti <marco@gnome.org> * lib/egg/egg-editable-toolbar.c: (egg_editable_toolbar_get_edit_mode): * lib/egg/egg-editable-toolbar.h: * lib/widgets/ephy-location-entry.c: (toolbar_is_editable), (entry_drag_motion_cb), (entry_drag_drop_cb), (ephy_location_entry_construct_contents): Sucky but not intrusive hack to make dnd on the address entry work when editing toolbar. A better solution will be found when the toolbar editor will get in gtk. Based on a patch from Søren Sandmann, bug 132467.
* Add missing check for Firebird bookmarks, patch by André Dahlqvist.Xan Lopez2004-02-282-1/+8
| | | | Add missing check for Firebird bookmarks, patch by André Dahlqvist.
* Remove an useless check.Marco Pesenti Gritti2004-02-284-14/+22
| | | | | | | | | | | | | 2004-02-27 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: Remove an useless check. * lib/ephy-state.c: (ephy_state_window_set_size): Make sure window is never bigger than screen.
* Depend on gk+ >= 2.3.4, but since the filechooser API changed, you'llChristian Persch2004-02-272-2/+9
| | | | | | | | 2004-02-27 Christian Persch <chpe@cvs.gnome.org> * configure.in: Depend on gk+ >= 2.3.4, but since the filechooser API changed, you'll really
* Fix for gtk+ filechooser API change.Christian Persch2004-02-274-11/+28
| | | | | | | | | | | 2004-02-27 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/FilePicker.cpp: * lib/ephy-file-chooser.c: (ephy_file_chooser_init), (ephy_file_chooser_new): * src/prefs-dialog.c: (prefs_download_path_button_clicked_cb): Fix for gtk+ filechooser API change.
* Fix potential crash.Christian Persch2004-02-272-2/+17
| | | | | | | | | | | | 2004-02-27 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (ns_parse_bookmark_item): Fix potential crash. (ephy_bookmarks_import_mozilla): Fix mem leak.
* Replace entities also in folder names, fixes bug #135440.Christian Persch2004-02-272-1/+7
| | | | | | | | 2004-02-27 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import_mozilla): Replace entities also in folder names, fixes bug #135440.
* Translation updated.Priit Laes2004-02-272-1216/+1747
| | | | | | 2004-02-27 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
* Translation updated by Kees van den Broek.Vincent van Adrighem2004-02-262-9/+15
| | | | | | 2004-02-26 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Kees van den Broek.
* Do not show about:blank to the user, an empty address bar will do better.Marco Pesenti Gritti2004-02-262-2/+24
| | | | | | | | | | | 2004-02-26 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-tab.c: (ephy_tab_address_cb), (ensure_page_info): Do not show about:blank to the user, an empty address bar will do better. When the address bar is empty (no page or blank page is loaded) set the address before loading succeeded.
* Updated Italian translation.Alessio Frusciante2004-02-262-558/+752
|
* Check for NULL before converting filename to UTF-8.Christian Persch2004-02-252-10/+19
| | | | | | | | 2004-02-25 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (open_response_cb): Check for NULL before converting filename to UTF-8.
* Make max size property use long / bytes.Marco Pesenti Gritti2004-02-258-18/+52
| | | | | | | | | | | | | | | | | | | | | | | 2004-02-25 Marco Pesenti Gritti <marco@gnome.org> * embed/ephy-embed-persist.c: (ephy_embed_persist_set_max_size), (ephy_embed_persist_set_property), (ephy_embed_persist_get_property), (ephy_embed_persist_init), (ephy_embed_persist_class_init): * embed/ephy-embed-persist.h: Make max size property use long / bytes. * embed/ephy-favicon-cache.c: (ephy_favicon_cache_download): Correct to use bytes. * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: * embed/mozilla/mozilla-embed-persist.cpp: Actually respect the max_size property.
* Change this back to simply do g_idle_add(), accidentally forgot to revertChristian Persch2004-02-252-13/+10
| | | | | | | | | 2004-02-24 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (let_me_resize_hack), (ephy_tab_size_to_cb): Change this back to simply do g_idle_add(), accidentally forgot to revert my change.
* Unescape filenames whenever possible.Xan Lopez2004-02-253-3/+24
| | | | Unescape filenames whenever possible.
* Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child.Christian Persch2004-02-2512-264/+297
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-02-24 Christian Persch <chpe@cvs.gnome.org> * src/ephy-nautilus-view.c: (gnv_embed_new_window_cb): * src/ephy-notebook.c: (ephy_notebook_class_init), (tab_label_size_request_cb), (ephy_notebook_move_tab), (move_tab), (motion_notify_cb), (move_tab_to_another_notebook), (button_release_cb), (ephy_notebook_switch_page_cb), (ephy_notebook_init), (close_button_clicked_cb), (build_tab_label), (ephy_notebook_insert_tab), (smart_tab_switching_on_closure), (ephy_notebook_remove_tab): * src/ephy-notebook.h: * src/ephy-session.c: (tab_added_cb), (tab_removed_cb): * src/ephy-shell.c: (ephy_shell_new_tab): * src/ephy-tab.c: (ephy_tab_get_type), (ephy_tab_size_allocate), (ephy_tab_parent_set), (ephy_tab_class_init), (ephy_tab_finalize), (ephy_tab_new), (ephy_tab_get_embed), (ephy_tab_for_embed), (ephy_tab_new_window_cb), (let_me_resize_hack), (ephy_tab_visibility_cb), (ephy_tab_size_to_cb), (ephy_tab_dom_mouse_click_cb), (ephy_tab_init), (ephy_tab_update_navigation_flags), (ephy_tab_set_title): * src/ephy-tab.h: * src/ephy-tabs-menu.c: (tab_added_cb), (tab_removed_cb), (tabs_reordered_cb), (ephy_tabs_menu_set_window), (ephy_tabs_menu_update): * src/ephy-window.c: (tab_added_cb), (tab_removed_cb), (tab_detached_cb), (tabs_reordered_cb), (tab_delete_cb), (setup_notebook), (ephy_window_add_tab), (ephy_window_jump_to_tab), (real_get_active_tab), (ephy_window_remove_tab), (ephy_window_get_active_tab), (ephy_window_get_active_embed), (ephy_window_get_tabs): * src/ephy-window.h: * src/window-commands.c: (window_cmd_tabs_move_left), (window_cmd_tabs_move_right), (window_cmd_tabs_detach): Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child.
* Updated Norwegian translation.Kjartan Maraas2004-02-252-44/+57
| | | | | | 2004-02-24 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
* Updated Korean translation.Changwoo Ryu2004-02-242-38/+50
| | | | * ko.po: Updated Korean translation.
* Updated Albanian translationLaurent Dhima2004-02-241-0/+4
| | | | * sq.po: Updated Albanian translation
* UpdatedLaurent Dhima2004-02-241-19/+19
|
* Updated Lithuanian translation.Zygimantas Berucka2004-02-242-39/+52
| | | | | | 2004-02-24 Zygimantas Berucka <uid0@tuxfamily.org> * lt.po: Updated Lithuanian translation.
* update hindi translationGuntupalli Karunakar2004-02-242-1176/+1837
|
* Do not use gnome vfs to check the scheme because it can handle onlyMarco Pesenti Gritti2004-02-242-17/+16
| | | | | | | | | 2004-02-24 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-tab.c: (address_has_web_scheme): Do not use gnome vfs to check the scheme because it can handle only supported methods.
* Updated Danish translation.Ole Laursen2004-02-242-30/+42
| | | | | | 2004-02-23 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* Updated British English translation.Christian Persch2004-02-232-2/+6
| | | | | | 2004-02-22 Christian Persch <chpe@cvs.gnome.org> * en_GB.po: Updated British English translation.
* Updated Malay translation.Hasbullah Bin Pit2004-02-232-175/+187
| | | | | | 2004-02-22 Hasbullah Bin Pit <sebol@my-penguin.org> * ms.po: Updated Malay translation.
* Updated Greek translationNikos Charonitakis2004-02-232-21/+35
|
* Updated Dutch (nl) translationReinout van Schouwen2004-02-231-34/+45
|
* Updated Azerbaijani translation.MÉ™tin Æmirov2004-02-232-74/+85
| | | | | | 2004-02-22 MÉ™tin Æmirov <metin@karegen.com> * az.po: Updated Azerbaijani translation.
* Updated the Greek translationKostas Papadimas2004-02-222-199/+199
|
* Updated British English translation.Release1110Christian Persch2004-02-222-433/+532
| | | | | | 2004-02-21 Christian Persch <chpe@cvs.gnome.org> * en_GB.po: Updated British English translation.