aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* A data/epiphany-pango.schemas:Christian Persch2006-04-105-9/+79
| | | | | | | | | | | | 2006-04-09 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: A data/epiphany-pango.schemas: * lib/ephy-prefs.h: * src/ephy-main.c: (main): Enable pango for some indic languages, which depend on it for correct rendering. Bug #335799.
* Updated Thai translation (merged from gnome-2-14 branch).Theppitak Karoonboonyanan2006-04-092-104/+108
| | | | | | 2006-04-09 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation (merged from gnome-2-14 branch).
* *** empty log message ***Ignacio Casal Quinteiro2006-04-042-235/+213
|
* Improve the current code (less complex) and add a timeouted call toJean-François Rameau2006-04-042-188/+40
| | | | | | | | | | 2006-04-03 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-net-monitor.c: Improve the current code (less complex) and add a timeouted call to NetworkManager when requesting network status. Bug 330479.
* Disable export when locked down. Bug #337028.Christian Persch2006-04-032-0/+14
| | | | | | | | | 2006-04-03 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): Disable export when locked down. Bug #337028.
* Fix status icon reference count.Christian Persch2006-04-032-2/+20
| | | | | | | | 2006-04-03 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: Fix status icon reference count.
* 2006-04-03 Christian Persch <chpe@cvs.gnome.org>Christian Persch2006-04-031-2/+5
| | | | | | | * src/ephy-dbus.c: (ephy_dbus_get_bus): * src/ephy-net-monitor.c: (ephy_net_monitor_check_for_active_device), (ephy_net_monitor_attach_to_dbus), (ephy_net_monitor_startup):
* Don't crash when we cannot connect to the system dbus. Bug #336557.Christian Persch2006-04-033-7/+30
| | | | | | | | | | | 2006-04-03 Christian Persch <chpe@cvs.gnome.org> * src/ephy-dbus.c: (ephy_dbus_get_bus): * src/ephy-net-monitor.c: (ephy_net_monitor_check_for_active_device), (ephy_net_monitor_attach_to_dbus), (ephy_net_monitor_startup): Don't crash when we cannot connect to the system dbus. Bug #336557.
* Add ephy_guid_help_with_doc_id for use by e-e.Christian Persch2006-04-033-12/+34
| | | | | | | | | 2006-04-02 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-gui.c: (ephy_gui_help_with_doc_id), (ephy_gui_help): * lib/ephy-gui.h: Add ephy_guid_help_with_doc_id for use by e-e.
* Oops, this is a string pref!Christian Persch2006-04-032-13/+10
| | | | | | | | 2006-04-02 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-notifiers.cpp: Oops, this is a string pref!
* Fix crash when cancelling the prompt before the timeout has run.Christian Persch2006-04-012-3/+8
| | | | | | | | 2006-04-01 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyPromptService.cpp: Fix crash when cancelling the prompt before the timeout has run.
* Translation updated by Ivar Smolin.Priit Laes2006-03-302-49/+46
| | | | | | 2006-03-29 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
* Use g_object_ref_sink().Christian Persch2006-03-298-35/+37
| | | | | | | | | | | | | | 2006-03-28 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyPromptService.cpp: * lib/egg/egg-editable-toolbar.c: (egg_editable_toolbar_set_fixed): * lib/widgets/ephy-location-entry.c: (ephy_location_entry_init): * lib/widgets/ephy-zoom-control.c: (ephy_zoom_control_init): * src/ephy-fullscreen-popup.c: (ephy_fullscreen_popup_constructor): * src/ephy-notebook.c: (ephy_notebook_init): * src/ephy-statusbar.c: (ephy_statusbar_init): Use g_object_ref_sink().
* .Jean-François Rameau2006-03-292-9/+55
| | | | | | | | | 2006-03-28 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/EphyContentPolicy.cpp: (ShouldLoad). Mozilla backend now supports adblock. Fix #335919.
* file br.po was initially added on branch gnome-2-14.Jeremy Le Floc'h2006-03-280-0/+0
|
* Fix typo.Tommi Vainikainen2006-03-282-3/+6
| | | | | 2006-03-27 Tommi Vainikainen <thv@iki.fi> * fi.po: Fix typo.
* Updated Thai translation (merged from gnome-2-14 branch).Theppitak Karoonboonyanan2006-03-252-269/+320
| | | | | | 2006-03-25 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation (merged from gnome-2-14 branch).
* Fix print format/arg mismatch.Christian Persch2006-03-242-2/+8
| | | | | | | | 2006-03-23 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-node.c: (write_parent), (ephy_node_write_to_xml): Fix print format/arg mismatch.
* Drop compat code for libgnome < 2.14. Fix refcount leak.Christian Persch2006-03-243-86/+22
| | | | | | | | | | 2006-03-23 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * src/ephy-main.c: (main): Drop compat code for libgnome < 2.14. Fix refcount leak.
* Remove #ifdef:s now that we depend on gtk+ 2.9.Christian Persch2006-03-242-23/+11
| | | | | | | | | | | | 2006-03-23 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (show_status_icon), (downloader_view_init), (downloader_view_finalize), (update_status_icon), (download_changed_cb), (downloader_view_add_download), (downloader_view_remove_download), (download_dialog_delete_event_cb): Remove #ifdef:s now that we depend on gtk+ 2.9.
* Port notebook DND to gtk+ 2.9.Christian Persch2006-03-2411-751/+294
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-03-23 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * data/ui/epiphany-ui.xml: * src/ephy-lockdown.c: (update_window): * src/ephy-notebook.c: (ephy_notebook_class_init), (button_press_cb), (ephy_notebook_init), (tab_label_weak_notify_cb), (build_tab_label): * src/ephy-notebook.h: * src/ephy-session.c: (notebook_page_added_cb), (notebook_page_removed_cb), (notebook_page_reordered_cb), (impl_attach_window): * src/ephy-tabs-menu.c: (notebook_page_added_cb), (notebook_page_removed_cb), (notebook_page_reordered_cb), (ephy_tabs_menu_set_window): * src/ephy-window.c: (update_tabs_menu_sensitivity), (idle_tab_remove_cb), (notebook_page_added_cb), (notebook_page_removed_cb), (notebook_page_reordered_cb), (notebook_page_close_request_cb), (setup_notebook), (ephy_window_remove_tab), (notebook_switch_page_cb): * src/epiphany.defs: * src/window-commands.c: (window_cmd_tabs_move_left), (window_cmd_tabs_move_right): Port notebook DND to gtk+ 2.9.
* Added Dzongkha translation from Pema Geyleg. Added Dzongkha (dz).Tommi Vainikainen2006-03-223-1/+3880
| | | | | | 2006-03-22 Tommi Vainikainen <thv@iki.fi> * dz.po: Added Dzongkha translation from Pema Geyleg. * LINGUAS: Added Dzongkha (dz).
* Use GtkStatusIcon.Christian Persch2006-03-209-2307/+66
| | | | | | | | | | | | | | | | | | | | | | | 2006-03-20 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (status_icon_popup_menu_cb), (show_status_icon), (downloader_view_init), (downloader_view_finalize), (update_status_icon), (download_changed_cb), (downloader_view_add_download), (downloader_view_remove_download), (download_dialog_delete_event_cb): Use GtkStatusIcon. * lib/egg/Makefile.am: * lib/egg/eggstatusicon.c: * lib/egg/eggstatusicon.h: * lib/egg/eggtrayicon.c: * lib/egg/eggtrayicon.h: * lib/egg/eggtraymanager.c: * lib/egg/eggtraymanager.h: Remove egg status icons files.
* cs.po: Do no capitalize MozDownload.cpp "Files".Stanislav Brabec2006-03-202-1/+5
|
* Sync Epiphany with Gecko trunk according toJean-François Rameau2006-03-203-0/+17
| | | | | | | | | | | 2006-03-19 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/EphySidebar.cpp: * embed/mozilla/MozRegisterComponents.cpp: Sync Epiphany with Gecko trunk according to https://bugzilla.mozilla.org/show_bug.cgi?id=330420. (Add nsIClassInfo.h).
* Updated Ukrainian translation.Maxim Dziumanenko2006-03-184-1079/+1263
| | | | | | 2006-03-17 Maxim Dziumanenko <mvd@mylinux.ua> * Updated Ukrainian translation.
* Add support for local directory monitoring (in addition to local fileWouter Bolsterlee2006-03-172-26/+59
| | | | | | | | | | 2006-03-17 Wouter Bolsterlee <uws@xs4all.nl> * src/ephy-tab.c: (ephy_tab_file_monitor_cb), (ephy_tab_update_file_monitor): Add support for local directory monitoring (in addition to local file monitoring). Bug #332049.
* Translation updated by Ivar Smolin.Priit Laes2006-03-172-2/+6
| | | | | | 2006-03-17 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
* Translation updated by Ivar Smolin.Priit Laes2006-03-172-4/+14
| | | | | | 2006-03-17 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
* 2006-03-15 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-03-152-4/+8
| | | | | | * 2006-03-15 Reinout van Schouwen <reinout@cs.vu.nl> nl.po: fixed some accelerator keys
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-03-141-2/+2
|
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-03-142-1354/+1416
|
* Updated Brazilian Portuguese translationRaphael Higino2006-03-142-186/+249
|
* Updated Czech translation.Miloslav Trmac2006-03-142-24/+27
| | | | | | 2006-03-14 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Updated Turkish TranslationBaris Cicek2006-03-142-1582/+2340
|
* Updated Portuguese translation.Duarte Loreto2006-03-142-30/+38
| | | | | | 2006-03-13 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Updated Japanese translationSatoru SATOH2006-03-142-148/+152
| | | | | | 2006-03-14 Satoru SATOH <ss@gnome.gr.jp> * ja.po: Updated Japanese translation
* Updated Swedish translationDaniel Nylander2006-03-142-530/+681
| | | | | | 2006-03-13 Daniel Nylander <po@danielnylander.se> * sv.po: Updated Swedish translation
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-03-132-20/+25
| | | | | | | 2006-03-13 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
* Add releaseBaseURL entity.Christian Persch2006-03-132-0/+7
| | | | | | | | 2006-03-13 Christian Persch <chpe@cvs.gnome.org> * data/chrome/brand.dtd.in: Add releaseBaseURL entity.
* Updated Spanish translation.Francisco Javier F. Serrador2006-03-132-179/+231
| | | | | | 2006-03-13 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Ukrainian translation.Maxim Dziumanenko2006-03-132-149/+153
| | | | | | 2006-03-13 Maxim Dziumanenko <mvd@mylinux.ua> * Updated Ukrainian translation.
* update translation for Punjabi (Gurmukhi) by apbrar gmail comAmanpreet Singh Alam2006-03-131-34/+36
|
* *** empty log message ***Ignacio Casal Quinteiro2006-03-132-166/+190
|
* Added Entry for Bengali (bn) Translation UpdationRuna Bhattacharjee2006-03-131-0/+4
|
* Updated Bengali TranslationRuna Bhattacharjee2006-03-131-1064/+1285
|
* Add support for IE link files. Bug #330735.Christian Persch2006-03-133-44/+170
| | | | | | | | | 2006-03-12 Christian Persch <chpe@cvs.gnome.org> * plugins/desktop-file/Makefile.am: * plugins/desktop-file/plugin.cpp: Add support for IE link files. Bug #330735.
* Set different exit codes when exiting from different places in the testChristian Persch2006-03-133-14/+28
| | | | | | | | | | | 2006-03-12 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * m4/gecko.m4: Set different exit codes when exiting from different places in the test program, so we can see the cause of the failure in config.log.
* Update after branching.Christian Persch2006-03-132-3/+9
| | | | | | | | 2006-03-12 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Update after branching.
* === Release 2.14.0 ===RELEASE_2_14_0GNOME_2_14_BRANCHPOINTChristian Persch2006-03-134-6/+65
| | | | | | | | | | | | | | | | 2006-03-12 Christian Persch <chpe@cvs.gnome.org> === Release 2.14.0 === * NEWS: * configure.ac: Updated for 2.14.0. * src/prefs-dialog.c: (prefs_dialog_show_help), (font_prefs_dialog_response_cb): Fix the documentation ID the Help button points to.
* Add Victor to documenters in About dialogue.Christian Persch2006-03-132-0/+7
| | | | | | | | 2006-03-12 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: Add Victor to documenters in About dialogue.
* Updated Epiphany manual, by Victor Osadci.Christian Persch2006-03-136-270/+429
| | | | | | | | | | | | 2006-03-12 Christian Persch <chpe@cvs.gnome.org> * C/epiphany.xml: * C/figures/ephy-addressbar-smartbookmark-screenshot.png: * C/figures/ephy-bookmarkbar-smartbookmark-screenshot.png: * C/figures/ephy-history-window-screenshot.png: * C/figures/ephy-screenshot.png: Updated Epiphany manual, by Victor Osadci.
* Translation updated by Ivar Smolin.Priit Laes2006-03-122-32/+13
| | | | | | 2006-03-12 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
* Updated Czech translation by Petr Tomeš.Miloslav Trmac2006-03-122-170/+224
| | | | | | 2006-03-12 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation by Petr Tomeš.
* Translation updated by Ivar Smolin.Priit Laes2006-03-122-7/+11
| | | | | | 2006-03-11 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-03-112-88/+93
| | | | | | | 2006-03-11 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
* update translation for Punjabi (Gurmukhi) by apbrar gmail comAmanpreet Singh Alam2006-03-111-695/+774
|
* Updated Portuguese translation.Duarte Loreto2006-03-112-513/+645
| | | | | | 2006-03-10 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* 2006-03-10 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-03-111-185/+244
| | | | | | * 2006-03-10 Reinout van Schouwen <reinout@cs.vu.nl> nl.po : re-commit translation
* Updated Catalan translation by Gil Forcada <gilforcada@guifi.net>.Jordi Mallach2006-03-112-708/+822
|
* Updated Spanish translation.Francisco Javier F. Serrador2006-03-101-0/+0
| | | | | | 2006-03-10 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Fix item ordering to fix bookmarks export format. Bug #333959, patch hasChristian Persch2006-03-102-2/+10
| | | | | | | | | 2006-03-10 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: Fix item ordering to fix bookmarks export format. Bug #333959, patch has RT approval.
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-03-102-86/+175
|
* Swedish translation updatedDaniel Nylander2006-03-092-8154/+1413
| | | | | | 2006-03-09 Daniel Nylander <po@danielnylander.se> * sv.po: Swedish translation updated
* Translation updated by Wouter Bolsterlee.Vincent van Adrighem2006-03-082-3/+7
| | | | | | 2006-03-08 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Wouter Bolsterlee.
* Updated TranslationRajesh Ranjan2006-03-082-812/+922
|
* Don't throw when cancelling the dialogue with ESC. Fixes bug #333780,Christian Persch2006-03-082-1/+8
| | | | | | | | | 2006-03-08 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyPromptService.cpp: Don't throw when cancelling the dialogue with ESC. Fixes bug #333780, patch has RT approval.
* Hungarian translation updated.Gabor Kelemen2006-03-082-76/+172
| | | | | | 2006-03-08 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Hungarian translation updated.
* Updated Danish translation.Ole Laursen2006-03-082-517/+638
| | | | | | 2006-03-08 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* Build fix to build with 1.8 branch. No code changes, only #ifdef code thatChristian Persch2006-03-082-0/+12
| | | | | | | | | 2006-03-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Build fix to build with 1.8 branch. No code changes, only #ifdef code that must not be built on 1.8 branch.
* ro.po: Updated Romanian translationMugurel Tudor2006-03-082-1006/+1303
| | | | | | 2006-03-07 Mugurel Tudor <mugurelu@gnome.ro> ro.po: Updated Romanian translation
* === Release 1.9.99 ===Release1999Christian Persch2006-03-072-1/+7
| | | | | | | | 2006-03-06 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.99 === * configure.ac:
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2006-03-063-122/+127
| | | | | | | 2006-03-06 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same.
* Back the xpinstall change out; it breaks on gecko 1.8.Christian Persch2006-03-062-55/+36
| | | | | | | | 2006-03-05 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozRegisterComponents.cpp: Back the xpinstall change out; it breaks on gecko 1.8.
* Update timestamp on resume dialogue when queuing a new command.Christian Persch2006-03-062-0/+13
| | | | | | | | | 2006-03-05 Christian Persch <chpe@cvs.gnome.org> * src/ephy-session.c: Update timestamp on resume dialogue when queuing a new command.
* Don't use g_return_if_fail here.Christian Persch2006-03-067-8/+15
| | | | | | | | | | | | 2006-03-05 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-find.cpp: Don't use g_return_if_fail here. * embed/mozilla/mozilla-embed-single.cpp: Remove fixed FIXME.
* Fix fonts schema default values.Christian Persch2006-03-064-27/+39
| | | | | | | | | | | | | 2006-03-05 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-fonts.schemas: * data/generate-font-schemas.py: Fix fonts schema default values. * embed/downloader-view.c: (downloader_view_build_ui): Forgotten commit.
* Use the right category.Christian Persch2006-03-052-1/+7
| | | | | | | | 2006-03-05 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozRegisterComponents.cpp: Use the right category.
* Mark application/x-xpinstall as unsafe.Christian Persch2006-03-053-30/+67
| | | | | | | | | | | | | 2006-03-05 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Mark application/x-xpinstall as unsafe. * embed/mozilla/MozRegisterComponents.cpp: Unregister xpinstall content handler and JS objects; fixes download of .xpi files.
* Before running any test programs, check that we can compile and run anyChristian Persch2006-03-053-8/+55
| | | | | | | | | | 2006-03-05 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * m4/gecko.m4: Before running any test programs, check that we can compile and run any XPCOM programs at all.
* Updated Polish translation by GNOME PL Team.Artur Flinta2006-03-052-69/+156
| | | | | | 2006-03-05 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated epiphany zh_CN translation.Funda Wang2006-03-052-121/+219
|
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-03-052-76/+166
| | | | | | | 2006-03-05 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
* Translation updated by Ivar Smolin.Priit Laes2006-03-042-64/+151
| | | | | | 2006-03-04 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
* Updated Traditional Chinese translation(Hong Kong). Updated TraditionalChao-Hsiung Liao2006-03-043-1461/+1973
| | | | | | | 2006-03-04 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).
* Fix buildChristian Persch2006-03-041-1/+1
|
* Sync Epiphany with new nsIGlobalHistory3 stuff.Jean-François Rameau2006-03-035-4/+50
| | | | | | | | | | | | | | 2006-03-03 Jean-François Rameau <jframeau@cvs.gnome.org> * configure.ac: * embed/mozilla/GlobalHistory.h: * embed/mozilla/GlobalHistory.cpp: Sync Epiphany with new nsIGlobalHistory3 stuff. * embed/mozilla/EphyContentPolicy.cpp: (GetEmbedFromContext): Fix a missing return.
* Updated Russian translationLeonid Kanter2006-03-032-89/+162
|
* Updated Lithuanian translationŽygimantas Beručka2006-03-032-94/+190
| | | | | | 2006-03-03 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation
* Don't block stylesheets (for now).Christian Persch2006-03-032-6/+23
| | | | | | | | 2006-03-02 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyContentPolicy.cpp: Don't block stylesheets (for now).
* Fix a warning introduced in my last patch (gcc 4.1 warnings).Jean-François Rameau2006-03-032-1/+7
| | | | | | | | 2006-03-02 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-history-window.c: (ephy_history_window_set_parent): Fix a warning introduced in my last patch (gcc 4.1 warnings).
* Don't try to connect to the session bus when we're starting a privateChristian Persch2006-03-032-8/+17
| | | | | | | | | 2006-03-02 Christian Persch <chpe@cvs.gnome.org> * src/ephy-dbus.c: (_ephy_dbus_startup): Don't try to connect to the session bus when we're starting a private instance.
* src/ephy-window.cPeter Harvey2006-03-032-6/+16
| | | | | | | | | 2006-03-02 Peter Harvey <peter.a.harvey@gmail.com> * src/ephy-window.c Fix a bug introduced in my last patch where statusbar visibility was inverted from what it should have been.
* If we can't detect the mime type, fall back to checking the fileChristian Persch2006-03-033-20/+111
| | | | | | | | | | | | | 2006-03-02 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import): If we can't detect the mime type, fall back to checking the file extension. Bug #331468. * src/ephy-main.c: (main): Don't pass NULL to realpath if PATH_MAX is defined. Bug #333051.
* Fix gcc 4.1 warnings (dereferencing type-punned pointer will breakJean-François Rameau2006-03-037-17/+69
| | | | | | | | | | | | | | | 2006-03-02 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/ephy-embed-shell.c:(ephy_embed_shell_dispose): * src/ephy-encoding-menu.c: (ephy_encoding_menu_view_dialog_cb): * src/ephy-history-window.c: (cmd_clear), (ephy_history_window_finalize): * src/ephy-shell.c: (ephy_shell_get_pdm_dialog),(ephy_shell_get_prefs_dialog), (ephy_shell_get_print_setup_dialog): * src/prefs-dialog.c: (prefs_dialog_finalize), (font_prefs_button_clicked_cb), (language_editor_add_button_clicked_cb): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_finalize): Fix gcc 4.1 warnings (dereferencing type-punned pointer will break strict-aliasing rules).
* Make these implement threadsafe isupports.Christian Persch2006-03-034-9/+15
| | | | | | | | | | 2006-03-02 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: Make these implement threadsafe isupports.
* ko.po updatedKang Jeong-Hee2006-03-032-1446/+1604
|
* Updated Welsh translation.Rhys Jones2006-03-032-29/+89
| | | | | | 2006-03-02 Rhys Jones <rhys@sucs.org> * cy.po: Updated Welsh translation.
* Updated Albanian translation.Laurent Dhima2006-03-022-50/+146
| | | | | | 2006-03-02 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Updated Greek translationNikos Charonitakis2006-03-022-53/+149
|
* Updated Ukrainian translation.Maxim Dziumanenko2006-03-022-1008/+1314
| | | | | | 2006-03-02 Maxim Dziumanenko <mvd@mylinux.ua> * Updated Ukrainian translation.
* Don't activate typeaheadfind on XUL documents.Christian Persch2006-03-022-0/+9
| | | | | | | | 2006-03-02 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: Don't activate typeaheadfind on XUL documents.
* Updated Japanese Translation.Satoru SATOH2006-03-022-5/+92
| | | | | | 2006-03-02 Satoru SATOH <ss@gnome.gr.jp> * ja.po: Updated Japanese Translation.
* *** empty log message ***Ignacio Casal Quinteiro2006-03-022-50/+146
|
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2006-03-023-4/+173
| | | | | | | 2006-03-02 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-03-022-50/+147
|
* Added Georgian LanguageVladimer Sichinava2006-03-023-1/+4518
|
* Updated German translation.Hendrik Richter2006-03-022-117/+189
| | | | | | 2006-03-01 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation.
* Fix extraction of Q_ strings.Christian Persch2006-03-012-1/+5
| | | | | | 2006-03-01 Christian Persch <chpe@cvs.gnome.org> * Makevars: Fix extraction of Q_ strings.
* Updated Russian translation.Nickolay V. Shmyrev2006-03-012-643/+652
| | | | * ru.po: Updated Russian translation.
* Updated Spanish translation.Francisco Javier F. Serrador2006-03-011-211/+59
| | | | | | 2006-02-28 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Fixed translation in schemes, and fixed translation style inTakeshi AIHANA2006-02-282-84/+87
| | | | | | | 2006-02-28 Takeshi AIHANA <takeshia.aihana@gmail.com> * ja.po: Fixed translation in schemes, and fixed translation style in tooltip/status bar (should be end with verv instead of noun).
* Post-release version bump.Christian Persch2006-02-282-1/+7
| | | | | | | | 2006-02-27 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.9.8 ===Release198Christian Persch2006-02-283-3/+40
| | | | | | | | | 2006-02-27 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.8 === * NEWS: * configure.ac:
* 2006-02-27 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-02-281-0/+20
| | | | | | * 2006-02-27 Reinout van Schouwen <reinout@cs.vu.nl> * NEWS: 1.9.8
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-282-79/+103
| | | | | | 2006-02-27 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* More TODOChristian Persch2006-02-271-0/+2
|
* Hungarian translation updated.Gabor Kelemen2006-02-272-686/+871
| | | | | | 2006-02-27 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Hungarian translation updated.
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2006-02-263-166/+211
| | | | | | | 2006-02-26 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same.
* Translation updated by Ivar Smolin.Priit Laes2006-02-262-83/+124
| | | | | | 2006-02-26 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
* Updated Polish translation by GNOME PL Team.Artur Flinta2006-02-262-1559/+1235
| | | | | | 2006-02-26 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated Czech translation.Miloslav Trmac2006-02-262-78/+102
| | | | | | 2006-02-25 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Updated Welsh translation.Rhys Jones2006-02-252-1127/+1463
| | | | | | 2006-02-25 Rhys Jones <rhys@sucs.org> * cy.po: Updated Welsh translation.
* Updated Thai translation.Theppitak Karoonboonyanan2006-02-252-81/+102
| | | | | | 2006-02-25 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Added Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2006-02-257-1/+3027
| | | | | | | | | | | | 2005-02-25 Alexander Shopov <ash@contact.bg> * bg.po: * ephy-addressbar-smartbookmark-screenshot.png: * ephy-bookmarkbar-smartbookmark-screenshot.png: * ephy-history-window-screenshot.png: * ephy-screenshot.png: Added Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-02-252-166/+204
| | | | | | | 2006-02-24 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
* Distinguish different firefox profiles when showing the list to chooseChristian Persch2006-02-252-1/+24
| | | | | | | | | 2006-02-24 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (add_bookmarks_source): Distinguish different firefox profiles when showing the list to choose which one to import.
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-02-242-1/+56
| | | | | | | | | 2006-02-24 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-bookmark-action.c Set the tooltip for bookmarks on the toolbar, using a 'title\nlocation' format. Bug #332113.
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-02-242-0/+17
| | | | | | | | | | 2006-02-24 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-bookmark-action.c Update the bookmark icon if the toolbar is reconfigured (happens when the theme changes). Everything else should be already handled by the class handler.
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-242-4/+22
| | | | | | | | | 2006-02-24 Peter Harvey <peter.a.harvey@gmail.com> * lib/egg/egg-editable-toolbar.c Fix a bug where the visibility_paths were deleted on deconstruct rather than dispose.
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-242-0/+14
| | | | | | | | | 2006-02-24 Peter Harvey <peter.a.harvey@gmail.com> * lib/egg/egg-editable-toolbar.c Made the "Show" menu items insensitive when the entire toolbar is hidden.
* src/bookmarks/ephy-topics-palette.cPeter Harvey2006-02-242-4/+9
| | | | | | | | | | 2006-02-24 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-topics-palette.c Changed selection mode to 'none'. Makes it more usable for mouse users, and we have a text entry for keyboard users anyway.
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-02-242-51/+63
|
* Updated Brazilian Portuguese translationRaphael Higino2006-02-242-51/+79
|
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-242-0/+13
| | | | | | | | 2006-02-23 Peter Harvey <peter.a.harvey@gmail.com> * lib/egg/egg-editable-toolbar.c Added translator comment.
* Updated British English translationCrispin Flowerday2006-02-242-54/+65
| | | | | | 2006-02-23 Crispin Flowerday <gnome@flowerday.cx> * en_GB.po: Updated British English translation
* Use the same machanism for Ctrl-W as clicking the tab's close button.Christian Persch2006-02-242-7/+21
| | | | | | | | | | 2006-02-23 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_file_close_window), (window_cmd_help_about): Use the same machanism for Ctrl-W as clicking the tab's close button. Fixes bug #319530.
* Updated Finnish translationIlkka Tuohela2006-02-232-42/+53
|
* Added GECKO_CHECK_CONTRACTIDS. Fix variable name quoting inChristian Persch2006-02-233-38/+59
| | | | | | | | | | | | | | 2006-02-23 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Added GECKO_CHECK_CONTRACTIDS. Fix variable name quoting in GECKO_GECKO_CONTRACTID. * configure.ac: Check with GECKO_CHECK_CONTRACTIDS. Remove redundant check for typeaheadfind.
* Updated Albanian translation.Laurent Dhima2006-02-232-279/+198
| | | | | | 2006-02-23 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Refactored. Added GECKO_XPCOM_PROGRAM modelled after AC_LANG_PROGRAM butChristian Persch2006-02-233-38/+117
| | | | | | | | | | | | | | 2006-02-23 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Refactored. Added GECKO_XPCOM_PROGRAM modelled after AC_LANG_PROGRAM but which produces a program which uses XPCOM; and made GECKO_CHECK_CONTRACTID use this. * configure.ac: Add a check for the gecko typeaheadfind extension. Bug #329118.
* src/bookmarks/ephy-topics-entry.cPeter Harvey2006-02-232-40/+32
| | | | | | | | 2006-02-22 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-topics-entry.c Improved behaviour of completion popup.
* Updated Lithuanian translation.Žygimantas Beručka2006-02-232-38/+52
| | | | | | 2006-02-22 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
* Unset general.useragent.extra.simple pref from xulrunner, we don't wantChristian Persch2006-02-232-0/+10
| | | | | | | | | 2006-02-22 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-gecko-1-8.js: Unset general.useragent.extra.simple pref from xulrunner, we don't want that in our UA string.
* Updated Japanese translation.Satoru SATOH2006-02-222-41/+56
| | | | | | 2006-02-22 Satoru SATOH <ss@gnome.gr.jp> * ja.po: Updated Japanese translation.
* Updated Basque translation.Inaki Larranaga2006-02-222-1248/+1250
| | | | | | 2006-02-22 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-02-222-39/+45
|
* *** empty log message ***Ignacio Casal Quinteiro2006-02-222-39/+44
|
* Updated translationReinout van Schouwen2006-02-222-44/+57
| | | | | | 2006-02-22 Reinout van Schouwen <reinout@cs.vu.nl> * nl.po: Updated translation
* Updated Serbian translationSlobodan D. Sredojevic2006-02-223-86/+100
| | | | | | 2006-02-21 Slobodan D. Sredojevic <slobo@akrep.be> * sr.po, sr@Latn.po: Updated Serbian translation
* Updated Greek translationKostas Papadimas2006-02-212-77/+105
|
* data/ui/epiphany-fs-toolbar.xml lib/egg/egg-toolbars-model.cPeter Harvey2006-02-2113-117/+264
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-02-21 Peter Harvey <peter.a.harvey@gmail.com> * data/ui/epiphany-fs-toolbar.xml * lib/egg/egg-toolbars-model.c * lib/egg/egg-toolbars-model.h Added "editable" attribute for toolbars. * data/ui/epiphany-ui.xml * lib/egg/egg-editable-toolbar.c * lib/egg/egg-editable-toolbar.h * src/ephy-toolbar.c * src/ephy-window.c Many improvements to toolbar menus. Includes changes to show visibility toggles in multiple locations. * lib/ephy-stock-icons.c * lib/ephy-stock-icons.h Additional stock icon for drag and drop. * src/bookmarks/ephy-bookmarks-ui.c Make 'customize toolbar' invisible when editing. * src/ephy-shell.c Mark the full-screen toolbar as non-removable.
* src/bookmarks/ephy-bookmarks-menu.c src/bookmarks/ephy-nodes-cover.cPeter Harvey2006-02-213-5/+28
| | | | | | | | | 2006-02-21 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-bookmarks-menu.c * src/bookmarks/ephy-nodes-cover.c Minor tweaks to improve menu generation.
* src/bookmarks/ephy-bookmark-properties.cPeter Harvey2006-02-212-42/+39
| | | | | | | | 2006-02-21 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-bookmark-properties.c Switched to using an expander after UI review.
* Translation updated by Ivar Smolin.Priit Laes2006-02-212-28/+36
| | | | | | 2006-02-21 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-02-212-57/+77
|
* Updated Serbian translationSlobodan D. Sredojevic2006-02-213-726/+720
| | | | | | 2006-02-21 Slobodan D. Sredojevic <slobo@akrep.be> * sr.po, sr@Latn.po: Updated Serbian translation
* Enable error pages explicitly since xulrunner is missing that pref too.Christian Persch2006-02-212-0/+9
| | | | | | | | | 2006-02-20 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-gecko-1.8.js: Enable error pages explicitly since xulrunner is missing that pref too.
* Do return on failure.Christian Persch2006-02-212-1/+7
| | | | | | | | 2006-02-20 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: Do return on failure.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-02-202-58/+79
|
* Updated Czech translation.Miloslav Trmac2006-02-202-67/+100
| | | | | | 2006-02-20 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Updated Greek translationKostas Papadimas2006-02-192-707/+655
|
* Updated Brazilian Portuguese translationRaphael Higino2006-02-192-567/+629
|
* Updated German translation.Hendrik Richter2006-02-182-48/+69
| | | | | | 2006-02-18 Hendrik Richter <hendi@gnome-de.org> * de.po: Updated German translation.
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2006-02-183-354/+171
| | | | | | | 2006-02-18 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same.
* Updated Thai translation.Theppitak Karoonboonyanan2006-02-182-57/+77
| | | | | | 2006-02-18 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Updated Lithuanian translation.Žygimantas Beručka2006-02-182-204/+155
| | | | | | 2006-02-17 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
* Fix crash on switching to/from fullscreen mode. Bug #331462.Christian Persch2006-02-172-1/+7
| | | | | | | | 2006-02-16 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (ephy_window_state_event): Fix crash on switching to/from fullscreen mode. Bug #331462.
* Updated British English translationCrispin Flowerday2006-02-172-680/+778
| | | | | | 2006-02-16 Crispin Flowerday <gnome@flowerday.cx> * en_GB.po: Updated British English translation
* Updated Dutch translationReinout van Schouwen2006-02-172-67/+84
| | | | | | 2006-02-16 Reinout van Schouwen <reinout@cs.vu.nl> * nl.po: Updated Dutch translation
* Guard against nsDocument::GetDefaultView returning NULL. Bug #327764.Christian Persch2006-02-162-6/+18
| | | | | | | | | 2006-02-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Guard against nsDocument::GetDefaultView returning NULL. Bug #327764.
* Updated epiphany zh_CN translation.Funda Wang2006-02-162-59/+78
|
* Translation updated by Ivar Smolin.Priit Laes2006-02-152-136/+98
| | | | | | 2006-02-15 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
* data/ui/epiphany-toolbar.xmlPeter Harvey2006-02-152-0/+8
| | | | | | | | 2006-02-10 Peter Harvey <peter.a.harvey@gmail.com> * data/ui/epiphany-toolbar.xml Add the zoom in/out items back.
* Updated Finnish translationIlkka Tuohela2006-02-152-2/+6
|
* Updated Finnish translationIlkka Tuohela2006-02-151-50/+63
|
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-152-56/+76
| | | | | | 2006-02-14 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Japanese translation for v1.9.6.Takeshi AIHANA2006-02-152-747/+717
| | | | | | 2006-02-15 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation for v1.9.6.
* *** empty log message ***Ignacio Casal Quinteiro2006-02-142-58/+78
|
* src/bookmarks/ephy-bookmarks-editor.cPeter Harvey2006-02-143-12/+43
| | | | | | | | | | | | | 2006-02-10 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-bookmarks-editor.c Do not create the bookmarks bar when removing bookmarks from the toolbar. * lib/egg/egg-toolbars-model.c Fix infinite loop when a toolbar has no items on it.
* Post-release version bump.Christian Persch2006-02-142-1/+7
| | | | | | | | 006-02-14 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Post-release version bump.
* === Release 1.9.7 ===Christian Persch2006-02-146-13/+44
| | | | | | | | | 2006-02-14 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.7 === * NEWS: * configure.ac:
* Add a define and automake conditional for gecko debug builds.Christian Persch2006-02-142-0/+11
| | | | | | | | | 2006-02-14 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Add a define and automake conditional for gecko debug builds.
* Use "Username" label for the password dialogue,Christian Persch2006-02-141-0/+7
| | | | | | | | 2006-02-14 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyPromptService.cpp: Use "Username" label for the password dialogue,
* Also use exthandler for snews and nntp.Christian Persch2006-02-141-1/+1
| | | | | | | | 2006-02-14 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Also use exthandler for snews and nntp.
* Also use exthandler for snews and nntp.Christian Persch2006-02-143-2/+27
| | | | | | | | | | | | | 2006-02-14 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Also use exthandler for snews and nntp. * data/default-prefs-toolkit.js: Add password manager prefs, since xulrunner is missing them.
* Don't export the local bookmarks.Christian Persch2006-02-144-3/+35
| | | | | | | | | | | | | | | | | 2006-02-14 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-export.c: (write_rdf): Don't export the local bookmarks. * src/bookmarks/ephy-bookmarks-menu.c: (append_menu): Remove "name" attribute in the UI string, since it's set to same value as "action". * src/bookmarks/ephy-open-tabs-action.c: (node_added_cb): Fix untranslated string!
* Remove ephy_gui_window_present.Christian Persch2006-02-143-32/+7
| | | | | | | | | 2006-02-14 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-gui.c: * lib/ephy-gui.h: Remove ephy_gui_window_present.
* Move --private-instance out of debug #ifdef.Christian Persch2006-02-144-18/+59
| | | | | | | | | | | | 2006-02-14 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-helpers.c: (ephy_file_helpers_init), (ephy_file_helpers_shutdown), (ephy_file_delete_on_exit), (ephy_file_monitor_cancel), (ephy_file_delete_directory): * lib/ephy-file-helpers.h: * src/ephy-main.c: (main): Move --private-instance out of debug #ifdef.
* 1.9.7Reinout van Schouwen2006-02-141-0/+32
| | | | | | 2006-02-13 Reinout van Schouwen <reinout@cs.vu.nl> * NEWS: 1.9.7
* Fix crash when resolve returns an error, bug #331028. Restructure 0confChristian Persch2006-02-142-64/+114
| | | | | | | | | | | 2006-02-13 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (resolve_cb), (browse_cb), (ephy_local_bookmarks_init), (ephy_local_bookmarks_stop), (ephy_bookmarks_finalize), (ephy_bookmarks_new): Fix crash when resolve returns an error, bug #331028. Restructure 0conf code.
* Fix removing zeroconf bookmarks when the service disappears, and updatingChristian Persch2006-02-133-30/+97
| | | | | | | | | | | | | 2006-02-13 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (add_to_favorites), (history_site_visited_cb), (history_cleared_cb), (get_id_for_service), (get_node_for_service), (resolve_cb), (browse_cb): * src/bookmarks/ephy-bookmarks.h: Fix removing zeroconf bookmarks when the service disappears, and updating them when they reappear. Bugs #329637, #330883.
* Translation updated by Ivar Smolin.Priit Laes2006-02-132-192/+161
| | | | | | 2006-02-13 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
* Updated Czech translation.Miloslav Trmac2006-02-132-157/+160
| | | | | | 2006-02-13 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Place bookmarks on "BookmarksBar" toolbar, since that's what < 1.9 usedChristian Persch2006-02-132-3/+12
| | | | | | | | | 2006-02-13 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (cmd_toolbar): Place bookmarks on "BookmarksBar" toolbar, since that's what < 1.9 used too.
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2006-02-133-1336/+1487
| | | | | | | 2006-02-13 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same.
* Doesn't return the right variable ! Add a LOG to traceJean-François Rameau2006-02-132-1/+10
| | | | | | | | | 2006-02-12 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-net-monitor.c: (ephy_net_monitor_check_for_active_device): Doesn't return the right variable ! Add a LOG to trace EphyNetworkMonitor's check for active device.
* Strdup the action name data.Christian Persch2006-02-123-2/+14
| | | | | | | | | | 2006-02-12 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-factory-action.c: (build_menu_for_topic): * src/bookmarks/ephy-topic-factory-action.c: (build_menu): Strdup the action name data.
* Use the right action name.Christian Persch2006-02-122-4/+11
| | | | | | | | | 2006-02-12 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-open-tabs-action.c: (node_added_cb), (node_removed_cb): Use the right action name.
* Updated German translation.Hendrik Richter2006-02-122-201/+169
| | | | | | 2006-02-12 Hendrik Richter <hendi@gnome-de.org> * de.po: Updated German translation.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-02-122-177/+109
|
* Updated Finnish translationIlkka Tuohela2006-02-122-101/+114
|
* Reqeust interaction with the client when there are unfinished downloads.Christian Persch2006-02-122-6/+7
| | | | | | | | | 2006-02-12 Christian Persch <chpe@cvs.gnome.org> * src/ephy-session.c: (save_yourself_cb): Reqeust interaction with the client when there are unfinished downloads.
* Updated Dutch translationReinout van Schouwen2006-02-112-191/+165
| | | | | | 2006-02-11 Reinout van Schouwen <reinout@cs.vu.nl> * nl.po: Updated Dutch translation
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-112-91/+104
| | | | | | 2006-02-11 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-02-112-97/+110
|
* Updated Thai translation.Theppitak Karoonboonyanan2006-02-112-236/+196
| | | | | | 2006-02-11 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* src/bookmarks/ephy-bookmarks-menu.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-02-113-32/+20
| | | | | | | | | 2006-02-10 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-bookmarks-menu.c * src/bookmarks/ephy-bookmarks-ui.c Additional minor cleanups.
* Remove *_action_name functions, and use static buffers instead. MinorChristian Persch2006-02-1116-264/+310
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-02-10 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action-group.c: (smart_added_cb), (smart_removed_cb), (node_changed_cb), (node_added_cb), (node_removed_cb): * src/bookmarks/ephy-bookmark-action.c: (ephy_bookmark_action_new): * src/bookmarks/ephy-bookmark-action.h: * src/bookmarks/ephy-bookmark-factory-action.c: (build_menu_for_topic): * src/bookmarks/ephy-bookmarks-editor.c: (cmd_toolbar), (ephy_bookmarks_editor_update_menu): * src/bookmarks/ephy-bookmarks-menu.c: (append_bookmarks), (append_menu), (ephy_bookmarks_menu_build): * src/bookmarks/ephy-bookmarks-ui.c: (ephy_bookmarks_ui_attach_window), (topic_has_data), (topic_get_data), (topic_get_name), (bookmark_has_data), (bookmark_get_data), (bookmark_get_name), (bookmark_new_name), (toolbar_node_removed_cb): * src/bookmarks/ephy-bookmarks-ui.h: * src/bookmarks/ephy-open-tabs-action.c: (node_added_cb), (node_removed_cb), (ephy_open_tabs_group_new): * src/bookmarks/ephy-open-tabs-action.h: * src/bookmarks/ephy-topic-action-group.c: (node_changed_cb), (node_added_cb), (node_removed_cb), (ephy_topic_action_group_new): * src/bookmarks/ephy-topic-action-group.h: * src/bookmarks/ephy-topic-action.c: (ephy_topic_action_new): * src/bookmarks/ephy-topic-action.h: * src/bookmarks/ephy-topic-factory-action.c: (build_menu): Remove *_action_name functions, and use static buffers instead. Minor cleanups.
* Updated Czech translation.Lukas Novotny2006-02-112-722/+957
| | | | | | 2006-02-10 Lukas Novotny <lukasnov@cvs.gnome.org> * cs.po: Updated Czech translation.
* Updated epiphany zh_CN translation.Funda Wang2006-02-112-185/+119
|
* Use NS_LogInit()/NS_LogTerm().Christian Persch2006-02-112-0/+14
| | | | | | | | 2006-02-10 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Use NS_LogInit()/NS_LogTerm().
* *** empty log message ***Ignacio Casal Quinteiro2006-02-102-95/+108
|
* Misc code cleanups: fewer gobject casts, disconnect handlers, save a fewChristian Persch2006-02-099-214/+307
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-02-09 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action-group.c: (node_changed_cb), (node_added_cb), (node_removed_cb), (ephy_bookmark_group_new): * src/bookmarks/ephy-bookmark-action.c: (ephy_bookmark_action_sync_smart_url), (ephy_bookmark_action_sync_icon), (connect_proxy), (ephy_bookmark_action_set_bookmark), (ephy_bookmark_action_get_property), (ephy_bookmark_action_init), (ephy_bookmark_action_dispose), (ephy_bookmark_action_class_init), (ephy_bookmark_action_get_type): * src/bookmarks/ephy-bookmark-action.h: * src/bookmarks/ephy-bookmarks-ui.c: (ephy_bookmarks_ui_attach_window): * src/bookmarks/ephy-open-tabs-action.c: (activate_cb), (node_added_cb), (node_removed_cb), (ephy_open_tabs_group_new), (ephy_open_tabs_action_name): * src/bookmarks/ephy-related-action.c: (node_changed), (node_destroyed), (open_link), (ephy_related_action_new): * src/bookmarks/ephy-topics-entry.c: * src/bookmarks/ephy-topics-entry.h: Misc code cleanups: fewer gobject casts, disconnect handlers, save a few strdups etc.
* src/bookmarks/ephy-topics-entry.cPeter Harvey2006-02-092-15/+67
| | | | | | | | | | 2006-02-09 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-topics-entry.c Add enter-to-auto-complete when there is just one possible match. Will close dialog if no current key. Will do nothing otherwise.
* src/bookmarks/ephy-bookmarks.cPeter Harvey2006-02-092-0/+63
| | | | | | | | 2006-02-09 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-bookmarks.c Fix problems with old hierarchical topics scheme.
* data/ui/epiphany-bookmark-editor-ui.xmlPeter Harvey2006-02-093-33/+166
| | | | | | | | | | 2006-02-09 Peter Harvey <peter.a.harvey@gmail.com> * data/ui/epiphany-bookmark-editor-ui.xml * src/bookmarks/ephy-bookmarks-editor.c Restore the 'Show on Toolbar' functionality, implemented very differently now.
* Block popup with NULL url (javascript:window.open() for instance). butJean-François Rameau2006-02-093-13/+28
| | | | | | | | | | | 2006-02-08 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: (HandleEvent): * src/ephy-tab.c: (popups_manager_add),(popups_manager_show): Block popup with NULL url (javascript:window.open() for instance). but don't show them when unblocking. Bug #155009.
* Fix the xulrunner build.Christian Persch2006-02-082-2/+10
| | | | | | | | 2006-02-08 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Fix the xulrunner build.
* Also build with ff trunk, by explicitly linking with -lxul.Christian Persch2006-02-084-2/+16
| | | | | | | | | | 2006-02-08 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * m4/gecko.m4: * src/Makefile.am: Also build with ff trunk, by explicitly linking with -lxul.
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-02-082-165/+59
|
* Add an 'enabled' flag in the EphyExtensionInfo struct to track whetherCrispin Flowerday2006-02-083-5/+28
| | | | | | | | | | | | 2006-02-07 Crispin Flowerday <gnome@flowerday.cx> * src/ephy-extensions-manager.c: (load_extension), (unload_extension), (sync_loaded_extensions): * src/ephy-extensions-manager.h: Add an 'enabled' flag in the EphyExtensionInfo struct to track whether gconf says it should be loaded. The 'active' flag is whether it is actually loaded.
* Remove workaround for broken profile now thatChristian Persch2006-02-082-6/+11
| | | | | | | | | | 2006-02-07 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Remove workaround for broken profile now that https://bugzilla.mozilla.org/show_bug.cgi?id=326013 is fixed.
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-082-117/+105
| | | | | | 2006-02-07 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Save tons of g_type_from_name calls.Christian Persch2006-02-072-30/+44
| | | | | | | | 2006-02-07 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-node.c: (ephy_node_new_from_xml): Save tons of g_type_from_name calls.
* Translation updated by Ivar Smolin.Priit Laes2006-02-072-784/+1192
| | | | | | 2006-02-07 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
* Updated Finnish translationIlkka Tuohela2006-02-072-272/+249
|
* Fix handling of non-ascii extra arguments.Christian Persch2006-02-072-8/+39
| | | | | | | | 2006-02-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (main): Fix handling of non-ascii extra arguments.
* More xulrunner fixes.Christian Persch2006-02-062-0/+10
| | | | | | | | 2006-02-06 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: More xulrunner fixes.
* Fix opening of local files. Bug #330104.Christian Persch2006-02-062-29/+41
| | | | | | | | 2006-02-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (open_urls), (queue_commands), (main): Fix opening of local files. Bug #330104.
* Go back to AM_GLIB_GNU_GETTEXT for now, until intltool 0.34.2 is moreChristian Persch2006-02-062-6/+18
| | | | | | | | | 2006-02-06 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Go back to AM_GLIB_GNU_GETTEXT for now, until intltool 0.34.2 is more widespread.
* *** empty log message ***Ignacio Casal Quinteiro2006-02-062-87/+14
|
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2006-02-062-579/+516
| | | | | | | 2006-02-06 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Updated TranslationAnkitkumar Rameshchandra Patel2006-02-062-83/+61
|
* Shut upChristian Persch2006-02-061-3/+1
|
* Fix quoting.Christian Persch2006-02-062-1/+9
| | | | | | | | 2006-02-06 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Fix quoting.
* Fix xulrunner detection logic.Christian Persch2006-02-067-45/+113
| | | | | | | | | | | | | | | | | | | 2006-02-06 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Fix xulrunner detection logic. * configure.ac: A po/Makevars: * src/Makefile.am: * doc/reference/Makefile.am: Remove AM_GLIB_GNU_GETTEXT, use plain AM_GNU_GETTEXT. * data/glade/Makefile.am: Fix distcheck with certs manager disabled.
* Changes to support xulrunner trunk (gecko 1.9).Christian Persch2006-02-065-27/+35
| | | | | | | | | | | | | | | | 2006-02-05 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: * configure.ac: * embed/mozilla/Makefile.am: Changes to support xulrunner trunk (gecko 1.9). * embed/mozilla/mozilla-embed-single.cpp: Go back to continuing after failed GetPassword; fixes getting the password list in case one item is corrupted.
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-062-226/+43
| | | | | | 2006-02-05 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Show the backend in the about box.Christian Persch2006-02-062-1/+16
| | | | | | | | 2006-02-05 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: Show the backend in the about box.
* Only use the major version in the user agent string.Christian Persch2006-02-063-3/+11
| | | | | | | | | 2006-02-05 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed-single.cpp: Only use the major version in the user agent string.
* Disable blink tagsCrispin Flowerday2006-02-052-0/+9
| | | | | | | | 2006-02-05 Crispin Flowerday <gnome@flowerday.cx> * data/default-prefs-common.js: Disable blink tags
* *** empty log message ***Ignacio Casal Quinteiro2006-02-052-191/+194
|
* Updated Lithuanian translation.Žygimantas Beručka2006-02-052-605/+607
| | | | | | 2006-02-05 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
* Updated epiphany zh_CN translation.Funda Wang2006-02-052-381/+424
|
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-042-190/+217
| | | | | | 2006-02-04 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* lib/ephy-state.h lib/ephy-state.c src/epiphany.defsPeter Harvey2006-02-045-55/+29
| | | | | | | | | | | | 2006-02-04 Peter Harvey <peter.a.harvey@gmail.com> * lib/ephy-state.h * lib/ephy-state.c * src/epiphany.defs * src/bookmarks/ephy-bookmark-properties.c Combined very similar functions into one. Made the 'similar' bookmark count update immediately at start.
* Updated Dutch translationReinout van Schouwen2006-02-042-206/+227
| | | | | | 2006-02-04 Reinout van Schouwen <reinout@cs.vu.nl> * nl.po: Updated Dutch translation
* lib/ephy-state.h lib/ephy-state.c src/ephy-shell.cPeter Harvey2006-02-041-0/+4
| | | | | | | | | | 2006-02-04 Peter Harvey <peter.a.harvey@gmail.com> * lib/ephy-state.h * lib/ephy-state.c * src/ephy-shell.c Forgotten files from previous two commits.
* Updated German translation.Hendrik Richter2006-02-042-200/+223
| | | | | | 2006-02-04 Hendrik Richter <hendi@gnome-de.org> * de.po: Updated German translation.