aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* NEWS update from reinoutsChristian Persch2006-11-071-0/+28
|
* Split ChangeLog.Christian Persch2006-11-064-6213/+6224
| | | | | | | | | | | | | 2006-11-06 Christian Persch <chpe@cvs.gnome.org> * ChangeLog-20061106: * Makefile.am: Split ChangeLog. * configure.ac: Post-release version bump.
* === Release 2.17.2 ===RELEASE_2_17_2Christian Persch2006-11-066-81/+17
| | | | | | | | | | 2006-11-06 Christian Persch <chpe@cvs.gnome.org> === Release 2.17.2 === * configure.ac: * data/default-prefs-common.js: * src/ephy-notebook.c: (build_tab_label):
* This is entirely my code, not marco'sChristian Persch2006-11-051-1/+1
|
* Fix printing of page ranges.Christian Persch2006-11-052-2/+9
| | | | | | | | 2006-11-04 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GeckoPrintService.cpp: Fix printing of page ranges.
* Remove debug spew.Christian Persch2006-11-042-2/+6
| | | | | | | | 2006-11-03 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-spell-check.c: (ephy_spell_check_check_word): Remove debug spew.
* Updated Swedish translation. Added screenshots.Daniel Nylander2006-11-016-41/+46
| | | | | | | 2006-10-31 Daniel Nylander <po@danielnylander.se> * sv/sv.po: Updated Swedish translation. * sv/figures/*png: Added screenshots.
* Fixed mismatched plural forms.Satoru SATOH2006-10-292-240/+249
| | | | | | 2006-10-29 Satoru SATOH <ss@gnome.gr.jp> * ja.po: Fixed mismatched plural forms.
* Fix previous commit for gecko 1.8.0.x.Jean-François Rameau2006-10-252-1/+8
| | | | | | | | 2006-10-24 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: (impl_load): Fix previous commit for gecko 1.8.0.x.
* Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.Jean-François Rameau2006-10-2311-6/+188
| | | | | | | | | | | | | | | | | | | 2006-10-22 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/ephy-embed.h: * embed/ephy-embed.c: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: * src/ephy-link.h: * src/ephy-location-action.c: (action_activated_cb): * src/ephy-shell.c: (ephy_shell_new_tab_full): * src/ephy-shell.h: * src/ephy-window.c: (ephy_window_open_link): Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko. Add a new load method to EphyEmbed to custom load behaviour and pass (optional) referrer. Fix bug #350053.
* Dutch translation updated by Wouter Bolsterlee.Wouter Bolsterlee2006-10-182-994/+2544
| | | | | | 2006-10-18 Wouter Bolsterlee <wbolster@cvs.gnome.org> * nl/nl.po: Dutch translation updated by Wouter Bolsterlee.
* shut up cvsWouter Bolsterlee2006-10-184-0/+8
|
* Don't try to close shared dbus connections. This avoids dbus warnings onWouter Bolsterlee2006-10-182-12/+8
| | | | | | | | 2006-10-18 Wouter Bolsterlee <wbolster@gnome.org> * src/ephy-dbus.c: (ephy_dbus_shutdown): Don't try to close shared dbus connections. This avoids dbus warnings on quit. Fixes bug #358007.
* Remove unused type variable.Wouter Bolsterlee2006-10-182-1/+5
| | | | | | | 2006-10-18 Wouter Bolsterlee <wbolster@gnome.org> * src/popup-commands.c: (background_download_completed): Remove unused type variable.
* A lib/widgets/ephy-spinner-tool-item.c: AChristian Persch2006-10-181-0/+2
| | | | | | | | | | | | | | | 2006-10-17 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/Makefile.am: A lib/widgets/ephy-spinner-tool-item.c: A lib/widgets/ephy-spinner-tool-item.h: * lib/widgets/testspinner.c: (change_toolbar_style_cb), (change_toolbar_icon_size_cb), (spin_toolbar_spinner_cb), (main): * src/ephy-toolbar.c: (ephy_toolbar_update_spinner), (ephy_toolbar_constructor): Add EphySpinnerToolItem which encapsulates a spinner and automatically adapts its size to toolbar style changes, and use it in EphyToolbar.
* A lib/widgets/ephy-spinner-tool-item.c: AChristian Persch2006-10-185-45/+301
| | | | | | | | | | | | | | | 2006-10-17 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/Makefile.am: A lib/widgets/ephy-spinner-tool-item.c: A lib/widgets/ephy-spinner-tool-item.h: * lib/widgets/testspinner.c: (change_toolbar_style_cb), (change_toolbar_icon_size_cb), (spin_toolbar_spinner_cb), (main): * src/ephy-toolbar.c: (ephy_toolbar_update_spinner), (ephy_toolbar_constructor): Add EphySpinnerToolItem which encapsulates a spinner and automatically adapts its size to toolbar style changes, and use it in EphyToolbar.
* Fix a crash after failing to get the spinner animation or rest icons.Christian Persch2006-10-183-18/+24
| | | | | | | | | | | | 2006-10-17 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_images_load), (ephy_spinner_cache_get_images), (ephy_spinner_get_type), (ephy_spinner_init), (ephy_spinner_new): * lib/widgets/ephy-spinner.h: Fix a crash after failing to get the spinner animation or rest icons. Derive EphySpinner from GtkWidget not GtkEventBox.
* Updated Finnish translationIlkka Tuohela2006-10-152-225/+229
|
* Automatically open a Nautilus window after downloading has finished. FixesWouter Bolsterlee2006-10-156-1/+91
| | | | | | | | | | | | | 2006-10-15 Wouter Bolsterlee <wbolster@gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/MozDownload.cpp: * lib/ephy-file-helpers.c: (ephy_file_browse_to): * lib/ephy-file-helpers.h: * src/popup-commands.c: (save_property_url_completed_cb), (save_property_url): Automatically open a Nautilus window after downloading has finished. Fixes bug #138876, patch by Ed Catmur.
* Use full width for bookmarks search bar. Fixes bug #349349, patch by DiegoWouter Bolsterlee2006-10-152-1/+8
| | | | | | | | | 2006-10-15 Wouter Bolsterlee <wbolster@gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): Use full width for bookmarks search bar. Fixes bug #349349, patch by Diego Escalante Urrelo.
* Fix unprotected call to ephy_node_remove_child. Bug #362063.Jean-François Rameau2006-10-152-1/+10
| | | | | | | | 2006-10-15 Jean-François Rameau <jframeau@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (update_has_smart_address): Fix unprotected call to ephy_node_remove_child. Bug #362063.
* Implement EphyPasswordManagerIface.add to add stored passwords. Fixes bugWouter Bolsterlee2006-10-152-1/+35
| | | | | | | | 2006-10-15 Wouter Bolsterlee <wbolster@gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Implement EphyPasswordManagerIface.add to add stored passwords. Fixes bug #361606, patch by John Millikin.
* Fix typoWouter Bolsterlee2006-10-151-1/+1
|
* Fix a bug in the last commit.Christian Persch2006-10-096-5/+15
| | | | | | | | | | | | 2006-10-08 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Fix a bug in the last commit.
* Make the enum/flags values not global.Christian Persch2006-10-086-35/+45
| | | | | | | | | | | | 2006-10-08 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Make the enum/flags values not global.
* Revert part of the last change, we don't need the top window here.Christian Persch2006-10-072-6/+7
| | | | | | | | 2006-10-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/AutoWindowModalState.cpp: Revert part of the last change, we don't need the top window here.
* Use the top DOM window here, and adapt to gecko 1.8.1.Christian Persch2006-10-062-5/+34
| | | | | | | | 2006-10-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/AutoWindowModalState.cpp: Use the top DOM window here, and adapt to gecko 1.8.1.
* Translation updated by Ivar Smolin.Priit Laes2006-10-052-2/+6
| | | | | | 2006-10-05 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Fix build with gecko 1.8.1.Christian Persch2006-10-052-0/+10
| | | | | | | | 2006-10-05 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GeckoSpellCheckEngine.cpp: Fix build with gecko 1.8.1.
* Add a window group for the history window.Christian Persch2006-10-032-0/+13
| | | | | | | | | 2006-10-02 Christian Persch <chpe@cvs.gnome.org> * src/ephy-history-window.c: (confirmation_dialog_construct), (ephy_history_window_construct): Add a window group for the history window.
* Fix compile warnings.Christian Persch2006-10-014-6/+13
| | | | | | | | | | 2006-10-01 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_images_load), (ephy_spinner_cache_get_images), (bump_spinner_frame_cb): * lib/widgets/testspinner.c: (add_spinner), (main): Fix compile warnings.
* Fix compile warnings.Christian Persch2006-10-011-6/+1
| | | | | | | | | | 2006-10-01 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_images_load), (ephy_spinner_cache_get_images), (bump_spinner_frame_cb): * lib/widgets/testspinner.c: (add_spinner), (main): Fix compile warnings.
* R embed/mozilla/AutoEventQueue.cpp: R embed/mozilla/AutoEventQueue.h:Christian Persch2006-09-303-181/+7
| | | | | | | | | 2006-09-29 Christian Persch <chpe@cvs.gnome.org> R embed/mozilla/AutoEventQueue.cpp: R embed/mozilla/AutoEventQueue.h: Remove unused code.
* Simplify code and save some memory.Christian Persch2006-09-302-104/+124
| | | | | | | | | | | | | | | 2006-09-29 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_images_ref), (ephy_spinner_images_unref), (ephy_spinner_cache_data_unload), (ephy_spinner_images_load), (ephy_spinner_cache_get_images), (ephy_spinner_load_images), (ephy_spinner_unload_images), (ephy_spinner_init), (ephy_spinner_expose), (bump_spinner_frame_cb), (ephy_spinner_start), (ephy_spinner_remove_update_callback), (ephy_spinner_stop), (ephy_spinner_size_request): Simplify code and save some memory.
* Add smb: to recognised web schemes. Bug #352733.Christian Persch2006-09-302-0/+9
| | | | | | | | 2006-09-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: Add smb: to recognised web schemes. Bug #352733.
* Fix spinner with new g-i-t. Fixes bug #330415. Fix a crash when failing toChristian Persch2006-09-303-164/+186
| | | | | | | | | | | | | | | | 2006-09-29 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_images_free), (ephy_spinner_cache_data_unload), (scale_to_size), (ephy_spinner_images_load), (ephy_spinner_cache_data_new), (ephy_spinner_cache_data_free), (ephy_spinner_cache_get_images), (ephy_spinner_cache_finalize), (ephy_spinner_cache_class_init), (ephy_spinner_cache_ref), (ephy_spinner_init), (ephy_spinner_set_size), (ephy_spinner_size_request): * lib/widgets/testspinner.c: Fix spinner with new g-i-t. Fixes bug #330415. Fix a crash when failing to load some icon data, Gedit bug #357456.
* Updated Kurdish translationsErdal Ronahi2006-09-272-1334/+1709
|
* Translation updated by Ivar Smolin.Priit Laes2006-09-262-2/+5
| | | | | | 2006-09-25 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Add middle-click on New Tab/Window button to open URL on clipboard. FixJean-François Rameau2006-09-257-47/+135
| | | | | | | | | | | | | | 2006-09-24 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-window.c: (ephy_window_constructor): * src/ephy-lockdown.c: (update_window): * src/window-commands.c: (window_cmd_file_new_window), (window_cmd_file_new_tab): * src/window-commands.h: (window_cmd_file_new_window), (window_cmd_file_new_tab): * src/ephy-toolbar.c: (ephy_toolbar_set_window): * src/ephy-home-action.c: (ephy_home_action_activate): Add middle-click on New Tab/Window button to open URL on clipboard. Fix bug 149715. Both New Tab and New Window actions are now EphyHomeAction.
* These header files were GPL v2-only while the implementation .cpp filesChristian Persch2006-09-243-8/+41
| | | | | | | | | | | 2006-09-23 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSClientAuthDialogs.h: * embed/mozilla/GtkNSSKeyPairDialogs.h: These header files were GPL v2-only while the implementation .cpp files already were v2+. Thanks to crispin for agreeing to licence the .h under v2+ too.
* Fix find direction.Christian Persch2006-09-182-1/+7
| | | | | | | | 2006-09-17 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyFind.cpp: Fix find direction.
* Default to printing background images.Christian Persch2006-09-172-1/+7
| | | | | | | | 2006-09-16 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: Default to printing background images.
* Remove ill-conceived attempt at uninstalling the XPInstall handler, andChristian Persch2006-09-176-79/+155
| | | | | | | | | | | | | | 2006-09-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyContentPolicy.cpp: * embed/mozilla/EphyContentPolicy.h: * embed/mozilla/EphySidebar.cpp: * embed/mozilla/EphySidebar.h: * embed/mozilla/MozRegisterComponents.cpp: Remove ill-conceived attempt at uninstalling the XPInstall handler, and move category registration to the classes that are being registered.
* Activate about:config warning.Christian Persch2006-09-172-0/+9
| | | | | | | | 2006-09-16 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Activate about:config warning.
* Translation updated by Ivar Smolin.Priit Laes2006-09-162-2/+6
| | | | | | 2006-09-16 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Check for GDK_BUTTON_RELEASE event type in case of a middle click. Fix bugJean-François Rameau2006-09-142-1/+8
| | | | | | | | | 2006-09-13 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-link.c: (ephy_link_flags_from_current_event): Check for GDK_BUTTON_RELEASE event type in case of a middle click. Fix bug #347750.
* Clicking favicon in the location bar selects URL. Fix bug #349557.Jean-François Rameau2006-09-142-0/+36
| | | | | | | | | 2006-09-13 Jean-François Rameau <jframeau@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (ephy_location_entry_construct_contents), (icon_button_press_event_cb): Clicking favicon in the location bar selects URL. Fix bug #349557.
* Updated English (British) translationDavid Lodge2006-09-142-1342/+1200
| | | | | | 2006-09-13 David Lodge <dave@cirt.net> * en_GB.po: Updated English (British) translation
* Use UTF-8 copyright symbolChristian Persch2006-09-13323-529/+530
|
* Fixed some typos.Inaki Larranaga2006-09-132-24/+46
| | | | | | 2006-09-13 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Fixed some typos.
* Prefer xulrunner over mozilla.Christian Persch2006-09-132-1/+7
| | | | | | | | 2006-09-12 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Prefer xulrunner over mozilla.
* Updated Lithuanian translationGintautas Miliauskas2006-09-132-10/+14
|
* Remove some unnecessary static data.Christian Persch2006-09-0798-134/+146
| | | | | | | | 2006-09-06 Christian Persch <chpe@cvs.gnome.org> * *.c *.cpp: Remove some unnecessary static data.
* *** empty log message ***Pema Geyleg2006-09-062-643/+242
|
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2006-09-052-691/+874
| | | | | | 2006-09-05 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Updated Chinese (Hong Kong) translation from Woodman TuenKwok-Koon Cheung2006-09-043-665/+980
| | | | | | | * zh_HK.po: Updated Chinese (Hong Kong) translation from Woodman Tuen <wmtuen@gmail.com>. * zh_TW.po: Updated Chinese (Taiwan) translation from Woodman Tuen <wmtuen@gmail.com>.
* Updated Persian translation by Meelad Zakaria.Roozbeh Pournader2006-09-042-1343/+1988
| | | | | | 2006-09-04 Roozbeh Pournader <roozbeh@farsiweb.info> * fa.po: Updated Persian translation by Meelad Zakaria.
* Updated Brazilian Portuguese translation by Leonardo Ferreira FontenelleLucas Rocha2006-09-042-1430/+1365
| | | | | | | 2006-09-03 Lucas Rocha <lucasr@gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation by Leonardo Ferreira Fontenelle <leo.fontenelle@gmail.com>
* Updated Catalan translation.Josep Puigdemont i Casamajó2006-09-042-50/+17
|
* Added Entry for Bengali India Translation UpdationRuna Bhattacharjee2006-09-041-0/+4
|
* Updated Bengali India TranslationRuna Bhattacharjee2006-09-041-703/+774
|
* Set API version to 2.17.Christian Persch2006-09-042-3/+9
| | | | | | | | 2006-09-03 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Set API version to 2.17.
* Post-release version bump.GNOME_2_16_BRANCHPOINTChristian Persch2006-09-042-1/+11
| | | | | | | | | | 2006-09-03 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump. 2006-09-03 Christian Persch <chpe@cvs.gnome.org>
* Fix ChangeLogRELEASE_2_16_0Christian Persch2006-09-041-2/+2
|
* New NEWSChristian Persch2006-09-041-2/+28
|
* Translation updated by Ivar Smolin.Priit Laes2006-09-042-9/+13
| | | | | | 2006-09-03 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Update API version for 2.16.Christian Persch2006-09-044-6/+15
| | | | | | | | 2006-09-03 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Update API version for 2.16.
* Updating NEWSChristian Persch2006-09-041-0/+281
|
* Updated Malayalam translationAni Peter2006-09-042-2070/+3178
|
* Document toolbar changes, bug #148927 and #319015 Update the printingVictor Osadci2006-09-032-56/+34
| | | | | | | | | 2006-09-03 Victor Osadci <victoros@cvs.gnome.org> * C/epiphany.xml: Document toolbar changes, bug #148927 and #319015 Update the printing section for the new GTK+ printing Update the manual for 2.16.
* Updated Oriya TranslationSubhransu Behera2006-09-031-100/+103
|
* Added Strings for Updated Oriya TranslationSubhransu Behera2006-09-031-0/+4
|
* Nepali Translation updatedPawan Chitrakar2006-09-032-488/+480
|
* Added partial French translation.Christophe Bliard2006-09-023-1/+2929
| | | | | | | 2006-09-02 Christophe Bliard <christophe.bliard@trux.info> * Makefile.am: * fr/fr.po: Added partial French translation.
* Updated Basque translation.Inaki Larranaga2006-09-022-178/+201
| | | | | | 2006-09-02 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation.
* Updated Greek translationKostas Papadimas2006-09-022-36/+29
|
* 2006-09-01 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: Updated ↵Jovan Naumovski2006-09-012-33/+37
| | | | Macedonian translation
* Translation updated by Ivar Smolin.Priit Laes2006-09-012-6/+17
| | | | | | 2006-08-31 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Updated French translation.Christophe Merlet2006-08-302-4/+9
|
* Translation updated.Gabor Kelemen2006-08-302-231/+111
| | | | | | 2006-08-30 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated.
* Updated Portuguese translation.Duarte Loreto2006-08-302-795/+1010
| | | | | | 2006-08-29 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Updated Lithuanian translation.Gintautas Miliauskas2006-08-302-11/+19
|
* Updated TranslationRajesh Ranjan2006-08-292-493/+635
|
* Updated French translation.Christophe Merlet2006-08-282-177/+202
|
* Updated Thai translation.Theppitak Karoonboonyanan2006-08-272-49/+44
| | | | | | 2006-08-27 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Translation updated.Priit Laes2006-08-262-441/+215
| | | | | | 2006-08-26 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
* Translation updated by Ivar Smolin.Priit Laes2006-08-262-1/+8
| | | | | | 2006-08-26 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Small update to nl.poWouter Bolsterlee2006-08-251-1/+1
| | | | * Small update to nl.po
* Small update to nl.poWouter Bolsterlee2006-08-251-1/+1
| | | | * Small update to nl.po
* Updated Latvian translation.Raivis Dejus2006-08-252-702/+866
| | | | | | 2006-08-24 Raivis Dejus <orvils@gmail.com> * lv.po: Updated Latvian translation.
* Add some more mime types. Fixes bug #352482.Christian Persch2006-08-242-0/+9
| | | | | | | | 2006-08-24 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add some more mime types. Fixes bug #352482.
* Translation updated by Ivar Smolin.Priit Laes2006-08-242-156/+11
| | | | | | 2006-08-24 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Updated epiphany zh_CN translation.Funda Wang2006-08-232-11/+22
|
* Make this LGPL.Christian Persch2006-08-222-4/+10
| | | | | | | | 2006-08-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GeckoFormSigningDialog.cpp: Make this LGPL.
* Post-release version bump.Christian Persch2006-08-222-1/+7
| | | | | | | | 2006-08-21 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 2.15.92 ===RELEASE_2_15_92Christian Persch2006-08-225-8/+51
| | | | | | | | | | | | | | | | | | | 2006-08-21 Christian Persch <chpe@cvs.gnome.org> === Release 2.15.92 === * NEWS: * configure.ac: Updated for 2.15.92. * embed/mozilla/EphyAboutModule.cpp: Use escaped URL for about:recover. Fixes bug #351296. * src/ephy-window.c: Remove shortcut for SendPage.
* Don't show the empty window that the print options tab isChristian Persch2006-08-223-5/+7
| | | | | | | | | 2006-08-19 Christian Persch <chpe@cvs.gnome.org> * data/glade/print.glade: * embed/mozilla/GeckoPrintService.cpp: Don't show the empty window that the print options tab is
* Updated Oriya TranslationSubhransu Behera2006-08-211-0/+4080
|
* Added Oriya to The List of LanguagesSubhransu Behera2006-08-211-0/+1
|
* Updated Oriya Translation and Added Oriya to The List of LanguagesSubhransu Behera2006-08-211-0/+5
|
* Enable pango for Urdu locale.Christian Persch2006-08-212-0/+9
| | | | | | | | 2006-08-21 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-pango.schemas: Enable pango for Urdu locale.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2006-08-212-358/+522
| | | | | | 2006-08-21 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-08-202-172/+196
| | | | | | | 2006-08-19 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
* YAMAC.Christian Persch2006-08-192-7/+9
| | | | | | | | 2006-08-19 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyFind.cpp: YAMAC.
* Improved Spanish translation.Francisco Javier F. Serrador2006-08-192-645/+654
| | | | | | 2006-08-19 Francisco Javier F. Serrador <serrador@openshine.com> * es/es.po: Improved Spanish translation.
* Added some tagging.Francisco Javier F. Serrador2006-08-192-5/+11
| | | | | | 2006-08-19 Francisco Javier F. Serrador <serrador@openshine.com> * C/ephiphany.xml: Added some tagging.
* Updated Slovenian translation.Matic Žgur2006-08-192-2696/+2829
| | | | | | 2006-08-19 Matic Žgur <mr.zgur@gmail.com> * sl.po: Updated Slovenian translation.
* Disable DOM storage for now.Christian Persch2006-08-192-0/+9
| | | | | | | | 2006-08-18 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Disable DOM storage for now.
* Updated Greek translationNikos Charonitakis2006-08-182-332/+488
|
* Remove debug printfChristian Persch2006-08-181-2/+0
|
* Fix crash when reading the options file. Bug #351788. Actually return theChristian Persch2006-08-182-32/+43
| | | | | | | | | 2006-08-17 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-print-utils.c: Fix crash when reading the options file. Bug #351788. Actually return the settings object.
* Updated Russian translation.Nickolay V. Shmyrev2006-08-172-802/+986
| | | | | | 2006-08-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation.
* Enable pango for Thai locale. Bug #339532.Christian Persch2006-08-172-0/+9
| | | | | | | | 2006-08-17 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-pango.schemas: Enable pango for Thai locale. Bug #339532.
* Updated Polish translation by GNOME PL Team.Artur Flinta2006-08-172-798/+970
| | | | | | 2006-08-16 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated Turkish TranslationBaris Cicek2006-08-162-1462/+1092
|
* Updated Swedish translation.Daniel Nylander2006-08-162-178/+202
| | | | | | 2006-08-16 Daniel Nylander <po@danielnylander.se> * sv.po: Updated Swedish translation.
* jayaradhaa@gmail.comN Jayaradha2006-08-161-4/+5
|
* jayaradhaa@gmail.comN Jayaradha2006-08-161-928/+1036
|
* Updated Finnish translationIlkka Tuohela2006-08-162-2/+6
|
* Translation updated.Gabor Kelemen2006-08-162-801/+1075
| | | | | | 2006-08-16 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated.
* Updated Mongolian translation.Sanlig Badral2006-08-162-1990/+2645
|
* Updated Japanese translation.Satoru SATOH2006-08-152-283/+407
| | | | | | 2006-08-16 Satoru SATOH <ss@gnome.gr.jp> * Updated Japanese translation.
* Updated epiphany zh_CN translation.Funda Wang2006-08-152-179/+206
|
* Fix a typo. Fix intltool req.Kjartan Maraas2006-08-153-2/+7
| | | | | | | 2006-08-15 Kjartan Maraas <kmaraas@gnome.org> * NEWS: Fix a typo. * configure.ac: Fix intltool req.
* Updated Lithuanian translation.Žygimantas Beručka2006-08-152-798/+954
| | | | | | 2006-08-14 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-08-142-36/+46
|
* Updated TranslationsRahul Bhalerao2006-08-141-0/+4184
|
* Updated Finnish translationIlkka Tuohela2006-08-142-197/+224
|
* Don't crash on error. Bug #351187.Christian Persch2006-08-142-2/+9
| | | | | | | | | 2006-08-13 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-print-utils.c: (ephy_print_utils_page_setup_new_from_key_file): Don't crash on error. Bug #351187.
* Updated translationsRahul Bhalerao2006-08-132-0/+6
|
* nsIPassword.h is always available. Fixes bug #350997.Christian Persch2006-08-122-7/+7
| | | | | | | | 2006-08-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: nsIPassword.h is always available. Fixes bug #350997.
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-08-122-1009/+1158
|
* Updated Korean translation.Changwoo Ryu2006-08-122-279/+397
| | | | | | 2006-08-12 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
* Updated.Ahmad Riza H Nst2006-08-122-350/+501
| | | | | | 2006-08-12 Ahmad Riza H Nst <rizahnst@eriagempita.co.id> * id.po: Updated.
* Updated German translation.Hendrik Richter2006-08-112-172/+198
| | | | | | 2006-08-11 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation.
* Fix crash on PPC due to differing pointer types.Christian Persch2006-08-112-1/+7
| | | | | | | | 2006-08-10 Christian Persch <chpe@cvs.gnome.org> * plugins/desktop-file/plugin.cpp: Fix crash on PPC due to differing pointer types.
* Translation updated by Ivar Smolin.Priit Laes2006-08-112-12/+14
| | | | | | 2006-08-10 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Add missing semicolon. Bug #350711.Christian Persch2006-08-102-1/+7
| | | | | | | | 2006-08-10 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Add missing semicolon. Bug #350711.
* Update Ukrainian translation.Maxim Dziumanenko2006-08-102-174/+200
| | | | | | 2006-08-10 Maxim Dziumanenko <dziumanenko@gmail.com> * Update Ukrainian translation.
* Updated Catalan translation by Gil Forcada.Josep Puigdemont i Casamajó2006-08-102-357/+504
|
* ephy_file_launch_desktop_file accepts now a parameter. Fix #343321.Jean-François Rameau2006-08-105-11/+16
| | | | | | | | | | | | | | 2006-08-09 Jean-François Rameau <jframeau@cvs.gnome.org> * src/popup-commands.c: (background_download_completed): * lib/ephy-file-helpers.h: (ephy_file_launch_desktop_file): * lib/ephy-file-helpers.c: (ephy_file_launch_desktop_file): ephy_file_launch_desktop_file accepts now a parameter. Fix #343321. * src/ephy-window.c: Remove CONF_DESKTOP_BG_PICTURE #define. No need.
* Updated Dzongkha translationsGuntupalli Karunakar2006-08-102-345/+496
|
* Updated Norwegian bokmål translation.Kjartan Maraas2006-08-092-192/+222
| | | | | | 2006-08-09 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation.
* Updated Thai translation.Theppitak Karoonboonyanan2006-08-092-205/+231
| | | | | | 2006-08-09 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Translation updated by Ivar Smolin.Priit Laes2006-08-092-370/+662
| | | | | | 2006-08-09 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Updated Spanish translation.Francisco Javier F. Serrador2006-08-092-174/+195
| | | | | | 2006-08-08 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
* Fix one AS_HELP_STRING.Christian Persch2006-08-082-1/+7
| | | | | | | | 2006-08-08 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Fix one AS_HELP_STRING.
* 2006-08-08 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: Updated ↵Jovan Naumovski2006-08-082-33/+40
| | | | Macedonian Translation
* Expose notebook->priv->focused_pages to extensions. Fix bug #350187.Jean-François Rameau2006-08-085-0/+38
| | | | | | | | | | | 2006-08-08 Jean-François Rameau <jframeau@cvs.gnome.org> * src/epiphany.defs: * src/ephy-notebook.h: * src/ephy-notebook.c: * src/epiphany.override: Expose notebook->priv->focused_pages to extensions. Fix bug #350187.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-08-082-174/+193
|
* 2006-08-08 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: Updated ↵Jovan Naumovski2006-08-082-173/+193
| | | | Macedonian Translation
* Post-release version bump.Christian Persch2006-08-082-1/+7
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 2.5.91 ===RELEASE_2_5_91Christian Persch2006-08-083-1/+10
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> === Release 2.5.91 === * configure.ac:
* UpdateChristian Persch2006-08-081-7/+13
|
* Don't allow closing the window if quit is locked down. Patch by DiegoChristian Persch2006-08-082-0/+11
| | | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: Don't allow closing the window if quit is locked down. Patch by Diego Escalante Urrelo, bug #320091.
* Avoid accels on thin characters. Patch by Crispin Flowerday, bug #331777.Christian Persch2006-08-083-3/+11
| | | | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: * src/ephy-history-window.c: Avoid accels on thin characters. Patch by Crispin Flowerday, bug #331777.
* Add "delete text" command.Christian Persch2006-08-084-0/+36
| | | | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: * src/window-commands.c: * src/window-commands.h: Add "delete text" command.
* Also recognise keypad keys for navigation. Bug #337089.Christian Persch2006-08-082-0/+25
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: Also recognise keypad keys for navigation. Bug #337089.
* Fix the build.Christian Persch2006-08-082-2/+6
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/Makefile.am: Fix the build.
* Correctly mark mouse click events as consumed.Christian Persch2006-08-082-3/+13
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: Correctly mark mouse click events as consumed.
* Improve the a11y theme check.Christian Persch2006-08-082-2/+8
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: Improve the a11y theme check.
* Use variables here, not configure substitutions.Christian Persch2006-08-082-1/+7
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * lib/Makefile.am: Use variables here, not configure substitutions.
* Simply CallGetService to get the pref branch.Christian Persch2006-08-082-12/+14
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-notifiers.cpp: Simply CallGetService to get the pref branch.
* Use AutoJSContextStack on window open. Disable XPrint.Christian Persch2006-08-082-1/+19
| | | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Use AutoJSContextStack on window open. Disable XPrint.
* Set printer name setting.Christian Persch2006-08-082-4/+5
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Set printer name setting.
* Try to fix the docs build with gecko trunk.Christian Persch2006-08-082-0/+15
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Try to fix the docs build with gecko trunk.
* Remove suprious entry.Christian Persch2006-08-082-1/+6
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * src/languages.h: Remove suprious entry.
* Make sure to destroy the dialogue in all cases.Christian Persch2006-08-082-11/+17
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * src/ephy-toolbar-editor.c:(ephy_toolbar_editor_response): Make sure to destroy the dialogue in all cases.
* Merged from gnome-2-14.Christian Persch2006-08-083-1/+1979
| | | | | | | | | 2006-07-24 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * sv/sv.po: Merged from gnome-2-14.
* R embed/mozilla/MozillaPrivate.cpp: R embed/mozilla/MozillaPrivate.h:Christian Persch2006-08-084-58/+8
| | | | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: R embed/mozilla/MozillaPrivate.cpp: R embed/mozilla/MozillaPrivate.h: Remove unused files.
* Don't start search on <embed> and <object> elements.Christian Persch2006-08-082-1/+12
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: Don't start search on <embed> and <object> elements.
* Don't leak the UI language.Christian Persch2006-08-082-2/+10
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Don't leak the UI language.
* Add more mime types.Christian Persch2006-08-082-0/+7
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add more mime types.
* Document the print_frames key.Christian Persch2006-08-082-0/+17
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: Document the print_frames key.
* Decrease maximum progress update to 0.5sChristian Persch2006-08-082-1/+10
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: Decrease maximum progress update to 0.5s
* *** empty log message ***Iñaki Larrañaga Murgoitio2006-08-071-1/+1
|
* Updated Basque translation.Inaki Larranaga2006-08-072-286/+412
| | | | | | 2006-08-07 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation.
* NEWS updated by reinoutsChristian Persch2006-08-071-0/+83
|
* Fix the build.Christian Persch2006-08-062-0/+8
| | | | | | | | 2006-08-05 Christian Persch <chpe@cvs.gnome.org> * lib/Makefile.am: Fix the build.
* Fix the build.Christian Persch2006-08-062-2/+9
| | | | | | | | | 2006-08-05 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-shell.c: (ephy_embed_shell_set_page_setup), (ephy_embed_shell_set_print_settings): Fix the build.
* Remove accel for ViewToolbar. Bug #328783.Christian Persch2006-08-062-1/+7
| | | | | | | | 2006-08-05 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: Remove accel for ViewToolbar. Bug #328783.
* A lib/ephy-print-utils.c: A lib/ephy-print-utils.h:Christian Persch2006-08-056-8/+667
| | | | | | | | | | | | | | | | | 2006-08-05 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-shell.c: (ephy_embed_shell_set_page_setup), (ephy_embed_shell_get_page_setup), (ephy_embed_shell_set_print_settings), (ephy_embed_shell_get_print_settings): A lib/ephy-print-utils.c: A lib/ephy-print-utils.h: * lib/ephy-string.c: (ephy_string_flags_from_string), (ephy_string_flags_to_string), (ephy_string_enum_from_string), (ephy_string_enum_to_string): * lib/ephy-string.h: Persist print settings and page setup.
* Bugfixes by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-08-052-17/+23
| | | | | | | 2006-08-05 Alexander Shopov <ash@contact.bg> * bg.po: Bugfixes by Alexander Shopov <ash@contact.bg>
* Translation updated.Priit Laes2006-08-052-1049/+977
| | | | | | 2006-08-05 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
* Fixing the last commit mess-up The last updater is Vladimir PetkovAlexander Shopov2006-08-052-2/+2
| | | | | | | | 2006-08-05 Alexander Shopov <ash@contact.bg> * bg.po: Fixing the last commit mess-up The last updater is Vladimir Petkov <vpetkov@i-space.org>
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-08-052-318/+448
| | | | | | | 2006-08-05 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
* Updated Swedish translation.Daniel Nylander2006-08-042-309/+426
| | | | | | 2006-08-04 Daniel Nylander <po@danielnylander.se> * sv.po: Updated Swedish translation.
* Updated Norwegian bokmål translation.Kjartan Maraas2006-08-032-800/+1145
| | | | | | 2006-08-03 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation.
* Updated epiphany zh_CN translation.Funda Wang2006-08-032-199/+292
|
* 2006-08-01 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: Updated/Fixed ↵Jovan Naumovski2006-08-012-643/+794
| | | | Macedonian Translation
* Update Ukrainian translation.Maxim Dziumanenko2006-07-312-700/+908
| | | | | | 2006-07-31 Maxim Dziumanenko <dziumanenko@gmail.com> * Update Ukrainian translation.
* Fix superfluous ellipsis in "Save Image As" (Closes: #337914)Bastien Nocera2006-07-312-1/+6
| | | | | | | 2006-07-30 Bastien Nocera <hadess@hadess.net> * en_GB.po: Fix superfluous ellipsis in "Save Image As" (Closes: #337914)
* Updated French translation.Christophe Merlet2006-07-302-198/+298
|
* Updated Spanish translation.Francisco Javier F. Serrador2006-07-282-13/+17
| | | | | | 2006-07-27 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
* Updated Spanish docs. Updated screenshotFrancisco Javier F. Serrador2006-07-273-897/+1193
| | | | | | | 2006-07-27 Francisco Javier F. Serrador <serrador@openshine.com> * es/es.po: Updated Spanish docs. * es/figures/ephy-addressbar-smartbookmark-screenshot.png: Updated screenshot
* Updated German translation.Hendrik Richter2006-07-272-14/+13
| | | | | | 2006-07-27 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation.
* Updated German translation.Hendrik Richter2006-07-272-132/+168
| | | | | | 2006-07-27 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation.
* Updated Finnish translationIlkka Tuohela2006-07-272-131/+171
|
* Updated Spanish translation.Francisco Javier F. Serrador2006-07-262-136/+168
| | | | | | 2006-07-26 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
* Define STOCK_NEW_WINDOW with named icon "window-new" and use it in File ->Luca Ferretti2006-07-264-8/+21
| | | | | | | | | | | | | 2006-07-26 Luca Ferretti <elle.uca@libero.it> * lib/ephy-stock-icons.c: * lib/ephy-stock-icons.h: * src/ephy-window.c: Define STOCK_NEW_WINDOW with named icon "window-new" and use it in File -> New Window. Use "tab-new", "bookmark-new" and "mail-forward" named icons from Icon Naming Standard for related actions. A first step to fix bug # 348350
* Updated Czech translation.Jakub Friedl2006-07-252-281/+407
| | | | | | 2006-07-25 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech translation.
* Updated Thai translation.Theppitak Karoonboonyanan2006-07-252-126/+157
| | | | | | 2006-07-25 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-07-252-128/+160
|
* Set default dictionary based on applicable locale names.Jean-François Rameau2006-07-252-5/+19
| | | | | | | | 2006-07-24 Jean-François Rameau <jframeau@cvs.gnome.org> * lib/ephy-spell-check.c: (ephy_spell_check_init): Set default dictionary based on applicable locale names.
* Make this a vbox, not a table.Christian Persch2006-07-252-106/+237
| | | | | | | | 2006-07-24 Christian Persch <chpe@cvs.gnome.org> * data/glade/certificate-dialogs.glade: Make this a vbox, not a table.
* Fix default activation.Christian Persch2006-07-254-2/+54
| | | | | | | | | | | | | 2006-07-24 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-password-dialog.c: Fix default activation. * data/glade/form-signing-dialog.glade: * embed/mozilla/GeckoFormSigningDialog.cpp: Fix content packing options.
* Fix spacings, and don't use dummy text.Christian Persch2006-07-252-16/+22
| | | | | | | | 2006-07-24 Christian Persch <chpe@cvs.gnome.org> * data/glade/certificate-dialogs.glade: Fix spacings, and don't use dummy text.
* Add page security info dialogue from Certificates extension.Christian Persch2006-07-257-14/+115
| | | | | | | | | | | | | | | 2006-07-24 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: * src/ephy-statusbar.c: (ephy_statusbar_class_init), (padlock_button_press_cb), (create_statusbar_security_icon): * src/ephy-statusbar.h: * src/ephy-window.c: (ephy_window_constructor): * src/window-commands.c: (window_cmd_view_page_security_info), (window_cmd_help_about): * src/window-commands.h: Add page security info dialogue from Certificates extension.
* Reset IM context before activation. Bug #348478, patch by Nguyễn TháiChristian Persch2006-07-251-0/+1
| | | | | | | | | 2006-07-24 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (match_selected_cb): Reset IM context before activation. Bug #348478, patch by Nguyễn Thái Ngọc Duy.
* Updated Spanish translation.Francisco Javier F. Serrador2006-07-252-70/+139
| | | | | | 2006-07-24 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
* Updated German translation.Hendrik Richter2006-07-252-76/+148
| | | | | | 2006-07-24 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-07-242-191/+290
|
* Updated Finnish translationIlkka Tuohela2006-07-242-200/+296
|
* Updated Thai translation.Theppitak Karoonboonyanan2006-07-242-206/+304
| | | | | | 2006-07-24 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Missing GeckoFormSigningDialog entries.Jean-François Rameau2006-07-242-0/+8
| | | | | | | | 2006-07-23 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/Makefile.am: Missing GeckoFormSigningDialog entries.
* Updated.Christian Persch2006-07-242-0/+6
| | | | | | 2006-07-22 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Updated.
* Add accel. Bug #337913.Christian Persch2006-07-242-3/+10
| | | | | | | | 2006-07-22 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_export): Add accel. Bug #337913.
* Implement nsIDOMCryptoDialogs, nsITokenDialogs andChristian Persch2006-07-245-19/+228
| | | | | | | | | | | | | | | | | | | 2006-07-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSDialogs.h: * embed/mozilla/MozRegisterComponents.cpp: Implement nsIDOMCryptoDialogs, nsITokenDialogs and nsITokenPasswordDialogs. Bug #312869. * embed/mozilla/EphyUtils.cpp: * embed/mozilla/EphyUtils.h: Add a helper function to get the DOM window off the native call context, to work around unavailable parent window in nsIDOMCryptoDialogs ( https://bugzilla.mozilla.org/show_bug.cgi?id=341914).
* No need to double-init gnome-vfs.Christian Persch2006-07-242-1/+6
| | | | | | | | 2006-07-23 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (main): No need to double-init gnome-vfs.
* Updated Japanese translation.Satoru SATOH2006-07-232-700/+807
| | | | | | 2006-07-23 Satoru SATOH <ss@gnome.gr.jp> * Updated Japanese translation.
* Updated Spanish translation.Francisco Javier F. Serrador2006-07-232-204/+179
| | | | | | 2006-07-23 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
* Implement nsIFormSigningDialog. Bug #312869.Christian Persch2006-07-236-4/+502
| | | | | | | | | | | | 2006-07-22 Christian Persch <chpe@cvs.gnome.org> * data/glade/Makefile.am: * data/glade/form-signing-dialog.glade: * embed/mozilla/GeckoFormSigningDialog.cpp: * embed/mozilla/GeckoFormSigningDialog.h: * embed/mozilla/MozRegisterComponents.cpp: Implement nsIFormSigningDialog. Bug #312869.
* Updated German translation.Hendrik Richter2006-07-232-103/+136
| | | | | | 2006-07-22 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation.
* Updated Korean translation.Changwoo Ryu2006-07-222-99/+145
| | | | | | 2006-07-23 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
* Updated French translation.Christophe Merlet2006-07-222-300/+311
|
* Updated epiphany zh_CN translation.Funda Wang2006-07-222-703/+751
|
* Add a way to turn off password remembering. Bug #332374.Christian Persch2006-07-226-0/+100
| | | | | | | | | | | | 2006-07-21 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: * data/glade/prefs-dialog.glade: * embed/mozilla/mozilla-notifiers.cpp: * lib/ephy-prefs.h: * src/prefs-dialog.c: Add a way to turn off password remembering. Bug #332374.
* Add our options in a custom tab in the print dialogue.Christian Persch2006-07-227-387/+566
| | | | | | | | | | | | | | | 2006-07-21 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: * data/glade/print.glade: * embed/mozilla/GeckoPrintService.cpp: * embed/mozilla/GeckoPrintService.h: * lib/ephy-gui.c: (ephy_gui_message_dialog_get_content_box), (ephy_gui_message_dialog_set_wrap_mode), (checkbutton_toggled_cb), (ephy_gui_connect_checkbutton_to_gconf): * lib/ephy-gui.h: Add our options in a custom tab in the print dialogue.
* Updated German translation.Hendrik Richter2006-07-212-434/+488
| | | | | | 2006-07-21 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation.
* Updated Catalan translation by Gil Forcada.Josep Puigdemont i Casamajó2006-07-212-711/+785
|
* fix a typoNikos Charonitakis2006-07-212-9/+13
|
* When resetting the entry also emit user-changed, to restore the originalChristian Persch2006-07-202-5/+27
| | | | | | | | | | | 2006-07-20 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (entry_key_press_cb), (entry_activate_after_cb), (action_activated_after_cb), (ephy_location_entry_reset_internal), (ephy_location_entry_reset): When resetting the entry also emit user-changed, to restore the original URI in the tab's property. Bug #345934.
* Force label wrapping.Christian Persch2006-07-192-0/+8
| | | | | | | | 2006-07-18 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyPromptService.cpp: Force label wrapping.
* Updated Dzongkha translationGuntupalli Karunakar2006-07-182-633/+1078
|
* Updated Greek translationKostas Papadimas2006-07-182-638/+662
|
* Updated Swedish translation.Daniel Nylander2006-07-162-1209/+1121
| | | | | | 2006-07-16 Daniel Nylander <po@danielnylander.se> * sv.po: Updated Swedish translation.
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2006-07-162-676/+755
| | | | | | 2006-07-16 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
* Updated Korean translation.Changwoo Ryu2006-07-142-49/+52
| | | | | | 2006-07-14 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
* Updated Belarusian translationAles Nyakhaychyk2006-07-112-56/+71
|
* Updated Czech translation.Jakub Friedl2006-07-112-125/+157
| | | | | | 2006-07-11 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech translation.
* Post-release version bump.Christian Persch2006-07-112-1/+7
| | | | | | | | 2006-07-10 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 2.15.4 ===RELEASE_2_15_4Christian Persch2006-07-116-11/+19
| | | | | | | | 2006-07-10 Christian Persch <chpe@cvs.gnome.org> === Release 2.15.4 === * configure.ac:
* Work around bug #346662 by not changing selection while removing theChristian Persch2006-07-112-0/+23
| | | | | | | | | | 2006-07-10 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-node-view.c: (ephy_node_view_selection_changed_cb), (ephy_node_view_remove): Work around bug #346662 by not changing selection while removing the nodes. Fixes crash with gtk 2.10.
* Fix for empty menubar accel setting. Don't activate insensitive actions,Christian Persch2006-07-112-7/+33
| | | | | | | | | | 2006-07-10 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (settings_change_notify), (ephy_window_key_press_event): Fix for empty menubar accel setting. Don't activate insensitive actions, bug #347022.
* Fix middle-click and ctrl-enter in the location entry autocompletionChristian Persch2006-07-113-9/+78
| | | | | | | | | | | | | | 2006-07-10 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (entry_key_press_cb), (entry_key_press_after_cb), (entry_activate_after_cb), (match_selected_cb), (action_activated_after_cb), (ephy_location_entry_construct_contents), (ephy_location_entry_set_completion): * src/ephy-location-action.c: (action_activated_cb): Fix middle-click and ctrl-enter in the location entry autocompletion drop-down. Bug #345934, based on a patch by johannes@sipsolutions.net.
* Updated Traditional Chinese translation(Hong Kong). Updated TraditionalChao-Hsiung Liao2006-07-093-1258/+1507
| | | | | | | 2006-07-09 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). * zh_TW.po: Updated Traditional Chinese translation(Taiwan).
* Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>Alexander Shopov2006-07-092-438/+462
| | | | | | | 2006-07-08 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
* Updated Korean translation.Changwoo Ryu2006-07-092-636/+709
| | | | | | 2006-07-09 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
* Updated Belarusian translation.Ales Nyakhaychyk2006-07-082-944/+1304
|
* Updated Spanish translation.Francisco Javier F. Serrador2006-07-082-102/+129
| | | | | | 2006-07-08 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.