commit cc1d4a89830b3e2e689aff98c63a223ebc7f5ea1 Author: Claudio Saavedra Date: Tue Jun 23 11:51:58 2015 +0300 [release] 3.17.1 NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) commit 8619038fe2c34c13e279560a7879d62de6980775 Author: Balázs Úr Date: Mon Jun 22 21:52:53 2015 +0000 Updated Hungarian translation po/hu.po | 250 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 129 insertions(+), 121 deletions(-) commit b4ce1b4f78341deab95c13929cca3a76bcd7f241 Author: Benjamin Steinwender Date: Sat Jun 20 06:29:28 2015 +0000 Updated German translation help/de/de.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit e65dfb8c15b13387574d538c87e09389259f0504 Author: Benjamin Steinwender Date: Sat Jun 20 06:28:07 2015 +0000 Updated German translation po/de.po | 251 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 129 insertions(+), 122 deletions(-) commit b83f0beed92a9694eed209d7bb553a78b160c7bc Author: Miguel Vaello Martínez Date: Wed Mar 25 22:44:36 2015 +0100 Fix typos and remove a duplicated rule The rule "#about-subtitle" was duplicated. I assume that the second is the good one because the CSS is read sequentially and the last rule is applied instead the previous rule. The table of "memory:about" has a typo: solid and transparent properties there were concatenated by mistake. Removed some white spaces and placed some brackets next to the rule instead below. https://bugzilla.gnome.org/show_bug.cgi?id=746778 src/resources/about.css | 63 ++++++++++++++++++++----------------------------- 1 file changed, 26 insertions(+), 37 deletions(-) commit 772f28933ce4952a8dc8f474e8842923a57f7f69 Author: Claudio Saavedra Date: Fri Jun 12 15:10:59 2015 +0300 web-extension: fix color of form filler popup Style context calls were missing setting the state previously as required by GtkStyleContext. https://bugzilla.gnome.org/show_bug.cgi?id=750842 embed/web-extension/ephy-web-extension.c | 8 ++++++++ 1 file changed, 8 insertions(+) commit 8a3c7df10f653cd99c5325e37b5e9232ae191396 Author: Claudio Saavedra Date: Fri Jun 12 14:26:15 2015 +0300 web-extension: use proper number format for position dom properties DOM bindings use double, not long. This fixes the form filler popup not showing up. Use the proper DOM bindings API instead of g_object_get() to avoid this happening again. https://bugzilla.gnome.org/show_bug.cgi?id=750842 embed/web-extension/ephy-web-extension.c | 11 ++++++----- lib/ephy-web-dom-utils.c | 26 +++++++++++--------------- lib/ephy-web-dom-utils.h | 8 ++++---- 3 files changed, 21 insertions(+), 24 deletions(-) commit 372b2bbb0e160997d5e47d062c50d85cac18b878 Author: Claudio Saavedra Date: Tue Jun 16 13:38:17 2015 +0300 web-extension: plug leaked string embed/web-extension/ephy-web-extension.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit a2264372b48fb14864cb138fbdb94d650332b831 Author: Claudio Saavedra Date: Thu Jun 11 12:42:12 2015 +0300 form-filler: port to GTask GSimpleAsync is deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=750768 lib/ephy-form-auth-data.c | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) commit 3a5f7f40ed9943c7ef4110e3914b0143e09e5fba Author: Daniel Mustieles Date: Mon Jun 15 08:49:39 2015 +0000 Updated Spanish translation po/es.po | 193 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 98 insertions(+), 95 deletions(-) commit 09da23951f31787d62953a26ebdd2d71b7d84c42 Author: Michael Catanzaro Date: Sun Sep 21 13:47:03 2014 -0500 search-provider: initialize translations https://bugzilla.gnome.org/show_bug.cgi?id=737085 src/ephy-search-provider-main.c | 9 +++++++++ 1 file changed, 9 insertions(+) commit 269f01c98e568e18ab69b26ca59786b6f0b84304 Author: Robert Roth Date: Fri Jun 12 15:44:31 2015 +0300 Removed toolbar-style references from config. https://bugzilla.gnome.org/show_bug.cgi?id=728874 data/epiphany.convert | 1 - data/org.gnome.epiphany.gschema.xml | 5 ----- lib/ephy-prefs.h | 9 --------- 3 files changed, 15 deletions(-) commit e3853d113b7ea537181fd5e9d9dba9449413422c Author: Michael Catanzaro Date: Fri Jun 12 12:14:16 2015 -0500 Rename some functions I was trying so hard to be clean and keep everything in the same commit, then I pushed before running 'git status' to notice the unstaged changes... sad day. lib/widgets/ephy-download-widget.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 01d286be7130b07bdc620010c3a898fe67979bbd Author: Lapo Calamandrei Date: Sat Sep 13 16:32:22 2014 +0200 Theme fixes and improvements lib/widgets/Makefile.am | 4 +- lib/widgets/ephy-download-widget.c | 30 ++++-- lib/widgets/totem-glow-button.c | 156 --------------------------- lib/widgets/totem-glow-button.h | 47 --------- src/Makefile.am | 1 - src/ephy-window.c | 3 +- src/epiphany.gresource.xml | 1 - src/resources/epiphany.css | 209 ++++++++++++++++++++++++------------- src/resources/epiphany.scss | 138 ++++++++++++++++++++++++ src/resources/incognito-tinted.png | Bin 8497 -> 0 bytes src/resources/parse-sass.sh | 5 + 11 files changed, 305 insertions(+), 289 deletions(-) commit 3a7e46f8387ff7b465b5dbf4be288c34ef4e3d7d Author: Claudio Saavedra Date: Tue Jun 9 17:48:01 2015 +0300 ephy-window: fix a context-menu crasher Initialize variable. https://bugzilla.gnome.org/show_bug.cgi?id=750643 src/ephy-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 550b7ae458fc1db265752ba2835212169c2cd7a2 Author: Yosef Or Boczko Date: Tue Jun 9 16:18:25 2015 +0300 Updated Hebrew translation po/he.po | 51 ++++++++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 23 deletions(-) commit 9fdf920fd0ce664c1cb82f2deceb01d57e2709e9 Author: Claudio Saavedra Date: Thu Jun 4 17:48:25 2015 +0300 Add context-sensitive menu option to search the web for selected text When building the context menu in the web process, use the web extension to find out whether there is text selected and pass it as custom data to the UI process. Let the UI process use the selection to build a new menu item that, when activated, will launch a new tab and search the selected text in the user-preferred search engine. https://bugzilla.gnome.org/show_bug.cgi?id=663545 embed/web-extension/ephy-web-extension.c | 41 +++++++++++++++++++ src/ephy-window.c | 67 ++++++++++++++++++++++++++++++++ src/popup-commands.c | 20 ++++++++++ src/popup-commands.h | 3 ++ 4 files changed, 131 insertions(+) commit b516557124a4372e47418cfc51692c2d75e89aec Author: Claudio Saavedra Date: Thu Jun 4 15:53:00 2015 +0300 ephy-web-dom-utils: add ephy_web_dom_utils_get_selection_as_string() The DOMSelection::toString() API is only bound to JavaScript. This method does not work with selection inside input elements. https://bugzilla.gnome.org/show_bug.cgi?id=663545 lib/ephy-web-dom-utils.c | 22 ++++++++++++++++++++++ lib/ephy-web-dom-utils.h | 4 ++++ 2 files changed, 26 insertions(+) commit b92a519ab577c1eb22f6f24dfc5c57da43746048 Author: Claudio Saavedra Date: Thu Jun 4 15:47:35 2015 +0300 ephy-embed-utils: add ephy_embed_utils_autosearch_address() Factor the code to handle a search key from ephy_embed_utils_normalize_or_autosearch_address() to a new method to be able to reuse it later. https://bugzilla.gnome.org/show_bug.cgi?id=663545 embed/ephy-embed-utils.c | 17 ++++++++++++----- embed/ephy-embed-utils.h | 1 + 2 files changed, 13 insertions(+), 5 deletions(-) commit 96c6add558186729c38d3bb6eb070db7a7161006 Author: Yosef Or Boczko Date: Tue Jun 9 12:41:31 2015 +0300 Updated Hebrew translation po/he.po | 94 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 49 insertions(+), 45 deletions(-) commit a966accac946ed4b074345135cd8b64c2e60e4e0 Author: Daniel Mustieles Date: Fri Jun 5 08:40:51 2015 +0000 Updated Spanish translation po/es.po | 8992 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 4497 insertions(+), 4495 deletions(-) commit c54d16d37cbfdfe28e7c1c949a8e56b15314f583 Author: Claudio Saavedra Date: Tue Jun 2 17:11:17 2015 +0300 window: add a popup command to open links in incognito window https://bugzilla.gnome.org/show_bug.cgi?id=749454 src/ephy-window.c | 11 ++++++++++- src/popup-commands.c | 15 +++++++++++++++ src/popup-commands.h | 3 +++ 3 files changed, 28 insertions(+), 1 deletion(-) commit 5bbb98ca6c5a7136585e9ce37a1ee6ea7ff79982 Author: Claudio Saavedra Date: Tue Jun 2 18:32:01 2015 +0300 file-helpers: add helper to launch a incognito window https://bugzilla.gnome.org/show_bug.cgi?id=749454 lib/ephy-file-helpers.c | 24 ++++++++++++++++++++++++ lib/ephy-file-helpers.h | 1 + src/window-commands.c | 4 +--- 3 files changed, 26 insertions(+), 3 deletions(-) commit 43dd857bdda51113a357cde89556e157d61003b2 Author: Akom Chotiphantawanon Date: Fri May 22 16:25:01 2015 +0700 Updated Thai translation po/th.po | 344 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 187 insertions(+), 157 deletions(-) commit 4d765786766630ad2190f95324a6c485de84268d Author: Jordi Mas Date: Thu May 21 22:00:08 2015 +0200 Fixes to Catalan translation po/ca.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 6c43baa5d0c4651bd317c14dfa9bec9229861e47 Author: Kalev Lember Date: Tue May 12 16:14:21 2015 +0200 Fix a syntax error in Esperanto translation po/eo.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)