commit 92dfeff5afa8a71512c85d534506a8d014cd645d Author: Bastien Nocera Date: Tue Feb 21 10:27:17 2012 +0100 3.3.90 NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 47 insertions(+), 1 deletions(-) commit 94d605d06010f646ed575dc1ec605d86e5d504cd Author: Bastien Nocera Date: Tue Feb 21 10:15:27 2012 +0100 build: Require the newly released gsd 3.3.90 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 48f0fbf9cd71dec9d74355a9aeb620ac5d423fbf Author: Мирослав Николић Date: Tue Feb 21 09:47:03 2012 +0100 Updated Serbian translation po/sr.po | 115 ++++++++++++++++++++++++++++---------------------------- po/sr@latin.po | 115 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 116 insertions(+), 114 deletions(-) commit b4a09664d91ddae78f35a08fd0df8ed0b0a40477 Author: Daniel Mustieles Date: Tue Feb 21 09:44:38 2012 +0100 Updated Spanish translation po/es.po | 115 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 59 insertions(+), 56 deletions(-) commit ca7bc5f40045877cd2dff40ad12718bea35c0da5 Author: Ask H. Larsen Date: Mon Feb 20 22:31:56 2012 +0100 Updated Danish translation po/da.po | 6198 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 3345 insertions(+), 2853 deletions(-) commit 3824ad8a50df3a10b1f77ed02f5c2c9bc7f7a8ca Author: Bastien Nocera Date: Mon Feb 20 18:47:44 2012 +0100 wacom: Update from gnome-settings-daemon panels/wacom/gsd-input-helper.c | 30 ++++++++++++++++++++++-------- panels/wacom/gsd-wacom-device.c | 10 +++++----- 2 files changed, 27 insertions(+), 13 deletions(-) commit 8a8492ea262431d5dc4988d5554d39b3bb2fbaa0 Author: Bastien Nocera Date: Mon Feb 20 16:50:44 2012 +0100 wacom: Monitor the last used stylus And switch to its page on startup, or when drawn near the device panels/wacom/cc-wacom-page.c | 37 ++++++++++++++++++++++++++++++++++++- 1 files changed, 36 insertions(+), 1 deletions(-) commit 544af5214ad4902daa8879c3e0c092c806c6f51b Author: Bastien Nocera Date: Mon Feb 20 17:09:53 2012 +0100 wacom: Export stylus from CcWacomStylusPage panels/wacom/cc-wacom-stylus-page.c | 6 ++++++ panels/wacom/cc-wacom-stylus-page.h | 2 ++ 2 files changed, 8 insertions(+), 0 deletions(-) commit 21ab18a70f3e8e31aede22e6dbc321c3e5df3e22 Author: Bastien Nocera Date: Mon Feb 20 16:50:28 2012 +0100 wacom: Change label for display mapping button panels/wacom/gnome-wacom-properties.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 43d30f77dd4b9197f9058c4c15f7baa3ea9da820 Author: Sjoerd Simons Date: Sun Oct 30 11:16:22 2011 +0100 Include cheese flags for build with webcam support configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 371fef61c0c40edc9295612cc8a8ad5acd80ac6d Author: Cosimo Cecchi Date: Thu Feb 16 19:37:09 2012 +0100 wacom: split the styli controls into a separate GtkGrid Like we did for the tablet page. https://bugzilla.gnome.org/show_bug.cgi?id=668881 panels/wacom/cc-wacom-stylus-page.c | 24 +- panels/wacom/wacom-stylus-page.ui | 406 ++++++++++++++++++----------------- 2 files changed, 219 insertions(+), 211 deletions(-) commit 790bbbdeb3cfa4c8ecd3ffa8c4f26209403bbeb9 Author: Cosimo Cecchi Date: Thu Feb 16 19:35:39 2012 +0100 wacom: realign the lines on the styli images to the controls We want them to line up with a 10px padding between the controls. https://bugzilla.gnome.org/show_bug.cgi?id=668881 panels/wacom/wacom-stylus-airbrush.svg | 20 ++++++++++---------- panels/wacom/wacom-stylus-art-pen.svg | 22 +++++++++++----------- panels/wacom/wacom-stylus-classic.svg | 24 ++++++++++++------------ panels/wacom/wacom-stylus-inking.svg | 20 ++++++++++---------- panels/wacom/wacom-stylus.svg | 26 +++++++++++++------------- 5 files changed, 56 insertions(+), 56 deletions(-) commit 4ba77224bd6b8a3d7274b834f0599ff44e6ad0c7 Author: Cosimo Cecchi Date: Thu Feb 16 08:48:10 2012 +0100 wacom: redo spacings in the tablet UI page Use column and row spacing on the containing GtkGrid instead of setting margins on each widget. https://bugzilla.gnome.org/show_bug.cgi?id=668881 panels/wacom/gnome-wacom-properties.ui | 27 +++++++++++---------------- 1 files changed, 11 insertions(+), 16 deletions(-) commit d451559391003a2b4117ed9dd09dd38d16fc4eb9 Author: Cosimo Cecchi Date: Thu Feb 16 08:46:20 2012 +0100 wacom: align the navigation button box to the end of their row https://bugzilla.gnome.org/show_bug.cgi?id=668881 panels/wacom/cc-wacom-page.c | 2 ++ panels/wacom/cc-wacom-stylus-page.c | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) commit 41e55372a942e22e2d06aa318a95a91e0549eaf3 Author: Cosimo Cecchi Date: Thu Feb 16 00:36:17 2012 -0500 wacom: split the main page controls in a separate GtkGrid The effect we want to achieve is to have the model name and button box padded 16px to the left of the tablet controls below. Pack all the tablet controls in a separate GtkGrid, so we can just set a margin on that and offset its contents from the model above. https://bugzilla.gnome.org/show_bug.cgi?id=668881 panels/wacom/cc-wacom-page.c | 6 +- panels/wacom/gnome-wacom-properties.ui | 232 +++++++++++++++++--------------- 2 files changed, 127 insertions(+), 111 deletions(-) commit 30c073ffee724526b563d0d7925dc5b668c432a3 Author: Tomas Bzatek Date: Thu Feb 16 18:33:01 2012 +0100 keyboard: Allocate required space for replacing a key shortcut https://bugzilla.gnome.org/show_bug.cgi?id=670236 panels/keyboard/cc-keyboard-item.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit bac76fa3876bfe5b073a64ebec7592abc9c99f61 Author: Javier Jardón Date: Fri Feb 17 13:42:36 2012 +0000 power: register for "g-properties-changed" rather than "g-signal" This is due this change in gnome-settings-daemon: http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=07b1ed63016f1725be251fa6ce8c15e0498539b5 Fixes https://bugzilla.gnome.org/show_bug.cgi?id=670285 panels/power/cc-power-panel.c | 34 +++++++++++++++------------------- 1 files changed, 15 insertions(+), 19 deletions(-) commit f7643a3e379b9fdde3e374d2f2edf39960480884 Author: Мирослав Николић Date: Mon Feb 20 10:54:36 2012 +0100 Updated Serbian translation po/sr.po | 108 ++++++++++++++++++++++++++++---------------------------- po/sr@latin.po | 108 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 108 insertions(+), 108 deletions(-) commit a9d42502e8608aa46c5fa5ff056a459f1ef2c969 Author: Kjartan Maraas Date: Sun Feb 19 19:55:39 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 609 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 407 insertions(+), 202 deletions(-) commit be88bc1fd3bcf95f65bba69d2350fdb1dd7060a5 Author: Bastien Nocera Date: Sun Feb 19 16:12:30 2012 +0100 keyboard: Shift+unmodified key isn't good enough And it stops upper-case unmodified (or lightly modified) keys from being captured and unusable for other purposes. panels/keyboard/keyboard-shortcuts.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a13a85b7bbc2478dfc0d917f3e4a7bef3881adab Author: Bastien Nocera Date: Sun Feb 19 16:05:27 2012 +0100 wacom: Coding style fixes panels/wacom/cc-wacom-page.c | 32 ++++++++++++++++++++------------ 1 files changed, 20 insertions(+), 12 deletions(-) commit 3d3f949f376af1596f73338e60d125683df66523 Author: Bastien Nocera Date: Sun Feb 19 16:03:31 2012 +0100 keyboard: Remove unused "block_accels" work-around panels/keyboard/keyboard-shortcuts.c | 62 +++++++-------------------------- 1 files changed, 13 insertions(+), 49 deletions(-) commit 71e4ed4312b9f9cb80ba504200d3012c055228df Author: Mattias Põldaru Date: Sun Feb 19 12:22:14 2012 +0200 [l10n] Updated Estonian translation po/et.po | 174 +++++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 143 insertions(+), 31 deletions(-) commit f8bac98f82ef5627a1e9cda3e9e856c01707d4f9 Author: Jiro Matsuzawa Date: Sun Feb 19 07:01:05 2012 +0900 [l10n] Update Japanese translation po/ja.po | 589 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 294 insertions(+), 295 deletions(-) commit 82ac9b1bb3e39f20a7020959a6ea7f49b5867f75 Author: Daniel Mustieles Date: Sat Feb 18 19:37:45 2012 +0100 Updated Spanish translation po/es.po | 33 ++++++++++++++++++--------------- 1 files changed, 18 insertions(+), 15 deletions(-) commit e0a55d2216a7a07d79242d5d1d89f1456285bdd4 Author: Bastien Nocera Date: Sat Feb 18 16:26:53 2012 +0100 wacom: Make edition match that in the keyboard panel panels/wacom/cc-wacom-page.c | 39 ++++++--------------------------------- 1 files changed, 6 insertions(+), 33 deletions(-) commit 0965294afd43da8c299eb92b44a4567b2ddeb537 Author: Bastien Nocera Date: Sat Feb 18 16:21:28 2012 +0100 keyboard: Make clicking on description edit the shortcut As it used it, and broke when we moved to GNOME 3. https://bugzilla.gnome.org/show_bug.cgi?id=661527 panels/keyboard/keyboard-shortcuts.c | 41 +++++---------------------------- 1 files changed, 7 insertions(+), 34 deletions(-) commit a3a96fa0f040330c5b77a5ca09dab04e4d4b5ea7 Author: Bastien Nocera Date: Sat Feb 18 14:43:04 2012 +0100 wacom: Fix label for hard-coded and disabled buttons panels/wacom/cc-wacom-page.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 46aaf85c19bdd29ffe4b159e9cc4d041d7ac3f82 Author: Yaron Shahrabani Date: Sat Feb 18 11:06:04 2012 +0200 Updated Hebrew translation. po/he.po | 789 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 503 insertions(+), 286 deletions(-) commit 98b1e463dc650002a62b7bee5e9940b002564133 Author: Kristjan SCHMIDT Date: Sat Feb 18 08:45:36 2012 +0100 Updated Esperanto translation po/eo.po | 602 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 306 insertions(+), 296 deletions(-) commit 21f3cc9545d94084b3233650ba727112790ac658 Author: Kristjan SCHMIDT Date: Sat Feb 18 07:29:22 2012 +0100 Updated Esperanto translation po/eo.po | 6234 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 3570 insertions(+), 2664 deletions(-) commit 4f4b17de5da23b90c15bbe3988352bca7d3c1aaf Author: Chao-Hsiung Liao Date: Sat Feb 18 08:43:05 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 763 ++++++++++++++++++++++++++++++++++++++--------------------- po/zh_TW.po | 763 ++++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 986 insertions(+), 540 deletions(-) commit dafd76378a4d8cf3b85a9e6da9c1ff062029ba15 Author: Bastien Nocera Date: Fri Feb 17 17:07:59 2012 +0100 build: Bump dependency for gnome-settings-daemon https://bugzilla.gnome.org/show_bug.cgi?id=670158 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 177708bcc8b80dbfa334668cdfde911f7a6e2682 Author: Luca Ferretti Date: Fri Feb 17 15:07:48 2012 +0100 l10n: Updated Italian translation po/it.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 74f29490225a59ce5a0b0f94b2c27ada5cdf1cc3 Author: Bastien Nocera Date: Fri Feb 17 12:46:45 2012 +0100 shell: Fix cheese related crashers By initialising threading in X11. It's like Totem 10 years ago (except that libXi doesn't deadlock). https://bugzilla.gnome.org/show_bug.cgi?id=669834 configure.ac | 2 +- shell/control-center.c | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletions(-) commit 24af6576da5c76375e1a22dc7037e10eaf927791 Author: Allan Day Date: Fri Feb 17 11:01:21 2012 +0100 power - fix text flow The labels on the left should be more prominent so they lead users into the dialog. Make them dark and the upper labels smaller. https://bugzilla.gnome.org/show_bug.cgi?id=670269 panels/power/cc-power-panel.c | 2 +- panels/power/power.ui | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) commit 12745222ee0bd026e01701c619fcb589640aa567 Author: Daniel Mustieles Date: Fri Feb 17 10:32:04 2012 +0100 Updated Spanish translation po/es.po | 46 +++++++++++++++++++++++++++------------------- 1 files changed, 27 insertions(+), 19 deletions(-) commit 889ede3d0955755b8417717d428a79679d3d19cf Author: Luca Ferretti Date: Thu Feb 16 23:30:11 2012 +0100 l10n: Updated Italian translation po/it.po | 6589 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 3629 insertions(+), 2960 deletions(-) commit 4738872e04614fabba75a71528a1ecb1a7cbe84b Author: Bastien Nocera Date: Thu Feb 16 19:31:37 2012 +0100 wacom: Style fixes for signal handlers panels/wacom/cc-wacom-mapping-panel.c | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 05ba7514badfb201a2f126c21f72acd407469fde Author: Bastien Nocera Date: Thu Feb 16 19:28:08 2012 +0100 wacom: Invert the meaning of the checkbox So that we can disable the combobox if the checkbutton is disabled, rather than having inverted meaning, which can be very confusing. Also make sure that the combobox has the correct state if we have an unconfigured tablet. panels/wacom/cc-wacom-mapping-panel.c | 23 +++++++++++++++-------- 1 files changed, 15 insertions(+), 8 deletions(-) commit 6c5276b0613ea00f6b71e6353d5cbb05ae1c2ba8 Author: Bastien Nocera Date: Thu Feb 16 19:07:17 2012 +0100 wacom: Put the whole desktop checkbox first panels/wacom/cc-wacom-mapping-panel.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 784b1faf7ef2c232a932488c01a49ad8688719db Author: Bastien Nocera Date: Thu Feb 16 19:06:10 2012 +0100 wacom: Make the label sensitive (or not) too When making the combo box unsensitive, disable the label too. Also make sure that both widgets are correctly made sensitive again when we have monitors in the drop-down. panels/wacom/cc-wacom-mapping-panel.c | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) commit 15384a1ab834b352036536d2d05aa0a16c0add82 Author: Bastien Nocera Date: Thu Feb 16 18:55:28 2012 +0100 wacom: Avoid warnings with default settings By default, the tablets are mapped to the first monitor (unless they're screen tablets). I think. Maybe. Let me know if I'm wrong. panels/wacom/cc-wacom-mapping-panel.c | 40 +++++++++++++++++++------------- 1 files changed, 24 insertions(+), 16 deletions(-) commit f167307efe1831fdb1faab2dacb4df668f6084e6 Author: Bastien Nocera Date: Thu Feb 16 18:54:01 2012 +0100 wacom: Fix memleak The list store was leaked as the combobox is supposed to be the only one holding a reference. panels/wacom/cc-wacom-mapping-panel.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit fda8864aa66a58b4003a6c458f5bd6e6652adb42 Author: Bastien Nocera Date: Thu Feb 16 18:51:26 2012 +0100 wacom: Fix declaration of functions with no args panels/wacom/cc-wacom-mapping-panel.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 69584d5b1766e9cd457453fc9a6b3ceb4f84cf53 Author: Bastien Nocera Date: Thu Feb 16 18:48:02 2012 +0100 wacom: Use symbolic names for columns panels/wacom/cc-wacom-mapping-panel.c | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) commit 5743f2098c9eb9b7bae8cca6b10b0e8c983c683b Author: Bastien Nocera Date: Thu Feb 16 17:24:55 2012 +0100 wacom: Implement basic display mapping dialogue panels/wacom/cc-wacom-page.c | 50 +++++++++++++++++++++++++++++++++++++++++- 1 files changed, 49 insertions(+), 1 deletions(-) commit 2d0bf044e5a4cd32984a28e8f3c42953c1d717e7 Author: Jason Gerecke Date: Fri Jan 20 15:08:27 2012 -0800 wacom: Barebones mapping panel implementation Provides a barebones implementation of a panel for selecting the display to map a tablet to. This implementation uses a combo box instead of the Display-panel-like UI specified by the mockup since my Cairo and GTK-fu are weak. https://bugzilla.gnome.org/show_bug.cgi?id=668546 panels/wacom/Makefile.am | 4 + panels/wacom/cc-wacom-mapping-panel.c | 283 +++++++++++++++++++++++++++++++++ panels/wacom/cc-wacom-mapping-panel.h | 77 +++++++++ 3 files changed, 364 insertions(+), 0 deletions(-) commit 2bb25a7cd9e8cc5eb93c173af7fcdea7f075b3a0 Author: Bastien Nocera Date: Thu Feb 16 16:38:21 2012 +0100 wacom: Add "Display Mapping" button Non-operational panels/wacom/cc-wacom-page.c | 1 + panels/wacom/gnome-wacom-properties.ui | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletions(-) commit d7bf7f8ed9cf5bb28fa5fd64310f672fbb19a132 Author: Bastien Nocera Date: Thu Feb 16 17:24:43 2012 +0100 wacom: Remove extraneous linefeed panels/wacom/cc-wacom-page.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 030513fbe14dbbd589f0efa87a23717299fc55dc Author: Bastien Nocera Date: Thu Feb 16 17:28:33 2012 +0100 wacom: Update from gnome-settings-daemon panels/wacom/gsd-wacom-device.c | 36 +++++++++++++++++++++--------------- 1 files changed, 21 insertions(+), 15 deletions(-) commit ff43d2e1ed1e624a102d8601693b1d1be2bfcb4c Author: Fran Diéguez Date: Thu Feb 16 15:12:57 2012 +0100 Updated Galician translations po/gl.po | 45 ++++++++++++++++++++++----------------------- 1 files changed, 22 insertions(+), 23 deletions(-) commit c1922ea6fb167d6c3f17be18491a6d7c4a19f325 Author: Automatic Mirroring Date: Thu Feb 16 10:29:08 2012 +0000 Update Simplified Chinese translation. po/zh_CN.po | 3277 ++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 1790 insertions(+), 1487 deletions(-) commit 2a155959d9b218f6bd6299b45d68e0b151891166 Author: Ihar Hrachyshka Date: Wed Feb 15 22:04:45 2012 +0300 Updated Belarusian translation. po/be.po | 272 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 194 insertions(+), 78 deletions(-) commit 603341a984a82c0548f2d2509c0860dac78c3cfe Author: Richard Hughes Date: Wed Feb 15 16:58:53 2012 +0000 power: Re-fix the right hand side combobox alignment panels/power/power.ui | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 9ee9ad0b31ef9423a19ba0a6b4d4ea5b9e6b1005 Author: Richard Hughes Date: Wed Feb 15 16:56:00 2012 +0000 power: Unbold the link to 'Screen Settings' panels/power/cc-power-panel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4a3e827d56564ad51bf097be2655bfafa9408641 Author: Daniel Mustieles Date: Wed Feb 15 18:10:23 2012 +0100 Updated Spanish translation po/es.po | 47 +++++++++++++++-------------------------------- 1 files changed, 15 insertions(+), 32 deletions(-) commit 240faca3e0ad7c26b3bb5edb68e0dc55a2e6bd0d Author: Cosimo Cecchi Date: Tue Feb 14 18:05:34 2012 -0500 power: hide "When power is critical" elements when there's no batteries As for the mockups https://bugzilla.gnome.org/show_bug.cgi?id=670107 panels/power/cc-power-panel.c | 2 ++ panels/power/power.ui | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) commit 02e5cb7f7043376365b25dea1dcb698c63d94eb9 Author: Cosimo Cecchi Date: Tue Feb 14 17:58:24 2012 -0500 power: port main box to GtkGrid Instead of a box of boxes; this way we can easily align labels without an additional GtkSizeGroup using halign. https://bugzilla.gnome.org/show_bug.cgi?id=670107 panels/power/cc-power-panel.c | 10 +-- panels/power/power.ui | 233 ++++++++++++++--------------------------- 2 files changed, 83 insertions(+), 160 deletions(-) commit 4093f9eae49ae909afdff84fde43f3f0b0617833 Author: Cosimo Cecchi Date: Tue Feb 14 17:39:19 2012 -0500 power: set dim-label style classes on left labels To be consistent with other panels. https://bugzilla.gnome.org/show_bug.cgi?id=670107 panels/power/power.ui | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) commit 8fdc455b2171e08d0a16a54e0ae5a039f0311dc7 Author: Marek Kasik Date: Wed Feb 15 16:30:26 2012 +0100 printers: Check length of markers-related arrays Prevent g-c-c from crashing because of different lengths of arrays in which are informations about markers names, levels, types and colors (rhbz#790430). panels/printers/cc-printers-panel.c | 105 ++++++++++++++++++----------------- 1 files changed, 55 insertions(+), 50 deletions(-) commit 325af6a468ec89e7237c0d175095d866bf5b2dea Author: Muhammet Kara Date: Wed Feb 15 14:05:19 2012 +0200 [l10n]Updated Turkish translation po/tr.po | 3325 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 1850 insertions(+), 1475 deletions(-) commit 9f4e2ef49cbc15757da68a373a5c851b4b421feb Author: Daniel Mustieles Date: Wed Feb 15 13:00:48 2012 +0100 Updated Spanish translation po/es.po | 308 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 225 insertions(+), 83 deletions(-) commit ae6e4040acf96ca30b5494da0d978c3e8be9849f Author: Richard Hughes Date: Wed Feb 15 10:07:45 2012 +0000 shell: Use the '@borders' CSS style for the CcStrengthBar outline shell/cc-strength-bar.c | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) commit a0e29353761f73de17bb3f899c4bbb387d7002ac Author: Richard Hughes Date: Wed Feb 15 09:58:07 2012 +0000 power: Fix up the header labels to be aligned with the comboboxes Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=670121 panels/power/power.ui | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit eb7c08409fccc9f663afa3a7a0685ee41b566faa Author: Мирослав Николић Date: Wed Feb 15 10:50:53 2012 +0100 Updated Serbian translation po/sr.po | 419 ++++++++++++++++++++++++++++++-------------------------- po/sr@latin.po | 419 ++++++++++++++++++++++++++++++-------------------------- 2 files changed, 450 insertions(+), 388 deletions(-) commit c58e5e802aad3c6def2251abe672953a04eee020 Author: Fran Diéguez Date: Tue Feb 14 21:47:09 2012 +0100 Updated Galician translations po/gl.po | 549 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 347 insertions(+), 202 deletions(-) commit 55c1a44dae039fdbc2d4b4e89766e22464bc933a Author: Bastien Nocera Date: Tue Feb 14 19:37:28 2012 +0000 wacom: Implement closing the mapping dialogue panels/wacom/cc-wacom-page.c | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) commit 048af8504d06ca64ad4f3c52e84220eedaa53dd4 Author: Bastien Nocera Date: Tue Feb 14 19:34:10 2012 +0000 po: Add new Wacom file po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3983a44d2962711b98f5f5e027c1e491090c9a7a Author: Bastien Nocera Date: Tue Feb 14 19:33:23 2012 +0000 wacom: Make button mapping window bigger panels/wacom/button-mapping.ui | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit 27ea364ea7baea9361564bda4b10c991b5705852 Author: Bastien Nocera Date: Tue Feb 14 19:21:59 2012 +0000 wacom: Hide elevator buttons until we can handle them panels/wacom/cc-wacom-page.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit f100c984885a4c4650b61e39b4d493e679436893 Author: Bastien Nocera Date: Tue Feb 14 19:19:16 2012 +0000 wacom: Implement saving keyboard shortcuts panels/wacom/cc-wacom-page.c | 315 +++++++++++++++++++++++++++++++++++++++++- 1 files changed, 309 insertions(+), 6 deletions(-) commit 472317bc10803f746c8aed15a5354c8788228598 Author: Bastien Nocera Date: Tue Feb 14 18:31:12 2012 +0000 wacom: Update test-wacom for API change panels/wacom/test-wacom.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) commit 9df8c7cf62caa1b59672a9f3025016769bb099df Author: Bastien Nocera Date: Tue Feb 14 18:30:34 2012 +0000 wacom: Add "pad" argument to cc_wacom_page_new() panels/wacom/cc-wacom-page.c | 11 +++++++++-- panels/wacom/cc-wacom-page.h | 3 ++- panels/wacom/cc-wacom-panel.c | 6 +++++- 3 files changed, 16 insertions(+), 4 deletions(-) commit c85f53a80104ce2ba7582803495e66ff2e26d756 Author: Bastien Nocera Date: Tue Feb 14 18:46:29 2012 +0000 wacom: Update from gnome-settings-daemon panels/wacom/gsd-wacom-device.c | 156 +++++++++++++++++++++++++++++++++++++- panels/wacom/gsd-wacom-device.h | 7 ++ 2 files changed, 158 insertions(+), 5 deletions(-) commit cad6f350cae692890b765720dcdef528d20c4c9c Author: Bastien Nocera Date: Tue Feb 14 19:18:40 2012 +0000 keyboard: Don't set the "text" property It won't be used, we're using a function to set the text a line below. panels/keyboard/keyboard-shortcuts.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit df372b56fea31e3f6fb9a96963f375fd09c387f7 Author: Bastien Nocera Date: Tue Feb 14 19:18:18 2012 +0000 keyboard: We don't have a tree for the shortcuts panels/keyboard/keyboard-shortcuts.c | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) commit 31c9d27b51f82222311d2a9242b572ad749db1f7 Author: Richard Hughes Date: Tue Feb 14 16:38:45 2012 +0000 power: Expand out the combo-boxes to align to the progress bar This makes the UI match the latest mockup. panels/power/power.ui | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) commit cef4e593bbc4f9b9d3e3f3efc33d4d9bbd079312 Author: Richard Hughes Date: Tue Feb 14 12:48:10 2012 +0000 power: Use CcStrengthBar for battery level to get closer to the new design panels/power/Makefile.am | 1 + panels/power/cc-power-panel.c | 32 ++++++++++++++++++++++---------- panels/power/power.ui | 1 - 3 files changed, 23 insertions(+), 11 deletions(-) commit 0ea3d7dd3cd9fdbb6cb29130059d5cd2172bd596 Author: Richard Hughes Date: Tue Feb 14 12:47:26 2012 +0000 power: Fix up the power glade file to minimize merge conflicts panels/power/power.ui | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) commit ee36b0df91323dc8e9e99ec798ccc09e1df4f00a Author: Richard Hughes Date: Wed Oct 19 16:26:23 2011 +0100 power: Make the panel match the new mockups panels/power/cc-power-panel.c | 626 +++++++++++++++++++++++++++++++++++------ panels/power/power.ui | 165 +++++++++--- 2 files changed, 666 insertions(+), 125 deletions(-) commit ccf5d0028c558134ee9dd53c7238fa4789f46271 Author: Richard Hughes Date: Tue Feb 14 16:56:23 2012 +0000 user-accounts: Switch from UmStrengthBar to CcStrengthBar panels/user-accounts/Makefile.am | 3 +- panels/user-accounts/data/password-dialog.ui | 2 +- panels/user-accounts/um-password-dialog.c | 4 +- panels/user-accounts/um-strength-bar.c | 264 -------------------------- panels/user-accounts/um-strength-bar.h | 62 ------ panels/user-accounts/um-user-panel.c | 4 +- 6 files changed, 6 insertions(+), 333 deletions(-) commit 5d1b2d60a4c4bb9768ad2134ac4063d3b689ecc9 Author: Richard Hughes Date: Tue Feb 14 16:47:59 2012 +0000 Add CcStrengthBar to display a smaller and neater progress bar This will be used in the power and user-accounts panels. shell/Makefile.am | 2 + shell/cc-strength-bar.c | 388 +++++++++++++++++++++++++++++++++++++++++++++++ shell/cc-strength-bar.h | 69 +++++++++ 3 files changed, 459 insertions(+), 0 deletions(-) commit 16b872c8dd5812eb11c5f15ac7d1bbf2713bd334 Author: Bastien Nocera Date: Tue Feb 14 15:51:54 2012 +0000 wacom: Add stub button mapping dialogue panels/wacom/Makefile.am | 2 +- panels/wacom/button-mapping.ui | 148 ++++++++++++++++++++++++++++++++ panels/wacom/cc-wacom-page.c | 31 +++++++ panels/wacom/gnome-wacom-properties.ui | 4 +- po/POTFILES.in | 1 + 5 files changed, 183 insertions(+), 3 deletions(-) commit 824b3e70bcff5fedab2211d49fac4c0151fbe273 Author: Alexandre Rostovtsev Date: Tue Feb 14 05:07:58 2012 -0500 datetime: respect LINGUAS for timezone translations https://bugzilla.gnome.org/show_bug.cgi?id=670051 panels/datetime/po-timezones/Makefile.am | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) commit d70bd4b82a58a8976c7fa7d341329c09942f53c2 Author: Bastien Nocera Date: Tue Feb 14 10:20:55 2012 +0000 datetime: Fix crashers when systemd is unavailable https://bugzilla.gnome.org/show_bug.cgi?id=670016 panels/datetime/cc-datetime-panel.c | 29 +++++++++++++++++++---------- 1 files changed, 19 insertions(+), 10 deletions(-) commit 9dbc5627775ef37d853eb07f24f6a0bae6d08ecc Author: Matthias Clasen Date: Mon Feb 13 23:19:27 2012 -0500 Printers: Fix more floating variant madness Floating references were _such_ a good idea... panels/printers/pp-new-printer-dialog.c | 79 +++++++++---------------------- 1 files changed, 22 insertions(+), 57 deletions(-) commit 639d85e345846e2529694c2fd48bf3e5b8e665e6 Author: Мирослав Николић Date: Mon Feb 13 11:43:01 2012 +0100 Updated Serbian translation po/sr.po | 6040 +++++++++++++++++++++++++++++++------------------------- po/sr@latin.po | 6040 +++++++++++++++++++++++++++++++------------------------- 2 files changed, 6690 insertions(+), 5390 deletions(-) commit 63887835b320f718f1da356cb6a5b5694254bf29 Author: Baurzhan Muftakhidinov Date: Sun Feb 12 19:45:40 2012 +0100 [l10n] Updated Kazakh translation po/kk.po | 6125 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 3706 insertions(+), 2419 deletions(-) commit 82907bbe699afe904282ef351e3881ce345a1617 Author: Daniel Mustieles Date: Sun Feb 12 13:21:38 2012 +0100 Updated Spanish translation po/es.po | 53 ++++++++++++++++++++++++++--------------------------- 1 files changed, 26 insertions(+), 27 deletions(-) commit b43b96dc9e7b76d85fd606c5a5ebf460f2ef987b Author: Ihar Hrachyshka Date: Sat Feb 11 22:45:23 2012 +0300 Updated Belarusian translation. po/be.po | 350 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 214 insertions(+), 136 deletions(-) commit 010a2e60c0852fc7447560e8b3783e91581aad19 Author: Mattias Põldaru Date: Thu Feb 9 14:19:16 2012 +0200 [l10n] Updated Estonian translation po/et.po | 4079 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 2313 insertions(+), 1766 deletions(-) commit 795f623a0255384a5da750b7df576b02573fe537 Author: Daniel Mustieles Date: Thu Feb 9 12:33:44 2012 +0100 Updated Spanish translation po/es.po | 279 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 147 insertions(+), 132 deletions(-) commit 0025f2db6332297fc04c3c414be0a3469ae6e9e7 Author: Bastien Nocera Date: Wed Feb 8 17:04:38 2012 +0000 wacom: Update from gnome-settings-daemon panels/wacom/gsd-wacom-device.c | 49 ++++++++++++++++++++++++++------------ panels/wacom/gsd-wacom-device.h | 1 + 2 files changed, 34 insertions(+), 16 deletions(-) commit 19f6de2ec40447545ce4b984ddcf993803b7b8ec Author: Bastien Nocera Date: Wed Feb 8 16:16:15 2012 +0000 shell: Force a pixel size for the "All Settings" button Because it looks bad when scaled "slightly". shell/shell.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c162258d2316ad731bde5f9ac7801b1ee4c15ff7 Author: Richard Hughes Date: Wed Feb 8 14:21:48 2012 +0000 network: Make the bottom button alignments match the mockups panels/network/network.ui | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit cd48bba55549e5cb412e3428b1b24fa48b96c13a Author: Richard Hughes Date: Wed Feb 8 14:20:18 2012 +0000 network: Remove the unused unlock button It's wrecking the bottom padding alignment and is in the header in the mockups... panels/network/cc-network-panel.c | 10 ---------- panels/network/network.ui | 26 -------------------------- 2 files changed, 0 insertions(+), 36 deletions(-) commit 552d994300a454cbee59647c2a143736c55a48fd Author: Richard Hughes Date: Wed Feb 8 14:10:56 2012 +0000 network: rework the UI file to be more acceptable to glade panels/network/network.ui | 84 +++++++++++++++++++------------------------- 1 files changed, 36 insertions(+), 48 deletions(-) commit 7a1472e8b5a8f611fadb5a7501face5392b03749 Author: Richard Hughes Date: Wed Feb 8 13:46:57 2012 +0000 network: use some new property names in the UI file I want to reduce the diffstat noise with new versions of glade. panels/network/network.ui | 148 +++++++++++++++++++++++++++++--------------- 1 files changed, 97 insertions(+), 51 deletions(-) commit a34184910a28cf58aa995c8aaf5a053928061e77 Author: Richard Hughes Date: Wed Feb 8 13:43:02 2012 +0000 network: Add the 'Forget Network' button in the wireless page panels/network/cc-network-panel.c | 102 +++++++++++++++++++++++++++++++++++++ panels/network/network.ui | 23 +++++++-- 2 files changed, 121 insertions(+), 4 deletions(-) commit 32013533b174e7da842b85a0cd57f448599815e7 Author: Bastien Nocera Date: Wed Feb 8 13:12:13 2012 +0000 user-accounts: Fixes for the fingerprint GDBus port panels/user-accounts/um-fingerprint-dialog.c | 28 +++++++++++++++---------- 1 files changed, 17 insertions(+), 11 deletions(-) commit 98ebfcb1af7bd30a2bef79078524347cd92612d9 Author: Robert Ancell Date: Wed Feb 8 10:51:23 2012 +1100 user-accounts: Port fingerprint code to GDBus https://bugzilla.gnome.org/show_bug.cgi?id=622875 configure.ac | 2 +- panels/user-accounts/Makefile.am | 12 -- panels/user-accounts/fprintd-marshal.list | 1 - panels/user-accounts/um-fingerprint-dialog.c | 255 +++++++++++++++++++------- 4 files changed, 193 insertions(+), 77 deletions(-) commit bbef7329135d3ad51bc62b4990b66570efa115bb Author: Robert Ancell Date: Wed Feb 8 10:50:09 2012 +1100 user-accounts: Port to GDBus (excluding fingerprint code) https://bugzilla.gnome.org/show_bug.cgi?id=622875 panels/user-accounts/um-user-manager.c | 194 +++++++++------- panels/user-accounts/um-user-manager.h | 3 +- panels/user-accounts/um-user-panel.c | 6 - panels/user-accounts/um-user.c | 384 +++++++++++++++----------------- 4 files changed, 288 insertions(+), 299 deletions(-) commit 01f7545df220be5e1b349a1f2b5c58e3b9057fa2 Author: Robert Ancell Date: Wed Feb 8 12:21:35 2012 +1100 sound: Stop using deprecated gtk_hscale_new https://bugzilla.gnome.org/show_bug.cgi?id=669622 panels/sound/gvc-balance-bar.c | 2 +- panels/sound/gvc-channel-bar.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 2f6adb1519e6852053040cecbf5df585d27e873b Author: Robert Ancell Date: Wed Feb 8 12:16:27 2012 +1100 shell: Stop using deprecated gtk_vbox_new https://bugzilla.gnome.org/show_bug.cgi?id=669621 shell/cc-shell-category-view.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a1b60db059278b86bbe3633f85a78d95ce009a2f Author: Robert Ancell Date: Wed Feb 8 12:15:56 2012 +1100 region: Stop using deprecated gtk_vbox_new https://bugzilla.gnome.org/show_bug.cgi?id=669620 panels/region/gnome-region-panel-xkbot.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit fb88ac92ba81a996903b195fc3fd078837ab1338 Author: Robert Ancell Date: Wed Feb 8 12:11:32 2012 +1100 sound: Stop using deprecated gtk_hbox_new/gtk_vbox_new https://bugzilla.gnome.org/show_bug.cgi?id=669619 panels/sound/gvc-balance-bar.c | 6 +++--- panels/sound/gvc-channel-bar.c | 12 ++++++------ panels/sound/gvc-combo-box.c | 6 +++--- panels/sound/gvc-mixer-dialog.c | 24 ++++++++++++------------ panels/sound/gvc-speaker-test.c | 4 ++-- panels/sound/gvc-stream-status-icon.c | 2 +- 6 files changed, 27 insertions(+), 27 deletions(-) commit 64bbbd69995a3685137bc1f6c28340f471815166 Author: Robert Ancell Date: Wed Feb 8 13:51:30 2012 +1100 shell: Fix compile warnings https://bugzilla.gnome.org/show_bug.cgi?id=669627 shell/cc-shell.c | 3 +-- shell/control-center.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) commit 9ad6edadf5a8931143e16cd24e754ea57893dc26 Author: Robert Ancell Date: Wed Feb 8 13:41:23 2012 +1100 online-accounts: Replace deprecated GtkTable with GtkGrid (GOA code must continue to use GtkTable until GOA is updated) https://bugzilla.gnome.org/show_bug.cgi?id=669626 panels/online-accounts/cc-online-accounts-panel.c | 21 ++++++++------------- 1 files changed, 8 insertions(+), 13 deletions(-) commit 8c3b0bb995daebbc93eee6e0c2cd3367944b2faf Author: Richard Hughes Date: Wed Feb 8 11:52:59 2012 +0000 color: Do not set the profile default using a syncronous call Doing this async means the UI doesn't block waiting for it to complete. panels/color/cc-color-panel.c | 56 +++++++++++++++++++++++++---------------- 1 files changed, 34 insertions(+), 22 deletions(-) commit 545d700142e0693db4317f20673715983d8722ab Author: Richard Hughes Date: Wed Feb 8 11:51:30 2012 +0000 color: Do not print '(null)' for virtual profiles Virtual profiles (e.g. from the PPD for printers) don't have filenames, and so fall back to the ID for debugging. NOTE: this warning uncovered a bug in libcolord, which is fixed by commit 876d961665d01f8c37094fe85b0130850a008051 in the colord project. panels/color/cc-color-panel.c | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) commit e10fabd9928dc9ffccdffb982e7b30871c224845 Author: Fran Diéguez Date: Tue Feb 7 20:19:50 2012 +0100 Updated Galician translations po/gl.po | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 77 insertions(+), 12 deletions(-)