commit 6f8622abb7304526545c2b868a3dbcb5250b796d Author: Debarshi Ray Date: Tue Mar 4 18:55:03 2014 +0100 3.11.91 NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) commit 3bd0ba44ae0a6573efd126c47e08b1dfb2333f6f Author: Marek Kasik Date: Tue Mar 4 16:40:12 2014 +0100 printers: Define missing constant Define HTTP_URI_STATUS_OK if compiling against CUPS 1.6 or lower. (HTTP_URI_OK was renamed to HTTP_URI_STATUS_OK in CUPS 1.7.) https://bugzilla.gnome.org/show_bug.cgi?id=725662 panels/printers/pp-utils.c | 3 +++ 1 file changed, 3 insertions(+) commit 07d0e7af32302c796c6f044cdf5edcc2e73d236d Author: Chao-Hsiung Liao Date: Tue Mar 4 20:08:34 2014 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 1661 +++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 1663 ++++++++++++++++++++++++++++++----------------------------- 2 files changed, 1704 insertions(+), 1620 deletions(-) commit f35dcc1283a2900f2deb586164765c2017814d98 Author: Khaled Hosny Date: Tue Mar 4 03:00:33 2014 +0200 Update Arabic translation po/ar.po | 2155 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1087 insertions(+), 1068 deletions(-) commit ef3292d413e5e0f2d4b40f0122a26c2f785d9100 Author: Fran Diéguez Date: Mon Mar 3 17:23:38 2014 +0100 Updated Galician translations po/gl.po | 348 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 196 insertions(+), 152 deletions(-) commit f4dcf9984eaa0885a7a6ff787324d77c5ba45e45 Author: Volker Sobek Date: Sun Mar 2 14:51:23 2014 +0100 online-accounts: Set max width in chars for label Set a limit of 40 chars to the label explaining the panel when no accounts have been added yet. This prevents the label from expanding itself and the whole window arbitrarily. https://bugzilla.gnome.org/show_bug.cgi?id=720188 panels/online-accounts/online-accounts.ui | 1 + 1 file changed, 1 insertion(+) commit 0662b6111b8bc8944c2dba49b26e04ec0f182aa6 Author: Aurimas Černius Date: Sun Mar 2 19:55:02 2014 +0200 Updated Lithuanian translation po/lt.po | 87 ++++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 54 insertions(+), 33 deletions(-) commit 57b87c5a77eee07d8d4d3f11a044c4e0b56c2442 Author: Piotr Drąg Date: Sun Mar 2 18:27:03 2014 +0100 Updated Polish translation po/pl.po | 1521 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 758 insertions(+), 763 deletions(-) commit bc6d2790be7a49e8e70f73adab920d2a9ac63cc9 Author: Ville-Pekka Vainio Date: Sat Mar 1 20:13:05 2014 +0200 Finnish translation update by Jiri Grönroos po/fi.po | 2087 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1050 insertions(+), 1037 deletions(-) commit a56e47b59d1a8b5ef3b55f2c4305fa2f76987632 Author: Changwoo Ryu Date: Sat Mar 1 17:11:39 2014 +0900 Updated Korean translation po/ko.po | 2170 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1101 insertions(+), 1069 deletions(-) commit 7121b8d76609d9b8e954258957eacd425856010e Author: Stas Solovey Date: Fri Feb 28 21:01:37 2014 +0400 Updated Russian translation po/ru.po | 149 ++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 99 insertions(+), 50 deletions(-) commit 1b2ef40b69e18eabb4a5b315634c1a93e8a6890e Author: Enrico Nicoletto Date: Fri Feb 28 12:42:38 2014 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 85 ++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 56 insertions(+), 29 deletions(-) commit 64ff0dd25a1a4a2cfad9a09ef6bde660741e6331 Author: Marek Kasik Date: Wed Feb 26 13:03:08 2014 +0100 printers: Show connection type of found devices Parse URIs of devices found by the new printer dialog and show types of their connections for local printers or locations for network printers or addresses for network printers. https://bugzilla.gnome.org/show_bug.cgi?id=693183 panels/printers/pp-new-printer-dialog.c | 53 +++++++++++++++++++++++++++++++-- 1 file changed, 50 insertions(+), 3 deletions(-) commit 352f01bb1101bc28edd1a0c1fd4418a6eec7e9f5 Author: Marek Kasik Date: Wed Feb 26 11:20:02 2014 +0100 printers: Don't set color for selected text Show description of selected device in default color in new printer dialog. https://bugzilla.gnome.org/show_bug.cgi?id=693183 panels/printers/new-printer-dialog.ui | 2 + panels/printers/pp-new-printer-dialog.c | 88 ++++++++++++++++++++++++++------- 2 files changed, 72 insertions(+), 18 deletions(-) commit fc0a68430f3790af808e0bb1265cad2427e0e651 Author: Marek Kasik Date: Thu Feb 20 15:17:02 2014 +0100 printers: Set hostname for devices with no hostname Guess hostname of found device if it was not provided before. CUPS browses its printers as "PrinterName @ ComputerName" or "PrinterInfo @ ComputerName" through DNS-SD. Get the last part of that string and set it as hostname. HPLIP printers have URIs of form hp:/net/PrinterModel?ip=IPAddress&port=Port or hp:/net/PrinterModel?ip=IPAddress. URIs of other protocols are parsed by httpSeparateURI(). https://bugzilla.gnome.org/show_bug.cgi?id=693183 panels/printers/pp-new-printer-dialog.c | 3 ++ panels/printers/pp-utils.c | 69 +++++++++++++++++++++++++++++++++ panels/printers/pp-utils.h | 2 + 3 files changed, 74 insertions(+) commit d4221320938b91e434964fd33b683fd83a2611d9 Author: Emmanuele Bassi Date: Tue Feb 25 00:36:26 2014 +0000 po: Fix borked Catalan translation po/ca.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit cd9100deaf871920b8bfdbc96ea0cacc1e5eeded Author: Pau Iranzo Date: Tue Feb 25 00:16:56 2014 +0100 [l10n] Update Catalan translation po/ca.po | 1641 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 767 insertions(+), 874 deletions(-) commit 08b8c1b55ec5b701194726d00a637a0ecce4f7c0 Author: Damián Nohales Date: Mon Feb 17 15:50:12 2014 -0700 color: Refresh toolbar buttons when profile has changed https://bugzilla.gnome.org/show_bug.cgi?id=724499 Signed-off-by: Richard Hughes panels/color/cc-color-panel.c | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) commit 2b17ddc7d63a115799b99d8557df7b7379c339ae Author: Ihar Hrachyshka Date: Sun Feb 23 21:45:02 2014 +0100 Updated Belarusian translation. po/be.po | 1922 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 891 insertions(+), 1031 deletions(-) commit da19055dd9469d68bcde0b68dcdc4f9e14ff7267 Author: Marek Černocký Date: Fri Feb 21 23:32:34 2014 +0100 Updated Czech translation po/cs.po | 255 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 126 insertions(+), 129 deletions(-) commit 4736b03ed9e2ae9214117454f70811dbacd78739 Author: Ryan Lortie Date: Wed Feb 12 13:53:28 2014 -0500 hostname-helper: use GLib transliteration API Use GLib's new transliteration API to avoid the shortcomings of iconv(). Also solve an existing problem where strings entered in decomposed forms wouldn't be properly transliterated. Always normalise before attempting transliteration. Bump GLib dependency to 2.39.91 for the new feature. https://bugzilla.gnome.org/show_bug.cgi?id=724194 configure.ac | 2 +- shell/hostname-helper.c | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) commit fe0707bbebe9406a8c85dd80709830f6daa6464c Author: Rafael Ferreira Date: Fri Feb 21 11:44:30 2014 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 63 ++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 41 insertions(+), 22 deletions(-) commit 8e03a19c00bf5e1afdc1f14f8e7c72ad2d1e7cdf Author: Andika Triwidada Date: Fri Feb 21 07:06:03 2014 +0000 Updated Indonesian translation po/id.po | 1271 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 661 insertions(+), 610 deletions(-) commit 0c306261c19b7eeb8059f91563503aaa6d56e86b Author: Aurimas Černius Date: Thu Feb 20 23:37:08 2014 +0200 Updated Lithuanian translation po/lt.po | 1246 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 639 insertions(+), 607 deletions(-) commit d25449ef8992880a81aa022d42243766cb523f1f Author: Dimitris Spingos Date: Thu Feb 20 23:18:25 2014 +0200 Updated Greek translation po/el.po | 1294 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 667 insertions(+), 627 deletions(-) commit eb422572e29c112f50f66492a8e1df6156fbaaa8 Author: Daniel Mustieles Date: Thu Feb 20 14:24:20 2014 +0100 Updated Spanish translation po/es.po | 57 ++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 21 deletions(-) commit 1f7ce598695bd0cf1da4bc3823cf8ca945792c36 Author: Victor Ibragimov Date: Thu Feb 20 15:42:05 2014 +0500 Tajik translation updated po/tg.po | 214 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 116 insertions(+), 98 deletions(-) commit fc224a02e6ce2be8ced3dc4733996f9deab9874d Author: Kjartan Maraas Date: Wed Feb 19 19:41:42 2014 +0100 Updated Norwegian bokmål translation po/nb.po | 262 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 131 insertions(+), 131 deletions(-)