commit eeebc310ff77f6d549b60b7c4ddff748dd317a23 Author: Aurimas Černius Date: Sun Jun 22 16:12:58 2014 +0300 Updated Lithuanian translation po/lt.po | 374 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 217 insertions(+), 157 deletions(-) commit 0741a7c43b29b738cccff9aeab9755157162c08f Author: Egmont Koblinger Date: Sun Jun 22 14:40:04 2014 +0200 app: Fix the close button after drag-n-drop https://bugzilla.gnome.org/show_bug.cgi?id=731998 src/terminal-notebook.c | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) commit 4f746f763142f222f03ff575c336b4196e2a5ad4 Author: Christian Persch Date: Sun Jun 22 14:38:40 2014 +0200 server: Use specific exit codes for specific error This will make it easier to identify which error occurred when all the client gets is the exit code in the error message: Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gnome.Terminal exited with status 1 src/server.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) commit 03e599e60f5f73c787859718a9ef3f758b8faa36 Author: Yuri Myasoedov Date: Sat Jun 21 11:58:49 2014 +0400 Updated Russian translation help/ru/figures/gnome-terminal.png | Bin 0 -> 12292 bytes 1 file changed, 0 insertions(+), 0 deletions(-) commit 12ba5bb237812c6a3ce9e7e76fd6abd25235d3f8 Author: Yuri Myasoedov Date: Fri Jun 20 23:43:36 2014 +0400 Updated Russian translation help/ru/ru.po | 554 ++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 349 insertions(+), 205 deletions(-) commit abb2018a702adfc57831aea9ebb5c513b9c8bbbd Author: Egmont Koblinger Date: Fri Jun 20 16:57:44 2014 +0200 app: Make dropped tab active https://bugzilla.gnome.org/show_bug.cgi?id=730936 src/terminal-window.c | 1 + 1 file changed, 1 insertion(+) commit ea4a9a8b5268842191a89a1e6026b7465d5dcce2 Author: Daniel Mustieles Date: Fri Jun 20 13:23:12 2014 +0200 Updated Spanish translation po/es.po | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) commit 3e90085742c1c19c7c139b35b9be32cdae8481e5 Author: Akom Chotiphantawanon Date: Fri Jun 20 13:57:20 2014 +0700 Updated Thai translation po/th.po | 1004 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 557 insertions(+), 447 deletions(-) commit 4a452c1176e854ea86011a4b1b4843df4e872ef5 Author: Daniel Mustieles Date: Tue Jun 17 19:21:43 2014 +0200 Updated Spanish translation po/es.po | 409 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 245 insertions(+), 164 deletions(-) commit 90dd8970d245f7c5f0a83e12b7fdc80569771d6c Author: Matej Urbančič Date: Mon Jun 16 22:36:37 2014 +0200 Updated Slovenian translation po/sl.po | 1005 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 563 insertions(+), 442 deletions(-) commit ae33330afbaa1c3af14584603509bdd2a6f92d92 Author: Egmont Koblinger Date: Sat Jun 14 23:00:14 2014 +0200 gterminal: Add i18n (take 2) https://bugzilla.gnome.org/show_bug.cgi?id=730532 po/POTFILES.in | 1 + src/Makefile.am | 2 + src/gterminal.vala | 107 +++++++++++++++++++++++++++-------------------------- 3 files changed, 57 insertions(+), 53 deletions(-) commit 1f0df3265a76e57449afad2948e587e61084478d Author: Egmont Koblinger Date: Sat Jun 14 18:27:56 2014 +0200 Revert "gterminal: Add i18n" This reverts commit fd14dc6fe051d7d892cda48ce14b6fac60191d98. po/POTFILES.in | 1 - src/Makefile.am | 1 - src/gterminal.vala | 107 ++++++++++++++++++++++++++--------------------------- 3 files changed, 53 insertions(+), 56 deletions(-) commit 56fc2ac7fc6ce5c26d40e95888e611b4e94dbf2b Author: Piotr Drąg Date: Sat Jun 14 17:50:08 2014 +0200 Fix a broken tag in Finnish help translation help/fi/fi.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fd14dc6fe051d7d892cda48ce14b6fac60191d98 Author: Egmont Koblinger Date: Sat Jun 14 10:27:50 2014 +0200 gterminal: Add i18n https://bugzilla.gnome.org/show_bug.cgi?id=730532 po/POTFILES.in | 1 + src/Makefile.am | 1 + src/gterminal.vala | 107 +++++++++++++++++++++++++++-------------------------- 3 files changed, 56 insertions(+), 53 deletions(-) commit f65261a0b5d03658be3acb439976fd8af6fa28ea Author: Egmont Koblinger Date: Fri May 30 15:11:45 2014 +0200 app: Don't change the title on tab labels that no longer exist (take 2) This fixes a potential crash when a tab is moved to another window, and later the title of that terminal changes. https://bugzilla.gnome.org/show_bug.cgi?id=730389 src/terminal-tab-label.c | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) commit eea21a0ca4f32f767ef7db9350635a2add226d13 Author: Yosef Or Boczko Date: Thu May 29 19:10:09 2014 +0300 Updated Hebrew translation po/he.po | 970 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 484 insertions(+), 486 deletions(-) commit e6146baa9a6b55ee7f8076f9151095043ecc1c5c Author: Christian Persch Date: Thu May 29 18:01:23 2014 +0200 i18n: Remove removed file from POTFILES.in too po/POTFILES.in | 1 - 1 file changed, 1 deletion(-) commit 82a9a6581afc04aa6ba7f2451ce501edb19cd6e5 Author: Christian Persch Date: Thu May 29 14:06:05 2014 +0200 Revert "Revert "app: Fix window size when a second tab is added by drag-n-drop"" This reverts commit b670353dc291b771af4ae28d899aa42e842bd11f. src/terminal-window.c | 7 +++++++ 1 file changed, 7 insertions(+) commit b670353dc291b771af4ae28d899aa42e842bd11f Author: Christian Persch Date: Thu May 29 13:57:58 2014 +0200 Revert "app: Fix window size when a second tab is added by drag-n-drop" This reverts commit d3e593e4974303618305da4e0d20f0d5c10f83b0. src/terminal-window.c | 7 ------- 1 file changed, 7 deletions(-) commit 6bc130fa7177d4381e12fef10e61d7eb35dbb896 Author: Christian Persch Date: Thu May 29 13:49:25 2014 +0200 Revert "app: Don't change the title on tab labels that no longer exist" This reverts commit 6c1ece7dab2a11b7e0c6561f89cf83510abb51bf. src/terminal-tab-label.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) commit d3e593e4974303618305da4e0d20f0d5c10f83b0 Author: Egmont Koblinger Date: Thu May 29 12:42:01 2014 +0200 app: Fix window size when a second tab is added by drag-n-drop https://bugzilla.gnome.org/show_bug.cgi?id=730850 src/terminal-window.c | 7 +++++++ 1 file changed, 7 insertions(+) commit f318eedd0064946bd930e0ce0906cd7071b4790b Author: Egmont Koblinger Date: Wed May 28 21:49:12 2014 +0200 build: Fix vala flags to work with automake src/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit c2134a7b1870d13589645fd983c4c83c921da290 Author: Christian Persch Date: Wed May 28 21:18:11 2014 +0200 build: Rename configure option configure.ac | 16 ++++++++-------- src/Makefile.am | 5 +++-- 2 files changed, 11 insertions(+), 10 deletions(-) commit 9df8dadf692c8fc1a898e41f0c17220da6c8c5fb Author: Christian Persch Date: Wed May 28 19:58:17 2014 +0200 Revert "build: Temporarily remove gterminal" This reverts commit 085e0d1fe88cf018ddd01f3b388c1dc0ea07c811. configure.ac | 1 - src/Makefile.am | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 1 deletion(-) commit ef18a4a135ada8794636216cd7b7193c2203a29b Author: Christian Persch Date: Wed May 28 19:58:10 2014 +0200 Post release version bump configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)