commit 1f58b84c9dd454e415e5e542b4f12ccd78980b77 (HEAD -> master) Author: Bastien Nocera Date: Tue Feb 28 15:58:14 2017 +0100 3.23.91 NEWS | 28 ++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) commit 14b35a61e415d4db92d245819e04abd6a45047d8 (origin/master, origin/HEAD) Author: Chao-Hsiung Liao Date: Tue Feb 28 06:09:07 2017 +0000 Update Chinese (Taiwan) translation po/zh_TW.po | 45 ++++++++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 19 deletions(-) commit 5e2631e3f79419040192543118c9cc1dd269fb73 Author: Daniel Mustieles Date: Mon Feb 27 18:45:54 2017 +0100 Updated Spanish translation po/es.po | 165 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 78 insertions(+), 87 deletions(-) commit 5dd8e58585063397173ca1ee026b8a71c60c42b1 Author: Felipe Borges Date: Mon Feb 27 15:27:45 2017 +0100 printers: Free the PpJobsDialog after closing it Now we can safely pp_jobs_dialog_free () the PpJobsDialog. https://bugzilla.gnome.org/show_bug.cgi?id=779079 panels/printers/pp-printer-entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fe51a743c3a8a29000a8a76ce1eb5544fbc05dbd Author: Felipe Borges Date: Mon Feb 27 15:31:30 2017 +0100 printers: Count only current users job Instead of querying for all the jobs, query just for jobs belonging to the current user. https://bugzilla.gnome.org/show_bug.cgi?id=779079 panels/printers/pp-printer-entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 89ff6a610e45afacb7db621b2cf7a13a5f885763 Author: Felipe Borges Date: Fri Feb 24 10:57:47 2017 +0100 printers: Store PpPrinterEntry instances for individual manipulation We were actualizing the whole printers collection everytime something should change. These patch introduces a HashTable keyed by the unique printer.name, which allows us to access individual instances of PpPrinterEntry. https://bugzilla.gnome.org/show_bug.cgi?id=779079 panels/printers/cc-printers-panel.c | 11 +++++++++++ 1 file changed, 11 insertions(+) commit 5302047ff1bf3c2d9dffe27d101fa23f7d32d52f Author: Felipe Borges Date: Fri Feb 24 11:32:59 2017 +0100 printers: Subscribe to jobs notifications The previous implementation of the panel was unable to individually update a PpPrinterEntry jobs count and its PpJobsDialog. These changes make the job notifications trigger updates in the PpPrinterEntry UIs, keeping track of job events on the go. https://bugzilla.gnome.org/show_bug.cgi?id=779079 panels/printers/cc-printers-panel.c | 114 ++++++++++++++++++++++++++++++++++-- panels/printers/pp-printer-entry.c | 11 +++- panels/printers/pp-printer-entry.h | 2 + 3 files changed, 118 insertions(+), 9 deletions(-) commit 4e2c2fcc41cf5bee851b236141cbdbde8567fd44 Author: Baurzhan Muftakhidinov Date: Mon Feb 27 09:31:18 2017 +0000 Update Kazakh translation po/kk.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit e53520b23bb542067c3b83a4e6c4bfa78d859bb9 Author: Piotr Drąg Date: Sun Feb 26 21:12:51 2017 +0100 Update Polish translation po/pl.po | 82 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 44 insertions(+), 38 deletions(-) commit 4c95e0a9d7c6b0a5ab1daf32f9cc415c6424e610 Author: Balázs Meskó Date: Sun Feb 26 12:52:50 2017 +0000 Update Hungarian translation po/hu.po | 1198 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 684 insertions(+), 514 deletions(-) commit 86c028ff9be52807c3a27bc1d47ebd2023beb2a9 Author: Felipe Borges Date: Wed Feb 22 15:09:36 2017 +0100 printers: Fill the supply_frame background when supply is empty According to the mockups at https://wiki.gnome.org/Design/SystemSettings/Printers#Guidelines The supply level bar should have a grey background when there are no colors in the supply bar. This patch sets the "background" css name to the supply_frame when there's not a single color in the supply bar. https://bugzilla.gnome.org/show_bug.cgi?id=779075 panels/printers/pp-printer-entry.c | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 2c7fc8653d17c8e57de577469c601c308ee73fbd Author: Felipe Borges Date: Wed Feb 22 14:43:34 2017 +0100 printers: Tweak the printer supply level bar Make the supply level bar size, margin, border, background, and saturation match the mockups at https://wiki.gnome.org/Design/SystemSettings/Printers#Guidelines Even though we would obtain primary colors by querying the printer supply info, it is more eye-candy to desaturate (tone down) the colors in the UI. https://bugzilla.gnome.org/show_bug.cgi?id=779075 panels/printers/pp-printer-entry.c | 34 +++++++++++++++++++++++++++++++--- panels/printers/printer-entry.ui | 4 +--- 2 files changed, 32 insertions(+), 6 deletions(-) commit 1de145a10b9017f567291eabccd099725250a226 Author: Felipe Borges Date: Wed Feb 22 16:40:35 2017 +0100 printers: Ellipsize the "location" in the printer entry Long location names were causing the whole dialog to expand horizontally. This patch ellipsizes the "location" string just like the other fields of a printer entry. https://bugzilla.gnome.org/show_bug.cgi?id=779071 panels/printers/printer-entry.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 4cfb21176156849d066f36ba47502857dc043f2d Author: Felipe Borges Date: Wed Feb 22 16:36:54 2017 +0100 printers: Ellipsize the "Details Dialog" title Printers with long names were causing the "Printer Details Dialog" to expande horizontally. This patch ellipsizes the custom title of the dialog. https://bugzilla.gnome.org/show_bug.cgi?id=779071 panels/printers/details-dialog.ui | 14 ++++++++++++++ panels/printers/pp-details-dialog.c | 9 ++++----- 2 files changed, 18 insertions(+), 5 deletions(-) commit 99d556f666f12b195aacdca79e553b61de90a17a Author: Мирослав Николић Date: Sun Feb 26 08:30:01 2017 +0100 Updated Serbian translation po/sr.po | 1951 ++++++++++++++++++++++++++++++++------------------------ po/sr@latin.po | 1951 ++++++++++++++++++++++++++++++++------------------------ 2 files changed, 2212 insertions(+), 1690 deletions(-) commit 835df7b08c248ac8d970b9bab942b8d94d3140d4 Author: Fran Dieguez Date: Sun Feb 26 01:43:41 2017 +0100 Updated Galician translations po/gl.po | 1850 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 1014 insertions(+), 836 deletions(-) commit 0563ba582a552f2d8782a5375d555e7b6a31ebda Author: Rafael Fontenelle Date: Sat Feb 25 23:10:22 2017 +0000 Update Brazilian Portuguese translation po/pt_BR.po | 145 +++++++++++++++++++++++++++--------------------------------- 1 file changed, 65 insertions(+), 80 deletions(-) commit b2bb53d28deca0cad1f40b82027cc692eba8fc2b Author: Christian Kirbach Date: Sat Feb 25 18:57:02 2017 +0000 Update German translation po/de.po | 780 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 415 insertions(+), 365 deletions(-) commit 50c2af0cfbcdf4d4d974ea75dcbf36e70faa42dd Author: Felipe Borges Date: Fri Feb 24 17:12:10 2017 +0100 user-accounts: Avoid markup in "Your Account" label The label indicating which photo in the Carousel belongs to the current user had the markup within the translatable string, causing unnecessary work for translators. See https://wiki.gnome.org/TranslationProject/DevGuidelines/Avoid%20markup%20wherever%20possible This patch formats the string with g_strdup_printf, leaving the markup tags out of the translatable message. panels/user-accounts/um-user-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e662d568f2e6ec1575e181945b324146726b84fc Author: Baurzhan Muftakhidinov Date: Fri Feb 24 08:17:56 2017 +0000 Update Kazakh translation po/kk.po | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) commit 04caafe73132b790a35e8e4aaff6288a8a284d1a Author: Alexandre Franke Date: Fri Feb 24 01:01:17 2017 +0000 Update French translation po/fr.po | 1768 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 986 insertions(+), 782 deletions(-) commit 86e18f9b5675a20b5edc79802fa8305200b98093 Author: Fabio Tomat Date: Thu Feb 23 16:46:54 2017 +0000 Update Friulian translation po/fur.po | 1097 ++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 619 insertions(+), 478 deletions(-) commit d4731993023212ce9227fede24dcf6300d40f823 Author: Jordi Mas Date: Thu Feb 23 08:18:52 2017 +0100 Update Catalan translation po/ca.po | 1299 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 860 insertions(+), 439 deletions(-) commit 55b31ba967597738b2de7c7b92fbf4263b0f7520 Author: Piotr Drąg Date: Thu Feb 23 05:36:09 2017 +0100 online-accounts: Fix grammar in a new string Since there weren’t any translation updates yet, fix grammar in the newly added string — “setup” is a noun, “set up” is the verb. panels/online-accounts/online-accounts.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bd527d44c176a63907decd4348450dfd45af2040 Author: Georges Basile Stavracas Neto Date: Thu Feb 16 15:21:10 2017 -0200 online-accounts: Improve dialog content margins More alignment issues. panels/online-accounts/online-accounts.ui | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 2e6d07cb01bdd8ed57135ab35d8a1902b29c0d40 Author: Allan Day Date: Thu Feb 16 13:34:40 2017 +0000 online-accounts: Fix account dialog layout More spacing needed everywhere. This is a partial fix - some other adjustments are necessary. panels/online-accounts/online-accounts.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 432d55b30ed539a94369255b5290878e794dec73 Author: Allan Day Date: Thu Feb 16 13:16:05 2017 +0000 online-accounts: Improve panel layout Ensure sufficient spacing within and around rows. Increase panel height to make it easier to view the list. panels/online-accounts/cc-online-accounts-panel.c | 2 +- panels/online-accounts/online-accounts.ui | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) commit 4662c5be583b0d6b06b84e522469566aecef1cb6 Author: Georges Basile Stavracas Neto Date: Thu Nov 10 14:58:27 2016 -0200 online-accounts: Make the account editor box vertical When credentials expire, they're being added horizontally since this is the default value of the GtkOrientable:orientation property. Fix that by making the account editor box vertical, and adding some spacing. https://bugzilla.gnome.org/show_bug.cgi?id=774222 panels/online-accounts/online-accounts.ui | 2 ++ 1 file changed, 2 insertions(+) commit fa81d1679afa80d9c7c958db37ef407c3e18174c Author: Georges Basile Stavracas Neto Date: Wed Feb 22 13:23:44 2017 +0100 online-accounts: Only show the accounts list when there are accounts When the user has no account set, the current implementation of the Online Accounts panel shows a weird 1px line that is the empty list. Fix that by only showing the list when there are accounts available. https://bugzilla.gnome.org/show_bug.cgi?id=774222 panels/online-accounts/cc-online-accounts-panel.c | 6 ++++++ panels/online-accounts/online-accounts.ui | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) commit af7c214aaf24ea85082076a91eb0863b98daa820 Author: Debarshi Ray Date: Wed Feb 22 13:21:03 2017 +0100 online-accounts: Consolidate the row modification code a bit We have different variants of the same code that iterates over all the rows in a GtkListBox to find the one that corresponds to a given account. Some action is then performed on the row, depending on the use case at hand. In future we might want to look at the other rows in the list to decide whether to hide the entire GtkFrame or not. Let's consolidate this to reduce some duplication. https://bugzilla.gnome.org/show_bug.cgi?id=774222 panels/online-accounts/cc-online-accounts-panel.c | 66 +++++++++++------------ 1 file changed, 32 insertions(+), 34 deletions(-) commit 25f97f15ce5024b6225caa6710bcf6653e7c84ee Author: Debarshi Ray Date: Wed Feb 22 13:03:49 2017 +0100 online-accounts: Shuffle some code around This will make the subsequent commits easier to read. We are going to change get_row_for_account to be more generic. Moving this code higher up will let us use it from a few more call sites. https://bugzilla.gnome.org/show_bug.cgi?id=774222 panels/online-accounts/cc-online-accounts-panel.c | 57 ++++++++++++----------- 1 file changed, 30 insertions(+), 27 deletions(-) commit 1594d8c7a1637a53394b0debdefbafcb5211cee6 Author: Georges Basile Stavracas Neto Date: Thu Nov 10 19:16:27 2016 -0200 online-accounts: Align the panel widgets in the middle The current implementation of the Online Accounts panel allows 2 states: either the widgets of the panel fill the whole horizontal space, or they shrink and fill only the absolutely minimum. The ideal solution, however, is to make them grow with the panel. Fix that by turn the main box into a GtkGrid, and adding stub widgets that expand horizontally and pull the main widgets to the middle, allowing them to cover at most 1/3 of the screen. The widgets themselves are inside a GtkBox, so that hiding them automatically removes the spacing in between. https://bugzilla.gnome.org/show_bug.cgi?id=774222 panels/online-accounts/online-accounts.ui | 133 ++++++++++++++++++++---------- 1 file changed, 88 insertions(+), 45 deletions(-) commit 1e580c679b8b61d089531b814ec8ecbdccf8128a Author: Georges Basile Stavracas Neto Date: Thu Nov 10 14:56:27 2016 -0200 online-accounts: Add an offline message label When offline, we currently block the new accounts listbox so that users can't add new accounts. There is, however, no visual indication that we're offline, besides the listbox. Fix that by adding a descriptive label that's only visible when offline. https://bugzilla.gnome.org/show_bug.cgi?id=774222 panels/online-accounts/cc-online-accounts-panel.c | 8 +++++++- panels/online-accounts/online-accounts.ui | 8 ++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) commit e9198bdb4d3657f6c88b61834b545dbe63084267 Author: Georges Basile Stavracas Neto Date: Thu Nov 10 14:46:38 2016 -0200 online-accounts: Add a bottom row to display non-branded providers As per the mockups, and mimicking the dialog behavior, add a bottom row that shows non-branded providers. https://bugzilla.gnome.org/show_bug.cgi?id=774222 panels/online-accounts/cc-online-accounts-panel.c | 79 ++++++++++++++++++++++- panels/online-accounts/online-accounts.ui | 15 +++++ 2 files changed, 92 insertions(+), 2 deletions(-) commit ca30e0ead993d63a46a4706a436bacd4a7bfecfd Author: Felipe Borges Date: Wed Feb 15 15:15:50 2017 +0100 printers: Use async rename method pp_printer_rename_async is better than the old printer_rename utility. The PpDetailsDialog doesn't need to do anything in the callback since we are emiting the "printer-changed" signal when the dialog is closed. https://bugzilla.gnome.org/show_bug.cgi?id=769114 panels/printers/pp-details-dialog.c | 19 +++++++++++++++++-- panels/printers/pp-printer.c | 2 ++ 2 files changed, 19 insertions(+), 2 deletions(-) commit 5fa1dede21dcc931ce109f02e12629d10ba10598 Author: Felipe Borges Date: Tue Feb 21 15:32:59 2017 +0100 printers: Do not apply rename/location changes in focus-out-event Since we are already applying the changing in the PpDetailsDialog when it gets closed, there's no need to apply these changes in the focus-out-event of its respective GtkEntries. https://bugzilla.gnome.org/show_bug.cgi?id=769114 panels/printers/details-dialog.ui | 5 +---- panels/printers/pp-details-dialog.c | 43 ++++++++++++++----------------------- 2 files changed, 17 insertions(+), 31 deletions(-) commit 83f3cb406d3acf08e24ba1769e9fe9c8894c192d Author: Chao-Hsiung Liao Date: Wed Feb 22 01:17:19 2017 +0000 Update Chinese (Taiwan) translation po/zh_TW.po | 1276 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 717 insertions(+), 559 deletions(-) commit 2006dcd9f5d5e84452eaf5c9b391b066c39b556c Author: Milo Casagrande Date: Tue Feb 21 17:07:41 2017 +0000 Update Italian translation po/it.po | 1785 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 979 insertions(+), 806 deletions(-) commit 07169ec8ed7c357bb2cb48d3a2b49ec13e33c126 Author: Andika Triwidada Date: Mon Feb 20 12:09:33 2017 +0000 Update Indonesian translation po/id.po | 731 ++++++++++++++++++++++++--------------------------------------- 1 file changed, 279 insertions(+), 452 deletions(-) commit bb9e58439e28240dd09e84890a298bb7c55900b9 Author: Daniel Korostil Date: Mon Feb 20 12:34:55 2017 +0200 Updated Ukrainian translation po/uk.po | 1892 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 991 insertions(+), 901 deletions(-) commit 036c4008a61b67beb78f4a95d43e8e69815f36b1 Author: Piotr Drąg Date: Sun Feb 19 21:41:44 2017 +0100 Update Polish translation po/pl.po | 703 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 347 insertions(+), 356 deletions(-) commit 044a48ce7ce8abcf7391525217a947a548340cd1 Author: Kjartan Maraas Date: Sun Feb 19 14:58:37 2017 +0100 Updated Norwegian bokmål translation. po/nb.po | 333 ++++++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 276 insertions(+), 57 deletions(-) commit b7fc84ea863fc6a89bc81b7d01dd75c2bb251345 Author: Jiri Grönroos Date: Sat Feb 18 18:35:56 2017 +0000 Update Finnish translation po/fi.po | 109 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 48 insertions(+), 61 deletions(-) commit abb984199d065b2e73a0d09fb494b61f07def003 Author: Aurimas Černius Date: Sat Feb 18 17:51:24 2017 +0200 Updated Lithuanian translation po/lt.po | 1665 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 897 insertions(+), 768 deletions(-) commit a5f56180c36fe86e8abef0a9d4f185e4355b9e8e Author: Dušan Kazik Date: Sat Feb 18 10:08:11 2017 +0000 Update Slovak translation po/sk.po | 834 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 441 insertions(+), 393 deletions(-) commit 13da84e451d4b2ed873d1bb4f80fa9ac007c52ad Author: Georges Basile Stavracas Neto Date: Thu Feb 16 10:07:59 2017 -0200 online-accounts: Add margins to the rows' icons Per Allan's request, add more margin to the rows' icons. https://bugzilla.gnome.org/show_bug.cgi?id=774222 panels/online-accounts/cc-online-accounts-panel.c | 4 ++++ 1 file changed, 4 insertions(+) commit 1f1f2e2b1fe574ba955923203225e158fb60ce9c Author: Georges Basile Stavracas Neto Date: Thu Feb 16 09:57:56 2017 -0200 online-accounts: Always keep editor dialog size the minimum When adding and editing accounts, the different options that Online Accounts provides may require different sizes of the dialog. There is, however, a specific issue where the dialog can't resize because a provider widget is interefering with the others. Fix that by making the dialog's stack non-homogeneous, and making sure to always reset the dialog size before showing it. https://bugzilla.gnome.org/show_bug.cgi?id=774222 panels/online-accounts/cc-online-accounts-panel.c | 6 ++++++ panels/online-accounts/online-accounts.ui | 1 + 2 files changed, 7 insertions(+) commit e6f7d261754565002f737c86a91d94117ec74349 Author: Jordi Mas Date: Fri Feb 17 11:44:38 2017 +0100 Update Catalan translation po/ca.po | 2208 +++++++++++++++++++++++++++----------------------------------- 1 file changed, 965 insertions(+), 1243 deletions(-) commit 2efef48322fe5a2cc4e8b38b072b407c1e546845 Author: Baurzhan Muftakhidinov Date: Fri Feb 17 03:45:30 2017 +0000 Update Kazakh translation po/kk.po | 113 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 58 insertions(+), 55 deletions(-) commit 0d66080a32c804073c8603512b06200a309edaba Author: Inaki Larranaga Murgoitio Date: Thu Feb 16 21:48:04 2017 +0100 Update Basque language po/eu.po | 905 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 441 insertions(+), 464 deletions(-) commit ee74eac40f0abf1f5c054d185ff1a2d84a031d5e Author: Bernd Homuth Date: Thu Feb 16 20:14:52 2017 +0000 Update German translation po/de.po | 507 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 304 insertions(+), 203 deletions(-) commit 9725efd3e4ce12d158862c8dd42942062ba924ac Author: Richard Hughes Date: Wed Feb 15 13:30:31 2017 +0000 display: Tweak night light dialog UI to match latest mockups panels/display/cc-display-panel.c | 6 +- panels/display/cc-night-light-dialog.c | 34 ++- panels/display/cc-night-light-widget.c | 125 +++++---- panels/display/display.ui | 485 +++++++++++++++++---------------- 4 files changed, 357 insertions(+), 293 deletions(-) commit 7b2efa05a387884901bdefc125f2a2c294ed8457 Author: Inaki Larranaga Murgoitio Date: Thu Feb 16 16:54:44 2017 +0100 Update Basque language po/eu.po | 1553 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 847 insertions(+), 706 deletions(-) commit 343927be81f3fe59f1bfe7b71f39a4e29a91d9c4 Author: Rafael Fontenelle Date: Thu Feb 16 14:08:55 2017 +0000 Update Brazilian Portuguese translation po/pt_BR.po | 1183 ++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 692 insertions(+), 491 deletions(-) commit c5b05b6e0063f3b3904f19f4f5035caf0aedc2e3 Author: Ask Hjorth Larsen Date: Thu Feb 16 14:20:37 2017 +0100 Updated Danish translation po/da.po | 1422 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 772 insertions(+), 650 deletions(-) commit 60c315b53ba9fb2fc0c8e85674d365c6d5a7ee4b Author: Ondrej Holy Date: Wed Feb 15 08:58:43 2017 +0100 user-accounts: Fix crash when name is changed and dialogue closed Wrong variables are used to store timeout id, consequently, the sources are not properly removed in all cases. Then the dialog may crash in certain cases if it is closed before the source functions are called. https://bugzilla.gnome.org/show_bug.cgi?id=778595 panels/user-accounts/um-account-dialog.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) commit 3111d66bf40edb162f99cbda4cb093e3739dbf8c Author: Jiri Grönroos Date: Wed Feb 15 18:35:20 2017 +0000 Update Finnish translation po/fi.po | 1039 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 570 insertions(+), 469 deletions(-) commit 6bfc60b7790a334ed1438f15c80ff28bce4ce5af Author: Felipe Borges Date: Wed Feb 15 15:54:12 2017 +0100 printers: Make the printer address always sensitive This patch individually updates the sensitivity of the PpDetailsDialog child widgets, so we can leave the printer address label always sensitive. https://bugzilla.gnome.org/show_bug.cgi?id=778682 panels/printers/details-dialog.ui | 2 +- panels/printers/pp-details-dialog.c | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) commit 86f131a1cb070bc521379d6afc9b5bc1874e56cd Author: Jeremy Bicha Date: Wed Feb 15 05:49:16 2017 -0500 display: Really fix typo in "Tomorrow" Spelled correctly in the commit message, but not in the code itself. Yay! :( https://bugzilla.gnome.org/show_bug.cgi?id=778513 panels/display/display.ui | 2 +- po/cs.po | 2 +- po/es.po | 2 +- po/id.po | 2 +- po/kk.po | 2 +- po/nb.po | 2 +- po/pl.po | 2 +- po/sk.po | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) commit 22daedad493923b9c895365c9c02e106b5f2671e Author: Jeremy Bicha Date: Tue Feb 14 13:59:16 2017 -0500 privacy: Set destructive-action for confirmation buttons only https://bugzilla.gnome.org/show_bug.cgi?id=778567 panels/privacy/cc-privacy-panel.c | 4 ++++ panels/privacy/privacy.ui | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) commit f7199b5172f677b134576051371e33efcbb8adfe Author: Jeremy Bicha Date: Tue Feb 14 15:15:44 2017 -0500 build: Bump dependencies for Night Light schemas Up to gnome-settings-daemon 3.23.90 https://bugzilla.gnome.org/show_bug.cgi?id=778625 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a2f055b58998651b8e465e2a0ed393a02176cf03 Author: Daniel Mustieles Date: Wed Feb 15 09:26:15 2017 +0000 Update Spanish translation po/es.po | 995 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 548 insertions(+), 447 deletions(-) commit 347b2a85339f1aa96421fe54c5504f640b0743d9 Author: Baurzhan Muftakhidinov Date: Wed Feb 15 04:34:21 2017 +0000 Update Kazakh translation po/kk.po | 703 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 370 insertions(+), 333 deletions(-) commit b29b1b7aabe9b6259351499fd2578b50ed301a89 Author: Marek Černocký Date: Tue Feb 14 23:06:36 2017 +0100 Updated Czech translation po/cs.po | 54 ++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 20 deletions(-) commit a7cb9a5737b3cb05de619491de579c0c962c371f Author: Daniel Mustieles Date: Tue Feb 14 20:32:07 2017 +0100 Updated Spanish translation po/es.po | 81 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 42 insertions(+), 39 deletions(-) commit 0fd233bd86e0aad06320d5dc397d7945d4b15cf6 (tag: GNOME_CONTROL_CENTER_3_23_90)