commit c04e256f34fcc37d2530a37b0f372f4ca5f52182 Author: Xan Lopez Date: Tue Aug 16 14:06:21 2011 +0200 [release] 3.1.5 NEWS | 14 ++++++++++++++ configure.ac | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) commit 91103d4a01ce77ca0a101653c5154da3b13627f5 Author: Gustavo Noronha Silva Date: Thu Aug 11 14:09:06 2011 +0200 Depend on glib >= 2.29.10 We rely on Unicode API that is only available from that version onwards. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a79821955d1fd50f3e7cd9d4dae91b24e193d855 Author: Diego Escalante Urrelo Date: Wed Aug 3 13:31:48 2011 +0200 e-web-view: use hostname in geolocation infobar Instead of the full URI, make it more readable and use only the hostname. Bug #649164 embed/ephy-web-view.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 60bea9a1003343635d27fba83d3b089fb208efec Author: Diego Escalante Urrelo Date: Sat Jul 30 19:05:04 2011 -0500 Use line-wrap in GtkInfoBar labels Otherwise we can end up with fixed width windows that exceed the display size when long sentences are displayed. Bug #649164 embed/ephy-web-view.c | 3 ++- src/ephy-session.c | 1 + 2 files changed, 3 insertions(+), 1 deletions(-) commit e6945b6c75103866ac890219e93463ff4ce06183 Author: Diego Escalante Urrelo Date: Sat Jul 30 19:07:16 2011 -0500 Use g_markup_printf_escaped when printing uris This covers GtkInfoBar in ephy-web-view.c, ephy-download-widget.c and also tooltips and labels in ephy-download-widget.c Bug #649164 embed/ephy-web-view.c | 10 +++++----- lib/widgets/ephy-download-widget.c | 7 ++----- 2 files changed, 7 insertions(+), 10 deletions(-) commit a5184806fb2ad44ea7dd898de73eaf1201a8f9fc Author: Diego Escalante Urrelo Date: Fri Jul 29 23:47:30 2011 -0500 e-bookmarks-editor: don't set directory GTK+ new UX behavior says we shouldn't set the file chooser directory, recent directories should be listed (automatically) instead. Signed-off-by: Xan Lopez Bug #655508 src/bookmarks/ephy-bookmarks-editor.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit b4fa1be91ccce1f27537ef4153d7d0be5379cba1 Author: Mario Blättermann Date: Thu Aug 11 21:41:12 2011 +0200 [l10n] Updated German translation po/de.po | 743 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 396 insertions(+), 347 deletions(-) commit cb17bdeb2aa48c3d9d47027fa94a53e010421f89 Author: Diego Escalante Urrelo Date: Wed Aug 3 13:37:56 2011 +0200 e-web-view: use ephy_string_get_host_name Bug #655899 embed/ephy-web-view.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit add3288ff433e92739e3a4245068fb41e10fa450 Author: Gabor Kelemen Date: Tue Aug 2 01:47:08 2011 +0200 Updated Hungarian translation by Balázs Meskó po/hu.po | 691 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 375 insertions(+), 316 deletions(-) commit d6f43136341159cccde9f707f2a493c109ec4e85 Author: Alexandre Mazari Date: Fri Jul 29 23:57:51 2011 -0500 e-window: use a css file for widget styling Replace local styling (used for the tab close button and embed's status frame) by a global css sheet loaded at window construction. This allows tweaking style properties without rebuilding. The css file is installed in $(pkgdatadir)/epiphany.css. Signed-off-by: Diego Escalante Urrelo Bug #644805 data/ui/Makefile.am | 7 ++++++- data/ui/epiphany.css | 16 ++++++++++++++++ embed/ephy-embed.c | 15 --------------- src/ephy-notebook.c | 18 ------------------ src/ephy-window.c | 23 +++++++++++++++++++++++ 5 files changed, 45 insertions(+), 34 deletions(-) commit f4c6a2f079f5b24c067f2b656a8a4f808ec4533c Author: Diego Escalante Urrelo Date: Fri Jul 29 23:23:51 2011 -0500 data/gschema: remove useless newline data/org.gnome.epiphany.gschema.xml.in | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 870195411c9a5a26b77627d642e7c9be75b11f2f Author: Diego Escalante Urrelo Date: Fri Jul 29 22:48:51 2011 -0500 e-embed: remove useless e-file-chooser include embed/ephy-embed.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit e466875e344af43160f3abe0e3d6a29b2d0d656a Author: Rodrigo Padula de Oliveira Date: Fri Jul 29 11:10:20 2011 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 1991 ++++++++++++++++++++++------------------------------------- 1 files changed, 729 insertions(+), 1262 deletions(-) commit d50768637cce5a827e84d498f3762c27b157f814 Author: Sergio Cipolla Date: Fri Jul 29 11:00:12 2011 -0300 Fixed some strings in Brazilian Portuguese translation po/pt_BR.po | 2586 +++++++++++++++++++++++++++++------------------------------ 1 files changed, 1285 insertions(+), 1301 deletions(-) commit ef3d6d0794ca371b35efde23185e6cf4c32dc004 Author: Daniel Nylander Date: Fri Jul 29 10:00:41 2011 +0200 Updated Swedish translation po/sv.po | 884 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 560 insertions(+), 324 deletions(-) commit 4ad500dcbb58a5df0585a1b76e7ed715fb6282f7 Author: Claudio Saavedra Date: Sat Jul 23 16:57:56 2011 +0300 Don't use g_list_length() to check for empty lists An empty list is simply NULL. src/ephy-session.c | 2 +- src/ephy-tabs-menu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 42ff3bc2f7d126444529ee20da1f2e608557f8e5 Author: Tommi Vainikainen Date: Tue Jul 19 11:15:44 2011 +0300 Updated Finnish translation po/fi.po | 2051 ++++++++++++++++++++++++-------------------------------------- 1 files changed, 797 insertions(+), 1254 deletions(-) commit 69837e0a601b0c46304d09b182234caa32a032d6 Author: Priit Laes Date: Mon Jul 18 15:35:47 2011 +0300 Fixed a typo src/ephy-main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c6e61c010a412e027d9174fbb53687bba63f5811 Author: Priit Laes Date: Mon Jul 18 15:35:19 2011 +0300 Remove leftover from Gecko era src/Makefile.am | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 93507fc66f9f8cc456519936284220ab4e6f6cfd Author: Diego Escalante Urrelo Date: Sat Jul 16 18:46:09 2011 -0500 ephy-window: clear finished downloads when closing the downloads bar When a download finishes but you don't 'activate' it (open or browsing) the widget stays alive on the downloads-bar, worse, if open or browse actions fail, the download can't be removed from the bar. This commit clears finished downloads from the downloads-bar when it is closed (with the X button). Hiding it will *not* trigger this cleanup. Bug #653918 src/ephy-window.c | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) commit 2c8c5b280c0e84c264ea3bdbbabdead0046cd00a Author: Diego Escalante Urrelo Date: Sat Jul 16 19:11:51 2011 -0500 ephy-file-helpers: nautilus now highlights files You can now call nautilus on a full path and it will highlight the file in its parent directory. Bug #654763 lib/ephy-file-helpers.c | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-) commit e1a78db5efc2773df289f91a5211da16ec2ba992 Author: Josselin Mouette Date: Sat Jul 16 18:59:58 2011 -0500 ephy-file-helpers: use correct inode/directory type Otherwise "Browse to" feature fails because we are using an obsolete mime type. Bug #651699 lib/ephy-file-helpers.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 24a9296f2a31839e7a290f9a51cda18cdab70482 Author: Diego Escalante Urrelo Date: Wed Jun 29 19:41:05 2011 -0500 src: clean leftover NetworkManager vars Bug #653695 src/Makefile.am | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit eb736a9d813e523e6529b985bb21be443f29c9d3 Author: Diego Escalante Urrelo Date: Wed Jun 29 19:16:47 2011 -0500 ephy-download-widget: unescape tooltips In ae374ca97044684d6a33bb11ae8bccac06a85b9f we forgot about the tooltip. Bug #653690 lib/widgets/ephy-download-widget.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit a56c9573c11bd558249917d02b4f1902eb812324 Author: Daniel Martinez Cucalon Date: Thu Jul 14 11:33:54 2011 +0200 Updated Aragonese translation po/an.po | 462 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 252 insertions(+), 210 deletions(-) commit 16607f8b5e182389b6a228079a577cfca2ea9cf2 Author: Jasper Lievisse Adriaanse Date: Mon Jun 20 19:36:42 2011 +0200 Don't bypass g-ir-scanner's --pkg, especially when that's already passed. https://bugzilla.gnome.org/show_bug.cgi?id=653031 src/Makefile.am | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit c22a0a929657f0148bbcabda4526b563e98204ae Author: Rudolfs Mazurs Date: Tue Jul 12 15:30:45 2011 +0300 Updated Latvian translation. po/lv.po | 671 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 364 insertions(+), 307 deletions(-) commit dd55c234501aa341501f51c9511079da32494483 Author: David Aguilera Date: Sun Jul 10 01:37:30 2011 +0200 [l10n]Updated Catalan documentation help/ca/ca.po | 50 +++++++++++++++++++++++++------------------------- 1 files changed, 25 insertions(+), 25 deletions(-) commit 2ec31490f593e338f1517d2abab0773274d5be0c Author: David Aguilera Date: Fri Jul 8 00:58:17 2011 +0200 [l10n]Updated Catalan documentation help/ca/ca.po | 1247 +++++++++++++++++++++++++++++---------------------------- 1 files changed, 630 insertions(+), 617 deletions(-) commit 27a3a2d17ba4472ffdeeb27420f380758ebb032d Author: Abduxukur Abdurixit Date: Thu Jul 7 16:25:51 2011 +0200 Added UG translation po/ug.po | 363 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 199 insertions(+), 164 deletions(-) commit ddfb904e0080cc647c2d3513164a04f95d15aa28 Author: Xan Lopez Date: Wed Jul 6 18:02:48 2011 +0200 ephy-location-entry: use new channel-{secure,insecure} symbolic icons Bug #650789 lib/widgets/ephy-location-entry.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 15d82ddc241b097f9af25682542489ee7937b231 Author: Xan Lopez Date: Tue Jul 5 17:09:42 2011 +0200 ephy-profile-migrator: use new g_utf8_substring lib/ephy-profile-migrator.c | 21 ++------------------- 1 files changed, 2 insertions(+), 19 deletions(-)