commit 0fd233bd86e0aad06320d5dc397d7945d4b15cf6 (HEAD -> master) Author: Bastien Nocera Date: Tue Feb 14 19:39:57 2017 +0100 3.23.90 NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) commit 5bbb09703529928c74a85ff1741c326199216356 (origin/master, origin/HEAD) Author: Jeremy Bicha Date: Mon Feb 13 12:48:02 2017 -0500 privacy: Use "destructive-action" style for delete buttons https://bugzilla.gnome.org/show_bug.cgi?id=778567 panels/privacy/privacy.ui | 9 +++++++++ 1 file changed, 9 insertions(+) commit 02e556cfb35cfa18a620c1ad19b1a324c977a94c Author: Jeremy Bicha Date: Mon Feb 13 12:40:23 2017 -0500 privacy: Use ellipses for btns that require confirmation https://bugzilla.gnome.org/show_bug.cgi?id=778568 panels/privacy/privacy.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 479f04904caa7a0b7676ea343ebd06650726eecb Author: Jeremy Bicha Date: Mon Feb 13 12:40:23 2017 -0500 printers: Use ellipsis for "Add a Printer" https://bugzilla.gnome.org/show_bug.cgi?id=778568 panels/printers/printers.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 681f40ca0993b749d26c9d3df47b26852863ec39 Author: Jeremy Bicha Date: Mon Feb 13 12:40:23 2017 -0500 keyboard: Use ellipsis for "Reset All" https://bugzilla.gnome.org/show_bug.cgi?id=778568 panels/keyboard/gnome-keyboard-panel.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 94400355607fa6844fe916ec6cb946cbe946ae3d Author: Ondrej Holy Date: Tue Feb 14 09:13:00 2017 +0100 user-accounts: Don't modify pre-filled username If user type custom username, don't modify it automatically when changing fullname. https://bugzilla.gnome.org/show_bug.cgi?id=778555 panels/user-accounts/um-account-dialog.c | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) commit 2f1af82a4ef46e838dd1d3691575d84f11452284 Author: Richard Hughes Date: Tue Feb 14 11:20:06 2017 +0000 display: Only show the sunset/sunrise icons when not manually specified panels/display/cc-night-light-dialog.c | 5 +++++ panels/display/cc-night-light-widget.c | 36 ++++++++++++++++++++++------------ panels/display/cc-night-light-widget.h | 8 ++++++++ 3 files changed, 36 insertions(+), 13 deletions(-) commit a617a02b9b5e465a133548b79d56dca4a2f1a863 Author: Kukuh Syafaat Date: Tue Feb 14 03:13:29 2017 +0000 Update Indonesian translation po/id.po | 531 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 324 insertions(+), 207 deletions(-) commit ff1a8d4b38ac5471a5763e3dbe5bc4b88c0984a2 Author: Marek Černocký Date: Mon Feb 13 23:39:45 2017 +0100 Updated Czech translation po/cs.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9982d2fb9be93fad51e57e983baa6a98fc4ec491 Author: Marek Černocký Date: Mon Feb 13 23:39:04 2017 +0100 Updated Czech translation po/cs.po | 583 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 278 insertions(+), 305 deletions(-) commit b93ae36bebbedb49d02deeae53c9526bd621ac19 Author: Piotr Drąg Date: Mon Feb 13 21:29:42 2017 +0100 Update POTFILES.in po/POTFILES.in | 4 ++++ 1 file changed, 4 insertions(+) commit 107be26f0460b6c66c944a74c1906becf3d698ca Author: Kjartan Maraas Date: Mon Feb 13 20:37:05 2017 +0100 Updated Norwegian bokmål translation. po/nb.po | 741 +++++++++++++++++++++++++-------------------------------------- 1 file changed, 292 insertions(+), 449 deletions(-) commit 206310e9fba7d8ebe6c3199bcd20979e595e158c Author: Jeremy Bicha Date: Mon Feb 13 12:40:23 2017 -0500 user-accounts: Use ellipsis for "Remove User" https://bugzilla.gnome.org/show_bug.cgi?id=778568 panels/user-accounts/data/user-accounts-dialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ae17ba1f4701496671e5c08610e24dcf541ee33e Author: Felipe Borges Date: Mon Feb 13 16:08:49 2017 +0100 printers: Set min-content-height on the scrolled window Set a minimum content height of 490px for the panel when the allocated height is smaller than 490px. 490 is an estimated value for the panels to properly fit on netbook screens. See https://wiki.gnome.org/Design/SystemSettings#Notes https://bugzilla.gnome.org/show_bug.cgi?id=767600 panels/printers/printers.ui | 2 ++ 1 file changed, 2 insertions(+) commit 378e04125d98ef1914307650c1174a68e1cb26f6 Author: Felipe Borges Date: Wed Jan 25 14:24:04 2017 +0100 printers: Make the printers panel a single column This patch purges all the former TreeView machinery and makes the Printers panel have the printers listed in a scrolled window, as designed at https://wiki.gnome.org/Design/SystemSettings/Printers https://bugzilla.gnome.org/show_bug.cgi?id=767600 panels/printers/cc-printers-panel.c | 563 +----------------------------------- panels/printers/printers.ui | 71 +---- 2 files changed, 17 insertions(+), 617 deletions(-) commit 7e3d89e13a0b1771ab2f26e75d231ec13fb98c8b Author: Felipe Borges Date: Mon Jan 23 12:30:10 2017 +0100 printers: Introduce PpDetailsDialog This dialog handles the editing of printer properties such as name, location, automatic discovery of driver, manual selection of printer driver, and manual selection of ppd file. https://bugzilla.gnome.org/show_bug.cgi?id=767600 panels/printers/Makefile.am | 2 + panels/printers/cc-printers-panel.c | 2 +- panels/printers/details-dialog.ui | 200 +++++++++++++++ panels/printers/pp-details-dialog.c | 447 +++++++++++++++++++++++++++++++++ panels/printers/pp-details-dialog.h | 47 ++++ panels/printers/pp-printer-entry.c | 32 +++ panels/printers/printer-entry.ui | 11 + panels/printers/printers.gresource.xml | 1 + 8 files changed, 741 insertions(+), 1 deletion(-) commit 37e37961e5577da0b4fbff78c4d2a03fa7618779 Author: Felipe Borges Date: Sat Jun 11 14:34:41 2016 +0200 printers: introduce PpPrinterEntry widget This commit introduces the following regressions: - no possibility of renaming properties such as printer names, location, or changing model/driver. This issue is going to be solved nextly by the introduction of the PpDetailsDialog. https://bugzilla.gnome.org/show_bug.cgi?id=767600 panels/printers/Makefile.am | 2 + panels/printers/cc-printers-panel.c | 2110 +++----------------------------- panels/printers/pp-printer-entry.c | 703 +++++++++++ panels/printers/pp-printer-entry.h | 37 + panels/printers/printer-entry.ui | 309 +++++ panels/printers/printers.gresource.xml | 1 + panels/printers/printers.ui | 456 +------ 7 files changed, 1206 insertions(+), 2412 deletions(-) commit 51a184b1b70ec748c0f4aca7ada2755507ae9c18 Author: Felipe Borges Date: Sun Feb 12 13:13:10 2017 +0100 user-accounts: Align the elements of "Add User" dialog https://bugzilla.gnome.org/show_bug.cgi?id=778457 panels/user-accounts/data/account-dialog.ui | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) commit efad45e31bb17f137da1e13f6ecc604f14986d3a Author: Piotr Drąg Date: Mon Feb 13 17:33:01 2017 +0100 Update POTFILES.in po/POTFILES.in | 1 - 1 file changed, 1 deletion(-) commit 6c633621a4d4713006f9b90cc15427207ae8dbd3 Author: Georges Basile Stavracas Neto Date: Thu Nov 10 14:48:48 2016 -0200 online-accounts: Drop GoaAddAccountDialog The dialog is not used anymore, and can be safely removed. https://bugzilla.gnome.org/show_bug.cgi?id=774222 panels/online-accounts/Makefile.am | 2 - .../cc-online-accounts-add-account-dialog.c | 492 --------------------- .../cc-online-accounts-add-account-dialog.h | 64 --- panels/online-accounts/cc-online-accounts-panel.c | 2 - 4 files changed, 560 deletions(-) commit a6858fff62b114f9b17de3f3e3102ecf3be73da5 Author: Georges Basile Stavracas Neto Date: Thu Nov 10 13:34:56 2016 -0200 online-accounts: Hide remove button when account is locked https://bugzilla.gnome.org/show_bug.cgi?id=774222 panels/online-accounts/cc-online-accounts-panel.c | 7 +++++++ 1 file changed, 7 insertions(+) commit 5807bb4cc342bb5d7a1b7967c1c52a97481c047b Author: Georges Basile Stavracas Neto Date: Thu Nov 10 13:32:43 2016 -0200 online-accounts: Add separators between listbox rows https://bugzilla.gnome.org/show_bug.cgi?id=774222 panels/online-accounts/cc-online-accounts-panel.c | 11 +++++++++++ 1 file changed, 11 insertions(+) commit 7d852bfab007f7e3b7b2c453fb2986a474c27cd7 Author: Georges Basile Stavracas Neto Date: Mon Feb 13 14:56:31 2017 +0100 online-accounts: Small UI improvement Add more margin to the lists. https://bugzilla.gnome.org/show_bug.cgi?id=774222 panels/online-accounts/online-accounts.ui | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit 14d0988208a28cc0364e20b376cb2a7ca525c806 Author: Georges Basile Stavracas Neto Date: Thu Nov 10 13:01:02 2016 -0200 online-accounts: Bring back account removal Following the previous commit, this commit effectively brings back the account removal feature that was temporarily removed by 4e197b491fd9. This is now reimplemented as an in-app notification, and users now have the option to undo an accidentally removed account. Some changes by Debarshi Ray. https://bugzilla.gnome.org/show_bug.cgi?id=774222 panels/online-accounts/cc-online-accounts-panel.c | 159 ++++++++++++++++++++++ panels/online-accounts/online-accounts.ui | 146 ++++++++++++++------ 2 files changed, 263 insertions(+), 42 deletions(-) commit 8e6fccc8c4dc2979ce17e0c27e2abfeceb3ff801 Author: Ondrej Holy Date: Mon Feb 13 13:58:57 2017 +0100 user-accounts: Make user icon bigger User icon should be bigger as per mockup. https://bugzilla.gnome.org/show_bug.cgi?id=778458 panels/user-accounts/data/user-accounts-dialog.ui | 4 ++-- panels/user-accounts/um-user-image.c | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) commit 05f675a037765e72572612c180aecc8e28388c6a Author: Allan Day Date: Mon Feb 13 12:22:04 2017 +0000 user-accounts: Give user image button a raised appearance So it looks clickable. https://bugzilla.gnome.org/show_bug.cgi?id=778458 panels/user-accounts/data/user-accounts-dialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e84b10a4a2d32d5ce94219f489f63529afc6215a Author: Allan Day Date: Mon Feb 13 12:13:20 2017 +0000 user-accounts: Add space above settings The settings were a bit tightly placed to the top of the panel. This looks more balanced. https://bugzilla.gnome.org/show_bug.cgi?id=778458 panels/user-accounts/data/user-accounts-dialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit da997dc2cef9f552076102a8d7baba346a834fa3 Author: Felipe Borges Date: Sun Feb 12 14:05:34 2017 +0100 user-accounts: Save vertical space in the alignment of widgets Compensate border-width changes with respective margins. https://bugzilla.gnome.org/show_bug.cgi?id=778458 panels/user-accounts/data/user-accounts-dialog.ui | 7 +++++-- panels/user-accounts/um-user-panel.c | 2 -- 2 files changed, 5 insertions(+), 4 deletions(-) commit b4c26363d8ae37452deedb0120f4ff7c1a7c99e6 Author: Ondrej Holy Date: Mon Feb 13 09:16:59 2017 +0100 user-accounts: Disable animations when reloading users Animations cause unwanted effects when reloading users, disable them. https://bugzilla.gnome.org/show_bug.cgi?id=778405 panels/user-accounts/um-user-panel.c | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) commit c8b535007f2c67f3ac63de49aebacb40e05ce8ba Author: Ondrej Holy Date: Fri Feb 10 15:52:43 2017 +0100 user-accounts: Don't move with arrow during animations Don't move with the arrow during the stack animation in order to avoid some ugly movements... https://bugzilla.gnome.org/show_bug.cgi?id=778405 panels/user-accounts/um-carousel.c | 38 +++++++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 9 deletions(-) commit b8983f906f217729b2e335a42e74107b7a06e79d Author: Felipe Borges Date: Thu Feb 9 20:01:40 2017 +0100 user-accounts: Animate the Carousel Arrow https://bugzilla.gnome.org/show_bug.cgi?id=778405 panels/user-accounts/data/carousel.css | 3 +++ panels/user-accounts/um-carousel.c | 26 ++++++++++++++++++++++---- 2 files changed, 25 insertions(+), 4 deletions(-) commit bce05cb8bd2a0e0b071f5f3842086f0bf173f47b Author: Felipe Borges Date: Thu Feb 9 19:54:03 2017 +0100 user-accounts: Animate page transitions in the Carousel https://bugzilla.gnome.org/show_bug.cgi?id=778405 panels/user-accounts/data/carousel.ui | 2 ++ 1 file changed, 2 insertions(+) commit c1f56c3e4a516dfc02e99f245f05b466d386511b Author: Felipe Borges Date: Sun Feb 12 13:36:31 2017 +0100 user-accounts: Re-label "Remove Account" button to "Remove User" "Remove User" matches better to "Add User" than "Remove Account". https://bugzilla.gnome.org/show_bug.cgi?id=778458 panels/user-accounts/data/user-accounts-dialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 92e99f677fcfe6b56d9f324a11f4f7fbf999523c Author: Felipe Borges Date: Sun Feb 12 14:51:50 2017 +0100 user-account: Use a stack in user-icon to keep the same size This fixes the undesired jumps (resizes) while switching between "Your Account" and any other account. https://bugzilla.gnome.org/show_bug.cgi?id=778458 panels/user-accounts/data/user-accounts-dialog.ui | 13 +------------ panels/user-accounts/um-user-panel.c | 8 ++++---- 2 files changed, 5 insertions(+), 16 deletions(-) commit ffb2aaabe75247373c79019ac58785dafb022b34 Author: Felipe Borges Date: Sun Feb 12 13:34:50 2017 +0100 user-accounts: Drop the user photo selector arrow https://bugzilla.gnome.org/show_bug.cgi?id=778458 panels/user-accounts/um-photo-dialog.c | 6 ---- panels/user-accounts/um-utils.c | 56 ---------------------------------- panels/user-accounts/um-utils.h | 7 ----- 3 files changed, 69 deletions(-) commit a916552933e1c2801f94539e388fbf22500fea5e Author: Jeremy Bicha Date: Fri Feb 10 13:20:58 2017 -0500 display: Add Night Light keywords to .desktop https://bugzilla.gnome.org/show_bug.cgi?id=778461 panels/display/gnome-display-panel.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit aa0286487a4e984f6b64475409bc4690d1ff3d62 Author: Marek Černocký Date: Mon Feb 13 08:38:48 2017 +0100 Updated Czech translation po/cs.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 05a5ce6767641f48ce235ca2759fe4de3b5f700c Author: Marek Černocký Date: Mon Feb 13 08:29:53 2017 +0100 Updated Czech translation po/cs.po | 539 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 318 insertions(+), 221 deletions(-) commit 4d2a4d5ebdac2d67a9100a9a9c52237d0916cd61 Author: Kukuh Syafaat Date: Mon Feb 13 07:00:27 2017 +0000 Update Indonesian translation po/id.po | 1046 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 546 insertions(+), 500 deletions(-) commit 9ef119fe4b2534d27d32abebd9d74ced6e1f36d6 Author: Baurzhan Muftakhidinov Date: Mon Feb 13 04:05:03 2017 +0000 Update Kazakh translation po/kk.po | 401 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 229 insertions(+), 172 deletions(-) commit 5c5d608730ca5cd1276c5caf178865e7c6ae6bf5 Author: Bastien Nocera Date: Sun Feb 12 20:09:44 2017 +0100 user-accounts: Fix button sensitivity in photo dialogue g_file_info_get_content_type() returns an internal string, and we were freeing the file_info we got it from in the next line, so it's a miracle that the mime_type was ever not garbage. https://bugzilla.gnome.org/show_bug.cgi?id=778424 panels/user-accounts/um-photo-dialog.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit d2fc99a6d782fc327dcc0c01252a9601914e1698 Author: Bastien Nocera Date: Sun Feb 12 16:05:51 2017 +0100 display: Fix typo in "Tomorrow" Re-spotted by Anders Jonsson . First spotted on IRC, but not fixed. https://bugzilla.gnome.org/show_bug.cgi?id=778513 panels/display/display.ui | 2 +- po/sk.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit bb7e127785e32c985ffcc3abbde0f149c913b6ef Author: Piotr Drąg Date: Sun Feb 12 16:05:18 2017 +0100 Update Polish translation po/pl.po | 360 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 206 insertions(+), 154 deletions(-) commit 555e230508d92aa01b563e4b8da87c08aa1ffed2 Author: Piotr Drąg Date: Sun Feb 12 16:02:22 2017 +0100 Remove no longer necessary contexts from translatable strings These strings changed recently and now their contexts don't disambiguate anything. panels/keyboard/shortcut-editor.ui | 2 +- panels/printers/printers.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit e12576e8256a097500ccbb12ab256d7a1e80c5c9 Author: Dušan Kazik Date: Sun Feb 12 13:34:04 2017 +0000 Update Slovak translation po/sk.po | 504 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 306 insertions(+), 198 deletions(-) commit a4db3646034c35c13da89cf7cce9ab65d9d19c30 Author: Piotr Drąg Date: Fri Feb 10 19:17:44 2017 +0100 Update POTFILES.in po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit 2d176bee2713b216fa949cfc1c72319fb1cb7e8e Author: Richard Hughes Date: Fri Feb 10 17:05:37 2017 +0000 display: Fix up padding in new Night Light dialog panels/display/display.ui | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) commit fdbd788b961af75da848eb8489729dcad803ad79 Author: Richard Hughes Date: Fri Feb 10 16:32:24 2017 +0000 display: Rename 'Natural Light Filter' to 'Night Light' panels/display/Makefile.am | 8 +- panels/display/cc-display-panel.c | 48 ++++---- ...ural-light-dialog.c => cc-night-light-dialog.c} | 126 ++++++++++----------- ...ural-light-dialog.h => cc-night-light-dialog.h} | 14 +-- ...ural-light-widget.c => cc-night-light-widget.c} | 38 +++---- ...ural-light-widget.h => cc-night-light-widget.h} | 22 ++-- panels/display/display.ui | 6 +- 7 files changed, 131 insertions(+), 131 deletions(-) commit 8c93ec478f5339d8e2f43425d4d36e32bbfde686 Author: Richard Hughes Date: Fri Feb 10 13:24:07 2017 +0000 display: Update the disabled banner when the interface changes GNOME Shell is setting this D-Bus property from the status menu when the natural light filter is disabled. panels/display/cc-natural-light-dialog.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) commit 090316deea4edba324255c98f3106dcd91194832 Author: Richard Hughes Date: Fri Feb 10 13:17:51 2017 +0000 display: Update the enabled switch when the setting changes GNOME Shell is setting this settings key from the status menu when the natural light filter is turned off. panels/display/cc-natural-light-dialog.c | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) commit c08bdf04a5fbc264a11f15887826de848211ac0a Author: Jeremy Bicha Date: Fri Feb 10 06:31:26 2017 -0500 display: Fix typo in translator message https://bugzilla.gnome.org/show_bug.cgi?id=778443 panels/display/display.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ef4dfe88964da393dc9cf2bca72e5da83f43df5b Author: Richard Hughes Date: Mon Feb 6 14:37:42 2017 +0000 display: Add natural light UI to the display panel https://bugzilla.gnome.org/show_bug.cgi?id=778326 configure.ac | 1 + panels/display/Makefile.am | 19 +- panels/display/cc-display-panel.c | 81 ++++ panels/display/cc-natural-light-dialog.c | 683 +++++++++++++++++++++++++++++++ panels/display/cc-natural-light-dialog.h | 37 ++ panels/display/cc-natural-light-widget.c | 285 +++++++++++++ panels/display/cc-natural-light-widget.h | 41 ++ panels/display/display.gresource.xml | 8 + panels/display/display.ui | 549 +++++++++++++++++++++++++ panels/display/icons/16x16/sunrise.png | Bin 0 -> 348 bytes panels/display/icons/16x16/sunset.png | Bin 0 -> 361 bytes 11 files changed, 1703 insertions(+), 1 deletion(-) commit 1610fe581febdd3d184aa63be9e5dcce39f7d516 Author: Felipe Borges Date: Wed Dec 21 15:27:28 2016 +0100 user-accounts: Make the UmCarouselItems look the same on hover UmCarouselItem is a button, but since we have now the arrow which points to the selected item, we don't need any other visual feedback (such as hover border/background). https://bugzilla.gnome.org/show_bug.cgi?id=767065 panels/user-accounts/data/carousel.css | 7 +++++++ panels/user-accounts/um-carousel.c | 2 ++ 2 files changed, 9 insertions(+) commit d2529a1a098e4211d9f19af64abdd33bc28642c9 Author: Felipe Borges Date: Sun Dec 18 14:39:04 2016 +0100 user-accounts: Add "Your account" label below proper UmCarouselItem Set a margin for the username label instead of using the container spacing property. In doing so the labels are not so far apart from each other, but still distant from the profile icon/image. https://bugzilla.gnome.org/show_bug.cgi?id=767065 panels/user-accounts/um-user-panel.c | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) commit 8452bebe194a4190ad05b6e3c04338576148cf0a Author: Felipe Borges Date: Sun Dec 18 14:33:32 2016 +0100 user-accounts: Make the user name label bold in the UmCarouselItem https://bugzilla.gnome.org/show_bug.cgi?id=767065 panels/user-accounts/um-user-panel.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 3a84720fb07a7e75b55e9847611897426ff8dfb4 Author: Felipe Borges Date: Sun Dec 18 13:57:03 2016 +0100 user-accounts: Draw arrow in UmCarousel The arrow is drawn using CSS. https://bugzilla.gnome.org/show_bug.cgi?id=767065 panels/user-accounts/data/carousel.css | 20 +++++ panels/user-accounts/data/carousel.ui | 100 ++++++++++++++------- panels/user-accounts/um-carousel.c | 107 +++++++++++++++++++---- panels/user-accounts/user-accounts.gresource.xml | 1 + 4 files changed, 183 insertions(+), 45 deletions(-) commit 011cbc0c0812bf4887a367fc7a423f7916df8ca2 Author: Felipe Borges Date: Fri Dec 16 13:35:20 2016 +0100 user-accounts: Reorganize the user-options container This commit merges the hbox2, main-user-vbox, and grid1 into the "user-options" container. It also replaces deprecated widgets, such as GtkVBox and GtkHBox. These changes are according to the new User Accounts panel mockups at https://wiki.gnome.org/Design/SystemSettings/UserAccounts https://bugzilla.gnome.org/show_bug.cgi?id=767065 panels/user-accounts/data/user-accounts-dialog.ui | 654 ++++++++++------------ 1 file changed, 307 insertions(+), 347 deletions(-) commit d740a9ac980d059955a9c6c60c6580290cbbb26d Author: Felipe Borges Date: Tue Nov 15 14:40:54 2016 +0100 user-accounts: Introduce UmCarousel UmCarousel is an horizontal container that contains UmCarouselItem children. These items are paginated 3 at 3 at the time. UmCarousel intents to act as controller for content containers. It emitis the "item-activated" signal whenever an UmCarouselItem gets activated (clicked). It automatically activates the first UmCarouselItem of the current vsible page. The visibility of the go-back and go-next button is automatically set based on the number of children. These changes are according to the new User Accounts panel mockups at https://wiki.gnome.org/Design/SystemSettings/UserAccounts https://bugzilla.gnome.org/show_bug.cgi?id=767065 panels/user-accounts/Makefile.am | 2 + panels/user-accounts/data/carousel.ui | 76 +++ panels/user-accounts/data/user-accounts-dialog.ui | 40 +- panels/user-accounts/um-carousel.c | 283 +++++++++++ panels/user-accounts/um-carousel.h | 51 ++ panels/user-accounts/um-user-panel.c | 578 +++++----------------- panels/user-accounts/user-accounts.gresource.xml | 1 + 7 files changed, 555 insertions(+), 476 deletions(-) commit 0c23521889ac7fd6ae9a5fa30131cff9f6d2cfad Author: Bastien Nocera Date: Wed Feb 8 20:08:39 2017 +0100 build: Remove late panel availability check We now check much earlier whether panels are missing dependencies. configure.ac | 16 ---------------- 1 file changed, 16 deletions(-) commit 8074a31d5e606b1a177f262edfd7bdb98a4be90e Author: Bastien Nocera Date: Wed Feb 8 20:06:40 2017 +0100 printers: Make panel required on all platforms All the free Unix-compatible platforms we support have CUPS support, so require it from the get-go. configure.ac | 63 +++++++++++++++++++------------------------------ panels/Makefile.am | 7 ++---- shell/Makefile.am | 7 ++---- shell/cc-panel-loader.c | 4 ---- 4 files changed, 28 insertions(+), 53 deletions(-) commit 0090ba57e48bd5709b2bb5537ed8e093a7b0e696 Author: Bastien Nocera Date: Wed Feb 8 20:01:48 2017 +0100 wacom: Make panel required on Linux But do it earlier than the end of configure messages. configure.ac | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) commit 0c2247eafa33dbeb35bf68daa1d636e6a32e6807 Author: Bastien Nocera Date: Wed Feb 8 20:01:04 2017 +0100 bluetooth: Make panel required on Linux But do it earlier than the end of configure messages. configure.ac | 2 ++ 1 file changed, 2 insertions(+) commit f5e2dc9c1277c01ac681b62733093f0c2454306b Author: Bastien Nocera Date: Wed Feb 8 20:00:29 2017 +0100 network: Make panel required on Linux But do it earlier than the end of configure messages. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 035880a261cd738fffa78a8d6a0200da93a3f396 Author: Bastien Nocera Date: Wed Feb 8 19:58:12 2017 +0100 build: Add helper for platform specific errors One for panels required on Linux, one for panels required on non-S390 Linux (where USB is not available). configure.ac | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) commit 8a7d987ab05ec9a9f414d608e443d99c0c00aa43 Author: Bastien Nocera Date: Wed Feb 8 19:36:57 2017 +0100 build: libsmbclient is not optional As the printers panel is not optional either. configure.ac | 11 ++--------- panels/printers/Makefile.am | 3 +-- 2 files changed, 3 insertions(+), 11 deletions(-) commit bc0a5432803579f087829d91ddc5bd5ec6f184e5 Author: Bastien Nocera Date: Wed Feb 8 19:24:56 2017 +0100 build: Remove unused check for the "Media" panel configure.ac | 1 - 1 file changed, 1 deletion(-) commit 3f0510cac87f3546ada4581c1174d60621c9aa7d Author: Bastien Nocera Date: Wed Feb 8 19:21:53 2017 +0100 build: Better libm checks Use AC_CHECK_LIBM instead of AC_CHECK_LIB(m,... and use $(LIBM) instead of hardcoding "-lm" in Makefiles. configure.ac | 3 ++- panels/color/Makefile.am | 2 +- panels/datetime/Makefile.am | 4 ++-- panels/display/Makefile.am | 2 +- panels/mouse/Makefile.am | 4 ++-- panels/printers/Makefile.am | 2 +- panels/sound/Makefile.am | 2 +- panels/universal-access/Makefile.am | 2 +- panels/user-accounts/Makefile.am | 2 +- panels/wacom/calibrator/Makefile.am | 5 ++--- 10 files changed, 14 insertions(+), 14 deletions(-) commit 33d8c94b3e3777bacfd1ac398b73002a4c0db795 Author: Ting-Wei Lan Date: Thu Nov 10 22:27:11 2016 +0800 info: Fix build when Wayland is disabled https://bugzilla.gnome.org/show_bug.cgi?id=774324 panels/info/cc-info-panel.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) commit 3ab88c7ff0dc8774fe6cbcac5e8fc23bed80095d Author: Bastien Nocera Date: Sun Jul 19 19:33:43 2015 +0200 common: Fix parallel build https://bugzilla.gnome.org/show_bug.cgi?id=752596 panels/common/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) commit 3e00e7cf551bd25d8384a0abbb562a42a4d003a4 Author: Felipe Borges Date: Wed Mar 2 10:47:16 2016 +0100 README: Update link to how-to submit patches wiki page https://bugzilla.gnome.org/show_bug.cgi?id=762930 README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 20216c09f94417b50e2537f8a91b0f9f4f4eda66 Author: Georges Basile Stavracas Neto Date: Thu Nov 10 12:07:08 2016 -0200 online-accounts: Add a remove button to the account dialog After temporarily removing the ability to delete accounts in 4e197b491fd9, let's start bringing it back again by adding a Remove Account button to the account editor dialog, as per the recent mockups. https://bugzilla.gnome.org/show_bug.cgi?id=774222 panels/online-accounts/online-accounts.ui | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) commit 4f1e27e3baef472287c3e45c64fd197827f8b33a Author: Georges Basile Stavracas Neto Date: Thu Nov 10 11:41:43 2016 -0200 online-accounts: Explicitly remove the dialog's border width Looks like Gtk+ assumes all dialogs' internal-vbox widgets have a 2px border, so explicitly set it to 0. https://bugzilla.gnome.org/show_bug.cgi?id=774222 panels/online-accounts/online-accounts.ui | 1 + 1 file changed, 1 insertion(+) commit d50a07da565a19a9cc8d11a07ebcfca4535c0f4d Author: Georges Basile Stavracas Neto Date: Thu Nov 10 11:17:46 2016 -0200 online-accounts: Make adding an account inline to the edit dialog When adding an account, the old proccess was: use the (removed) toolbar to open the New Account dialog, select a provider in that dialog, add the account and see the newly created account in the panel itself. That approach had issues, e.g. the user would have to close the dialog if she mistakenly selected a provider. After moving the provider list to the panel itself, it doesn't make sense anymore to have another provider list inside the dialog. Fix this by moving the new account view to the accounts dialog. https://bugzilla.gnome.org/show_bug.cgi?id=774222 panels/online-accounts/cc-online-accounts-panel.c | 56 +++++++++++++++++++++++ panels/online-accounts/online-accounts.ui | 1 + 2 files changed, 57 insertions(+) commit e601ae74eea23c6a5a75e091d0337f39f6e4d53d Author: Georges Basile Stavracas Neto Date: Fri Feb 3 19:41:43 2017 -0200 keyboard: ensure the "Add" button is insensitive when adding shortcut After successfully editing a default shortcut (and making sure the "Set" button is sensitive), if the user clicks the '+' row to create a new custom shortcut, the "Add" button is sensitive even with all fields empty. Fix that by ensuring the "Add" button is always insensitive whenever we add a custom shortcut. https://bugzilla.gnome.org/show_bug.cgi?id=777842 panels/keyboard/cc-keyboard-shortcut-editor.c | 1 + 1 file changed, 1 insertion(+) commit c57cadf50b0d78d8363f7b9d14eb8cd4e6136578 Author: Georges Basile Stavracas Neto Date: Tue Jan 31 10:07:52 2017 -0200 keyboard: make the "Set" and "Add" buttons blue Per the available mockups [1], the "Set" and "Add" buttons are the suggested action of the dialog and should be blue. [1] https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/system-settings/keyboard/keyboard-wires.png https://bugzilla.gnome.org/show_bug.cgi?id=777842 panels/keyboard/cc-keyboard-shortcut-editor.c | 19 +++++++++++++++++++ panels/keyboard/shortcut-editor.ui | 14 ++++++++------ 2 files changed, 27 insertions(+), 6 deletions(-) commit 6f60e640759cb67e0deec872a3c5a504365a9a0e Author: Georges Basile Stavracas Neto Date: Wed Feb 8 16:26:09 2017 +0100 online-accounts: Fix typo This was introduced while rebasing c26f8ae018900a557f88e18c1d818ca88dc225ff https://bugzilla.gnome.org/show_bug.cgi?id=774222 panels/online-accounts/cc-online-accounts-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fc9b455bd6cbff090c295f6e693ebf9748d1200b Author: Ondrej Holy Date: Thu Dec 22 11:03:10 2016 +0100 user-accounts: Fix last login button sensitivity The last login button should be insensitive for other accounts if the panel is not unlocked. https://bugzilla.gnome.org/show_bug.cgi?id=767065 panels/user-accounts/um-user-panel.c | 6 ++++++ 1 file changed, 6 insertions(+) commit fc073f218522495f6f34374b0b992ebdd4e74583 Author: Felipe Borges Date: Tue Feb 7 13:11:52 2017 +0100 printers: Authenticate samba server also on double-click The "Add Printer" dialog should be smart enough to know whether an item listed in the dialog is a samba server or just a printer. If it is a samba server, it should go for the authentication page instead of emitting a GTK_RESPONSE_*. https://bugzilla.gnome.org/show_bug.cgi?id=778277 panels/printers/pp-new-printer-dialog.c | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) commit 1504a4d576ebad883ac39730b8ed84e7bcd9f052 Author: Felipe Borges Date: Tue Feb 7 10:17:30 2017 +0100 printers: Resize the "Add Printer" dialog In order to keep the dialog size in the same aspect ratio of the mockups as https://wiki.gnome.org/Design/SystemSettings/Printers The "height-request" property should never go higher than 490px. 490 is an estimated value for the panels to properly fit on netbook screens. See https://wiki.gnome.org/Design/SystemSettings#Notes https://bugzilla.gnome.org/show_bug.cgi?id=778266 panels/printers/new-printer-dialog.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit cc738c8223836da64ac383b7245c07e613c27d7e Author: Felipe Borges Date: Tue Feb 7 10:43:26 2017 +0100 printers: Update "Add Printer" button to just "Add" The mockups at https://wiki.gnome.org/Design/SystemSettings/Printers show just the word "Add" for the button which opens the "Add Printer" dialog. https://bugzilla.gnome.org/show_bug.cgi?id=778268 panels/printers/printers.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a523976b874fef67d6810bb58e2ea831ee6cd08d Author: Piotr Drąg Date: Sun Feb 5 16:14:58 2017 +0100 Update Polish translation po/pl.po | 115 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 73 insertions(+), 42 deletions(-) commit f0d528193daa5c534feaf1568a715a55ced34ca7 Author: Jiri Grönroos Date: Sat Feb 4 18:28:54 2017 +0000 Update Finnish translation po/fi.po | 333 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 180 insertions(+), 153 deletions(-) commit f4e71d476fccb21b3fd92b8ad132868688022db7 Author: Yuras Shumovich Date: Fri Feb 3 11:39:00 2017 +0000 Update Belarusian translation po/be.po | 4771 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 2734 insertions(+), 2037 deletions(-) commit fe777ba5cd4a95f7dad94ba59d94ba367bd4ebc6 Author: Baurzhan Muftakhidinov Date: Fri Feb 3 04:13:48 2017 +0000 Update Kazakh translation po/kk.po | 100 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 68 insertions(+), 32 deletions(-) commit 6f3ed9087dbbdddbcb8067344186e6cef99c6fbb Author: Felipe Borges Date: Sat Nov 12 18:04:18 2016 +0100 printers: Allow dismissing authentication in "Add New Printer" dialog Introduce a "go-back" button allowing to get back to the list of printers when the user is exposed to the authentication form in the "Add New Printer" dialog. This is a redesign based on the newest mockups available at https://wiki.gnome.org/Design/SystemSettings/Printers#Guidelines https://bugzilla.gnome.org/show_bug.cgi?id=760783 panels/printers/new-printer-dialog.ui | 37 ++++++++++++++++++++---- panels/printers/pp-new-printer-dialog.c | 29 +++++++++++++++++-- panels/printers/pp-samba.c | 50 +++++++++++++++++++++++---------- 3 files changed, 94 insertions(+), 22 deletions(-) commit 58c2cff7e35e67894a850794b96a5ea6722d2093 Author: Daniel Mustieles Date: Wed Feb 1 10:15:37 2017 +0000 Update Spanish translation po/es.po | 112 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 71 insertions(+), 41 deletions(-) commit 818024970c6d1f094f42c99e76d24841343cfe38 Author: Georges Basile Stavracas Neto Date: Tue Jan 31 08:58:51 2017 -0200 keyboard: add a reset all button As described in the proposed mockups [1], the Keyboard panel should have a Reset All button above the list of shortcuts that allows the user to quickly reset all the shortcuts to their default keybinding. The current implementation, however, lacks this button. Fix that by adding a "Reset All" button, and implementing the reset all action. A message dialog is shown in order to confirm the action, and custom shortcuts are not reset (unless the conflict with the default keybinding of another standard shortcut). [1] https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/system-settings/keyboard/keyboard-wires.png https://bugzilla.gnome.org/show_bug.cgi?id=777840 panels/keyboard/cc-keyboard-panel.c | 65 +++++++++++++++++++++++++++++++++ panels/keyboard/gnome-keyboard-panel.ui | 28 ++++++++++++++ 2 files changed, 93 insertions(+) commit 83555219bb98388d480654de91fe732bbe131181 Author: Georges Basile Stavracas Neto Date: Tue Jan 31 08:26:49 2017 -0200 keyboard: make the entire panel scrollable The current Keyboard panel allows only the shortcut list to scroll. Since we want to add more widgets above the list, and we want them to scroll out of sight per the latest mockups [1], making only the shortcut list scrollable poses a problem. Fix that by making the entire panel scrollable. [1] https://github.com/gnome-design-team/gnome-mockups/blob/master/system-settings/keyboard/keyboard-wires.png https://bugzilla.gnome.org/show_bug.cgi?id=777840 panels/keyboard/gnome-keyboard-panel.ui | 49 +++++++++++++++++++++------------ 1 file changed, 31 insertions(+), 18 deletions(-) commit 1e13e97556401c39881a44074161439048eb06cc Author: Georges Basile Stavracas Neto Date: Mon Jan 30 09:24:30 2017 -0200 keyboard: manage shortcut editor state with pages The current shortcut editor state is managed by setting and comparing the page name directly, making the code look more complicated than it should. Fix this by introducing the concept of pages, and using this to set and get the current shortcut editor dialog state. https://bugzilla.gnome.org/show_bug.cgi?id=777845 panels/keyboard/cc-keyboard-shortcut-editor.c | 78 ++++++++++++++++++++++----- 1 file changed, 64 insertions(+), 14 deletions(-) commit 147a1e814d7b221bcf2868f9b9af677ccd2adfd8 Author: Georges Basile Stavracas Neto Date: Mon Jan 30 08:18:20 2017 -0200 keyboard: fix editing of custom shortcuts After introducing the reset button to match the mockups [1], the shortcut editor dialog had some issues exposed. This is visible e.g. when the user tries to edit a custom shortcut's name and the shortcut is disabled. This happens because we assume there is always a shortcut set. When we open the dialog to edit a custom shortcut, however, nothing is actually set, and we end up saving the disabled shortcut when editing the shortcut's name or command. Fix that by initializing the shortcut's accelerators when editing a shortcut, and correcting the logic to validate the shortcut. [1] https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/system-settings/keyboard/keyboard-wires.png https://bugzilla.gnome.org/show_bug.cgi?id=777845 panels/keyboard/cc-keyboard-shortcut-editor.c | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) commit 20f52da5e2158ff507201e8f42360f56c11abc57 Author: Georges Basile Stavracas Neto Date: Sun Jan 29 10:12:21 2017 -0200 keyboard: switch to the reset button Per the mockups [1], when editing a custom shortcut, there is a reset button right after the current shortcut. When there is no shortcut set, it shows a "Set Shortcut" button instead. The current UI to edit a shortcut, however, diverges from the proposed one since we use an "Edit" button instead. Fix that by swapping the Edit button with a reset button, and adapt the code to not depend on the edit button anymore. [1] https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/system-settings/keyboard/keyboard-wires.png https://bugzilla.gnome.org/show_bug.cgi?id=777845 panels/keyboard/cc-keyboard-shortcut-editor.c | 59 ++++++++++++++------------- panels/keyboard/shortcut-editor.ui | 18 ++++---- 2 files changed, 42 insertions(+), 35 deletions(-) commit 8200fa860d6e835c7207946ed90946306df69f80 Author: Georges Basile Stavracas Neto Date: Sat Jan 28 18:26:00 2017 -0200 keyboard: follow mockups for shortcut change button label Per the mockups [1], this should be "Set Shortcut…". [1] https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/system-settings/keyboard/keyboard-wires.png https://bugzilla.gnome.org/show_bug.cgi?id=777844 panels/keyboard/shortcut-editor.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4320f49300d0e460dc2c7ae3a758119fa46a7a00 Author: Kjartan Maraas Date: Mon Jan 30 07:25:49 2017 +0100 Updated Norwegian bokmål translation. po/nb.po | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) commit 33fac4bb1ae6e8a30b1a31a519edcb5015666330 Author: Kjartan Maraas Date: Mon Jan 30 07:13:20 2017 +0100 Updated Norwegian bokmål translation. po/nb.po | 122 ++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 86 insertions(+), 36 deletions(-) commit dddee9035083b9f96abf0eebb261782f0cac529a Author: Fabio Tomat Date: Sat Jan 28 21:31:04 2017 +0000 Update Friulian translation po/fur.po | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) commit 8c9153eb56fe511af58c1d9d1afb4960a1918b90 Author: Fabio Tomat Date: Sat Jan 28 09:52:38 2017 +0000 Update Friulian translation po/fur.po | 100 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 57 insertions(+), 43 deletions(-) commit fdc9b35c6b74f21a13558eca9e42cb4d0397a2c2 Author: Piotr Drąg Date: Fri Jan 27 23:02:44 2017 +0100 Fix translator comments They need to be exactly one line above a string to show up in .po files. panels/info/cc-info-panel.c | 14 +++++++------- panels/user-accounts/um-user-panel.c | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) commit 05e03617e15987108bd14c088704d77c85c37b41 Author: Georges Basile Stavracas Neto Date: Fri Jan 27 11:13:44 2017 -0200 shortcut-editor: fix headerbar state when adding shortcut When adding a custom shortcut, the header mode was set to be only "Cancel". Per mockups, the "Add" button should also be visible but insensitive. Fix that by correctly setting the header mode on creation mode. https://bugzilla.gnome.org/show_bug.cgi?id=777824 panels/keyboard/cc-keyboard-shortcut-editor.c | 2 +- panels/keyboard/shortcut-editor.ui | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) commit 4fac9192d81596bf98bba78ca8a06f1b43b0c108 Author: Georges Basile Stavracas Neto Date: Fri Jan 27 09:20:00 2017 -0200 shortcut-editor: ensure sensitive entries on creation mode When creating a new shortcut, we currently assume the entries are sensitive and just show the dialog. This, however, may not be, for example after previously canceling the editing of a custom shortcut, leading to a state where the name and command entries are insensitive. Fix that by always making sure the entries are sensitive when setting the dialog to creation mode. https://bugzilla.gnome.org/show_bug.cgi?id=777824 panels/keyboard/cc-keyboard-shortcut-editor.c | 2 ++ 1 file changed, 2 insertions(+) commit ecf352c1d26f5678320a0579c6f652d66c58344f Author: Georges Basile Stavracas Neto Date: Fri Jan 27 08:23:58 2017 -0200 shortcut-editor: untoggle Edit button on cancel When canceling the editing of a custom shortcut, the "Edit" button keeps pressed, causing inconsistencies when editing future custom events. To reproduce that: - Open a custom shortcut and click "Edit" - Start typing the new shortcut; the "Cancel" button will appear - *Before* completing the new shortcut, click "Cancel"; the dialog will hide - Open a custom shortcut again; the "Edit" button is still toggled Fix that by properly untoggling the Edit button when cancelling the editing. https://bugzilla.gnome.org/show_bug.cgi?id=777824 panels/keyboard/cc-keyboard-shortcut-editor.c | 4 ++++ 1 file changed, 4 insertions(+) commit 9cfe1e2a5f3e0dbeba8b73458c644140b3584da0 Author: Daniel Mustieles Date: Fri Jan 27 13:55:55 2017 +0000 Update Spanish translation po/es.po | 109 +++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 79 insertions(+), 30 deletions(-) commit 6e6aa3fd7454a2590e5189bd93bb28e61d6c64b6 Author: Mario Blättermann Date: Tue Jan 24 13:21:18 2017 +0000 Update German translation po/de.po | 689 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 355 insertions(+), 334 deletions(-) commit 4790de37648dc5c3c18c6c8d47b5fe39d2efc62a Author: Jordi Mas Date: Sun Jan 22 10:07:12 2017 +0100 Update Catalan translation po/ca.po | 60 ++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 42 insertions(+), 18 deletions(-) commit 86cd9dbb9aeffafd279e241e89590b1c92ea904c Author: Piotr Drąg Date: Sat Jan 21 21:14:43 2017 +0100 Update Polish translation po/pl.po | 791 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 354 insertions(+), 437 deletions(-) commit ba16a9803626811ae0107a30ef917da4ce6227d1 Author: Baurzhan Muftakhidinov Date: Fri Jan 20 06:23:59 2017 +0000 Update Kazakh translation po/kk.po | 63 ++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 44 insertions(+), 19 deletions(-) commit da4a591b4d9623853c21f24a45a00761ec4749bd Author: Lubomir Rintel Date: Wed Nov 2 17:58:15 2016 +0100 hostname-helper: use SSID_MAX_LEN It looks a bit weird to define it and still use the numeric literal. shell/hostname-helper.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 239403c7427bb1998fce1ce7739e13695fe28937 Author: Lubomir Rintel Date: Wed Nov 2 17:15:20 2016 +0100 hostname-helper: fall back to kernel hostname when the pretty one is an empty string The empty string is not too useful as an SSID, an attempt to create a hotspot fails: (gnome-control-center:19371): network-cc-panel-WARNING **: Failed to add new connection: (2) A 'wireless' setting with a valid SSID is required if no AP path was given. shell/hostname-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 691f00b1f107e9f0b6ea9f6bea434eaa6696dec7