/www/mediawiki15/

repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added src/bookmarks/ephy-bookmarksbar-model.c. Updated Slovak translation.Marcel Telka2004-06-133-489/+333
| | | | | | | 2004-06-13 Marcel Telka <marcel@telka.sk> * POTFILES.in: Added src/bookmarks/ephy-bookmarksbar-model.c. * sk.po: Updated Slovak translation.
* Add GNOME_COMMON_INITMarco Pesenti Gritti2004-06-132-0/+8
| | | | | | | | 2004-06-13 Marco Pesenti Gritti <marco@gnome.org> * configure.in: Add GNOME_COMMON_INIT
* Add a way to open new windows passing features and uri. Something like jsMarco Pesenti Gritti2004-06-138-5/+68
| | | | | | | | | | | | | | | | 2004-06-12 Marco Pesenti Gritti <marco@gnome.org> * embed/ephy-embed-single.c: (ephy_embed_single_open_window): * embed/ephy-embed-single.h: * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/EventContext.cpp: * embed/mozilla/mozilla-embed-single.cpp: Add a way to open new windows passing features and uri. Something like js window.open. It's necessary for popup blocker.
* Allow items to be dragged from toolbar editor also when in items onlyMarco Pesenti Gritti2004-06-133-2/+15
| | | | | | | | | | | | | 2004-06-12 Marco Pesenti Gritti <marco@gnome.org> * lib/egg/egg-editable-toolbar.c: (toolbar_drag_motion_cb): Allow items to be dragged from toolbar editor also when in items only mode. * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_add_separator): The type should be the same as tool items.
* Put proper property IDs on propertiesAdam Hooper2004-06-122-2/+9
|
* Make spinner not use a visible window, and fix coordinates accordingly.Christian Persch2004-06-122-6/+15
| | | | | | | | | | 2004-06-12 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_new), (ephy_spinner_init), (ephy_spinner_expose): Make spinner not use a visible window, and fix coordinates accordingly. Patch by Crispin Flowerday, fixes bug #134686.
* Save the toolbars models from dispose, not from finalize, since you cannotChristian Persch2004-06-124-12/+43
| | | | | | | | | | | | | | | | 2004-06-11 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_finalize): * src/bookmarks/ephy-bookmarksbar-model.c: (ephy_bookmarksbar_model_dispose), (ephy_bookmarksbar_model_finalize), (ephy_bookmarksbar_model_class_init): * src/ephy-toolbars-model.c: (ephy_toolbars_model_dispose), (ephy_toolbars_model_finalize), (ephy_toolbars_model_class_init): Save the toolbars models from dispose, not from finalize, since you cannot emit signals from the latter (the get_item_* signals are emitted while saving).
* Do not put ACLOCAL flags in the Makefile, it should not be necessaryMarco Pesenti Gritti2004-06-112-3/+8
| | | | | | | | | | 2004-06-11 Marco Pesenti Gritti <marco@gnome.org> * configure.in: Do not put ACLOCAL flags in the Makefile, it should not be necessary anymore with recent gnome-common.
* Merging bookmarksbar-separation branch.Christian Persch2004-06-1130-1156/+1121
| | | | | | 2004-06-10 Christian Persch <chpe@cvs.gnome.org> Merging bookmarksbar-separation branch.
* Updated German translation.Christian Neumair2004-06-102-148/+138
|
* Disable xpinstall by default. Fixes bug #144035.Christian Persch2004-06-102-0/+9
| | | | | | | | 2004-06-09 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs.js: Disable xpinstall by default. Fixes bug #144035.
* s/get_item_name/get_item_dataMarco Pesenti Gritti2004-06-105-26/+57
| | | | | | | | | | | | | | | | | | | 2004-06-09 Marco Pesenti Gritti <marco@gnome.org> * lib/egg/egg-editable-toolbar.c: (drag_data_get_cb), (set_item_drag_source): * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_to_xml), (impl_get_item_id), (impl_get_item_data), (egg_toolbars_model_class_init), (egg_toolbars_model_get_item_data): * lib/egg/egg-toolbars-model.h: * src/ephy-toolbars-model.c: (impl_get_item_data), (impl_get_item_id), (ephy_toolbars_model_class_init): s/get_item_name/get_item_data Do not assume data isnt changing, use the id and convert later instead.
* 2004-06-09 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-06-101-20/+34
| | | | | | | | | | | | | | | | | | | | | * lib/egg/egg-editable-toolbar.c: (drag_data_get_cb), (set_item_drag_source), (create_item_from_action), (create_item), (drag_data_received_cb), (egg_editable_toolbar_set_edit_mode): * lib/egg/egg-toolbar-editor.c: (model_has_action): * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_to_xml), (toolbars_item_new), (free_item_node), (egg_toolbars_model_add_separator), (impl_add_item), (parse_item_list), (egg_toolbars_model_load), (impl_get_item_name), (egg_toolbars_model_class_init), (egg_toolbars_model_init), (egg_toolbars_model_item_nth), (egg_toolbars_model_get_item_id), (egg_toolbars_model_get_item_name): * lib/egg/egg-toolbars-model.h: * src/bookmarks/ephy-bookmarksbar-model.c: (get_toolbar_and_item_pos), (item_added_cb), (impl_get_item_name), (ephy_bookmarksbar_model_class_init): * src/toolbar.c: (toolbar_get_type), (toolbar_added_cb), (ephy_toolbar_realize), (ephy_toolbar_unrealize), (toolbar_class_init):
* Retain custom types when moving items aroundMarco Pesenti Gritti2004-06-096-70/+76
| | | | | | | | | | | | | | | 2004-06-09 Marco Pesenti Gritti <marco@gnome.org> * lib/egg/egg-editable-toolbar.c: (drag_data_get_cb), (set_item_drag_source), (create_item_from_action), (create_item), (drag_data_received_cb), (egg_editable_toolbar_set_edit_mode): * lib/egg/egg-toolbar-editor.c: (model_has_action): * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_item_nth): * lib/egg/egg-toolbars-model.h: * src/ephy-toolbars-model.c: (get_toolbar_and_item_pos), (ephy_toolbars_model_class_init), (item_added): Retain custom types when moving items around
* Separation of bookmarks and normal toolbars.Christian Persch2004-06-095-0/+1127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-06-08 Christian Persch <chpe@cvs.gnome.org> Separation of bookmarks and normal toolbars. * lib/egg/egg-editable-toolbar.c: (find_action), (create_item), (egg_editable_toolbar_construct), (egg_editable_toolbar_realize), (egg_editable_toolbar_unrealize), (egg_editable_toolbar_set_model), (egg_editable_toolbar_set_merge), (egg_editable_toolbar_set_property), (egg_editable_toolbar_get_property), (egg_editable_toolbar_class_init), (egg_editable_toolbar_init), (egg_editable_toolbar_set_edit_mode): * lib/egg/egg-editable-toolbar.h: * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_load), (egg_toolbars_model_init): Only construct the toolbar on realize. When setting a different model, unrealize the toolbar. Connect to model only while realized, fixes crashes when setting flags on the toolbars model. * data/ui/epiphany-bookmarksbar.xml: * data/ui/epiphany-fs-toolbar.xml: * data/ui/epiphany-toolbar.xml: Separated. Fix root name to be "toolbars" which is the name we save the model with. * src/bookmarks/ephy-bookmarksbar-model.c: (ephy_bookmarksbar_model_get_type), (get_toolbar_and_item_pos), (get_toolbar_pos), (ephy_bookmarksbar_model_get_action_name), (ephy_bookmarksbar_model_get_node), (ephy_bookmarksbar_model_add_bookmark), (ephy_bookmarksbar_model_remove_bookmark), (ephy_bookmarksbar_model_has_bookmark), (save_changes_idle), (save_changes), (update_flags_and_save_changes), (bookmark_destroy_cb), (item_added_cb), (impl_add_item), (impl_get_item_id), (impl_get_item_type), (load_toolbars), (ephy_bookmarksbar_model_init), (ephy_bookmarksbar_model_finalize), (ephy_bookmarksbar_model_set_property), (ephy_bookmarksbar_model_get_property), (ephy_bookmarksbar_model_class_init), (ephy_bookmarksbar_model_new): * src/bookmarks/ephy-bookmarksbar-model.h: * src/ephy-toolbars-model.c: (save_changes_idle), (save_changes), (update_flags_and_save_changes), (get_toolbar_pos), (load_toolbars), (ephy_toolbars_model_init), (ephy_toolbars_model_finalize), (ephy_toolbars_model_class_init), (ephy_toolbars_model_new): * src/ephy-toolbars-model.h: Split toolbars model in bookmarks and non-bookmarks parts. * src/bookmarks/ephy-bookmarksbar.c: (ephy_bookmarksbar_get_type), (go_location_cb), (bookmark_destroy_cb), (ephy_bookmarksbar_action_request), (toolbar_added_cb), (ephy_bookmarksbar_set_window), (ephy_bookmarksbar_realize), (ephy_bookmarksbar_unrealize), (ephy_bookmarksbar_init), (ephy_bookmarksbar_finalize), (ephy_bookmarksbar_set_property), (ephy_bookmarksbar_get_property), (ephy_bookmarksbar_class_init), (ephy_bookmarksbar_new): * src/bookmarks/ephy-bookmarksbar.h: * src/toolbar.c: (go_location_cb), (toolbar_set_property), (toolbar_get_property), (toolbar_class_init), (toolbar_set_window), (toolbar_init), (toolbar_new), (toolbar_set_location), (toolbar_update_navigation_actions): * src/toolbar.h: * src/ephy-window.c: (get_chromes_visibility), (sync_chromes_visibility), (ephy_window_fullscreen), (ephy_window_unfullscreen), (action_request_forward_cb), (ephy_window_init), (ephy_window_get_toolbar), (ephy_window_get_bookmarksbar): * src/ephy-window.h: * src/window-commands.c: (window_cmd_view_fullscreen), (toolbar_editor_destroy_cb), (toolbar_editor_response_cb), (window_cmd_edit_toolbar): Split toolbars in bookmarks and non-bookmarks toolbars. * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init_defaults), (ephy_bookmarks_get_toolbars_model), (ephy_bookmarks_set_property), (ephy_bookmarks_get_property), (ephy_bookmarks_class_init), (ephy_bookmarks_finalize): * src/bookmarks/ephy-bookmarks.h: * src/ephy-shell.c: (ephy_shell_get_toolbars_model): * src/ephy-shell.h: Made bookmarksbar toolbars model a service of EphyBookmarks. * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_set_property), (toolbar_checkbox_changed_cb), (build_ui), (ephy_bookmark_properties_init): * src/bookmarks/ephy-bookmarks-editor.c: (cmd_show_in_bookmarks_bar), (ephy_bookmarks_editor_update_menu), (toolbar_items_changed_cb), (ephy_bookmarks_editor_init): Adapt to changes above. * data/ui/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Makefile changes.
* Fix CSS background detection, based on a galeon patch by CrispinChristian Persch2004-06-092-53/+73
| | | | | | | | | 2004-06-08 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: Fix CSS background detection, based on a galeon patch by Crispin Flowerday. Fixed bug #143602.
* Adjust comment about mozilla bug #232057, which was WONTFIXed.Christian Persch2004-06-092-4/+10
| | | | | | | | | 2004-06-08 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Adjust comment about mozilla bug #232057, which was WONTFIXed.
* Do not hide clipboard items for the input context (Bug #139040)Marco Pesenti Gritti2004-06-082-9/+10
| | | | | | | | | 2004-06-08 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-window.c: (show_embed_popup): Do not hide clipboard items for the input context (Bug #139040)
* *** empty log message ***Marco Pesenti Gritti2004-06-081-0/+5
|
* Move external protocols prefs defaults in the javascript file and addMarco Pesenti Gritti2004-06-082-12/+11
| | | | | | | | | | 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)
* Fix setting default filename in the !modeSave case.Christian Persch2004-06-073-31/+32
| | | | | | | | 2004-06-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/FilePicker.cpp: Fix setting default filename in the !modeSave case.
* Don't allow ::SetDefaultString unless we're in modeSave.Christian Persch2004-06-072-1/+11
| | | | | | | | 2004-06-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/FilePicker.cpp: Don't allow ::SetDefaultString unless we're in modeSave.
* Also load extensions from /home/users/rossRoss Burton2004-06-072-0/+12
|
* Use ephy-file-chooser convenience constructor instead of duplicating codeChristian Persch2004-06-072-49/+52
| | | | | | | | | 2004-06-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/FilePicker: Use ephy-file-chooser convenience constructor instead of duplicating code here.
* Simplified mozilla version checks with new MOZILLA_IS_VERSION4 macro.Christian Persch2004-06-073-3/+14
| | | | | | | | | 2004-06-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/mozilla-version.h: Simplified mozilla version checks with new MOZILLA_IS_VERSION4 macro.
* Updated Greek translation.Nikos Charonitakis2004-06-062-446/+156
|
* 2004-06-06 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2004-06-062-299/+125
|
* Add help/es/Makefile to AC_OUTPUT.Christian Persch2004-06-062-0/+7
| | | | | | | | 2004-06-05 Christian Persch <chpe@cvs.gnome.org> * configure.in: Add help/es/Makefile to AC_OUTPUT.
* Added Spanish docsFrancisco Javier F. Serrador2004-06-051-0/+4
| | | | | | 2004-06-05 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * epiphany.xml: Added Spanish docs
* Added Spansih docsFrancisco Javier F. Serrador2004-06-051-1/+1
| | | | | | 2004-06-05 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * epiphany.xml: Added Spansih docs
* Spanish figuresFrancisco Javier F. Serrador2004-06-054-0/+0
| | | | | | 2004-06-05 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * epiphany.xml: Spanish figures
* Updated Albanian translationLaurent Dhima2004-06-051-0/+4
| | | | * sq.po: Updated Albanian translation
* UpdatedLaurent Dhima2004-06-051-106/+98
|
* Spanish manual translation (finished)Francisco Javier F. Serrador2004-06-051-408/+481
| | | | | | 2004-06-05 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * epiphany.xml: Spanish manual translation (finished)
* Updated Simplified Chinese translationFunda Wang2004-06-052-299/+125
|
* Fix bug reporting addressChristian Persch2004-06-051-1/+2
|
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-0435-956/+1146
|
* Fixed some strings in the Danish translation.Ole Laursen2004-06-032-82/+31
| | | | | | 2004-06-02 Ole Laursen <olau@hardworking.dk> * da.po: Fixed some strings in the Danish translation.
* Move the "Exit Fullscreen" popup to the right in RTL locale. Fixes bugChristian Persch2004-06-032-6/+22
| | | | | | | | | 2004-06-02 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (update_exit_fullscreen_popup_position): Move the "Exit Fullscreen" popup to the right in RTL locale. Fixes bug #140828.
* Commit changelog for previous change -- OOPS!Adam Hooper2004-06-021-0/+8
|
* Update from libeggAdam Hooper2004-06-011-21/+11
|
* Changed the translation of Downloads.Ole Laursen2004-05-312-3/+8
| | | | | | 2004-05-31 Ole Laursen <olau@hardworking.dk> * da.po: Changed the translation of Downloads.
* Post-release version bump.Christian Persch2004-05-312-1/+7
| | | | | | | | 2004-05-31 Christian Persch <chpe@cvs.gnome.org> * configure.in: Post-release version bump.
* Release 1.3.0Release130Christian Persch2004-05-3170-38101/+45949
|
* Updating NEWSChristian Persch2004-05-311-14/+0
|
* Updated Lithuanian translation.Žygimantas Beručka2004-05-312-201/+234
| | | | | | 2004-05-31 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Updated Spanish translationFrancisco Javier F. Serrador2004-05-301-178/+207
| | | | | | 2004-05-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation
* Updating NEWSChristian Persch2004-05-301-0/+2
|
* Fix reload logic not to use forced reload by default. Patch by C. J. N.Christian Persch2004-05-302-2/+9
| | | | | | | | | 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
* Updated Danish translation.Ole Laursen2004-05-302-648/+673
| | | | | | 2004-05-29 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* Updated Spanish helpFrancisco Javier F. Serrador2004-05-291-71/+73
| | | | | | 2004-05-29 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * epiphany.xml: Updated Spanish help
* Revert varargs change, it doesn't work for LOG("Message") withoutChristian Persch2004-05-292-11/+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.
* Updating NEWSChristian Persch2004-05-291-4/+9
|
* Use ISO style variable argument macros. Patch by Brian Cameron, part ofChristian Persch2004-05-292-0/+19
| | | | | | | | | 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-293-0/+21
| | | | | | | | | | | | 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.
* Don't return a value in void function, part of bug #141319.Christian Persch2004-05-292-1/+7
| | | | | | | | 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-292-1/+7
| | | | | | | | 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.
* Depend on glib >= 2.4.1 because of the fix for bug #112222.Christian Persch2004-05-292-1/+7
| | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * configure.in: Depend on glib >= 2.4.1 because of the fix for bug #112222.
* Fix for mozilla API change (ported from galeon).Christian Persch2004-05-292-1/+21
| | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSKeyPairDialogs.cpp: Fix for mozilla API change (ported from galeon).
* Increase mozilla snapshot level for 1.8a2/trunk.Christian Persch2004-05-292-2/+8
| | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * configure.in: Increase mozilla snapshot level for 1.8a2/trunk.
* Update for 1.3.0.Christian Persch2004-05-292-2/+205
| | | | | | | | 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * NEWS: Update for 1.3.0.
* Added "tk" to ALL_LINGUAS. Added Turkmen translation by Gurban MühemmetChristian Rose2004-05-294-1/+3504
| | | | | | | | 2004-05-29 Christian Rose <menthos@menthos.com> * configure.in: Added "tk" to ALL_LINGUAS. * po/tk.po: Added Turkmen translation by Gurban Mühemmet Tewekgeli <gmtavakkoli@yahoo.com>.
* Include "config.h".Christian Persch2004-05-291-0/+4
| | | | | | | | 2004-05-28 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.h: Include "config.h".
* Always include "config.h" !Christian Persch2004-05-292-0/+10
| | | | | | | | 2004-05-28 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.h: Always include "config.h" !
* Fix snapshot check for mozilla >= 1.7rc2 .Christian Persch2004-05-292-1/+7
| | | | | | | | 2004-05-28 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.h: Fix snapshot check for mozilla >= 1.7rc2 .
* Fix some spellings in Thai translation.Theppitak Karoonboonyanan2004-05-252-33/+32
|
* Remove unused field in structXan Lopez2004-05-254-1/+15
| | | | | | | | | | | * embed/downloader-view.c: (update_status_icon): Remove unused field in struct * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: Fix build with 1.8a2
* Added "th" (Thai) to ALL_LINGUAS. Added Thai translation by IsriyaPaisa Seeluangsawat2004-05-244-1/+3338
| | | | | | | | 2004-05-23 Paisa Seeluangsawat <paisa@users.sf.net> * configure.in: Added "th" (Thai) to ALL_LINGUAS. * po/th.po: Added Thai translation by Isriya Paireepairit <isriyapaireepairit@hotmail.com>.
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2004-05-242-279/+283
| | | | | | | | 2004-05-23 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org> Fixed a slight misspelling in ChangeLog.
* remove Makefile.in errounously committedMarco Pesenti Gritti2004-05-231-357/+0
|
* Fix some headers fallouts with mozilla headMarco Pesenti Gritti2004-05-234-1/+17
| | | | | | | | | | 2004-05-23 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/MozillaPrivate.cpp: Fix some headers fallouts with mozilla head
* Fix compilation with moz 1.6.Christian Persch2004-05-221-0/+6
| | | | | | | | 2004-05-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.h: Fix compilation with moz 1.6.
* Set the drag icon on realize, otherwise the current icon theme isn't used,Crispin Flowerday2004-05-222-21/+31
| | | | | | | | | | | 2004-05-22 Crispin Flowerday <gnome@flowerday.cx> * libegg/toolbareditor/egg-toolbar-editor.c (event_box_realize_cb), (editor_create_item): Set the drag icon on realize, otherwise the current icon theme isn't used, and it falls back to the default theme.
* Recognise mozilla 1.8a1 and 1.8a2.Christian Persch2004-05-222-0/+8
| | | | | | | | 2004-05-22 Christian Persch <chpe@cvs.gnome.org> * configure.in: Recognise mozilla 1.8a1 and 1.8a2.
* Elimiate indeterminate progress, fixes bugs #142303 and #142305.Christian Persch2004-05-213-20/+16
| | | | | | | | | | 2004-05-21 Christian Persch <chpe@cvs.gnome.org> * src/ephy-statusbar.c: (ephy_statusbar_set_progress): * src/ephy-tab.c: (ephy_tab_class_init), (build_load_percent), (ephy_tab_net_state_cb), (ephy_tab_get_load_percent): Elimiate indeterminate progress, fixes bugs #142303 and #142305.
* Fix stupid bug.Christian Persch2004-05-212-2/+9
| | | | | | | | | 2004-05-20 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (ephy_history_set_property), (ephy_history_get_property): Fix stupid bug.
* Emit the "tab_removed" signal also for the window's last tab. Part of bugChristian Persch2004-05-203-6/+11
| | | | | | | | | | 2004-05-19 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (ephy_notebook_remove_tab): * src/ephy-window.c: (tab_removed_cb): Emit the "tab_removed" signal also for the window's last tab. Part of bug #142078.
* Open bookmark in new tab on middle-click. Fixes bug #106250.Christian Persch2004-05-203-6/+81
| | | | | | | | | | | 2004-05-19 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (activate_cb), (button_press_cb), (button_release_cb), (connect_proxy), (ephy_bookmark_action_class_init): * src/toolbar.c: (go_location_cb): Open bookmark in new tab on middle-click. Fixes bug #106250.
* Fix typoChristian Persch2004-05-201-1/+0
|
* Backported fixes from gtk+ cvs head.Christian Persch2004-05-202-17/+28
| | | | | | | | | | | 2004-05-19 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-cell-renderer-progress.c: (ephy_cell_renderer_progress_init), (compute_dimensions), (ephy_cell_renderer_progress_get_size), (ephy_cell_renderer_progress_render): Backported fixes from gtk+ cvs head.
* Fix a MOZILLA_SNAPSHOT check for 1.7 branch.Christian Persch2004-05-192-1/+7
| | | | | | | | 2004-05-19 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: Fix a MOZILLA_SNAPSHOT check for 1.7 branch.
* Generate Makefile in help/es too.Christian Persch2004-05-192-0/+7
| | | | | | | | 2004-05-19 Christian Persch <chpe@cvs.gnome.org> * configure.in: Generate Makefile in help/es too.
* Fix capitalisation.Christian Persch2004-05-193-2/+10
| | | | | | | | | | 2004-05-19 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_dialog_browse_button_cb): * src/bookmarks/ephy-bookmarks-editor.c: (import_dialog_response_cb): Fix capitalisation.
* Updated British English translationGareth Owen2004-05-192-109/+141
|
* Fix observer topic check for cookie "cleared" notification.Christian Persch2004-05-172-1/+7
| | | | | | | | 2004-05-17 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphySingle.cpp: Fix observer topic check for cookie "cleared" notification.
* updated Walloon filePablo Saratxaga2004-05-172-1300/+1712
|
* Spanish docs updatedFrancisco Javier F. Serrador2004-05-171-65/+64
| | | | | | 2004-05-16 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * Spanish docs updated
* Fix mem leak.Christian Persch2004-05-162-3/+15
| | | | | | | | | | 2004-05-15 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (set_value_from_editable), (set_value_from_radiobuttongroup), (set_value_from_spin_button), (set_value_from_togglebutton), (set_combo_box_from_value): Fix mem leak.
* Fix mem leaks.'Christian Persch2004-05-162-0/+9
| | | | | | | | 2004-05-15 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbar-editor.c: (egg_toolbar_editor_finalize): Fix mem leaks.'
* Fix refcount leak.Christian Persch2004-05-162-0/+9
| | | | | | | | 2004-05-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-persist.cpp: Fix refcount leak.
* Shut upChristian Persch2004-05-161-0/+4
|
* Set mEventReceiver to nsnull in ::Destroy(), fixes a crasher.Christian Persch2004-05-162-6/+14
| | | | | | | | 2004-05-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Set mEventReceiver to nsnull in ::Destroy(), fixes a crasher.
* Updated Canadian English translation.Alexander Winston2004-05-152-104/+146
| | | | | | 2004-05-15 Alexander Winston <alexander.winston@comcast.net> * en_CA.po: Updated Canadian English translation.
* *** empty log message ***Christian Persch2004-05-151-7/+0
|
* Yet another mozilla API change.Christian Persch2004-05-152-13/+67
| | | | | | | | 2004-05-14 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyContentPolicy.cpp: Yet another mozilla API change.
* Forgot to change action entries for last commit.Christian Persch2004-05-142-4/+6
| | | | | | | | 2004-05-13 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: Forgot to change action entries for last commit.
* Simplify context menu wrt. frames. Fixes bug #138442.Christian Persch2004-05-144-55/+8
| | | | | | | | | | 2004-05-13 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: * src/popup-commands.c: * src/popup-commands.h: Simplify context menu wrt. frames. Fixes bug #138442.
* Updated Spanish translation.Francisco Javier F. Serrador2004-05-145-0/+2989
| | | | | | 2004-05-13 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Czech translation.Miloslav Trmac2004-05-132-5/+21
| | | | | | 2004-05-13 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Make sure we don't add a colon at the end of LD_LIBRARY_PATH, which willChristian Persch2004-05-132-1/+13
| | | | | | | | | | 2004-05-12 Christian Persch <chpe@cvs.gnome.org> * src/epiphany.in: Make sure we don't add a colon at the end of LD_LIBRARY_PATH, which will make LD_LIBRARY_PATH include the current directory. Should fix bug #141576.
* Updated Spanish translation.Francisco Javier F. Serrador2004-05-132-75/+114
| | | | | | 2004-05-12 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Backport changed from the new gtkcellrendererprogress which was based onChristian Persch2004-05-133-240/+346
| | | | | | | | | | | | | | | | | | | | 2004-05-12 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-cell-renderer-progress.c: (ephy_cell_renderer_progress_class_init), (ephy_cell_renderer_progress_init), (ephy_cell_renderer_progress_new), (ephy_cell_renderer_progress_finalize), (ephy_cell_renderer_progress_get_property), (ephy_cell_renderer_progress_set_property), (ephy_cell_renderer_progress_set_value), (ephy_cell_renderer_progress_set_text), (compute_dimensions), (ephy_cell_renderer_progress_get_size), (ephy_cell_renderer_progress_render): * lib/widgets/ephy-cell-renderer-progress.h: Backport changed from the new gtkcellrendererprogress which was based on ephy's, to support RTL.
* Fix compilation with gcc 2.95.Christian Persch2004-05-122-1/+8
| | | | | | | | 2004-05-11 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (set_combo_box_from_value): Fix compilation with gcc 2.95.
* One more NS_ENSURE_TRUE.Christian Persch2004-05-112-1/+7
| | | | | | | | 2004-05-11 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: One more NS_ENSURE_TRUE.
* Updated Albanian translationLaurent Dhima2004-05-111-0/+4
| | | | * sq.po: Updated Albanian translation
* UpdatedLaurent Dhima2004-05-111-641/+491
|