aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* === Release 1.2.8 ===Release128Christian Persch2004-08-161-0/+7
| | | | | | | | | 2004-08-16 Christian Persch <chpe@cvs.gnome.org> * NEWS: * configure.in: === Release 1.2.8 ===
* Use GetLocalName instead of GetTagName to get the attribute name. Patch byChristian Persch2004-08-161-0/+7
| | | | | | | | | 2004-08-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: Use GetLocalName instead of GetTagName to get the attribute name. Patch by Mikael Brockman, fixes bug #150208.
* Fix typo.Christian Persch2004-08-131-0/+6
| | | | | | | | 2004-08-13 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Fix typo.
* Don't use nsIDOMWindow2 with mozilla 1.8a1.Christian Persch2004-08-121-0/+6
| | | | | | | | 2004-08-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Don't use nsIDOMWindow2 with mozilla 1.8a1.
* 2004-08-10 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-08-101-0/+7
| | | | | * configure.in: * embed/mozilla/GlobalHistory.cpp:
* Preempt a mozilla API change.Christian Persch2004-08-101-0/+7
| | | | | | | | | 2004-08-09 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EventContext.cpp: Preempt a mozilla API change.
* Confirm before overwriting a file. Fixes bug #143501. Also fixes crashChristian Persch2004-08-091-0/+7
| | | | | | | | | 2004-08-09 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Confirm before overwriting a file. Fixes bug #143501. Also fixes crash from bug #149550.
* Fix new tab position (backported from HEAD.)Christian Persch2004-08-061-0/+6
| | | | | | | | 2004-08-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-shell.c: (ephy_shell_new_tab): Fix new tab position (backported from HEAD.)
* Fix restoring the history window on resume.Christian Persch2004-08-061-0/+6
| | | | | | | | 2004-08-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-session.c: (ephy_session_load): Fix restoring the history window on resume.
* Remove 1.7{a,b,rc*}.Christian Persch2004-08-061-0/+6
| | | | | | | | 2004-08-06 Christian Persch <chpe@cvs.gnome.org> * configure.in: Remove 1.7{a,b,rc*}.
* Fix mem leak; noticed by Jean-François Rameau.Christian Persch2004-08-041-0/+6
| | | | | | | | 2004-08-04 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (editor_can_open_uri): Fix mem leak; noticed by Jean-François Rameau.
* Fix mem leak; noticed by Jean-François Rameau.Christian Persch2004-08-041-0/+6
| | | | | | | | 2004-08-04 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_view_page_source): Fix mem leak; noticed by Jean-François Rameau.
* Move g_set_application_name() call after gnome_program_init(),Christian Persch2004-08-021-0/+7
| | | | | | | | 2004-08-02 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (main): Move g_set_application_name() call after gnome_program_init(),
* Mozilla API change; thanks to Crispin for alerting me to it.Christian Persch2004-08-021-0/+6
| | | | | | | | 2004-08-01 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Mozilla API change; thanks to Crispin for alerting me to it.
* Fix compilation with --enable-nautilus-view. Fixes bug #148995.Christian Persch2004-08-011-0/+6
| | | | | | | | 2004-08-01 Christian Persch <chpe@cvs.gnome.org> * src/ephy-nautilus-view.c: (gnv_cmd_file_print): Fix compilation with --enable-nautilus-view. Fixes bug #148995.
* Post-release version bump.Christian Persch2004-08-011-0/+6
| | | | | | | | 2004-08-01 Christian Persch <chpe@cvs.gnome.org> * configure.in: Post-release version bump.
* === Release 1.2.7 ===Release127Christian Persch2004-08-011-0/+16
| | | | | | | | | | | | | | | | | | 2004-08-01 Christian Persch <chpe@cvs.gnome.org> * doc/reference/tmpl/EphyContentPolicy.sgml: * doc/reference/tmpl/EphySingle.sgml: * doc/reference/tmpl/ephy-cookie-manager.sgml: * doc/reference/tmpl/ephy-embed-factory.sgml: * doc/reference/tmpl/ephy-embed-single.sgml: * doc/reference/tmpl/ephy-password-manager.sgml: * doc/reference/tmpl/ephy-permission-manager.sgml: * doc/reference/tmpl/ephy-session.sgml: * doc/reference/tmpl/ephy-shell.sgml: * doc/reference/tmpl/epiphany-unused.sgml: * doc/reference/tmpl/mozilla-embed-event.sgml: === Release 1.2.7 ===
* Updated for 1.2.7.Christian Persch2004-08-011-1/+7
| | | | | | | | 2004-08-01 Christian Persch <chpe@cvs.gnome.org> * NEWS: Updated for 1.2.7.
* Disconnect from screen's size-changed on finalize too.Christian Persch2004-08-011-0/+7
| | | | | | | | | 2004-07-31 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (update_exit_fullscreen_popup_position), (size_changed_cb), (ephy_window_destroy), (add_widget): Disconnect from screen's size-changed on finalize too.
* Use nsIDOMWindow2 to get the event target for mozilla >= 1.7rc3.Christian Persch2004-07-311-0/+6
| | | | | | | | 2004-07-31 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Use nsIDOMWindow2 to get the event target for mozilla >= 1.7rc3.
* Typo fix.Christian Persch2004-07-311-0/+6
| | | | | | | | 2004-07-31 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyContentPolicy.cpp: Typo fix.
* s/nsCString/nsACString/ in a few places. Patch taken from FreeBSD ports.Christian Persch2004-07-311-0/+8
| | | | | | | | | | 2004-07-31 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: s/nsCString/nsACString/ in a few places. Patch taken from FreeBSD ports.
* Mozilla API change.Christian Persch2004-07-291-0/+7
| | | | | | | | | 2004-07-29 Christian Persch <chpe@cvs.gnome.org> * configure.in: * embed/mozilla/EphyContentPolicy.cpp: Mozilla API change.
* Fix build with old mozilla versions (<= 1.5).Christian Persch2004-07-281-0/+6
| | | | | | | | 2004-07-28 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: Fix build with old mozilla versions (<= 1.5).
* Add bug referenceChristian Persch2004-07-251-1/+1
|
* Pass the single to the header sniffer and weak ref it. Fixes bug #141928,Christian Persch2004-07-251-0/+9
| | | | | | | | | | | 2004-07-25 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphyHeaderSniffer.h: * embed/mozilla/mozilla-embed-persist.cpp: Pass the single to the header sniffer and weak ref it. Fixes bug #141928, backported from HEAD.
* Release the single observer in dispose. Should fix bug #146873.Christian Persch2004-07-251-0/+8
| | | | | | | | | | 2004-07-25 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphySingle.cpp: * embed/mozilla/mozilla-embed-single.cpp: Release the single observer in dispose. Should fix bug #146873.
* Stored state is guint not gint.Christian Persch2004-07-241-0/+6
| | | | | | | | 2004-07-24 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: Stored state is guint not gint.
* Handle the case where the downloads dir cannot be created gracefully. FixChristian Persch2004-07-221-0/+9
| | | | | | | | | | | 2004-07-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: * lib/ephy-file-helpers.c: (ephy_ensure_dir_exists): * lib/ephy-file-helpers.h: Handle the case where the downloads dir cannot be created gracefully. Fix #146902 (backported from HEAD).
* Fix ChangeLogChristian Persch2004-07-221-16/+0
|
* Remove a unused variable.Christian Persch2004-07-221-0/+6
| | | | | | | | 2004-07-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-notifiers.cpp: Remove a unused variable.
* Mozilla API change (backported from HEAD).Christian Persch2004-07-221-0/+6
| | | | | | | | 2004-07-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Mozilla API change (backported from HEAD).
* Fix mem leaks (ported from Galeon).Christian Persch2004-07-221-0/+23
| | | | | | | | | 2004-07-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: Fix mem leaks (ported from Galeon).
* Since the print dialogue is modal the filechooser needs to be modal too.Christian Persch2004-07-171-0/+7
| | | | | | | | | 2004-07-17 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_dialog_browse_button_cb): Since the print dialogue is modal the filechooser needs to be modal too. Fixes bug #147628.
* Make print and print setup go trough nsIPrintingPromptService (backportedChristian Persch2004-07-111-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-07-10 Christian Persch <chpe@cvs.gnome.org> * configure.in: * data/glade/print.glade: * embed/ephy-embed-single.c: (ephy_embed_single_print_setup): * embed/ephy-embed-single.h: * embed/ephy-embed.c: (ephy_embed_print), (ephy_embed_set_print_preview_mode): * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/MozillaPrivate.cpp: * embed/mozilla/MozillaPrivate.h: * embed/mozilla/PrintingPromptService.cpp: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed.cpp: * embed/print-dialog.c: (ephy_print_get_print_info), (ephy_print_dialog_response_cb), (ephy_print_setup_dialog_help_button_cb), (ephy_print_dialog_new): * embed/print-dialog.h: * src/ephy-shell.c: (ephy_shell_init), (ephy_shell_finalize), (ephy_shell_get_prefs_dialog): * src/ephy-shell.h: * src/ephy-window.c: (ephy_window_delete_event_cb), (ephy_window_finalize), (update_embed_dialogs), (ephy_window_find): * src/ppview-toolbar.c: (toolbar_cmd_ppv_close): * src/window-commands.c: (window_cmd_file_print_setup), (window_cmd_file_print_preview), (window_cmd_file_print): Make print and print setup go trough nsIPrintingPromptService (backported from HEAD).
* Depend on libgnomeui >= 2.6.0.Christian Persch2004-07-091-0/+6
| | | | | | | | 2004-07-09 Christian Persch <chpe@cvs.gnome.org> * configure.in: Depend on libgnomeui >= 2.6.0.
* Don't convert filename encoding here, since we use it as UTF-8 inChristian Persch2004-07-071-0/+7
| | | | | | | | | 2004-07-07 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_get_print_info): Don't convert filename encoding here, since we use it as UTF-8 in MozillaPrivate.
* Unescape the mailto: address, fixes bug #144462 (merged from HEAD).Christian Persch2004-07-071-0/+9
| | | | | | | | | | | 2004-07-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: * embed/mozilla/EventContext.h: * embed/mozilla/Makefile.am: Unescape the mailto: address, fixes bug #144462 (merged from HEAD).
* Merged from HEAD.Christian Persch2004-07-071-0/+7
| | | | | | | | | 2004-07-06 Christian Persch <chpe@cvs.gnome.org> * configure.in: * po/he.po: Merged from HEAD.
* Set sane_state to TRUE from user changes, otherwise broken prefs willChristian Persch2004-06-291-0/+8
| | | | | | | | | | 2004-06-29 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (togglebutton_clicked_cb), (radiobutton_clicked_cb), (spinbutton_timeout_cb), (changed_cb): Set sane_state to TRUE from user changes, otherwise broken prefs will never get overwritten.
* Move check for javascript after the http[s] checks.Christian Persch2004-06-231-0/+6
| | | | | | | | 2004-06-23 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Move check for javascript after the http[s] checks.
* Check for empty attributes before adding the item when parsing theChristian Persch2004-06-211-0/+7
| | | | | | | | | 2004-06-21 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbars-model.c: (parse_item_list): Check for empty attributes before adding the item when parsing the toolbars file. Should fix bug #144698
* Allow importing from Epiphany bookmarks format (RDF), fixes bug #144699.Christian Persch2004-06-211-0/+7
| | | | | | | | | 2004-06-21 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import): Allow importing from Epiphany bookmarks format (RDF), fixes bug #144699.
* Remove implementation of GlobalHistory2::HidePage, it's really not usedChristian Persch2004-06-201-0/+8
| | | | | | | | | | 2004-06-20 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Remove implementation of GlobalHistory2::HidePage, it's really not used anyway in mozilla (history load listener is the only place, and it's not build, not even updated for API changes)
* Implement GlobalHistory[2]::HidePage, fixes bug #142143.Christian Persch2004-06-201-1/+7
| | | | | | | | 2004-06-20 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Implement GlobalHistory[2]::HidePage, fixes bug #142143.
* Escape strings before using the with markup in labels. Patch by CrispinChristian Persch2004-06-181-0/+8
| | | | | | | | | | 2004-06-17 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: Escape strings before using the with markup in labels. Patch by Crispin Flowerday.
* Work around mozilla bug #246392 which goes back to the original urls whenChristian Persch2004-06-151-0/+9
| | | | | | | | | | | 2004-06-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: Work around mozilla bug #246392 which goes back to the original urls when reloading a frameset. Fixes bug #115800.
* Use g_markup_print_escaped().Christian Persch2004-06-151-0/+6
| | | | | | | | 2004-06-14 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct): Use g_markup_print_escaped().
* Escape strings before using them with markup in labels.Christian Persch2004-06-151-0/+7
| | | | | | | | | 2004-06-14 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct): * src/bookmarks/ephy-topic-action.c: (build_topics_menu): Escape strings before using them with markup in labels.
* Post-release version bump.Christian Persch2004-06-141-0/+6
| | | | | | | | 2004-06-13 Christian Persch <chpe@cvs.gnome.org> * configure.in: Post-release version bump.
* === Release 1.2.6 ===Release126Christian Persch2004-06-141-0/+4
| | | | | | 2004-06-13 Christian Persch <chpe@cvs.gnome.org> === Release 1.2.6 ===
* Add "es" to SUBDIRS.Christian Persch2004-06-131-0/+6
| | | | | | | | 2004-06-13 Christian Persch <chpe@cvs.gnome.org> * help/Makefile.am: Add "es" to SUBDIRS.
* User GNOME_COMMON_INIT.Christian Persch2004-06-131-0/+6
| | | | | | | | 2004-06-13 Christian Persch <chpe@cvs.gnome.org> * configure.in: User GNOME_COMMON_INIT.
* Do not hide clipboard items for the input context, fixes bug #139040Christian Persch2004-06-131-0/+7
| | | | | | | | | 2004-06-13 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (show_embed_popup): Do not hide clipboard items for the input context, fixes bug #139040 (backported from HEAD).
* ==> ChangeLog <==Christian Persch2004-06-111-0/+6
| | | | | | | | | | | | 2004-06-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Fix typo. 2004-06-09 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs.js:
* Disable xpinstall by default. Fixes bug #144035.Christian Persch2004-06-101-0/+6
| | | | | | | | 2004-06-09 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs.js: Disable xpinstall by default. Fixes bug #144035.
* Fix property IDs.Christian Persch2004-06-091-0/+6
| | | | | | | | 2004-06-09 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_class_init): Fix property IDs.
* Check for firefox dot-dir too.Christian Persch2004-06-091-0/+7
| | | | | | | | | 2004-06-08 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import): * src/bookmarks/ephy-bookmarks-import.h: Check for firefox dot-dir too.
* Move external protocols prefs defaults in the javascript file and addMarco Pesenti Gritti2004-06-081-0/+9
| | | | | | | | | | | 2004-06-08 Marco Pesenti Gritti <marco@gnome.org> * data/default-prefs.js: * embed/mozilla/mozilla-embed-single.cpp: Move external protocols prefs defaults in the javascript file and add webcal (Bug #143899) (backported from HEAD)
* Fix setting the default filename in the !modeSave case. (Backported fromChristian Persch2004-06-071-0/+8
| | | | | | | | | | 2004-06-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/FilePicker.cpp: * embed/mozilla/FilePicker.h: Fix setting the default filename in the !modeSave case. (Backported from HEAD.)
* Merged from HEAD.Christian Persch2004-06-061-0/+7
| | | | | | | | | 2004-06-05 Christian Persch <chpe@cvs.gnome.org> * configure.in: * help/es/epiphany.xml: Merged from HEAD.
* Another API change on 1.7 branch.Christian Persch2004-06-021-2/+9
| | | | | | | | | 2004-06-02 Christian Persch <chpe@cvs.gnome.org> * configure.in: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: Another API change on 1.7 branch.
* === Release 1.2.6 ===Christian Persch2004-06-021-0/+7
| | | | | | | | | 2004-06-01 Christian Persch <chpe@cvs.gnome.org> * NEWS: * configure.in: === Release 1.2.6 ===
* Filter unwanted urls (unused protocols, redirects, non-toplevel loads).Christian Persch2004-05-301-0/+7
| | | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Filter unwanted urls (unused protocols, redirects, non-toplevel loads). Should fix bug #142143.
* Fix reload logic not to use forced reload by default. Patch by C. J. N.Christian Persch2004-05-301-0/+7
| | | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_view_reload): Fix reload logic not to use forced reload by default. Patch by C. J. N. Breame, fixes bug #143365.
* Version 1.2.6.Christian Persch2004-05-291-0/+6
| | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * configure.in: Version 1.2.6.
* Revert varargs change, it doesn't work for LOG("Message") withoutChristian Persch2004-05-291-0/+7
| | | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-debug.h: Revert varargs change, it doesn't work for LOG("Message") without arguments.
* Use ISO style variable argument macros. Patch by Brian Cameron, part ofChristian Persch2004-05-291-1/+8
| | | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-debug.h: Use ISO style variable argument macros. Patch by Brian Cameron, part of bug #141319.
* Add check for 'mkdtemp', since solaris doesn't have it.Christian Persch2004-05-291-0/+11
| | | | | | | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * configure.in: Add check for 'mkdtemp', since solaris doesn't have it. * lib/ephy-file-helpers.c: (ephy_file_tmp_dir): Error out if we don't have mkdtemp. (Backported from HEAD.)
* Don't return a value in void function, part of bug #141319.Christian Persch2004-05-291-0/+6
| | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (ephy_dialog_construct): Don't return a value in void function, part of bug #141319.
* Don't return a value in void function, part of bug #141319.Christian Persch2004-05-291-0/+6
| | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.c: (ephy_embed_print_preview_navigate): Don't return a value in void function, part of bug #141319.
* Fix for mozilla API change, backported from HEAD (ported from galeon).Christian Persch2004-05-291-0/+6
| | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSKeyPairDialogs.cpp: Fix for mozilla API change, backported from HEAD (ported from galeon).
* Depend on glib >= 2.4.1 because of the fix for bug #112222. IncreaseChristian Persch2004-05-291-0/+8
| | | | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * configure.in: Depend on glib >= 2.4.1 because of the fix for bug #112222. Increase mozilla snapshot level for 1.8a2/trunk. (backported from HEAD)
* Merged from HEAD.Christian Persch2004-05-291-0/+7
| | | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * configure.in: * po/tk.po: Merged from HEAD.
* Include "config.h".Christian Persch2004-05-291-0/+6
| | | | | | | | 2004-05-28 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.h: Include "config.h".
* Merged from HEAD.Christian Persch2004-05-241-0/+7
| | | | | | | | | 2004-05-24 Christian Persch <chpe@cvs.gnome.org> * configure.in: * po/th.po: Merged from HEAD.
* R help/es/Makefile.in:Christian Persch2004-05-231-0/+6
| | | | | | | | 2004-05-23 Christian Persch <chpe@cvs.gnome.org> R help/es/Makefile.in: remove Makefile.in errounously committed
* Set the drag icon on realize, otherwise the current icon theme isn't used,Crispin Flowerday2004-05-221-0/+9
| | | | | | | | | | | 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-221-0/+6
| | | | | | | | 2004-05-22 Christian Persch <chpe@cvs.gnome.org> * configure.in: Recognise mozilla 1.8a1 and 1.8a2.
* Fix stupid bug.Christian Persch2004-05-211-0/+7
| | | | | | | | | 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-211-0/+6
| | | | | | | | 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-201-0/+8
| | | | | | | | | | 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-201-0/+7
| | | | | | | | | 2004-05-19 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-cell-renderer-progress.c: (ephy_cell_renderer_progress_render): Fix overflow.
* Fix compilation with Mozilla 1.7 branch, patch by Carlos Romero.Christian Persch2004-05-191-0/+10
| | | | | | | | | | | | 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.
* Fix observer topic check for cookie "cleared" notification.Christian Persch2004-05-171-0/+6
| | | | | | | | 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-161-0/+6
| | | | | | | | 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-161-0/+6
| | | | | | | | 2004-05-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-persist.cpp: Fix refcount leak.
* Updated.Christian Persch2004-05-161-0/+6
| | | | | | | | 2004-05-15 Christian Persch <chpe@cvs.gnome.org> * NEWS: Updated.
* Set mEventReceiver to nsnull too in ::Destroy(), fixes a crasher.Christian Persch2004-05-161-0/+6
| | | | | | | | 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-151-0/+6
| | | | | | | | 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-131-0/+8
| | | | | | | | | | 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-121-0/+6
| | | | | | | | 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-111-0/+8
| | | | | | | | | | 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-091-0/+6
| | | | | | | | 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-091-1/+7
| | | | | | | | 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-071-0/+7
| | | | | | | | | 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-071-0/+6
| | | | | | | | 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-071-0/+12
| | | | | | | | | | | | | | 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-071-0/+7
| | | | | | | | | 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-071-0/+14
| | | | | | | | | | | | | | | | 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-071-1/+7
| | | | | | | | 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-071-0/+12
| | | | | | | | | | | | | | 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.)
* Remove duplicate entry for moz 1.4.2.Christian Persch2004-05-061-0/+6
| | | | | | | | 2004-05-06 Christian Persch <chpe@cvs.gnome.org> * configure.in: Remove duplicate entry for moz 1.4.2.
* Recognise mozilla 1.7rc too.Christian Persch2004-05-051-0/+6
| | | | | | | | 2004-05-04 Christian Persch <chpe@cvs.gnome.org> * configure.in: Recognise mozilla 1.7rc too.
* Post-release version bump.Christian Persch2004-05-041-0/+6
| | | | | | | | 2004-05-03 Christian Persch <chpe@cvs.gnome.org> * configure.in: Post-release version bump.
* Version 1.2.5.Christian Persch2004-05-041-0/+6
| | | | | | | | 2004-05-03 Christian Persch <chpe@cvs.gnome.org> * configure.in: Version 1.2.5.
* Whenever we have one, pass the cache key to the persist object. That wayChristian Persch2004-05-041-0/+7
| | | | | | | | | 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.
* Updated Smart Bookmarks help content. Patch by poobar@nycap.rr.com. FixesPiers Cornwell2004-04-291-0/+9
| | | | | | | | | | | 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-291-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-291-0/+9
| | | | | | | | | | | 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-281-0/+5
|
* Exit print preview mode before closing a window. Fixes a crasher; EpiphanyChristian Persch2004-04-271-0/+7
| | | | | | | | | 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.
* Version 1.2.4.Christian Persch2004-04-271-0/+7
| | | | | | | | | 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-271-0/+6
| | | | | | | | 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-251-0/+6
| | | | | | | | 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-221-3/+16
| | | | | | | | | | | | | | | 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.
* Fix font selection combo box issues; fixes bug #138560.Christian Persch2004-04-181-0/+13
| | | | | | | | | | | | | | | 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-181-0/+6
| | | | | | | | 2004-04-18 Christian Persch <chpe@cvs.gnome.org> * configure.in: Post-release version bump.
* Updated for 1.2.3.Christian Persch2004-04-181-0/+6
| | | | | | | | 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-181-0/+7
| | | | | | | | | 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-181-0/+6
| | | | | | | | 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-181-0/+7
| | | | | | | | | 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-181-0/+7
| | | | | | | | | 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-181-0/+11
| | | | | | | | | | | | | 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-181-1/+9
| | | | | | | | | | 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-181-0/+6
| | | | | | | | 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-171-0/+7
| | | | | | | | | 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.
* Add $(MOZILLA_INCLUDE_ROOT) to the list.Christian Persch2004-04-141-0/+6
| | | | | | | | 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-141-0/+10
| | | | | | | | | | | | 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.
* Don't quit the filechooser when selecting "No" from the confirm- overwriteChristian Persch2004-04-101-0/+13
| | | | | | | | | | | | | | | 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-101-0/+8
| | | | | | | | | | 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-071-0/+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.
* Make pdm and print setup dialogues destroy with parent, too.Christian Persch2004-04-061-0/+7
| | | | | | | | | 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-061-0/+12
| | | | | | | | | | | | | | 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.
* Merging Crispin's toolbar fixes from HEADChristian Persch2004-04-031-0/+13
|
* Remove stray semicolon. Fixes bug #138902.Christian Persch2004-04-031-0/+6
| | | | | | | | 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-011-0/+13
| | | | | | | | | | | | | | | 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.
* Make buttons the same size in Industrial theme and make text selectable.Piers Cornwell2004-03-311-0/+7
| | | | | | | | | 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-311-0/+7
| | | | | | | | | 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-311-0/+7
| | | | | | | | | 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-301-0/+6
| | | | * src/ephy-completion-model.h:
* Fixes #138263.Federico Mena Quintero2004-03-301-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-291-0/+6
| | | | | | | | 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-291-0/+6
| | | | | | | | 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-291-0/+6
| | | | | | | | 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-291-0/+6
| | | | | | | | 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-291-0/+8
| | | | | | | | | | 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.
* Make the "Go" button actually work. Thanks to aes for alerting us to thisChristian Persch2004-03-241-0/+8
| | | | | | | | | | 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.
* Added Gujarati translationGuntupalli Karunakar2004-03-231-0/+4
|
* Set window icon. Fixes bug #137806.Christian Persch2004-03-221-1/+14
| | | | | | * src/window-commands.c: (window_cmd_help_about): Set window icon. Fixes bug #137806.
* added Punjabi translationGuntupalli Karunakar2004-03-221-0/+4
|
* Cleanups chromes code and register a type for the enum.Marco Pesenti Gritti2004-03-221-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-221-0/+6
| | | | | | | | 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-221-0/+7
| | | | | | | | | 2004-03-22 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.in: Update for 1.2.1
* Don't try to unref NULL icons. Fixes bug #137715.Christian Persch2004-03-201-0/+6
| | | | | | | | 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.
* Fix notes and tips to validate.Piers Cornwell2004-03-181-0/+4
| | | | | | 2004-03-17 Piers Cornwell <piers@gnome.org> * help/C/epiphany.xml: Fix notes and tips to validate.
* *** empty log message ***Release120Marco Pesenti Gritti2004-03-151-0/+11
|
* Deal with the case where data_received signal is emitted asyncrounously.Marco Pesenti Gritti2004-03-141-0/+8
| | | | | | | | | | 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-131-0/+4
| | | | | | | 2004-03-13 Alexander Shopov <ash@contact.bg> * bg.po: Added Bulgarian translation by Vladimir "Kaladan" Petkov <vpetkov@i-space.org>
* Added nn to ALL_LINGUAS. Started Norwegian Nynorsk translation.Åsmund Skjæveland2004-03-091-0/+5
| | | | | | | 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.
* Check if the dragged item is a separator. Fixes crash when it _is_ aChristian Persch2004-03-091-0/+18
| | | | | | | | | | | | | | | | | | | | 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.
* *** empty log message ***Marco Pesenti Gritti2004-03-081-0/+8
|
* Updated for 1.1.11.Christian Persch2004-03-071-0/+6
| | | | | | | | 2004-03-07 Christian Persch <chpe@cvs.gnome.org> * NEWS: Updated for 1.1.11.
* Really always check the return value of xmlTextReaderRead(), don't advanceChristian Persch2004-03-071-0/+9
| | | | | | | | | | | 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-071-0/+7
| | | | | | | | | 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-071-0/+6
| | | | | | | | 2004-03-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: Also pop up the context menu with the menu key.
* Persist changed accels with gnome_accelerator_sync().Christian Persch2004-03-061-0/+6
| | | | | | | | 2004-03-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (main): Persist changed accels with gnome_accelerator_sync().
* Increase MOZILLA_SNAPSHOT for 1.7b, and depend on gtk+ >= 2.3.5.Christian Persch2004-03-061-0/+10
| | | | | | | | | | | | 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-051-0/+7
| | | | | | | | | 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-051-0/+7
| | | | | | | | | 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-051-0/+7
| | | | | | | | | 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-051-0/+10
| | | | | | | | | | | | 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-051-0/+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-041-0/+6
| | | | | | | | 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-041-0/+13
| | | | | | | | | | | | | | | 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-041-0/+16
| | | | | | | | | | | | | | | | | | 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-031-0/+8
| | | | | | | | | | 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.
* Do not show the unsubmitted dialog for js closeMarco Pesenti Gritti2004-03-031-0/+6
| | | | | | | | 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-031-0/+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-021-0/+7
| | | | | | | | | 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.
* Don't try to backup non-existing files :) Also, when neitherChristian Persch2004-03-021-0/+9
| | | | | | | | | | | 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-021-0/+9
| | | | | | | | | | | 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-021-0/+8
| | | | | | | | | | 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-021-0/+8
| | | | | | | | | | 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-021-0/+7
| | | | | | | | | 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
* Add API docs.Christian Persch2004-03-021-0/+6
| | | | | | | | 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-021-0/+9
| | | | | | | | | | | 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-021-0/+7
| | | | | | | | | 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-011-0/+8
| | | | | | | | | | 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-011-0/+7
| | | | | | | | | 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-011-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-011-0/+6
| | | | | | | | 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-011-0/+6
| | | | | | | | 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-011-0/+12
| | | | | | | | | | | | | | 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-291-0/+11
| | | | | | | | | | | | | 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-291-0/+7
| | | | | | | | | 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-291-0/+11
| | | | | | | | | | | | | 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-291-0/+7
| | | | | | | | | 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-291-0/+8
| | | | | | | | | | 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-291-0/+6
| | | | | | | | 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-291-0/+6
| | | | | | | | 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-291-0/+7
| | | | | | | | | 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-291-0/+7
| | | | | | | | | 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-291-0/+8
| | | | | | | | | | 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.
* Use getInterface to get the dom window from the docshell, notMarco Pesenti Gritti2004-02-281-0/+14
| | | | | | | | | | | | | | | | 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).
* Add a note about changelog entry.Marco Pesenti Gritti2004-02-281-0/+10
| | | | | | | | | | | | 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-281-0/+14
| | | | | | | | | | | | | | | | 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-281-0/+6
| | | | Add missing check for Firebird bookmarks, patch by André Dahlqvist.
* Remove an useless check.Marco Pesenti Gritti2004-02-281-0/+11
| | | | | | | | | | | | | 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-271-0/+7
| | | | | | | | 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-271-0/+9
| | | | | | | | | | | 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-271-0/+10
| | | | | | | | | | | | 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-271-0/+6
| | | | | | | | 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.
* Do not show about:blank to the user, an empty address bar will do better.Marco Pesenti Gritti2004-02-261-0/+9
| | | | | | | | | | | 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.
* Check for NULL before converting filename to UTF-8.Christian Persch2004-02-251-0/+6
| | | | | | | | 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-251-0/+21
| | | | | | | | | | | | | | | | | | | | | | | 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-251-0/+7
| | | | | | | | | 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-251-0/+10
| | | | Unescape filenames whenever possible.
* Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child.Christian Persch2004-02-251-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Do not use gnome vfs to check the scheme because it can handle onlyMarco Pesenti Gritti2004-02-241-0/+7
| | | | | | | | | 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.
* Remove nsUnicharUtils.h from docs makefile.Christian Persch2004-02-221-0/+6
| | | | | | | | 2004-02-21 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Remove nsUnicharUtils.h from docs makefile.
* Removed an unused #include.Christian Persch2004-02-221-0/+7
| | | | | | | | | 2004-02-21 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-helpers.h: * lib/ephy-glade.c: Removed an unused #include.
* Always connect signals, not just for PT_AUTOAPPLY props.Christian Persch2004-02-221-0/+6
| | | | | | | | 2004-02-21 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (connect_signals): Always connect signals, not just for PT_AUTOAPPLY props.
* Commit changed, auto-generated templates.Christian Persch2004-02-221-24/+15
| | | | | | | | | | | | | | | | | | | 2004-02-21 Christian Persch <chpe@cvs.gnome.org> * doc/reference/tmpl/EphyContentPolicy.sgml: * doc/reference/tmpl/EphySingle.sgml: * doc/reference/tmpl/ephy-cookie-manager.sgml: * doc/reference/tmpl/ephy-embed-factory.sgml: * doc/reference/tmpl/ephy-embed-single.sgml: * doc/reference/tmpl/ephy-password-manager.sgml: * doc/reference/tmpl/ephy-permission-manager.sgml: * doc/reference/tmpl/ephy-session.sgml: * doc/reference/tmpl/ephy-shell.sgml: * doc/reference/tmpl/mozilla-embed-event.sgml: Commit changed, auto-generated templates. 2004-02-20 Christian Persch <chpe@cvs.gnome.org>
* Epiphany 1.1.10.Christian Persch2004-02-221-0/+6
| | | | | | | | 2004-02-20 Christian Persch <chpe@cvs.gnome.org> * configure.in: Epiphany 1.1.10.
* Added "en_CA" to ALL_LINGUAS. Added Canadian English translation by AdamChristian Rose2004-02-221-0/+4
| | | | | | | | 2004-02-21 Christian Rose <menthos@menthos.com> * configure.in: Added "en_CA" to ALL_LINGUAS. * po/en_CA.po: Added Canadian English translation by Adam Weinberger <adamw@FreeBSD.org>.
* Actually remove nsUnicharUtils.*Marco Pesenti Gritti2004-02-211-0/+15
| | | | | | | | | | | | | | | | | 2004-02-21 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/Makefile.am: Actually remove nsUnicharUtils.* * embed/mozilla/mozilla-embed-persist.cpp: Use our helper to construct tmp file name: fix security issue. * src/window-commands.c: (save_temp_source): Cosmetic change
* R embed/mozilla/nsUnicharUtils.h: R embed/mozilla/nsUnicharUtils.cpp:Christian Persch2004-02-211-0/+11
| | | | | | | | | | | | | 2004-02-20 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: * embed/mozilla/EphyBrowser.cpp: R embed/mozilla/nsUnicharUtils.h: R embed/mozilla/nsUnicharUtils.cpp: Adapt to changed mozilla string APIs by getting rid of nsUnicharUtils, and using EqualsIgnoreCase instead of Equal with nsCaseInsensitiveStringComparator().
* Ensure that there are no more chars after the last /. Cut down number ofMarco Pesenti Gritti2004-02-211-0/+8
| | | | | | | | | | 2004-02-20 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-completion-model.c: (is_base_address), (init_relevance_col): Ensure that there are no more chars after the last /. Cut down number of visists properly.
* Fix logic error, spotted by Crispin.Christian Persch2004-02-211-0/+34
| | | | | | | | | | | | 2004-02-20 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: (popup_toolbar_context_menu_cb): Fix logic error, spotted by Crispin. * lib/egg/egg-toolbars-model.h: Make it clear that EggTbModelFlags is a bitfield enum.
* #ifdef HAVE_CONFIG_H the inclusion of config.h.Christian Persch2004-02-201-0/+6
| | | | | | | | 2004-02-20 Christian Persch <chpe@cvs.gnome.org> * lib/eel-gconf-extensions.c: #ifdef HAVE_CONFIG_H the inclusion of config.h.
* Remove duplicate entry for ephy-gui.h.Christian Persch2004-02-201-0/+6
| | | | | | | | 2004-02-20 Christian Persch <chpe@cvs.gnome.org> * lib/Makefile.am: Remove duplicate entry for ephy-gui.h.
* s/IFace/Iface/g to match the gtk+ naming convention.Christian Persch2004-02-201-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-02-20 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-command-manager.c: (ephy_command_manager_get_type), (ephy_command_manager_base_init), (ephy_command_manager_do_command), (ephy_command_manager_can_do_command): * embed/ephy-command-manager.h: * embed/ephy-cookie-manager.c: (ephy_cookie_manager_get_type), (ephy_cookie_manager_base_init), (ephy_cookie_manager_list_cookies), (ephy_cookie_manager_remove_cookie), (ephy_cookie_manager_clear): * embed/ephy-cookie-manager.h: * embed/ephy-embed-event.c: (ephy_embed_event_get_type), (ephy_embed_event_get_event_type), (ephy_embed_event_get_context), (ephy_embed_event_get_modifier), (ephy_embed_event_get_coords), (ephy_embed_event_get_property), (ephy_embed_event_has_property), (ephy_embed_event_get_dom_event): * embed/ephy-embed-event.h: * embed/ephy-embed-single.c: (ephy_embed_single_get_type), (ephy_embed_single_iface_init), (ephy_embed_single_clear_cache), (ephy_embed_single_clear_auth_cache), (ephy_embed_single_set_offline_mode), (ephy_embed_single_load_proxy_autoconf), (ephy_embed_single_get_font_list): * embed/ephy-embed-single.h: * embed/ephy-embed.c: (ephy_embed_get_type), (ephy_embed_base_init), (ephy_embed_load_url), (ephy_embed_stop_load), (ephy_embed_can_go_back), (ephy_embed_can_go_forward), (ephy_embed_can_go_up), (ephy_embed_get_go_up_list), (ephy_embed_go_back), (ephy_embed_go_forward), (ephy_embed_go_up), (ephy_embed_get_title), (ephy_embed_get_location), (ephy_embed_get_link_message), (ephy_embed_get_js_status), (ephy_embed_reload), (ephy_embed_zoom_set), (ephy_embed_zoom_get), (ephy_embed_shistory_n_items), (ephy_embed_shistory_get_nth), (ephy_embed_shistory_get_pos), (ephy_embed_shistory_go_nth), (ephy_embed_get_security_level), (ephy_embed_find_set_properties), (ephy_embed_find_next), (ephy_embed_activate), (ephy_embed_set_encoding), (ephy_embed_get_encoding_info), (ephy_embed_print), (ephy_embed_print_preview_close), (ephy_embed_print_preview_n_pages), (ephy_embed_print_preview_navigate), (ephy_embed_has_modified_forms): * embed/ephy-embed.h: * embed/ephy-password-manager.c: (ephy_password_manager_get_type), (ephy_password_manager_add), (ephy_password_manager_remove), (ephy_password_manager_list): * embed/ephy-password-manager.h: * embed/ephy-permission-manager.c: (ephy_permission_manager_get_type), (ephy_permission_manager_base_init), (ephy_permission_manager_add), (ephy_permission_manager_remove), (ephy_permission_manager_clear), (ephy_permission_manager_test), (ephy_permission_manager_list): * embed/ephy-permission-manager.h: * embed/mozilla/mozilla-embed-event.cpp: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed.cpp: s/IFace/Iface/g to match the gtk+ naming convention.
* Remove duplicate --with-html-dir argumentJulio M. Merino Vidal2004-02-201-0/+10
| | | | | | | | | | | | 2004-02-20 Julio M. Merino Vidal <jmmv@menta.net> * configure.in: Remove duplicate --with-html-dir argument * data/epiphany.schemas.in: fix a syntax error
* Fix off-by-one error when computing the height of the table.Christian Persch2004-02-191-0/+6
| | | | | | | | 2004-02-19 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbar-editor.c: (update_editor_sheet): Fix off-by-one error when computing the height of the table.
* When removing a toolbar, make its items available again in the toolbarChristian Persch2004-02-191-0/+10
| | | | | | | | | | | | 2004-02-19 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbar-editor.c: (toolbar_removed_cb), (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init), (update_actions_list), (egg_toolbar_editor_load_actions): * lib/egg/egg-toolbar-editor.h: When removing a toolbar, make its items available again in the toolbar editor. Fixes bug #131182.
* Fixed typos in the bookmarks explanation.Alexander Winston2004-02-191-0/+4
| | | | | | 2004-02-18 Alexander Winston <alexander.winston@comcast.net> * help/C/epiphany.xml: Fixed typos in the bookmarks explanation.
* Remove the toolbar height contraint when the first item is added to it.Christian Persch2004-02-181-0/+8
| | | | | | | | | | 2004-02-17 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: (item_added_cb), (item_removed_cb), (egg_editable_toolbar_construct): Remove the toolbar height contraint when the first item is added to it. Fixes bug #131181.
* s/EphyExtensionClass/EphyExtensionIface/gChristian Persch2004-02-171-0/+11
| | | | | | | | | | | | | 2004-02-17 Christian Persch <chpe@cvs.gnome.org> * src/ephy-extension.c: (ephy_extension_get_type), (ephy_extension_attach_window), (ephy_extension_detach_window): * src/ephy-extension.h: * src/ephy-extensions-manager.c: (ephy_extensions_manager_iface_init): * src/ephy-session.c: (ephy_session_iface_init): s/EphyExtensionClass/EphyExtensionIface/g
* Epiphany 1.1.9.Release119Christian Persch2004-02-171-0/+7
| | | | | | | | | 2004-02-17 Christian Persch <chpe@cvs.gnome.org> * NEWS: * configure.in: Epiphany 1.1.9.
* Don't use #if inside a macro. Fixe compilation with gcc 3.2.2.Christian Persch2004-02-161-0/+6
| | | | | | | | 2004-02-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Don't use #if inside a macro. Fixe compilation with gcc 3.2.2.
* Make it work (TM).Christian Persch2004-02-161-0/+6
| | | | | | | | 2004-02-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/FilePicker.cpp: (::AppendFilter): Make it work (TM).
* Weak ref the real dialogue, and hide the dialogue after running it. FixesChristian Persch2004-02-161-0/+9
| | | | | | | | | | | 2004-02-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/FilePicker.cpp: (::Show), (::GFilePicker), (::~GFilePicker): Weak ref the real dialogue, and hide the dialogue after running it. Fixes interaction with nsIFilePicker lifecycle when shown from javascript.
* Prepare for 1.1.8Marco Pesenti Gritti2004-02-151-0/+12
| | | | | | | | | | | | | | 2004-02-15 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.in: Prepare for 1.1.8 * embed/downloader-view.c: (downloader_view_build_ui): Revert the timeout for now, I dont think it's mature for the release.
* Quiet cvs.Xan Lopez2004-02-151-0/+6
| | | | Quiet cvs.
* *** empty log message ***Marco Pesenti Gritti2004-02-141-0/+13
|
* Install the statusbar .h file.Christian Persch2004-02-131-0/+18
| | | | | | | | | | | | | | | | | | | | 2004-02-13 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: * src/Makefile.am: Install the statusbar .h file. R src/statusbar.[ch]: A src/ephy-statusbar.[ch]: s/statusbar/ephy-statusbar/ and friends. * src/ephy-window.c: (sync_tab_load_progress), (sync_tab_security), (ephy_window_init): Change references from statusbar to ephy-statusbar. Remove selection-received stuff, since it now lives in EphyTab.
* R data/epiphany-1.0.pc.in: A data/epiphany-1.2.pc.in:Christian Persch2004-02-131-0/+10
| | | | | | | | | | | | 2004-02-12 Christian Persch <chpe@cvs.gnome.org> * configure.in: * data/Makefile.am: R data/epiphany-1.0.pc.in: A data/epiphany-1.2.pc.in: Changed .pc file version to 1.2, since we're not API-compatible with 1.0.
* Safety check.Christian Persch2004-02-131-0/+6
| | | | | | | | 2004-02-12 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (download_dialog_abort_cb): Safety check.
* Use static_cast<>, don't cast directly.Christian Persch2004-02-131-0/+6
| | | | | | | | 2004-02-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: (mozilla_embed_security_change_cb): Use static_cast<>, don't cast directly.