commit 8faa40c220a7d75c9377da605d95c8ceadfa2730 Author: Rui Matos Date: Tue Aug 20 23:04:42 2013 +0100 3.9.90 NEWS | 42 ++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) commit 8b6ea2386552d65453827eb828861c371f8d634d Author: Benjamin Steinwender Date: Tue Aug 20 23:10:58 2013 +0200 Updated German translation po/de.po | 1274 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 704 insertions(+), 570 deletions(-) commit b4a16be646b3c2f7b5b2eb8c4ceeed9dc84d7c8e Author: Thomas Wood Date: Tue Aug 20 14:48:04 2013 +0100 display: initial implementation of the new design Add an initial implementation of the new design for the display panel. The display previews and presentation mode are not yet fully implemented. https://bugzilla.gnome.org/show_bug.cgi?id=706115 configure.ac | 2 +- panels/display/cc-display-panel.c | 2626 +++++++++++++++---------------------- panels/display/cc-display-panel.h | 3 + panels/display/cc-rr-labeler.c | 152 +-- panels/display/cc-rr-labeler.h | 2 - panels/display/display-capplet.ui | 578 +++++--- 6 files changed, 1485 insertions(+), 1878 deletions(-) commit b5900fc1799b9d1540ffd816e60c4f1d0c3b6652 Author: Daniel Mustieles Date: Tue Aug 20 17:44:41 2013 +0200 Updated Spanish translation po/es.po | 457 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 268 insertions(+), 189 deletions(-) commit 31c008e9721e17a3cc81463ff93ff1c6ae921158 Author: Victor Ibragimov Date: Tue Aug 20 19:25:30 2013 +0500 Tajik translation updated po/tg.po | 335 +++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 220 insertions(+), 115 deletions(-) commit c5812c3cccbfc53bc8e39fc0d8249ddbae19eeed Author: Kalev Lember Date: Sun Aug 18 23:12:38 2013 +0200 datetime: Mark the time format strings as translatable ... and add translator comments explainings what they do. The RTL languages are likely going to want to show them in a different order. We should eventually move to just using GnomeWallClock and/or g_date_time_format with %c that already have translated the time format strings. However, in case this doesn't make it in time for 3.10, mark the current strings in g-c-c as translatable to get some translation coverage. https://bugzilla.gnome.org/show_bug.cgi?id=694985 panels/datetime/cc-datetime-panel.c | 25 ++++++++++++++++++++----- po/POTFILES.in | 1 + 2 files changed, 21 insertions(+), 5 deletions(-) commit da9d4a76c9401797ad82b406160076cfff6df91e Author: Kalev Lember Date: Sun Aug 18 22:55:12 2013 +0200 datetime: Show information about the selected timezone ... using the text bubble API from the previous commit. We're currently displaying the time zone abbreviation, UTC offset, city and country name, and the current time. https://bugzilla.gnome.org/show_bug.cgi?id=694985 panels/datetime/cc-datetime-panel.c | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) commit 05dc92831305b76cfbd593994ab13d053a187ff8 Author: Kalev Lember Date: Fri Aug 16 05:44:16 2013 +0400 datetime: Add API to draw a text bubble on the timezone map It's currently drawn either west or east of the position marker, depending where we have more free space. https://bugzilla.gnome.org/show_bug.cgi?id=694985 panels/datetime/cc-timezone-map.c | 88 +++++++++++++++++++++++++++++++++++++++ panels/datetime/cc-timezone-map.h | 2 + 2 files changed, 90 insertions(+) commit 718118963eca40ae0c98c6271e68cfbcadcb6319 Author: Kalev Lember Date: Sun Aug 18 23:07:11 2013 +0200 datetime: Implement timezone search with autocompletion This is first cut at implementing the new timezone dialog design. Instead of having drop down menus with the city and the continent, we're now switching to a search entry that has autocompletion. https://bugzilla.gnome.org/show_bug.cgi?id=694985 panels/datetime/cc-datetime-panel.c | 338 +++++++++--------------------------- panels/datetime/datetime.ui | 144 ++++----------- 2 files changed, 116 insertions(+), 366 deletions(-) commit e9a6e679fc6a4e85a5d344bb0a5bf045bba2ce6e Author: Srinivasa Ragavan Date: Tue Aug 20 19:11:33 2013 +0530 privacy: confirm before emptying trash or purging temporary files. Fixes bug #703163 panels/privacy/cc-privacy-panel.c | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) commit 19d3e96d6a940d27da33f27021ba76676a6246b9 Author: Rui Matos Date: Tue Aug 20 03:04:11 2013 +0100 datetime: Ensure that translated strings for timezones are UTF-8 This was fixed in commit 2c4bba74e07405205b22c684b3822d13aa429ea7 but then got lost in a code refactor in commit 3686cf7eb8528b19597945e2c19ba0f619ef42f6. https://bugzilla.gnome.org/show_bug.cgi?id=706350 panels/datetime/cc-datetime-panel.c | 2 ++ 1 file changed, 2 insertions(+) commit c1f2787c10b590b47117adcbb3c07f28e5301d6a Author: Rui Matos Date: Tue Aug 20 02:28:02 2013 +0100 shell: Don't start search while on regular panels ... either by just typing or pressing ctrl+F or ctrl+S. https://bugzilla.gnome.org/show_bug.cgi?id=706268 shell/cc-window.c | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) commit fefa11594cf771f08de14f423e301a0ba102e6b6 Author: Allan Day Date: Tue Aug 20 01:19:44 2013 +0100 Universal access menu option - use a clearer label It wasn't obvious what the switch did. https://bugzilla.gnome.org/show_bug.cgi?id=706348 panels/universal-access/uap.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit faedd89f4122c918272e1b2c4311ea8772409066 Author: Allan Day Date: Tue Aug 20 01:11:02 2013 +0100 Notifications - add padding above the app list This makes the switches distinct from the list - they do different things. https://bugzilla.gnome.org/show_bug.cgi?id=706347 panels/notifications/notifications.ui | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit fa8577d0fe75198c3db2a6adf06c18df85feb4ac Author: Marek Černocký Date: Tue Aug 20 09:03:22 2013 +0200 Updated Czech translation po/cs.po | 188 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 105 insertions(+), 83 deletions(-) commit eb4ee209206a4fa354c2eb4b38baca7b13979a8e Author: Bastien Nocera Date: Tue Aug 20 04:33:55 2013 +0200 power: Avoid warning with no screen backlight Similar patch to f7c5225288b03c7a6f8139a1c02b840c7eddda8d but for the screen backlight. panels/power/cc-power-panel.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) commit f7c5225288b03c7a6f8139a1c02b840c7eddda8d Author: Bastien Nocera Date: Tue Aug 20 04:26:23 2013 +0200 power: Avoid warning with no keyboard backlight If there's no keyboard backlight interface in gnome-settings-daemon, hide the slider as well, rather than throw a warning. https://bugzilla.gnome.org/show_bug.cgi?id=706040 panels/power/cc-power-panel.c | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) commit 6fddedad841b4a9d2fdd981b36d4584048c706e0 Author: Kalev Lember Date: Mon Aug 19 13:28:09 2013 +0100 datetime: Toggle the NTP switch when clicking on the row Pointed out by Allan Day on IRC. https://bugzilla.gnome.org/show_bug.cgi?id=694985 panels/datetime/cc-datetime-panel.c | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) commit 20670b5360ac38629e30ddf2583acdce50a3b83b Author: Kalev Lember Date: Tue Aug 20 01:19:02 2013 +0200 datetime: Shuffle initialization code around Move subdialog setup code out of the main init function and to respective setup_*_dialog() functions. https://bugzilla.gnome.org/show_bug.cgi?id=694985 panels/datetime/cc-datetime-panel.c | 79 +++++++++++++++++++------------------ 1 file changed, 40 insertions(+), 39 deletions(-) commit f5cb98c94fd243a0c309b7710e3b86a5589bf0ae Author: Kalev Lember Date: Sat Aug 3 09:48:33 2013 +0200 datetime: Implement new design for the time subdialog https://bugzilla.gnome.org/show_bug.cgi?id=694985 panels/datetime/cc-datetime-panel.c | 334 ++++++++++++++++++++-------- panels/datetime/datetime.ui | 424 +++++++++++++++--------------------- 2 files changed, 416 insertions(+), 342 deletions(-) commit 60e448b77a5f92e00d699d43e35fb332356208d1 Author: Kalev Lember Date: Sat Aug 3 01:51:13 2013 +0200 datetime: Move the 24h/12h selection to the main overview ... and use a combobox for choosing between the options. https://bugzilla.gnome.org/show_bug.cgi?id=694985 panels/datetime/cc-datetime-panel.c | 27 ++++---- panels/datetime/datetime.ui | 120 +++++++++++++++++++++--------------- 2 files changed, 84 insertions(+), 63 deletions(-) commit 9a3265de24130b0d540b62469e658f596396d780 Author: Kalev Lember Date: Sun Aug 4 00:26:00 2013 +0200 datetime: Show the timezone map in the original, unscaled size https://bugzilla.gnome.org/show_bug.cgi?id=694985 panels/datetime/cc-timezone-map.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit f90edf44b136413324659bb334ac8bc49a4525be Author: Kalev Lember Date: Mon Aug 19 23:55:52 2013 +0200 datetime: Clean up error handling Avoid using two GError variables in a single function to reduce programmer confusion. Instead, only use one and clear it with g_clear_error() when we need to reuse it. Pointed out by Rui Matos. https://bugzilla.gnome.org/show_bug.cgi?id=694985 panels/datetime/cc-datetime-panel.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) commit a0d156d19a0e0e26bac8b4e192a42288b475acdc Author: Kalev Lember Date: Mon Jul 29 16:32:04 2013 +0200 datetime: Implement listbox based overview ... and move existing date/time and timezone settings to separate subdialogs. https://bugzilla.gnome.org/show_bug.cgi?id=694985 panels/datetime/cc-datetime-panel.c | 160 ++++- panels/datetime/datetime.ui | 1099 ++++++++++++++++++++++------------- 2 files changed, 847 insertions(+), 412 deletions(-) commit c0fc740e15a09c596d77e44b4b90ffaca31eb790 Author: Bastien Nocera Date: Tue Aug 20 00:19:10 2013 +0200 shell: Remove setting invisible characters on entry It's completely unused shell/cc-window.c | 1 - 1 file changed, 1 deletion(-) commit 8c7efd538b0bfff61dff79ec24fcbe7806a70160 Author: Bastien Nocera Date: Tue Aug 20 00:18:50 2013 +0200 shell: Start search when typing https://bugzilla.gnome.org/show_bug.cgi?id=706268 shell/cc-window.c | 3 +++ 1 file changed, 3 insertions(+) commit 65c0b26888a63a0c98fc8ce344b64172272dfd0d Author: Bastien Nocera Date: Tue Aug 20 00:17:58 2013 +0200 shell: Use GDK_EVENT_* macros Instead of TRUE/FALSE https://bugzilla.gnome.org/show_bug.cgi?id=706268 shell/cc-window.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 074f55e344c4d36fad52acadf344dae9cd7bda75 Author: Bastien Nocera Date: Mon Aug 19 21:00:48 2013 +0200 background: Add support for lock screen background https://bugzilla.gnome.org/show_bug.cgi?id=696166 panels/background/background.ui | 289 +++++++++++++++++++++++++------- panels/background/cc-background-panel.c | 208 ++++++++++++++++------- 2 files changed, 375 insertions(+), 122 deletions(-) commit ea16cadce90fda067b6cba6cc831ba1ecb5adfa7 Author: Bastien Nocera Date: Mon Aug 19 20:55:29 2013 +0200 background: Remove unused "lock" preview widgets https://bugzilla.gnome.org/show_bug.cgi?id=696166 panels/background/background.ui | 60 ++++++++++------------------------------- 1 file changed, 14 insertions(+), 46 deletions(-) commit 1097d4ca754ec0a340bc26127808a901e6d78a94 Author: Bastien Nocera Date: Mon Aug 19 23:40:26 2013 +0200 background: Fix memory corruption when creating preview When using a single screen, the captured area was too small, and we were copying data from out-of-bounds of the pixbuf area. https://bugzilla.gnome.org/show_bug.cgi?id=696166 panels/background/cc-background-panel.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) commit b09e66b59f162b7e5f1bd2ab5ee0545b855c0b56 Author: Marek Černocký Date: Mon Aug 19 23:45:34 2013 +0200 Updated Czech translation po/cs.po | 330 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 146 insertions(+), 184 deletions(-) commit 4a53e93c69b2f5d8ee6813a6cb5fc85d88375d1f Author: Bastien Nocera Date: Mon Aug 19 18:08:12 2013 +0200 network: Correctly check for error conditions panels/network/net-device-wifi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 0f5122eb9aab1baf8eef5152601a7f3b03463529 Author: Bastien Nocera Date: Tue Aug 6 10:17:20 2013 +0200 network: Remove unused include panels/network/net-device-wifi.c | 1 - 1 file changed, 1 deletion(-) commit 6fc3fda3cb7086106776c8e4a7554c287264bd59 Author: Matej Urbančič Date: Mon Aug 19 21:46:34 2013 +0200 Updated Slovenian translation po/sl.po | 384 +++++++++++++++++++++++++++------------------------------------ 1 file changed, 167 insertions(+), 217 deletions(-) commit ce1bccad18652541627ef28794310541716b41a0 Author: Victor Ibragimov Date: Mon Aug 19 23:51:45 2013 +0500 Tajik translation updated po/tg.po | 270 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 126 insertions(+), 144 deletions(-) commit ef1f9e3398c61162fe7db24de7e8dd3d5eca2c99 Author: Kalev Lember Date: Mon Aug 19 19:38:13 2013 +0200 privacy: Remove Name & Visibility section We no longer show the user's name in the GNOME Shell top bar or in the lock screen and this dialog no longer has any purpose. https://bugzilla.gnome.org/show_bug.cgi?id=706301 panels/privacy/cc-privacy-panel.c | 90 -------------------- panels/privacy/privacy.ui | 173 -------------------------------------- 2 files changed, 263 deletions(-) commit fd4df35093ff9ff4b728d406d7004845d4245fb4 Author: Kalev Lember Date: Sun Aug 18 15:00:00 2013 +0200 datetime: Move pixbuf loading out of the draw signal handler This moves the timezone location marker image loading code to init() where most of other resources are loaded, making the draw callback smaller and easier to read. As a plus, it also avoids needless allocations during each time the map is drawn. https://bugzilla.gnome.org/show_bug.cgi?id=706253 panels/datetime/cc-timezone-map.c | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) commit 625583974a707dfb7068ce1243280ff53860d70e Author: Kalev Lember Date: Sun Aug 18 14:35:39 2013 +0200 datetime: Use g_clear_object() https://bugzilla.gnome.org/show_bug.cgi?id=706253 panels/datetime/cc-timezone-map.c | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) commit 2dfde249ac58097d1684faee0b671faa363c4ce2 Author: Kalev Lember Date: Sun Aug 18 13:51:19 2013 +0200 datetime: New location marker image for the timezone map The image was drawn by Andreas Nilsson https://bugzilla.gnome.org/show_bug.cgi?id=706253 panels/datetime/cc-timezone-map.c | 2 +- panels/datetime/data/pin.png | Bin 561 -> 666 bytes 2 files changed, 1 insertion(+), 1 deletion(-) commit be79efe24268f030eba05ad9f3acc1a1d6a7a137 Author: Kalev Lember Date: Sun Aug 18 12:13:57 2013 +0200 datetime: Alignment fixes for the location marker on timezone map Make sure the marker is drawn pixel-aligned to avoid fuzziness, and ensure that it actually ends up in the visible area. https://bugzilla.gnome.org/show_bug.cgi?id=706253 panels/datetime/cc-timezone-map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 88eeb8cb2d28d75610b1fa39839e69388ceb4eca Author: Kalev Lember Date: Sat Aug 17 09:59:22 2013 +0200 common: Ship a PolicyKit rule for the datetime panel Allow local admins with an active session use the Date & Time panel without requiring a password. https://bugzilla.gnome.org/show_bug.cgi?id=646185 panels/common/gnome-control-center.rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 8b2eec6fee467e017bd8fbe037353b2cb53ea407 Author: Rui Matos Date: Mon Aug 19 16:38:43 2013 +0100 build: Bump GTK+ requirements for new API in GtkHeaderBar configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 915a04f13a3a88bfeeaad965b56dfa0b63e8bafe Author: Daniel Mustieles Date: Mon Aug 19 11:43:13 2013 +0200 Updated Spanish translation po/es.po | 301 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 174 insertions(+), 127 deletions(-) commit 4c85135171d2ee8240352074f92a217d62972b69 Author: Giovanni Campagna Date: Fri Jul 26 15:54:59 2013 +0200 CcRRLabeler: don't crash when not running under X If running under wayland, we can't use an X property notify to look at workarea changes. Currently, workarea is not part of the wayland protocol, so don't bother and just don't crash. https://bugzilla.gnome.org/show_bug.cgi?id=705573 panels/display/cc-rr-labeler.c | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) commit 77c72eb8ce86897ba817fc21e11b3626a2cf915e Author: Giovanni Campagna Date: Thu Aug 8 14:22:41 2013 +0200 wacom: adapt to GnomeRR API changes GnomeRR now returns the EDID IDs as strings directly, so we don't need to convert them to compare to the settings. Also, we don't need to filter disconnected outputs, it's done by mutter now. https://bugzilla.gnome.org/show_bug.cgi?id=705573 panels/wacom/gsd-wacom-device.c | 73 ++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 44 deletions(-) commit 150466cdb668a81fb3e595ed7f4e965d62a1fced Author: Giovanni Campagna Date: Thu Aug 8 14:21:10 2013 +0200 display: adapt to the new model for display configuration The way we apply the new configuration changed, in that we are expected to call the apply() method of GnomeRRConfig ourselves, and that takes care to call to mutter, show the confirmation dialog, etc. https://bugzilla.gnome.org/show_bug.cgi?id=705573 panels/display/cc-display-panel.c | 119 ++++---------------------------------- 1 file changed, 10 insertions(+), 109 deletions(-) commit ef995c072897d6a36fc2173b79cfa6347badc6d0 Author: Yosef Or Boczko Date: Sun Aug 18 23:13:46 2013 +0300 shell: Use a search bar for the search entry https://bugzilla.gnome.org/show_bug.cgi?id=704217 shell/cc-window.c | 52 ++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 38 insertions(+), 14 deletions(-) commit 9de9364ba5ab28381f62fc41468381baff7a733c Author: Yosef Or Boczko Date: Sun Aug 18 23:11:43 2013 +0300 shell: Set the headerbar as our titlebar and add a close button - set "All Settings" as title of the headerbar (in the overview page) - set the name of the each panel as title of the headerbar - remove "hide-titlebar-when-maximizes" property - add separator and close button to the headerbar (set "show-close-button" property as true) https://bugzilla.gnome.org/show_bug.cgi?id=704217 shell/cc-window.c | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) commit 838b4a55484bc69a094d2324fb8830d0b762bae4 Author: Aurimas Černius Date: Sun Aug 18 22:51:02 2013 +0300 Updated Lithuanian translation po/lt.po | 581 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 310 insertions(+), 271 deletions(-) commit a674c741c235e42e4c8b3ca76c8acfb3a3d48c3b Author: Matej Urbančič Date: Sat Aug 17 16:15:00 2013 +0200 Updated Slovenian translation po/sl.po | 2115 +++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 1249 insertions(+), 866 deletions(-) commit 929f094271868bfd7ffbde58a7417f15f3d875fa Author: Victor Ibragimov Date: Sat Aug 17 12:44:02 2013 +0500 Tajik translation updated po/tg.po | 187 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 110 insertions(+), 77 deletions(-) commit 60e1999618774c09283423195e490d61d5b74b86 Author: Ondrej Holy Date: Tue Aug 6 16:12:21 2013 +0200 user-accounts: add password generation to the add user dialog https://bugzilla.gnome.org/show_bug.cgi?id=706067 panels/user-accounts/um-account-dialog.c | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) commit a3d0840bdd5e4260a066a83c9a7ed59f1665fe30 Author: Ondrej Holy Date: Tue Aug 6 15:43:23 2013 +0200 user-accounts: Add password generation back to the password dialog https://bugzilla.gnome.org/show_bug.cgi?id=706067 panels/user-accounts/um-password-dialog.c | 32 ++++++++++++++++++++++++++++++- panels/user-accounts/um-utils.c | 8 ++++++++ panels/user-accounts/um-utils.h | 1 + 3 files changed, 40 insertions(+), 1 deletion(-) commit 12da80928ef846b5aa0e0f098808695d58df1f3a Author: Ondrej Holy Date: Thu Aug 15 14:31:05 2013 +0200 user-accounts: let realmd prefil the DHCP domain if it's joinable https://bugzilla.gnome.org/show_bug.cgi?id=704407 panels/user-accounts/um-account-dialog.c | 5 ----- 1 file changed, 5 deletions(-) commit cb056263fd52ff1133ead8044737f8f8682f2fdb Author: Ondrej Holy Date: Tue Aug 6 10:08:46 2013 +0200 user-accounts: Hint improvements when adding enterprise accounts Add domain hint and change error messages. https://bugzilla.gnome.org/show_bug.cgi?id=704407 panels/user-accounts/data/account-dialog.ui | 55 +++++++++++++++++++++++------ panels/user-accounts/um-account-dialog.c | 17 +++++---- 2 files changed, 56 insertions(+), 16 deletions(-) commit a4bac3227188898e61db81ccd4be43e1c4ff9bbe Author: Ondrej Holy Date: Thu Jul 18 18:41:35 2013 +0200 user-accounts: move strength meter below in the add user dialog Remove strength hint, add verify hint, change labels and replace domain spinner by dialog spinner. https://bugzilla.gnome.org/show_bug.cgi?id=704407 panels/user-accounts/data/account-dialog.ui | 255 ++++++++++++---------------- panels/user-accounts/um-account-dialog.c | 62 ++----- panels/user-accounts/um-password-dialog.c | 1 - 3 files changed, 119 insertions(+), 199 deletions(-) commit e42be5dfff0f5cb2d13fd3a5208a999947a84426 Author: Ondrej Holy Date: Tue Jul 23 14:52:49 2013 +0200 user-accounts: move strength meter below in the password dialog Remove strenght hint, add verify hint and change labels also. https://bugzilla.gnome.org/show_bug.cgi?id=704407 panels/user-accounts/data/password-dialog.ui | 73 +++++++++++++++------------- panels/user-accounts/um-password-dialog.c | 35 +++---------- 2 files changed, 45 insertions(+), 63 deletions(-) commit 7ae6814784b1d71ee51e374c437302818bcfec93 Author: Stef Walter Date: Fri Aug 16 21:54:34 2013 +0200 user-accounts: Validate dialog immediately when enter is pressed This allows users to touch type passwords, press without waiting for the pasword timeout to clear. https://bugzilla.gnome.org/show_bug.cgi?id=702476 panels/user-accounts/um-account-dialog.c | 4 ++++ panels/user-accounts/um-password-dialog.c | 3 +++ 2 files changed, 7 insertions(+) commit 6d21f8f358595f23cca990f757ce592091504e1b Author: Stef Walter Date: Fri Aug 16 21:53:50 2013 +0200 user-accounts: activates_default = TRUE on add account password entries https://bugzilla.gnome.org/show_bug.cgi?id=702476 panels/user-accounts/data/account-dialog.ui | 2 ++ 1 file changed, 2 insertions(+) commit 7b3746af23f6933c0a930822b55dea6d96df3cbd Author: Stef Walter Date: Fri Aug 16 21:34:10 2013 +0200 user-accounts: Don't disable the verify password entry This completely breaks pressing to get to the next control in the dialog, especially when immediately typing a password. https://bugzilla.gnome.org/show_bug.cgi?id=702476 panels/user-accounts/um-account-dialog.c | 6 ------ panels/user-accounts/um-password-dialog.c | 6 ------ 2 files changed, 12 deletions(-) commit af691e612286d01e176c541b42f4a58db679d2af Author: Ondrej Holy Date: Tue Jul 23 16:52:03 2013 +0200 user-accounts: add positive confirmation to the add user dialog Add checkmarks, remove exclam icons and decrese timeout (by design). https://bugzilla.gnome.org/show_bug.cgi?id=702476 panels/user-accounts/data/account-dialog.ui | 11 --- panels/user-accounts/um-account-dialog.c | 100 ++++++++++++++++++++-------- 2 files changed, 72 insertions(+), 39 deletions(-) commit aaf25450ee60dba6e6c4bb046076282c8ad028b1 Author: Ondrej Holy Date: Tue Jul 23 13:22:49 2013 +0200 user-accounts: add positive confirmation to the password dialog Add checkmarks, remove exclam icons, remove tooltips, change password hints and decrese timeout (by design). https://bugzilla.gnome.org/show_bug.cgi?id=702476 panels/user-accounts/data/password-dialog.ui | 12 ----------- panels/user-accounts/pw-utils.c | 3 ++- panels/user-accounts/um-password-dialog.c | 31 ++++++++++++++-------------- panels/user-accounts/um-utils.c | 8 +++++++ panels/user-accounts/um-utils.h | 1 + 5 files changed, 26 insertions(+), 29 deletions(-) commit 0395197d37c73baedfd84838841f5488086f3fe9 Author: Seán de Búrca Date: Fri Aug 16 12:42:24 2013 -0600 Updated Irish translation po/ga.po | 558 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 285 insertions(+), 273 deletions(-) commit a5cdade1a759993360be703190958b47d3046ac3 Author: Jasper St. Pierre Date: Wed Aug 14 21:16:30 2013 -0400 network: Use HasAirplaneMode to determine whether to show the switch Not all systems have rfkill toggles we can set; if we don't have any, we shouldn't show any switch at all. https://bugzilla.gnome.org/show_bug.cgi?id=706042 panels/network/cc-network-panel.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) commit 6d353f296eb36ef149d2134d51db449cbaf4a9ac Author: Jasper St. Pierre Date: Wed Aug 14 21:01:58 2013 -0400 network: Sync airplane mode status on startup https://bugzilla.gnome.org/show_bug.cgi?id=706042 panels/network/cc-network-panel.c | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) commit 539b5e0710e5b1b8136c23a54d7efd629a1848d4 Author: Matthias Clasen Date: Fri Aug 16 10:30:58 2013 -0400 network: activate wired profiles when clicked This was always the intention of the design; we just didn't get around to it. It is becoming more important now that the shell system status does not show wired profiles anymore. https://bugzilla.gnome.org/show_bug.cgi?id=705935 panels/network/net-device-ethernet.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) commit fb195c4f08fc212fc66800f462159a6db4e3aed6 Author: Luo Lei Date: Fri Aug 16 15:01:05 2013 +0800 Update Chinese simplified translation po/zh_CN.po | 1265 ++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 721 insertions(+), 544 deletions(-) commit 56f2aff84c8e421fee7c8554372049ce47d8b959 Author: Chao-Hsiung Liao Date: Fri Aug 16 13:01:01 2013 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 262 ++++++++++++++++++++++++++++++++++++++---------------------- po/zh_TW.po | 262 ++++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 332 insertions(+), 192 deletions(-) commit 9a7ff8afbdef2035976e0dd9442803e21510d158 Author: Daiki Ueno Date: Tue Aug 13 14:52:06 2013 +0200 region: translate IBus engine name if possible https://bugzilla.gnome.org/show_bug.cgi?id=705907 panels/region/cc-ibus-utils.c | 4 ++++ 1 file changed, 4 insertions(+) commit 563d780691b7994d2b806353e5e65b3a8fde54a4 Author: Marek Černocký Date: Thu Aug 15 18:06:08 2013 +0200 Updated Czech translation po/cs.po | 64 ++++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 42 insertions(+), 22 deletions(-) commit 7f3f853fb3d893083963c5e4d746048d4b397b20 Author: Ondrej Holy Date: Tue Jul 23 16:34:44 2013 +0200 user-accounts: username generation fix https://bugzilla.gnome.org/show_bug.cgi?id=703748 panels/user-accounts/um-account-dialog.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) commit 90566ab6c537b4f5cc3d8846226c199db1b95808 Author: Victor Ibragimov Date: Thu Aug 15 11:54:31 2013 +0500 Tajik translation updated po/tg.po | 58 +++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 19 deletions(-) commit 6615c7de89718ecef9cac26a1b19d6169ecb64da Author: Jasper St. Pierre Date: Wed Aug 14 21:00:27 2013 -0400 keyboard: Add a screencast shortcut entry panels/keyboard/01-screenshot.xml.in | 3 +++ 1 file changed, 3 insertions(+) commit f05d2441558936bd607061e696cb4ba5a4aa3572 Author: Ondrej Holy Date: Tue Jul 23 12:40:09 2013 +0200 user-accounts: remove spinner from the password dialog https://bugzilla.gnome.org/show_bug.cgi?id=702480 panels/user-accounts/data/password-dialog.ui | 32 ++++------------------------ panels/user-accounts/um-password-dialog.c | 22 +------------------ 2 files changed, 5 insertions(+), 49 deletions(-) commit 39e6b6d0449c329c42c7b7d4d34f5cecd917acc8 Author: Ondrej Holy Date: Thu Jul 4 13:49:51 2013 +0200 user-accounts: Info message when we are offline https://bugzilla.gnome.org/show_bug.cgi?id=702477 panels/user-accounts/data/account-dialog.ui | 70 +++++++++++++++++++++++++++++ panels/user-accounts/um-account-dialog.c | 27 ++++++++++- 2 files changed, 95 insertions(+), 2 deletions(-) commit dca2746038a0e3adfd58708976ad324d48d724a2 Author: Ondrej Holy Date: Wed Jun 26 15:31:30 2013 +0200 user-accounts: Add an explanation of what enterprise login https://bugzilla.gnome.org/show_bug.cgi?id=702478 panels/user-accounts/data/account-dialog.ui | 35 ++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 8 deletions(-) commit 75df95dfe6effdbff198494091acd4d9bec3d73b Author: Marek Černocký Date: Wed Aug 14 19:46:17 2013 +0200 Updated Czech translation po/cs.po | 208 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 134 insertions(+), 74 deletions(-) commit 66893e9f406050f02eb6738dfb2905e59555d163 Author: Stef Walter Date: Wed Aug 14 15:11:13 2013 +0200 user-accounts: Remove some unused code in UmAccountDialog We don't use UmAccountDialog.mode_areas https://bugzilla.gnome.org/show_bug.cgi?id=705990 panels/user-accounts/um-account-dialog.c | 6 ------ 1 file changed, 6 deletions(-) commit be8f85689ab757cb4a92c1b8a75729725b69c31b Author: Kjartan Maraas Date: Wed Aug 14 14:52:31 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 76 insertions(+), 13 deletions(-) commit b99139f8294b837abb29db762b069bd1e69406a4 Author: Daniel Mustieles Date: Wed Aug 14 14:11:17 2013 +0200 Updated Spanish translation po/es.po | 218 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 138 insertions(+), 80 deletions(-) commit 439fee81586d40c35a7d4aa76e2dadc1b44d5ee3 Author: Victor Ibragimov Date: Wed Aug 14 13:52:15 2013 +0500 Tajik translation updated po/tg.po | 221 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 140 insertions(+), 81 deletions(-) commit aa3af401147c9550bc19d14b5cdaf5588083f7c1 Author: Jiro Matsuzawa Date: Mon Aug 12 14:49:43 2013 +0900 user-accounts: Mark some strings as translatable https://bugzilla.gnome.org/show_bug.cgi?id=695230 panels/user-accounts/um-history-dialog.c | 28 ++++++++++++++++++++-------- panels/user-accounts/um-user-panel.c | 8 ++++++-- panels/user-accounts/um-utils.c | 6 ++++-- 3 files changed, 30 insertions(+), 12 deletions(-) commit 3e7c0fd4ef8eeca31640b34bef733cc4d053e1ff Author: Khaled Hosny Date: Sun Aug 11 13:49:50 2013 +0200 Update Arabic translations po/ar.po | 2754 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 1524 insertions(+), 1230 deletions(-) commit 50673b9d6d877c673202939a959dd578f9019ca9 Author: Jiro Matsuzawa Date: Fri Aug 9 22:03:48 2013 +0900 l10n: Update Japanese translation po/ja.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a2121a902a1f7782655c12109b021654ec407eec Author: Kjartan Maraas Date: Thu Aug 8 20:44:11 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 133 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 65 insertions(+), 68 deletions(-) commit e665689e23b9497ba71bf3e03dae9062d09723d9 Author: Kalev Lember Date: Thu Aug 8 11:08:40 2013 +0200 datetime: Use g_clear_object() https://bugzilla.gnome.org/show_bug.cgi?id=694985 panels/datetime/cc-datetime-panel.c | 43 ++++++------------------------------- 1 file changed, 7 insertions(+), 36 deletions(-) commit 431a588a1a7c8ec795ee251db5fc5411b70376af Author: Daniel Mustieles Date: Thu Aug 8 11:15:10 2013 +0200 Updated Spanish translation po/es.po | 261 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 134 insertions(+), 127 deletions(-) commit 0510baa660e065c8df114312a304d26623f2d6f9 Author: Ondrej Holy Date: Wed Jun 26 15:08:29 2013 +0200 user-accounts: Remove a domain validation error icon https://bugzilla.gnome.org/show_bug.cgi?id=702479 panels/user-accounts/um-account-dialog.c | 4 ---- 1 file changed, 4 deletions(-) commit 7c170a2c9045c72cebbcbae8255cff7fa236b71a Author: Chao-Hsiung Liao Date: Wed Aug 7 12:42:27 2013 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 557 +++++++++++++++++++++++++---------------------------------- po/zh_TW.po | 561 ++++++++++++++++++++++++++---------------------------------- 2 files changed, 477 insertions(+), 641 deletions(-) commit c0201168f848a2f86ad2030296f0fa480d1d2f74 Author: Kalev Lember Date: Mon Jul 29 15:45:44 2013 +0200 datetime: Resave the .ui file with recent Glade No functional changes; this is only to minimize changes in subsequent commits that touch the .ui file. https://bugzilla.gnome.org/show_bug.cgi?id=694985 panels/datetime/datetime.ui | 270 ++++++++++++++++++++++++++------------------ 1 file changed, 160 insertions(+), 110 deletions(-) commit 238e1e6b7af82287b45ee79a81c45748f2240ed7 Author: Rafael Ferreira Date: Mon Aug 5 21:40:15 2013 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 991 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 551 insertions(+), 440 deletions(-) commit 067d064105dbe8ea341c8270b41a5a63777ff73e Author: Ondrej Holy Date: Tue Jun 18 15:36:35 2013 +0200 user-accounts: Add padding between current and new password fields https://bugzilla.gnome.org/show_bug.cgi?id=702481 panels/user-accounts/data/password-dialog.ui | 2 ++ 1 file changed, 2 insertions(+) commit e3e5d08fcf75c97f194d8563179c5f62c989a410 Author: Vincent van Adrighem Date: Sun Aug 4 13:05:06 2013 +0200 nl.po: Translation update by Hannie Dumoleyn po/nl.po | 2728 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 1533 insertions(+), 1195 deletions(-) commit 1356d74ff5436a5bb1736b479bdde444e98a9417 Author: Seán de Búrca Date: Sat Aug 3 11:42:46 2013 -0600 Updated Irish translation po/ga.po | 503 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 234 insertions(+), 269 deletions(-) commit 44b1cdd75914789d16914debb8829a322946ce40 Author: Kjartan Maraas Date: Sat Aug 3 18:20:01 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 144 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 74 insertions(+), 70 deletions(-) commit ff82697b6aed6c8a50830ec28fd1bc9b8ca7c4b8 Author: Marek Černocký Date: Sat Aug 3 12:23:05 2013 +0200 Updated Czech translation po/cs.po | 250 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 127 insertions(+), 123 deletions(-) commit 83caf39852870c657b6d2ac19ed431273a536640 Author: Victor Ibragimov Date: Sat Aug 3 00:42:50 2013 +0500 Tajik translation updated po/tg.po | 131 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 67 insertions(+), 64 deletions(-) commit 88bdd191a34f071183dfcd2864445b21025e009e Author: Jonh Wendell Date: Fri Aug 2 12:17:37 2013 -0300 online-accounts: proper align the 'No accounts' label use the default label align, "FILL", instead of "CENTER". this fixes some issues in languages like zh_TW. https://bugzilla.gnome.org/show_bug.cgi?id=705354 panels/online-accounts/online-accounts.ui | 2 -- 1 file changed, 2 deletions(-) commit f1d59d06dfaff888dd64dfd7c31984eb4a46cf69 Author: Jonh Wendell Date: Fri Aug 2 13:31:51 2013 -0300 user-accounts: make sure to check for permissions everywhere every time we call show_user() we should also verify the permissions. this fixes the issue where sometimes we may have some controls enabled on startup, even on 'locked' state. https://bugzilla.gnome.org/show_bug.cgi?id=705322 panels/user-accounts/um-user-panel.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) commit 364eee3909e37baf6e80d84243a6f84ba6df333f Author: Jan Alexander Steffens (heftig) Date: Thu Aug 1 11:55:41 2013 +0200 power: Use logind to discover CanHibernate The upower functionality is deprecated and will return an error unless upower is built with --enable-deprecated. The function is also not defined unless the application defines UPOWER_ENABLE_DEPRECATED, which g-c-c does not do, and the build system currently does not enable the warning (or error) about this. https://bugzilla.gnome.org/show_bug.cgi?id=705275 panels/power/cc-power-panel.c | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) commit eca503bcc5a4a8ee8662c68d1f4c0daec9924c72 Author: Thomas Wood Date: Fri Aug 2 13:27:09 2013 +0100 shell: prevent a warning if the monitor number is not available yet https://bugzilla.gnome.org/show_bug.cgi?id=705297 shell/cc-window.c | 3 +++ 1 file changed, 3 insertions(+) commit 2f1d233a6426d38408e1347ad582a0cd98b7d670 Author: Jasper St. Pierre Date: Tue Jul 2 18:23:25 2013 -0400 language-chooser: Remove unneeded variables panels/common/cc-language-chooser.c | 8 -------- 1 file changed, 8 deletions(-) commit 2d1f1e8131910ca1cd4f757f250da4a6e366d758 Author: Jasper St. Pierre Date: Tue Jul 2 18:24:05 2013 -0400 language-chooser: Fix code style panels/common/cc-language-chooser.c | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) commit 6164f117d53fd165eb2e21953942d0bce44b65d7 Author: Fran Diéguez Date: Fri Aug 2 12:46:05 2013 +0200 Updated Galician translations po/gl.po | 396 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 205 insertions(+), 191 deletions(-) commit 6be06c41195dbdc30378c535e032b72f057d8bbe Author: Cosimo Cecchi Date: Thu Aug 1 11:23:53 2013 +0200 power: Add keyboard brightness support Add a slider to the Power panel to control keyboard brightness. https://bugzilla.gnome.org/show_bug.cgi?id=705272 panels/power/cc-power-panel.c | 218 ++++++++++++++++++++++++++++++++---------- 1 file changed, 170 insertions(+), 48 deletions(-) commit b52fde3fcc6524f79cd9fd75717ae69057a61368 Author: Thomas Wood Date: Thu Aug 1 15:55:35 2013 +0100 shell: prevent the window from being taller than the height of the monitor https://bugzilla.gnome.org/show_bug.cgi?id=705297 shell/cc-window.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) commit fe48cc9e6eeb21e6bd3e3d5b9460cbd9f60a5b23 Author: Richard Hughes Date: Thu Aug 1 08:59:03 2013 +0100 Revert "color: to shrink the list" This reverts commit 902e88c7ad826405f6588e1de5fac1848fe93396. It does not match the mockups, introduces a horizontal scrollbar for non-VM machines, and resizes when button appear. panels/color/color.ui | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 0787983137b1f244101bd68969b263a792d0546d Author: Gabor Kelemen Date: Wed Jul 31 21:34:02 2013 +0200 Updated Hungarian translation po/hu.po | 2428 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 1371 insertions(+), 1057 deletions(-) commit f2f66b209a578b2b020a3ccac32b32475037e425 Author: Seán de Búrca Date: Wed Jul 31 10:30:12 2013 -0600 Updated Irish translation po/ga.po | 5681 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 3744 insertions(+), 1937 deletions(-) commit 902e88c7ad826405f6588e1de5fac1848fe93396 Author: Yosef Or Boczko Date: Wed Jul 31 18:41:37 2013 +0300 color: to shrink the list It is inconsistent with many of the other panels: 134px in left-hand side of the list, 134px in right-hand side of the list, 22px from on bottom of the list and 22px from on top of the list. https://bugzilla.gnome.org/show_bug.cgi?id=698372 panels/color/color.ui | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 220282ffd7f9d2a171351dac9a41a630a2275b2d Author: Yosef Or Boczko Date: Wed Jul 31 18:40:25 2013 +0300 notifications: to shrink the list It is inconsistent with many of the other panels: 134px in left-hand side of the list, 134px in right-hand side of the list, 22px from on bottom of the list and 22px from on top of the list. https://bugzilla.gnome.org/show_bug.cgi?id=691733 panels/notifications/notifications.ui | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 0ef9a693aeee511791c76e9b9dc72d02c1e6f376 Author: Yaron Shahrabani Date: Wed Jul 31 11:46:43 2013 +0300 Updated Hebrew translation. po/he.po | 3187 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 1795 insertions(+), 1392 deletions(-) commit 56aa021341576b141d04cfad1c50799f38e37308 Author: Yosef Or Boczko Date: Tue Jul 30 21:17:18 2013 +0300 power: Adding more padding to top of panel adding 12px of padding https://bugzilla.gnome.org/show_bug.cgi?id=698202 panels/power/power.ui | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 18f1f58bc72681f28b97f4936b986730ee35ee73 Author: Kjartan Maraas Date: Tue Jul 30 19:46:36 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 827 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 412 insertions(+), 415 deletions(-) commit 82b5ba66c6516ccfe46b25e8164b6d384de35667 Author: Victor Ibragimov Date: Tue Jul 30 22:34:59 2013 +0100 Tajik translation updated po/tg.po | 117 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 60 insertions(+), 57 deletions(-) commit cc5a914726537f2309606bc3f296b4c1d11c2339 Author: Bastien Nocera Date: Tue Jul 30 17:04:23 2013 +0200 build: Bump GTK+ requirements for delayed search entry changes https://bugzilla.gnome.org/show_bug.cgi?id=705151 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 36ad07fdc7f3bb6bda555bd424923447bcc2cfc9 Author: Bastien Nocera Date: Tue Jul 30 16:54:21 2013 +0200 common: Use new delayed search entry API https://bugzilla.gnome.org/show_bug.cgi?id=705151 panels/common/cc-language-chooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7c579838de45d7210c4d4dd3709a2fa74509993b Author: Bastien Nocera Date: Tue Jul 30 16:54:09 2013 +0200 shell: Use new delayed search entry API https://bugzilla.gnome.org/show_bug.cgi?id=705151 shell/cc-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f9db0a832d390345630069643e4ac064ec6eb1de Author: Bastien Nocera Date: Tue Jul 30 16:53:47 2013 +0200 region: Use new delayed search entry API https://bugzilla.gnome.org/show_bug.cgi?id=705151 panels/region/cc-format-chooser.c | 2 +- panels/region/cc-input-chooser.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit c3c2b23487f7360f2243f2fff15aab0001288330 Author: Bastien Nocera Date: Tue Jul 30 16:42:23 2013 +0200 wacom: Fix possible use before set panels/wacom/cc-wacom-button-row.c | 4 ++++ 1 file changed, 4 insertions(+) commit 00316c33f4c7cadaa0ae7631ab8e9aad4b5553e1 Author: Ondrej Holy Date: Tue Jun 18 15:20:21 2013 +0200 user-accounts: Change password hint to be more obvious https://bugzilla.gnome.org/show_bug.cgi?id=702474 panels/user-accounts/pw-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 995ba2c2d72311f8dd3c01ae0926d664222a198a Author: Jonh Wendell Date: Mon Jul 29 12:34:25 2013 -0300 sharing: don't allow empty passwords in screen sharing if the user chooses to use a password but doesn't provide one, then revert the option to not use a password at all. https://bugzilla.gnome.org/show_bug.cgi?id=703512 panels/sharing/cc-sharing-panel.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) commit 596908c5d382d0fe1c6b1aee8349ed22aafa18c3 Author: Ondrej Holy Date: Tue Jun 18 15:16:51 2013 +0200 user-accounts: Enable checking for seqences in password Bump libpwquality version to 1.2.2. ttps://bugzilla.gnome.org/show_bug.cgi?id=702474 configure.ac | 2 +- panels/user-accounts/pw-utils.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) commit 7e62ec47ce7be035a1f873b1b5c96b2d4c098650 Author: Jonh Wendell Date: Mon Jul 29 14:32:51 2013 -0300 user-accounts: really selects the newly-created user complement to f438da7c3b7d0978e4f03d4d810d175ce9218e0f make sure to only return the newly created User object when it is fully loaded. https://bugzilla.gnome.org/show_bug.cgi?id=704426 panels/user-accounts/um-account-dialog.c | 35 ++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 11 deletions(-) commit 30e0080ccc1f594850bf17120cf360d758b1e9b2 Author: Yosef Or Boczko Date: Tue Jul 30 15:32:27 2013 +0300 network: Fix stretched header bar switch and add padding of 4px https://bugzilla.gnome.org/show_bug.cgi?id=703974 panels/network/cc-network-panel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)