aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Marco Pesenti Gritti2004-04-301-4/+4
|
* Updated Canadian English translation.Adam Weinberger2004-04-302-106/+116
| | | | * en_CA.po: Updated Canadian English translation.
* Complete headers definesMarco Pesenti Gritti2004-04-306-38/+75
| | | | | | | | | | | | 2004-04-29 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/EventContext.cpp: * embed/mozilla/EventContext.h: * embed/mozilla/MozillaPrivate.cpp: * embed/mozilla/MozillaPrivate.h: * embed/mozilla/mozilla-embed.cpp: Complete headers defines
* HIGified dialog created with "Cancel" and "Overwrite" buttons.Patanjali Somayaji2004-04-292-11/+49
| | | | | | | | | | | | | | 2204-04-29 Patanjali Somayaji <patanjali@codito.com> * lib/ephy-gui.c ephy_gui_confirm_overwrite () changes: HIGified dialog created with "Cancel" and "Overwrite" buttons. (Fix for bug #133152) * Changelog updated
* *** empty log message ***Marco Pesenti Gritti2004-04-291-0/+2
|
* More defines work, still lack EventContext and EmbedPrivate. Use mozillaMarco Pesenti Gritti2004-04-2928-174/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-04-29 Marco Pesenti Gritti <marco@gnome.org> * configure.in: * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: * embed/mozilla/EphyAboutRedirector.cpp: * embed/mozilla/EphyAboutRedirector.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyContentPolicy.cpp: * embed/mozilla/EphyContentPolicy.h: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphyHeaderSniffer.h: * embed/mozilla/EphySingle.cpp: * embed/mozilla/EventContext.cpp: * embed/mozilla/FilePicker.cpp: * embed/mozilla/GlobalHistory.cpp: * embed/mozilla/GlobalHistory.h: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSClientAuthDialogs.h: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSDialogs.h: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: * embed/mozilla/mozilla-embed-persist.cpp: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed.cpp: More defines work, still lack EventContext and EmbedPrivate. Use mozilla like warning flags instead of those gnome macros. Remove several unused variables.
* *** empty log message ***Marco Pesenti Gritti2004-04-291-0/+2
|
* Add defines for private mozilla api usage. It will make easier to trackMarco Pesenti Gritti2004-04-293-49/+53
| | | | | | | | | | | | | | 2004-04-29 Marco Pesenti Gritti <marco@gnome.org> * configure.in: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/Makefile.am: Add defines for private mozilla api usage. It will make easier to track what we need to port to embed string and what we need to be using only public api (on the long time).
* Adding new screenshots.Piers Cornwell2004-04-292-0/+0
| | | | Adding new screenshots.
* Updated Smart Bookmarks help content. Patch by poobar@nycap.rr.com. FixesPiers Cornwell2004-04-292-197/+382
| | | | | | | | | | | 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.
* Merging from gnome-2-4Christian Persch2004-04-295-0/+1129
|
* 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.
* Correct listitems to contain para tags. Fixes bug #140918.Sebastian Heinlein2004-04-292-23/+41
| | | | | | | | 2004-04-28 Sebastian Heinlein <glatzor@pimpzkru.de> * help/C/epiphany.xml: Correct listitems to contain para tags. Fixes bug #140918.
* Updated Dutch translationReinout van Schouwen2004-04-281-668/+665
| | | | | 2004-04-27 Reinout van Schouwen <reinout@cs.vu.nl> * nl.po: Updated Dutch translation
* Nice mess of defines to support 1.8a. Damn.Marco Pesenti Gritti2004-04-2711-32/+248
| | | | | | | | | | | | | | | | | 2004-04-27 Marco Pesenti Gritti <marco@gnome.org> * configure.in: * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EventContext.h: * embed/mozilla/FilePicker.cpp: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: * embed/mozilla/mozilla-download.cpp: * embed/mozilla/mozilla-embed-persist.cpp: Nice mess of defines to support 1.8a. Damn.
* Updated Portuguese translation.Duarte Loreto2004-04-272-603/+591
| | | | | | 2004-04-27 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* 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.
* Fix encoding of saved content; fixes bug #141050.Marco Pesenti Gritti2004-04-272-34/+29
| | | | | | | | 2004-04-26 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/MozDownload.cpp: Fix encoding of saved content; fixes bug #141050.
* Fix dependency libs not to include libbonoboui.Christian Persch2004-04-242-1/+7
| | | | | | | | 2004-04-23 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-1.4.pc.in: Fix dependency libs not to include libbonoboui.
* Added Basque help filesPablo Saratxaga2004-04-229-1/+844
|
* Document UTF-8 requirement.Christian Persch2004-04-225-8/+25
| | | | | | | | | | | | | | | 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.
* *** empty log message ***Marco Pesenti Gritti2004-04-221-2/+3
|
* Updated Lithuanian translation.Zygimantas Berucka2004-04-212-609/+445
| | | | | | 2004-04-21 Zygimantas Berucka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Added missing documentation fileAdam Hooper2004-04-212-0/+44
|
* Documented EphyGladeAdam Hooper2004-04-206-7/+35
|
* Updated Czech translation.Miloslav Trmac2004-04-192-7/+15
| | | | | | 2004-04-19 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Fix font selection combo box issues; fixes bug #138560.Christian Persch2004-04-185-69/+107
| | | | | | | | | | | | | | | | 2004-04-18 Christian Persch <chpe@cvs.gnome.org> * configure.in: * 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.
* Merging from gnome-2-6Christian Persch2004-04-181-1/+2
|
* Fix chrome for new windows opened from _blank target. Fixes bug #139512.Marco Pesenti Gritti2004-04-185-29/+43
| | | | | | | | | | | | | 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.
* s/PERSIST_NO_CONVERSION/PERSIST_FLAGS_NO_CONVERSION/Adam Hooper2004-04-181-1/+1
|
* Do not uncompress when the type is not html.Marco Pesenti Gritti2004-04-182-0/+11
| | | | | | | | 2004-04-17 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/MozDownload.cpp: Do not uncompress when the type is not html.
* Updated Canadian English translation.Adam Weinberger2004-04-182-3/+10
| | | | * en_CA.po: Updated Canadian English translation.
* Resync with eggMarco Pesenti Gritti2004-04-175-4/+33
| | | | | | | | | | | | 2004-04-17 Marco Pesenti Gritti <marco@gnome.org> * lib/egg/Makefile.am: * lib/egg/egg-editable-toolbar.c: (set_drag_cursor): * lib/egg/egg-toolbar-editor.c: (set_drag_cursor): * lib/egg/eggstatusicon.c: (egg_status_icon_init), (egg_status_icon_button_press), (egg_status_icon_button_release): Resync with egg
* Updated British English translationGareth Owen2004-04-172-599/+588
|
* Added MozDownload.cpp.Christian Persch2004-04-172-0/+5
| | | | | | | | 2004-04-16 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Added MozDownload.cpp. 2004-04-16 Adam Weinberger <adamw@gnome.org>
* Fix saving of linked content. Don't create the directory; mozilla will doChristian Persch2004-04-172-11/+15
| | | | | | | | | 2004-04-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: (InitiateMozillaDownload): Fix saving of linked content. Don't create the directory; mozilla will do it for us if necessary. Make the "Files" suffix translatable.
* Updated Canadian English translation.Adam Weinberger2004-04-162-601/+433
| | | | * en_CA.po: Updated Canadian English translation.
* Updated Czech translation.Miloslav Trmac2004-04-162-595/+579
| | | | | | 2004-04-16 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Updated Hungarian translation.Andras Timar2004-04-152-361/+421
| | | | | | 2004-04-15 Andras Timar <timar@gnome.hu> * hu.po: Updated Hungarian translation.
* Add "Downloads" folder shortcut to our file chooser dialogues.Christian Persch2004-04-142-0/+30
| | | | | | | | | 2004-04-14 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-chooser.c: (ephy_file_chooser_constructor), (ephy_file_chooser_class_init): Add "Downloads" folder shortcut to our file chooser dialogues.
* Add debug output.Christian Persch2004-04-142-0/+16
| | | | | | | | | 2004-04-14 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_new_window_cb), (ephy_tab_visibility_cb), (ephy_tab_destroy_brsr_cb): Add debug output.
* 2004-04-09 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-04-145-10/+38
| | | | | | | | | | | | 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): 2004-04-09 Christian Persch <chpe@cvs.gnome.org>
* 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.
* Add Ctrl+S as an alternate accel for Save As. Fixes bug #139415.Piers Cornwell2004-04-103-0/+12
| | | | | | | | | | 2004-04-09 Piers Cornwell <piers@gnome.org> * src/ephy-window.c: * data/ui/epiphany-ui.xml: Add Ctrl+S as an alternate accel for Save As. Fixes bug #139415.
* 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.
* Change initial refcound of EphyNode to 1, not 0Adam Hooper2004-04-106-13/+11
|
* added gujarati translationGuntupalli Karunakar2004-04-094-1/+3822
|
* Fix ChangeLogChristian Persch2004-04-091-2/+2
|
* Make warning message selectable.Piers Cornwell2004-04-092-0/+7
| | | | | | | | 2004-04-08 Piers Cornwell <piers@gnome.org> * embed/mozilla/ContentHandler.cpp: Make warning message selectable.
* Added forgotten EphyNodeDb documentationAdam Hooper2004-04-082-0/+137
|
* Eliminate ExternalProtocolHandlers in favor of setting prefs to makeChristian Biesinger2004-04-078-500/+30
| | | | | | | | | | | | | * embed/mozilla/ExternalProtocolHandlers.cpp: * embed/mozilla/ExternalProtocolHandlers.h: * embed/mozilla/FilePicker.cpp: * 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.
* Remove unused variable.Christian Persch2004-04-072-3/+7
| | | | | | | | 2004-04-07 Christian Persch <chpe@cvs.gnome.org> * lib/eel-gconf-extensions.c: (eel_gconf_handle_error): Remove unused variable.
* Don't abort on errors, just display a message on console.Christian Persch2004-04-072-11/+6
| | | | | | | | 2004-04-07 Christian Persch <chpe@cvs.gnome.org> * lib/eel-gconf-extensions.c: (eel_gconf_handle_error): Don't abort on errors, just display a message on console.
* doc/plan/plan.xmlPiers Cornwell2004-04-072-10/+22
| | | | | | | | 2004-04-06 Piers Cornwell <piers@gnome.org> * doc/plan/plan.xml Add some bugzilla references.
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2004-04-062-14/+19
|
* Track the active window.Christian Persch2004-04-062-0/+74
| | | | | | | | | | 2004-04-05 Christian Persch <chpe@cvs.gnome.org> * src/ephy-session.c: (window_focus_in_event_cb), (impl_attach_window), (ephy_session_set_property), (ephy_session_get_property), (ephy_session_class_init): Track the active window.
* 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-48/+53
|
* Documented EphyNodeDbAdam Hooper2004-04-0511-16/+169
|
* Updated Icelandic translation by Helgi ormar orbjrnssonSamel Jn Gunnarsson2004-04-042-1200/+1682
| | | | | | | 2004-04-03 Samel Jn Gunnarsson <sammi@techattack.nu> * is.po: Updated Icelandic translation by Helgi ormar orbjrnsson <helgi@trance.is>
* Synchronise changes from galeon, this fixes simple usage, stops crashesCrispin Flowerday2004-04-034-16/+57
| | | | | | | | | | | | | | | 2004-04-03 Crispin Flowerday <gnome@flowerday.cx> * lib/egg/egg-editable-toolbar.c: (set_fixed_style), (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed), (update_fixed), (toolbars_clean), (egg_editable_toolbar_construct), (egg_editable_toolbar_set_model): * lib/egg/egg-toolbar-editor.c: (egg_toolbar_editor_load_actions): * lib/egg/egg-toolbars-model.h: Synchronise changes from galeon, this fixes simple usage, stops crashes when dragging items to and from other applications, and adds the ability to override the toolbar style.
* 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.
* Added 'plural-forms'.Iñaki Larrañaga2004-04-021-0/+1
| | | | | | 2004-04-02 Iñaki Larrañaga <dooteo@euskalgnu.org> * eu.po: Added 'plural-forms'.
* Added "eu" (Basque) to ALL_LINGUAS.Iñaki Larrañaga2004-04-022-1/+7
| | | | | | 2004-04-02 Iñaki Larrañaga <dooteo@euskalgnu.org> * configure.in: Added "eu" (Basque) to ALL_LINGUAS.
* Added Basque translation.Iñaki Larrañaga2004-04-022-0/+3707
| | | | | | 2004-04-02 Iñaki Larrañaga <dooteo@euskalgnu.org> * eu.po: Added Basque translation.
* added <!ELEMENT > declaration for bugzilla tag fixed test for presence ofStefan Rotsch2004-04-022-1/+10
| | | | | | | | | 2004-04-02 Stefan Rotsch <ritschie@cvs.gnome.org> * doc/plan/ephyplan.dtd: added <!ELEMENT > declaration for bugzilla tag * doc/plan/plan2table.xsl: fixed test for presence of bugzilla tag; now it should work
* Fix bookmarks toolbar visibility in fullscreen and print preview mode, asChristian Persch2004-04-015-25/+44
| | | | | | | | | | | | | | | 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-0/+4
| | | | | | 2004-03-31 Alexander Shopov <ash@contact.bg> * Corrected small mistake in the committed Changelog
* Fix --with-mozilla-snapshot help string; we don't support 1.4 and 1.5 anyChristian Persch2004-03-312-5/+12
| | | | | | | | | 2004-03-31 Christian Persch <chpe@cvs.gnome.org> * configure.in: Fix --with-mozilla-snapshot help string; we don't support 1.4 and 1.5 any more.
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.orgAlexander Shopov2004-03-312-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.
* Use right capitalisation for label.Piers Cornwell2004-03-312-1/+7
| | | | | | | | 2004-03-30 Piers Cornwell <piers@gnome.org> * data/glade/prefs-dialog.glade: Use right capitalisation for label.
* Don't allow a font size less than 1.Piers Cornwell2004-03-313-6/+13
| | | | | | | | | 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.
* Added element <bugzilla /> for assigning a bugzilla entry to each itemStefan Rotsch2004-03-311-2/+3
| | | | | | | 2004-03-30 Stefan Rotsch <ritschie@cvs.gnome.org> * doc/plan/ephyplan.dtd: Added element <bugzilla /> for assigning a bugzilla entry to each item (not mandatory)
* Get rid of the separators in the Image and Image/Link popups. Fixes bugChristian Persch2004-03-302-2/+7
| | | | | | | | | 2004-03-30 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: Get rid of the separators in the Image and Image/Link popups. Fixes bug #115897.
* Documented EphyEmbedFactoryAdam Hooper2004-03-305-17/+27
|
* Get rid of #if GTK_CHECK_VERSION() stuff and remove optionmenu code.Christian Persch2004-03-302-67/+7
| | | | | | | | 2004-03-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSClientAuthDialogs.cpp: Get rid of #if GTK_CHECK_VERSION() stuff and remove optionmenu code.
* Remove Open Image in New Tab and New Window from the context menu.Christian Persch2004-03-305-54/+10
| | | | | | | | | | | | 2004-03-29 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: * src/popup-commands.c: * src/popup-commands.h: * data/ui/epiphany-ui.xml: Remove Open Image in New Tab and New Window from the context menu.
* Removed the nautilus view.Christian Persch2004-03-3020-1858/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-03-29 Christian Persch <chpe@cvs.gnome.org> * configure.in: * data/.cvsignore: * data/GNOME_Epiphany_NautilusView.server.in: * data/Makefile.am: * data/ui/.cvsignore: * data/ui/Makefile.am: * data/ui/nautilus-epiphany-view.xml: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/ephy-embed-popup-control.c: * embed/ephy-embed-popup-control.h: * lib/Makefile.am: * lib/ephy-bonobo-extensions.c: * lib/ephy-bonobo-extensions.h: * po/POTFILES.in: * src/Makefile.am: * src/ephy-nautilus-view.c: * src/ephy-nautilus-view.h: * src/ephy-shell.c: (ephy_automation_factory_cb): Removed the nautilus view. 2004-03-29 Christian Persch <chpe@cvs.gnome.org>
* Make EphyCompletionColumn a typedef enum, fixes bug #136878.Christian Persch2004-03-302-1/+7
| | | | | | | | 2004-03-29 Christian Persch <chpe@cvs.gnome.org> * src/ephy-completion-model.h: Make EphyCompletionColumn a typedef enum, fixes bug #136878.
* Documented EphyCommandManagerAdam Hooper2004-03-307-4/+167
|
* 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.
* Test with -d, fixes bug #138088.Christian Persch2004-03-292-1/+7
| | | | | | | | 2004-03-29 Christian Persch <chpe@cvs.gnome.org> * src/epiphany.in: Test with -d, fixes bug #138088.
* Add "Save Link As..." to Image/Link popup. Fixes bug #138207.Christian Persch2004-03-292-0/+7
| | | | | | | | 2004-03-29 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: Add "Save Link As..." to Image/Link popup. Fixes bug #138207.
* 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.
* fixed bug in translationGuntupalli Karunakar2004-03-292-1/+5
|
* Tiny cleanup.Xan Lopez2004-03-282-4/+7
| | | | | | | | 2004-03-28 Xan Lopez <xan@gnome.org> * embed/mozilla/MozRegisterComponents.cpp: Tiny cleanup.
* moved to doc/plan/plan.xml Makefile for transforming plan.xml to htmlStefan Rotsch2004-03-285-0/+117
| | | | | | | | | | | | 2004-03-28 Stefan Rotsch <ritschie@cvs.gnome.org> * doc/plan.xml: moved to doc/plan/plan.xml * doc/plan/Makefile: Makefile for transforming plan.xml to html using xsltproc and xmllint * doc/plan/README: README containing some plan-related information * doc/plan/ephyplan.dtd: DTD describing plan.xml's content * doc/plan/plan.xml: formerly located at doc/plan.xml * doc/plan/plan2table.xsl: XSLT stylesheet for plan.xml
* UpdateXan Lopez2004-03-281-1/+3
| | | | Update
* EphyEmbedPersist documentationAdam Hooper2004-03-288-8/+554
|
* Use verb for action button and various minor tidy ups.Piers Cornwell2004-03-282-11/+23
| | | | | | | | 2004-03-27 Piers Cornwell <piers@gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_import): Use verb for action button and various minor tidy ups.
* Added ephy-stock-icons.c.Christian Persch2004-03-272-0/+5
| | | | | | 2004-03-27 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Added ephy-stock-icons.c.
* Log context of event in debug mode.Christian Persch2004-03-272-0/+8
| | | | | | | | 2004-03-27 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (show_embed_popup): Log context of event in debug mode.
* Correctly disconnect the handler not from the proxy but from the entryChristian Persch2004-03-272-6/+17
| | | | | | | | | | 2004-03-27 Christian Persch <chpe@cvs.gnome.org> * src/ephy-location-action.c: (location_url_activate_cb), (disconnect_proxy), (ephy_location_action_set_address): Correctly disconnect the handler not from the proxy but from the entry itself. Rationalise away one strdup.
* Register our stock icons.Christian Persch2004-03-273-10/+23
| | | | | | | | | | | | 2004-03-27 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-stock-icons.c: (ephy_stock_icons_init): Register our stock icons. * embed/mozilla/ContentHandler.cpp: Use stock icon for "Download".
* Remove removed file ExternalProtocolService.cpp.Christian Persch2004-03-272-1/+4
| | | | | | 2004-03-27 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Remove removed file ExternalProtocolService.cpp.
* Documented EphyEmbedSingleAdam Hooper2004-03-279-70/+186
|
* *** empty log message ***Marco Pesenti Gritti2004-03-271-0/+10
|
* Fix duplicate accesskey, use correct case for button text and make messagePiers Cornwell2004-03-272-1/+9
| | | | | | | | | 2004-03-26 Piers Cornwell <piers@gnome.org> * src/ephy-window.c: (confirm_close_with_modified_forms): Fix duplicate accesskey, use correct case for button text and make message selectable.
* *** empty log message ***Marco Pesenti Gritti2004-03-261-0/+10
|
* *** empty log message ***Marco Pesenti Gritti2004-03-261-9/+0
|
* Add base dir to mozilla includes since the embed SDK dir structure hasMarco Pesenti Gritti2004-03-262-0/+9
| | | | | | | | | 2004-03-26 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/Makefile.am: Add base dir to mozilla includes since the embed SDK dir structure has been flattened in cvs
* Use stock icon for open. Fixes bug #135765.Christian Persch2004-03-262-1/+8
| | | | | | | | 2004-03-25 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: (MIMEConfirmAction): Use stock icon for open. Fixes bug #135765.
* Fix arg type of dom_* signals to match the closure.Christian Persch2004-03-262-2/+7
| | | | | | | | 2004-03-25 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.c: (ephy_embed_base_init): Fix arg type of dom_* signals to match the closure.
* Add ephy_tab_get_type(), fixes EphyTab documentation to include objectChristian Persch2004-03-262-0/+9
| | | | | | | | | 2004-03-25 Christian Persch <chpe@cvs.gnome.org> * doc/reference/epiphany.types: Add ephy_tab_get_type(), fixes EphyTab documentation to include object properties.
* Fixed teeny typoAdam Hooper2004-03-261-1/+1
|
* Fixed gtk-doc commentsAdam Hooper2004-03-262-3/+12
|
* Documented EphyEmbedAdam Hooper2004-03-2616-89/+1040
|
* Status updates for 3 itemsStefan Rotsch2004-03-261-4/+4
| | | | | | 2004-03-23 Stefan Rotsch <ritschie@cvs.gnome.org> * doc/plan.xml: Status updates for 3 items
* Tiny doc fixes.Christian Persch2004-03-243-4/+9
| | | | | | | | | 2004-03-23 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: * src/ephy-window.c: Tiny doc fixes.
* Get rid of ephy_tab_[get|set]_window().Christian Persch2004-03-245-88/+39
| | | | | | | | | | | | | | | | 2004-03-23 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_set_property), (ephy_tab_get_property), (ephy_tab_get_window), (ephy_tab_action_activate_cb), (ephy_tab_class_init), (ephy_tab_destroy_brsr_cb), (ephy_tab_size_to_cb), (ephy_tab_dom_mouse_click_cb), (ephy_tab_init): * src/ephy-tab.h: * src/ephy-window.c: (tab_context_menu_cb), (ephy_window_set_active_tab): * src/ephy-window.h: Get rid of ephy_tab_[get|set]_window().
* Fix the build, bad noda :PChristian Persch2004-03-242-1/+7
| | | | | | | | 2004-03-23 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_visibility_cb): Fix the build, bad noda :P
* 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.
* Documented EphyTabAdam Hooper2004-03-247-20/+379
|
* More documentationAdam Hooper2004-03-244-1/+251
|
* API documentationAdam Hooper2004-03-2410-84/+404
|
* *** empty log message ***Marco Pesenti Gritti2004-03-231-0/+1
|
* Normalized expression in Portuguese translation.Duarte Loreto2004-03-232-8/+12
| | | | | | 2004-03-23 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Normalized expression in Portuguese translation.
* Typos.Xan Lopez2004-03-231-2/+2
| | | | Typos.
* Update.Xan Lopez2004-03-231-1/+11
| | | | Update.
* *** empty log message ***Marco Pesenti Gritti2004-03-231-30/+30
|
* *** empty log message ***Marco Pesenti Gritti2004-03-231-22/+21
|
* *** empty log message ***Marco Pesenti Gritti2004-03-231-1/+1
|
* *** empty log message ***Marco Pesenti Gritti2004-03-231-1/+10
|
* *** empty log message ***Marco Pesenti Gritti2004-03-231-0/+172
|
* the xbel mime 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 mime type is now application/x-xbel
* Forgot to s/logo/icon/g.Christian Persch2004-03-212-6/+12
| | | | | | | | 2004-03-21 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_help_about): Forgot to s/logo/icon/g.
* Fix "Add" button width in the prefs dialogue for some themes. Fixes bugChristian Persch2004-03-212-0/+8
| | | | | | | | | 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. Fixes bug #137811.
* Set window icon. Fixes bug #137806.Christian Persch2004-03-212-0/+8
| | | | | | | | 2004-03-21 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_help_about): Set window icon. Fixes bug #137806.
* *** empty log message ***Christian Persch2004-03-211-1/+1
|
* Don't override nsWebBrowserContentPolicy contract ID, just register ourChristian Persch2004-03-213-5/+47
| | | | | | | | | | 2004-03-21 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.
* Updated Catalan translation by Xavi Conde <xaviconde@eresmas.com>.Jordi Mallach2004-03-212-1350/+1836
|
* R data/epiphany-1.2.pc.in: A data/epiphany-1.4.pc.in:Christian Persch2004-03-215-3/+15
| | | | | | | | | | | | | 2004-03-21 Christian Persch <chpe@cvs.gnome.org> * configure.in: * data/Makefile.am: R data/epiphany-1.2.pc.in: A data/epiphany-1.4.pc.in: * src/Makefile.am: Make epiphany-extensions for epiphany 1.3 parallel-installable with those for epiphany 1.2.
* Added punjabi translationGuntupalli Karunakar2004-03-204-1/+3550
|
* Don't try to unref NULL icon. 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 icon. Fixes bug #137715.
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2004-03-192-1263/+2102
|
* Updated Arabic translation.Arafat Medini2004-03-192-12/+18
| | | | | | 2004-03-18 Arafat Medini <lumina@silverpen.de> * ar.po: Updated Arabic translation.
* Cleanups chromes code and register a type for the enum.Marco Pesenti Gritti2004-03-1911-328/+415
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. * src/window-commands.c: * src/window-commands.h: Move chromes actions to EphyWindow so we dont need to expose chrome handling.
* Make select-by-key support unsorted lists. Fuzzy matching is gone though.Xan Lopez2004-03-192-1/+9
| | | | | | | | * lib/widgets/ephy-node-view.c: (ephy_node_view_select_node_by_key): Make select-by-key support unsorted lists. Fuzzy matching is gone though. Oh well ... :) (bug #137054)
* Make secure description better (Bug #136443).Piers Cornwell2004-03-194-3/+18
| | | | | | | | | | | | | | | | 2004-03-18 Piers Cornwell <piers@gnome.org> * src/pdm-dialog.c: (show_cookies_properties): Make secure description better (Bug #136443). * src/window-commands.c: (window_cmd_help_about): Add my email address. * embed/mozilla/GtkNSSDialogs.cpp: Include nsReadableUtils.h.
* Add firefox option in bookmarks import dialogue.Christian Persch2004-03-184-1/+13
| | | | | | | | | | 2004-03-18 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_import): * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import): * src/bookmarks/ephy-bookmarks-import.h: Add firefox option in bookmarks import dialogue.
* 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.
* *** empty log message ***Marco Pesenti Gritti2004-03-1727-15/+68
|
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-1774-509/+444
|
* 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 Skjveland2004-03-094-1/+3452
| | | | | | | 2004-03-09 smund Skjveland <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
|