commit 32c0ad0e61f97c3eea556df54626ba93ac73703a Author: Xan Lopez Date: Mon Feb 8 22:39:09 2010 +0200 2.29.90 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 87f4f07fd665137d3ebd81de43d00f11817eb99f Author: Xan Lopez Date: Mon Feb 8 21:07:46 2010 +0200 NEWS: update for release NEWS | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit 9dd27664308a8dcd007d3ff17b55b7f5c93cdf62 Author: Jose Millan Soto Date: Mon Feb 8 18:58:53 2010 +0100 Implemented print preview Created function ephy_web_view_show_print_preview, which replaces the old implementation of print preview, which was not working now. Preview is displayed in an external viewer, so print preview mode does no longer exist. All functions of the old implementation of print preview have been removed, PPViewToolbar was removed also. Also, as EphyWebView has no more a print preview mode, all functions which checked if a view was in print preview mode were modified. Bug #609021 embed/ephy-embed-container.c | 4 - embed/ephy-web-view.c | 73 +++++---- embed/ephy-web-view.h | 16 +-- po/POTFILES.in | 1 - src/Makefile.am | 2 - src/ephy-find-toolbar.c | 4 - src/ephy-window.c | 117 +------------- src/ephy-window.h | 4 - src/ppview-toolbar.c | 375 ------------------------------------------ src/ppview-toolbar.h | 60 ------- src/window-commands.c | 9 +- 11 files changed, 49 insertions(+), 616 deletions(-) commit 4d62a3fca6eaab2d1f8c0af29f230012f99a4dd1 Author: Xan Lopez Date: Mon Feb 8 20:44:17 2010 +0200 ephy-embed-prefs: disable the cache page for now There's a couple of issues with it we need to figure out, so disable it for the release. embed/ephy-embed-prefs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bc6d88e7080b267ec588b299977e02b11b90d87e Author: Jorge González Date: Sun Feb 7 21:49:35 2010 +0100 Updated Spanish translation po/es.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 544fd66527c6346d8d1646db6527450edfab03ef Author: Estêvão Samuel Procópio Date: Sat Feb 6 14:55:29 2010 -0200 Check for null/empty username and password before saving to gnome-keyring Bug #608517 embed/ephy-web-view.c | 29 +++++++++++++++++------------ 1 files changed, 17 insertions(+), 12 deletions(-) commit f83f0bea86de27ebd284037a4097ac8bd31db7cf Author: Estêvão Samuel Procópio Date: Sat Feb 6 14:38:46 2010 -0200 Using webkit_web_view_get_uri instead of js_get_domain_and_path embed/ephy-web-view.c | 112 ++++++++++-------------------------------------- 1 files changed, 24 insertions(+), 88 deletions(-) commit 58ecd261c7cb2693d09bad20ae366963ffaf8de7 Author: Theppitak Karoonboonyanan Date: Sun Feb 7 16:48:29 2010 +0700 Updated Thai translation. po/th.po | 1377 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 745 insertions(+), 632 deletions(-) commit 80ca4ae3c2215e8af467c2c577581df841cd2ae6 Author: Gustavo Noronha Silva Date: Fri Feb 5 15:36:08 2010 -0200 Default to one toolbar with less buttons This change follows from the GNOME decision to default to "Text besides icons", which makes the first toolbar smaller horizontally. With the woohoo bar the need for history and bookmark buttons is also diminished, given that you can easily search them using the location bar itself. Zoom buttons are kept, but moved to the other side of the toolbar, after the location bar, to clearly distinguish them from navigation operations. Bug #412385 data/ui/epiphany-toolbar.xml | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-) commit 5b337c74bd41a8ea423359d659fa61215d6dd3d3 Author: Mario Blättermann Date: Fri Feb 5 11:50:30 2010 +0100 Updated German translation po/de.po | 627 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 413 insertions(+), 214 deletions(-) commit 9c9793f92cfef624307f022b36d864b9d4d4b91c Author: Jorge González Date: Fri Feb 5 08:08:34 2010 +0100 Updated Spanish translation po/es.po | 616 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 352 insertions(+), 264 deletions(-) commit 7c7948b0417941efb6f79e39e843c3ce6c5cf8b0 Author: Khaled Hosny Date: Fri Feb 5 07:03:47 2010 +0200 Updated Arabic translation po/ar.po | 698 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 392 insertions(+), 306 deletions(-) commit 8035debd1f23c993f93b1f9ec87791efe7db7ca0 Author: Khaled Hosny Date: Fri Feb 5 06:25:12 2010 +0200 Add missing file po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit bf1bed8cb3aeaf3098a8f383c30771be8689dfd4 Author: Khaled Hosny Date: Fri Feb 5 06:18:27 2010 +0200 Explicitely set type for .ui files Otherwise intltool-update will fail to extract any strings from .ui files. po/POTFILES.in | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 43eb33eb43da5d5d2f0f36695382781b1957ed5f Author: Khaled Hosny Date: Fri Feb 5 06:07:18 2010 +0200 Updated Arabic translation po/ar.po | 70 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 37 insertions(+), 33 deletions(-) commit 66053f00ec618994942aa8a4685376a792c26acc Author: Xan Lopez Date: Thu Feb 4 23:05:16 2010 +0200 Make SoupCookieJarAcceptPolicy match our cookie policies Bug #607484 configure.ac | 2 +- embed/ephy-embed-prefs.c | 61 ++++++++++++++++++++++++++++++++++++++++++++- embed/ephy-embed-prefs.h | 8 +++-- embed/ephy-embed-single.c | 5 +++ embed/ephy-embed-utils.c | 1 - 5 files changed, 71 insertions(+), 6 deletions(-) commit 3fd99f851981c9bf4fea17a65cb94353fc37511d Author: Jorge González Date: Wed Feb 3 22:24:58 2010 +0100 Updated Spanish translation po/es.po | 100 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 51 insertions(+), 49 deletions(-) commit 0149582ef3d39e8e69c746e167a42356983b79d9 Author: Diego Escalante Urrelo Date: Mon Feb 1 20:09:24 2010 -0500 Clean uneeded EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED We now have ephy_embed_get_web_view, EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED plus EPHY_WEB_VIEW casts are useless. Bug #608749 src/ephy-navigation-action.c | 7 +++++-- src/ephy-shell.c | 2 +- src/ephy-window.c | 2 +- src/popup-commands.c | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) commit d3f48332910e5f46e0d3599c771a99d709b0b780 Author: Diego Escalante Urrelo Date: Mon Feb 1 19:56:26 2010 -0500 ephy-embed: comment typo Bug #608749 embed/ephy-embed.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 507e4c4070099ba0525c062eda8ea12ab3689a9b Author: Diego Escalante Urrelo Date: Mon Feb 1 18:48:53 2010 -0500 ephy-file-helpers: some cleanup Sort variable names a bit in ephy_file_switch_temp_file. Bug #608749 lib/ephy-file-helpers.c | 54 ++++++++++++++++++++++++++-------------------- lib/ephy-file-helpers.h | 2 +- 2 files changed, 31 insertions(+), 25 deletions(-) commit 24f9ae66d93292f4f54472a44aabd67e0eff8bad Author: Diego Escalante Urrelo Date: Mon Feb 1 15:22:45 2010 -0500 ephy-file-helpers: use localized folder names Bug #608749 lib/ephy-file-helpers.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 2818ee11aa0c6eb49ec2ce8aba3cc20f76a44940 Author: Mario Blättermann Date: Sun Jan 31 21:45:42 2010 +0100 Updated German translation po/de.po | 1691 ++++++++++++++++++++++---------------------------------------- 1 files changed, 601 insertions(+), 1090 deletions(-) commit be7e6f151fa288bbbdf02a72ea4e791eb38ef85f Author: Diego Escalante Urrelo Date: Fri Jan 15 11:23:36 2010 -0500 Implement EphyEmbedPersist using WebKitDownload EphyEmbedPersist is the object in charge of most context menu options. It handles "Save target as", "Open Image", "Save image as", among other actions. This reimplements it using WebKitDownload. Bug #600987 embed/ephy-embed-persist.c | 192 +++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 188 insertions(+), 4 deletions(-) commit 306c6473dcbba00074109ba68fb672cba860c61b Author: Diego Escalante Urrelo Date: Tue Jan 26 16:17:59 2010 -0500 popup-commands: missing unref Bug #600987 src/popup-commands.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3368583477a10dbf91b2db42d82402767380fc1b Author: Ivar Smolin Date: Thu Jan 28 16:42:38 2010 +0200 Updating Estonian translation po/et.po | 234 +++++--------------------------------------------------------- 1 files changed, 17 insertions(+), 217 deletions(-) commit 5b35c0fb711f0d5d7c0d0f29af3d666bb160751d Author: Xan Lopez Date: Thu Jan 28 14:58:15 2010 +0200 ephy-bookmarks-import: check for possible NULL deref Spotted by Holger Freyther. src/bookmarks/ephy-bookmarks-import.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c229ec7e467856c6a831a31e810bea3b3e202c6a Author: Jamil Ahmed Date: Wed Jan 27 20:08:38 2010 +0600 Updated Bengali translation po/bn.po | 4735 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 2362 insertions(+), 2373 deletions(-) commit 258681b42ced16236f25da6dedd1c174e018f957 Author: Miloš Popović Date: Wed Jan 27 15:24:37 2010 +0100 Updated Serbian translations po/sr.po | 1386 +++++++++++++++++++++++++++----------------------------- po/sr@latin.po | 1386 +++++++++++++++++++++++++++----------------------------- 2 files changed, 1350 insertions(+), 1422 deletions(-) commit 1876efcdffb09bb5fb5ca45e012e93ff53dbaf6a Author: Matej Urbančič Date: Wed Jan 27 12:15:48 2010 +0100 Updated Slovenian translation po/sl.po | 134 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 72 insertions(+), 62 deletions(-) commit 550e996a7a74974e16fe3301d0121ecf09acce37 Author: Diego Escalante Urrelo Date: Fri Jan 22 14:28:42 2010 -0500 ephy-dialog: check if we get a valid EphyDialog This API is public but we are not really good checking we get valid EphyDialog objects when called, add some checks. Bug #607802 lib/ephy-dialog.c | 29 +++++++++++++++++++++++++++-- 1 files changed, 27 insertions(+), 2 deletions(-) commit adbf74706e0ee2295b9fec91ea6d017bf2c75edf Author: Diego Escalante Urrelo Date: Sat Jan 23 14:28:08 2010 -0500 extensions-manager: remove legacy XML format support This has been long gone and anything still using it probably doesn't work with the API changes in the last year anyway. Bug #607881 data/Makefile.am | 3 +- data/ephy-xml2ini.xsl | 51 --------------- src/ephy-extensions-manager.c | 136 +---------------------------------------- 3 files changed, 3 insertions(+), 187 deletions(-) commit 23875ed89857851cd7e27541049a7cf74f593310 Author: Diego Escalante Urrelo Date: Sat Jan 23 13:21:36 2010 -0500 extensions-manager: use GDir instead of dirent Bug #607881 src/ephy-extensions-manager.c | 25 ++++++++++++++++--------- 1 files changed, 16 insertions(+), 9 deletions(-)