commit eab819ee9fef82f28aaec507882645340a00abd5 Author: Alexandre Franke Date: Mon Mar 17 12:22:59 2014 +0100 Add French translation of help help/Makefile.am | 2 +- help/fr/fr.po | 1534 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1535 insertions(+), 1 deletion(-) commit 64877a204a726f8847d9ca97f3f2732fc36ed7b5 Author: Ville-Pekka Vainio Date: Sun Mar 16 20:32:26 2014 +0200 Finnish translation update by Jiri Grönroos po/fi.po | 1391 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 744 insertions(+), 647 deletions(-) commit 70a73a4b862d53012bbb14bf011b6400624424b0 Author: Мирослав Николић Date: Sun Mar 16 14:40:33 2014 +0100 Updated Serbian translation po/sr.po | 1710 +++++++++++++++++++++++++++++--------------------------- po/sr@latin.po | 1708 ++++++++++++++++++++++++++++--------------------------- 2 files changed, 1755 insertions(+), 1663 deletions(-) commit 1d2856d7a7141a40f417bfd47f75569a2cfc4e10 Author: naybnet Date: Sun Mar 16 11:39:56 2014 +0000 Updated French translation po/fr.po | 390 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 199 insertions(+), 191 deletions(-) commit 2ad3111d6848e5cba901c72b669127c2d8cc0a41 Author: Daniel Korostil Date: Sat Mar 15 22:35:09 2014 +0200 Updated Ukrainian translation po/uk.po | 397 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 198 insertions(+), 199 deletions(-) commit 64cb0dd095c04ec55f710fcd183558677849ba9c Author: Carlos Garcia Campos Date: Tue Mar 11 15:49:19 2014 +0100 ephy-snapshot-service: Port to GTask https://bugzilla.gnome.org/show_bug.cgi?id=725815 lib/ephy-snapshot-service.c | 686 ++++++++++++++++++++++---------------------- 1 file changed, 336 insertions(+), 350 deletions(-) commit 5bcaf829531b585ff0683b1d23ad26b04fe0ca07 Author: Daniel Mustieles Date: Wed Mar 12 13:56:27 2014 +0100 Updated Spanish translation help/es/es.po | 653 ++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 470 insertions(+), 183 deletions(-) commit 6d3a429da9f546e6c339b60d2e280571f3e3a3fe Author: Marek Černocký Date: Tue Mar 11 20:58:35 2014 +0100 Updated Czech translation help/cs/cs.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 4c304cfd7bb15f27d5c7f8108abcf1b604fbce20 Author: Gábor Kelemen Date: Tue Mar 11 03:27:22 2014 +0000 Updated Hungarian translation po/hu.po | 1758 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 940 insertions(+), 818 deletions(-) commit 85e61fee089c821d04bde97a961a1a6021fcbb5a Author: Paweł Żołnowski Date: Mon Mar 10 15:55:40 2014 +0100 Updated Polish translation po/pl.po | 1546 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 726 insertions(+), 820 deletions(-) commit 25d6326464c76e475c24575240cb2c04243b4618 Author: Piotr Drąg Date: Mon Mar 10 14:53:15 2014 +0100 Fix tags in Greek help translation help/el/el.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit e56724748bc808ed334ee2fde649d552cb198a5c Author: Yuri Myasoedov Date: Mon Mar 10 14:53:15 2014 +0400 Updated Russian translation po/ru.po | 2075 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 1206 insertions(+), 869 deletions(-) commit a63336d0b47597f7cac885e30940abfa426d7827 Author: Carlos Garcia Campos Date: Mon Mar 10 11:37:17 2014 +0100 shell: Fix a crash when opening a new window using the app menu Activate the location entry of the newly created window, instead of the current one that might be NULL. https://bugzilla.gnome.org/show_bug.cgi?id=725953 src/window-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 744d022bb450eb65624538dab231decd99490f6e Author: Carlos Garcia Campos Date: Tue Mar 4 12:43:13 2014 +0100 Add title parameter to ephy_shell_new_tab_full to create tabs with an initial title And use it from ephy-session so that when loading the session and not using delayed requests, you don't see all the tabs initially with "Blank Page" title. https://bugzilla.gnome.org/show_bug.cgi?id=725649 embed/ephy-embed.c | 8 ++++++-- src/ephy-session.c | 15 ++++++++++----- src/ephy-shell.c | 10 +++++++--- src/ephy-shell.h | 1 + src/ephy-window.c | 3 ++- tests/ephy-shell-test.c | 2 ++ 6 files changed, 28 insertions(+), 11 deletions(-) commit 0d89197cd0d1516d3003eb3e8c6d9ac0118c5712 Author: Carlos Garcia Campos Date: Tue Mar 4 12:30:01 2014 +0100 ephy-web-view: Move embed-title property to EphyEmbed Since it's the embed title what it represents. The web view already has a title property inherited from WebKitWebView. https://bugzilla.gnome.org/show_bug.cgi?id=725649 embed/ephy-embed.c | 75 ++++++++++++++++++++++++++++++++++++++- embed/ephy-embed.h | 1 + embed/ephy-web-view.c | 79 ++++-------------------------------------- embed/ephy-web-view.h | 1 - src/ephy-location-controller.c | 2 +- src/ephy-notebook.c | 14 +++----- src/ephy-session.c | 2 +- src/ephy-window.c | 10 +++--- src/window-commands.c | 16 ++++----- 9 files changed, 101 insertions(+), 99 deletions(-) commit 0c6c6bcef6d6f0bbd0f20659ea9bec94a59cc658 Author: Carlos Garcia Campos Date: Tue Mar 4 11:50:13 2014 +0100 ephy-web-view: Move get_title_from_address to ephy-embed-utils https://bugzilla.gnome.org/show_bug.cgi?id=725649 embed/ephy-embed-utils.c | 13 +++++++++++++ embed/ephy-embed-utils.h | 1 + embed/ephy-web-view.c | 18 +++--------------- 3 files changed, 17 insertions(+), 15 deletions(-) commit 97a9202c79f1295397b1c28e4ffbb8d670b1a966 Author: Carlos Garcia Campos Date: Tue Mar 4 11:07:44 2014 +0100 ephy-web-view: Remove status_message member The status message is actually a combination of the loading message and link message, and both are already members. https://bugzilla.gnome.org/show_bug.cgi?id=725649 embed/ephy-web-view.c | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) commit 1e38e858a809585a62b0a6d116719314d4c68e7a Author: Carlos Garcia Campos Date: Tue Mar 4 11:02:30 2014 +0100 ephy-web-view: Rename set_loading_title as set_loading_message This is no longer used to set a loading title, since it's always called with a URL or NULL. Also make it static since it's only used by ephy-web-view.c. Remove the public getter since it's unused too. https://bugzilla.gnome.org/show_bug.cgi?id=725649 embed/ephy-embed-private.h | 3 -- embed/ephy-web-view.c | 89 ++++++++++++++++++---------------------------- embed/ephy-web-view.h | 1 - 3 files changed, 35 insertions(+), 58 deletions(-) commit 97bc1360c944234fa336e7fa36f792e52f3f49c4 Author: Carlos Garcia Campos Date: Tue Mar 4 10:23:14 2014 +0100 ephy-web-view: Remove ephy_web_view_get_title_composite() This is currently only used to set the window title and it's not actually needed, since we don't show Loading string in title anymore, only in the status bar. This is consistent with the title box and tabs title. https://bugzilla.gnome.org/show_bug.cgi?id=725649 embed/ephy-web-view.c | 35 ----------------------------------- embed/ephy-web-view.h | 1 - src/ephy-window.c | 2 +- 3 files changed, 1 insertion(+), 37 deletions(-) commit 7a5a37813e34864a991054a7712e65e15ba9cd99 Author: Chao-Hsiung Liao Date: Sun Mar 9 11:33:08 2014 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 349 ++++++++++++++++++++++++++++++------------------------------ po/zh_TW.po | 349 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 354 insertions(+), 344 deletions(-) commit 97ad43d4ac871ad2940bfdb5b77d17937e56701b Author: Sphinx Jiang Date: Sat Mar 8 15:21:51 2014 +0000 Updated Chinese (China) translation po/zh_CN.po | 968 +++++++++++++++++++++++++++++------------------------------- 1 file changed, 467 insertions(+), 501 deletions(-) commit 323ed6554b180f2df701f34eb0220ad2dd8919d6 Author: Rūdolfs Mazurs Date: Sat Mar 8 12:50:54 2014 +0200 Updated Latvian translation po/lv.po | 1877 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 1021 insertions(+), 856 deletions(-) commit d7d2045ce074d46d1c44890b096b6d2c75f2ee18 Author: Andika Triwidada Date: Fri Mar 7 06:50:43 2014 +0000 Updated Indonesian translation po/id.po | 352 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 178 insertions(+), 174 deletions(-) commit 44bbefce039009c10a4935636bda7d059a97bf4b Author: Christian Kirbach Date: Thu Mar 6 23:22:26 2014 +0100 Updated German help screenshots help/de/de.po | 10 +++++----- help/de/figures/epiphany-3-8.png | Bin 0 -> 196098 bytes help/de/figures/private-browsing-3-8.png | Bin 0 -> 192259 bytes 3 files changed, 5 insertions(+), 5 deletions(-) commit 285916fabe13ff8e4b74701e5efde46831877fc1 Author: Claudio Saavedra Date: Thu Mar 6 14:42:55 2014 +0200 ephy-window: move event state and button checks earlier Micro-optimization https://bugzilla.gnome.org/show_bug.cgi?id=725818 src/ephy-window.c | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) commit 6ed9eb95e7d3c1d290bc37e9860aedd5409ceb47 Author: Claudio Saavedra Date: Thu Mar 6 14:38:22 2014 +0200 Remove redundant comparison https://bugzilla.gnome.org/show_bug.cgi?id=725818 src/ephy-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b70985ca461f7bdde0d56fae456d8f16f6a599a8 Author: Claudio Saavedra Date: Thu Mar 6 14:35:49 2014 +0200 ephy-window: fix shift+click The check for the clicked address was inverted so this was not working at all. https://bugzilla.gnome.org/show_bug.cgi?id=725818 src/ephy-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a861848b662d0b0becc9719170b87663fdfabf23 Author: Lorenzo Tilve Date: Wed Mar 5 15:25:11 2014 +0100 overview: remove unnecessary bottom padding Remove the extra bottom padding from the overview grid which was creating an artificial scroll to an empty area. https://bugzilla.gnome.org/show_bug.cgi?id=725190 src/resources/overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fb84c779f81a02d77426881de6285ee6fb03d732 Author: Claudio Saavedra Date: Thu Mar 6 10:11:33 2014 +0200 ephy-snapshot-service: disconnect from "load-failed" signal Otherwise we have a dangling handler with webviews that are unrelated to the async result at hand. https://bugzilla.gnome.org/show_bug.cgi?id=725749 lib/ephy-snapshot-service.c | 1 + 1 file changed, 1 insertion(+) commit b9cac9f5d042e2fedaf6a788b59e07dac444ab12 Author: Ekaterina Gerasimova Date: Wed Mar 5 21:19:38 2014 +0000 Fix really bad typo in help help/C/index.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 67ed0146496fd1afacd2657bfb40fcdb1588e6cd Author: Ekaterina Gerasimova Date: Wed Mar 5 20:46:26 2014 +0000 Use larger icon for help help/C/media/web-browser-icon | 1 + help/C/media/web-browser.png | Bin 1724 -> 4992 bytes 2 files changed, 1 insertion(+) commit 02a90f2a0b2acd3eb66807a664b14d661904221a Author: Lorenzo Tilve Date: Sun Feb 23 10:10:28 2014 +0100 overview: fix issues on the layout CSS - fix regresion that broke CSS animation when removing items - avoid user agent ul padding to affect grid centering https://bugzilla.gnome.org/show_bug.cgi?id=724652 embed/ephy-embed-shell.c | 2 +- src/resources/overview.html | 20 +++++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) commit 1996091988666237c2912c376db73844b8ce9d8a Author: Kjartan Maraas Date: Wed Mar 5 07:12:12 2014 +0100 Updated Norwegian bokmål translation po/nb.po | 219 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 110 insertions(+), 109 deletions(-) commit 777fdffe125b8f77382c08624a4a45b829fcda42 Author: Fran Diéguez Date: Mon Mar 3 21:38:07 2014 +0100 Updated Galician translations po/gl.po | 615 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 304 insertions(+), 311 deletions(-) commit 841889b05e4f2591968d7f2700a95b2242ad4eb2 Author: Claudio Saavedra Date: Mon Mar 3 18:19:20 2014 +0200 [release] 3.11.91 NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-)