commit 55d908a775609cde7db7cb138f2470f0945bab4b Author: Rodrigo Moya Date: Tue Feb 22 16:20:58 2011 +0100 background: Fix generation of autogenerated files on distcheck panels/background/Makefile.am | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit a6128f0468f24928fee84c5dfc65013fed6db213 Author: Bastien Nocera Date: Mon Feb 21 19:38:05 2011 +0000 datetime: Make test-timezone link for some setups Seems that on some setups, libtool isn't dragging in the dependencies from the libgnome-control-center static library. panels/datetime/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a2fa77302b59a03b6b7fd3bc309b729d848ef198 Author: Bastien Nocera Date: Mon Feb 21 19:16:47 2011 +0000 region: Fix memleak on error panels/region/cc-region-panel.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 3ea70200875937e52a4fa4ce497032c145c42878 Author: Khaled Hosny Date: Mon Feb 21 19:19:17 2011 +0200 Updated Arabic translation po/ar.po | 274 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 145 insertions(+), 129 deletions(-) commit 8e0cd7d495859a8460ec35fefc337b6431bd8b39 Author: Richard Hughes Date: Mon Feb 21 16:28:11 2011 +0000 network: Only add the strongest AP for each SSID to the drop down box. Fixes #640471 panels/network/cc-network-panel.c | 68 +++++++++++++++++++++++++++++++++++-- 1 files changed, 65 insertions(+), 3 deletions(-) commit 63874a8de8ad488722de4a15b102024b24a1e50b Author: Richard Hughes Date: Mon Feb 21 16:24:59 2011 +0000 network: Remove the 'ControlCenter::AccessTechnology' attribute as nothing uses it in the GUI panels/network/cc-network-panel.c | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) commit d3358d729012c45cbd2ef8c95348d03a4e93c0dd Author: Yaron Shahrabani Date: Mon Feb 21 17:28:53 2011 +0200 Updated Hebrew translation. po/he.po | 274 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 145 insertions(+), 129 deletions(-) commit 5a02db3c0ff91e79accd4e74f0983f69918fb717 Author: William Jon McCann Date: Mon Feb 21 09:29:32 2011 -0500 info: remove unused function panels/info/cc-info-panel.c | 23 ----------------------- 1 files changed, 0 insertions(+), 23 deletions(-) commit c9a7f998180531135725b98389192304aa406584 Author: Richard Hughes Date: Mon Feb 21 10:05:22 2011 +0000 network: port to the rm-userset branch of NetworkManager configure.ac | 9 + panels/Makefile.am | 5 +- panels/network/Makefile.am | 7 +- panels/network/cc-network-panel.c | 966 ++++++++++++------- panels/network/network.ui | 8 +- panels/network/nm-access-point.c | 290 ------ panels/network/nm-access-point.h | 73 -- panels/network/nm-device.c | 1495 ----------------------------- panels/network/nm-device.h | 107 -- panels/network/panel-cell-renderer-mode.c | 2 +- panels/network/panel-common.c | 93 +-- panels/network/panel-common.h | 42 +- po/POTFILES.in | 2 - 13 files changed, 647 insertions(+), 2452 deletions(-) commit 21683ab85e9ce065a0f50efdd0e13d8a326cc1b0 Author: Yaron Shahrabani Date: Mon Feb 21 09:37:55 2011 +0200 Updated Hebrew translation. po/he.po | 524 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 332 insertions(+), 192 deletions(-) commit 5e536421a5d9415caa4d74bb500bab6e0f62b26a Author: Jorge González Date: Sun Feb 20 18:23:06 2011 +0100 Updated Spanish translation po/es.po | 14 +++++--------- 1 files changed, 5 insertions(+), 9 deletions(-) commit 0a60891ee8bad27e063d59f968a215373cd98320 Author: Changwoo Ryu Date: Sun Feb 20 23:15:14 2011 +0900 Korean translation update po/ko.po | 7072 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 4275 insertions(+), 2797 deletions(-) commit d573f0e7c6ac126569238f53302770e8c5e2d406 Author: Kjartan Maraas Date: Sun Feb 20 12:21:49 2011 +0100 Updated Norwegian bokmål translation. po/nb.po | 248 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 124 insertions(+), 124 deletions(-) commit 24e785e898e5f62ff75d27f3c342594a6c06d551 Author: Thomas Wood Date: Sat Feb 19 17:38:38 2011 +0000 Remove the example panel The example panel is no longer needed as there are now many more panels implemented. Makefile.am | 8 +-- configure.ac | 15 ---- examples/Makefile.am | 27 ------- examples/cc-example-panel.c | 113 ---------------------------- examples/cc-example-panel.h | 74 ------------------ examples/example-module.c | 41 ---------- examples/gnome-example-panel.desktop.in.in | 14 ---- po/POTFILES.skip | 3 - 8 files changed, 2 insertions(+), 293 deletions(-) commit 9d1d8534b8e82d143e84a07ea7ea8fa4cf078567 Author: Thomas Wood Date: Sat Feb 19 17:25:20 2011 +0000 background: only reset item_added_id when the source is removed Make sure item_added_id is set to zero only when the idle source id is actually removed. This ensures that the source is removed during finalize if it still exists when the object is destroyed. panels/background/cc-background-xml.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit e2f944a66a5cd3a6f9a445cd9d7acd6b8c518fd2 Author: Thomas Wood Date: Sat Feb 19 16:46:26 2011 +0000 configure: Group pkg-config checks based on how they are used Group the pkg-config checks so that pkg-config can remove duplicated CFLAGS and LIBS. https://bugzilla.gnome.org/show_bug.cgi?id=636593 configure.ac | 88 ++++++++------------ docs/reference/libgnome-control-center/Makefile.am | 4 +- libgnome-control-center/Makefile.am | 14 ++-- panels/background/Makefile.am | 14 +--- panels/common/Makefile.am | 20 ++--- panels/datetime/Makefile.am | 13 +-- panels/display/Makefile.am | 11 +-- panels/info/Makefile.am | 5 +- panels/keyboard/Makefile.am | 8 +- panels/media/Makefile.am | 9 +- panels/mouse/Makefile.am | 7 +- panels/network/Makefile.am | 4 +- panels/power/Makefile.am | 4 +- panels/printers/Makefile.am | 6 +- panels/region/Makefile.am | 7 +- panels/screen/Makefile.am | 4 +- panels/sound/Makefile.am | 20 +---- panels/universal-access/Makefile.am | 4 +- panels/user-accounts/Makefile.am | 18 +---- shell/Makefile.am | 6 +- 20 files changed, 99 insertions(+), 167 deletions(-) commit 645c4f85b1c244adc6b087b9581b795f4fc58691 Author: Khaled Hosny Date: Sat Feb 19 16:33:48 2011 +0200 Updated Arabic translation po/ar.po | 223 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 121 insertions(+), 102 deletions(-) commit 96d46e3600664e4c558361dd9d71b7069ebc035c Author: Daniel Mustieles Date: Sat Feb 19 12:22:15 2011 +0100 Updated Spanish translation po/es.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit dd33cd8a0851554ecacc8a2f03675d617b051581 Author: Daniel Mustieles Date: Sat Feb 19 12:06:09 2011 +0100 Updated Spanish translation po/es.po | 86 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 46 insertions(+), 40 deletions(-) commit 9ec52cc05bd7a05ee014853979f783cef93cb701 Author: Daniel Mustieles Date: Sat Feb 19 12:03:48 2011 +0100 Updated Spanish translation po/es.po | 220 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 109 insertions(+), 111 deletions(-) commit 6528a5b049a3ce1feaef05d7b9dadc1b9b894936 Author: A S Alam Date: Sat Feb 19 12:38:29 2011 +0530 update Punjabi Translation by A S Alam po/pa.po | 787 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 482 insertions(+), 305 deletions(-) commit ecc078edc110c2a4a8b182f8634ed3ea3ff18202 Author: William Jon McCann Date: Fri Feb 18 16:33:34 2011 -0500 sound: try using symbolic icons for range widgets Since they replace texual descriptions of "low" / "high". https://bugzilla.gnome.org/show_bug.cgi?id=614213 panels/sound/gvc-channel-bar.c | 12 ++++++------ panels/sound/gvc-mixer-dialog.c | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) commit dd25d61fdca6a4eb5e98e6efddab69b0d0fed231 Author: Bastien Nocera Date: Fri Feb 18 21:09:49 2011 +0000 info: Remove "Chat" preferred app setting We only really support Telepathy-based clients, so no point in giving a choice here. panels/info/cc-info-panel.c | 9 ++---- panels/info/info.ui | 56 +++++++++++++----------------------------- 2 files changed, 21 insertions(+), 44 deletions(-) commit f05f6307d72974ff22e1fddd0e83747794d5783a Author: Bastien Nocera Date: Fri Feb 18 19:24:29 2011 +0000 info: Implement saving for default applications panels/info/cc-info-panel.c | 98 +++++++++++++++++++++++++++++++++++------- 1 files changed, 81 insertions(+), 17 deletions(-) commit 8df9eeca42676e8959a201f8ce7b0721ccb6205d Author: Bastien Nocera Date: Fri Feb 18 17:36:53 2011 +0000 universal-access: Show the typing assistant widgets Not hooked yet, but will be useful for documentation folks. panels/universal-access/uap.ui | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 62f6361af79d5d278c50c18a34e2d69b5047620e Author: Thomas Wood Date: Fri Feb 18 14:02:21 2011 +0000 configure: remove redundant pkg-config checks Remove pkg-config checks for libraries that are no longer required. configure.ac | 26 -------------------------- 1 files changed, 0 insertions(+), 26 deletions(-) commit 2e88bc759ec52fa1b060ff9e6b66bc14eb7a82cd Author: Bastien Nocera Date: Fri Feb 18 13:53:03 2011 +0000 keyboard: Add Universal Access shortcuts As newly defined in gnome-settings-daemon. https://bugzilla.gnome.org/show_bug.cgi?id=641279 panels/keyboard/50-accessibility.xml.in | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit f0501c77ae25b29f17cb9e561317e946b76d09ca Author: Luca Ferretti Date: Fri Feb 18 14:46:44 2011 +0100 Updated Italian translation po/it.po | 633 +++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 405 insertions(+), 228 deletions(-) commit 65057f54e7ce687abdd01ea78786049dcf85181e Author: Thomas Wood Date: Fri Feb 18 11:51:26 2011 +0000 configure: Remove unnecessary use of AC_SUBST AC_SUBST does not need to be used on variables created by the PKG_CHECK_MODULES macro. https://bugzilla.gnome.org/show_bug.cgi?id=636593 configure.ac | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit 35af2cbfa38f54888aec51b85a511499c29946bf Author: William Jon McCann Date: Thu Feb 17 19:34:22 2011 -0500 info: 2 many colons everwharz They aren't really needed iff label text is right aligned and a clear vertical column of space separates the label from the values. panels/info/info.ui | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit b4c25fe9b438e0d34f0cdba604f1b0d17d080ffa Author: Luca Ferretti Date: Fri Feb 18 01:30:30 2011 +0100 info: fallback warning uses all available space on right side panels/info/info.ui | 68 ++++++++++++++++++++++++++++++-------------------- 1 files changed, 41 insertions(+), 27 deletions(-) commit 7ed56b00fdd4ed67b5b749871b5c03f110148878 Author: William Jon McCann Date: Thu Feb 17 19:21:00 2011 -0500 universal-access: use switches instead of radio groups libgnome-control-center/gconf-property-editor.c | 67 ++++++ libgnome-control-center/gconf-property-editor.h | 6 + panels/universal-access/cc-ua-panel.c | 65 ++---- panels/universal-access/uap.ui | 260 +--------------------- 4 files changed, 109 insertions(+), 289 deletions(-) commit ab5adcb98ed160063a3983605a2eafddcd366d12 Author: William Jon McCann Date: Thu Feb 17 18:21:22 2011 -0500 info: don't use the fallback warning text when turning it off Use text that says the standard experience will be attempted. panels/info/cc-info-panel.c | 11 ++++++++++- panels/info/info.ui | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) commit 4f6e642670e84bc57f8d3df9bf9eb1f41e979b8c Author: William Jon McCann Date: Thu Feb 17 18:06:26 2011 -0500 info: correctly detect the fallback session panels/info/cc-info-panel.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit d8f823a31c5795249ad55227fd5beb3b885c6e94 Author: Florian Müllner Date: Thu Feb 17 23:58:34 2011 +0100 universal-access: Adjust for magnifier schema changes gsettings-desktop-schemas had two conflicting settings for enabling the magnifier: 'show-magnifier' in org.gnome.desktop.a11y.magnifier and 'screen-magnifier-enabled' in org.gnome.desktop.a11y.applications. The former has been removed in favor of the latter, so adjust to this change. panels/universal-access/cc-ua-panel.c | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) commit 05f7a4b1f48e9ef7cdea8ceb7e0b2307a89478e9 Author: William Jon McCann Date: Thu Feb 17 17:05:04 2011 -0500 keyboard: align bottoms of panes in a neater way https://bugzilla.gnome.org/show_bug.cgi?id=642629 panels/keyboard/gnome-keyboard-panel.ui | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) commit 886d8718935f676202d44e817db4e223ab093432 Author: William Jon McCann Date: Thu Feb 17 16:59:45 2011 -0500 keyboard: don't expand tables vertically Fixes https://bugzilla.gnome.org/show_bug.cgi?id=642625 panels/keyboard/gnome-keyboard-panel.ui | 29 ++++++++++++++--------------- 1 files changed, 14 insertions(+), 15 deletions(-) commit e5a8fc3ea8739af1cdadafdcd99ed0340e8f9dbb Author: Daniel Mustieles Date: Thu Feb 17 21:17:25 2011 +0100 Updated Spanish translation po/es.po | 278 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 184 insertions(+), 94 deletions(-) commit 4e06cd6236d0d4d9b8a1de30ca312a8ed71a1769 Author: Alexander Larsson Date: Thu Feb 17 20:59:55 2011 +0100 Fix includes for gdesktop-enums.h The file is in $incdir/gsettings-desktop-schemas/gdesktop-enums.h, and pkg-config returns -I$incdir/gsettings-desktop-schemas, so the right way is to #include which is what other modules do. https://bugzilla.gnome.org/show_bug.cgi?id=642369 panels/background/bg-colors-source.c | 2 +- panels/background/bg-flickr-source.c | 2 +- panels/background/bg-pictures-source.c | 2 +- panels/background/cc-background-item.c | 2 +- panels/background/cc-background-item.h | 2 +- panels/background/cc-background-panel.c | 2 +- panels/background/cc-background-xml.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) commit 1da5f177203bfc792195fb4fef40941072ebf8ca Author: Khaled Hosny Date: Thu Feb 17 21:12:50 2011 +0200 Updated Arabic translation po/ar.po | 56 +++++++++++++++++++++++++++++++++----------------------- 1 files changed, 33 insertions(+), 23 deletions(-) commit 0e153740f9a24eb9f1e0d02f04023cf9df18a7bc Author: Bastien Nocera Date: Thu Feb 17 19:10:00 2011 +0000 keyboard: Don't resize the shell horizontally By ellipsising long key names. panels/keyboard/keyboard-shortcuts.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 23f2c876722bc34253e7a0a23fcce7acf6f1513a Author: Bastien Nocera Date: Thu Feb 17 18:52:55 2011 +0000 info: Use a context for the "Standard" string So we can use a different translation for that same word in the user-accounts panel, and in the info panel. Also prefix the "Fallback" string the same way. https://bugzilla.gnome.org/show_bug.cgi?id=642598 panels/info/cc-info-panel.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit bb2ff68a3966acc5004d68ef05b495b82df5c671 Author: Bastien Nocera Date: Thu Feb 17 18:36:03 2011 +0000 info: Add translator comments for "Fallback" and "standard" experiences, as presented by the info panel. https://bugzilla.gnome.org/show_bug.cgi?id=642439 panels/info/cc-info-panel.c | 12 ++++++++++-- panels/info/info.ui | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) commit fd0a3468f026d8513830b94487ce737bc5c5db46 Author: Khaled Hosny Date: Thu Feb 17 19:47:46 2011 +0200 Updated Arabic translation po/ar.po | 36 +++++++++++++++++++----------------- 1 files changed, 19 insertions(+), 17 deletions(-) commit 36fb74b8178407b3555b42506a93ca6661409820 Author: William Jon McCann Date: Thu Feb 17 11:56:33 2011 -0500 info: clearify language in force fallback controls panels/info/info.ui | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 52f8687c37a7097c8f8f4fe170487bdd651b4c3a Author: Bastien Nocera Date: Thu Feb 17 16:50:32 2011 +0000 keyboard: Only listen to our own key Rather than all the possible changes that could have happened in the schemas. panels/keyboard/cc-keyboard-item.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 9d1869aaaefabcd6f33a104a485437323d6630a6 Author: Khaled Hosny Date: Thu Feb 17 18:19:29 2011 +0200 Updated Arabic translation po/ar.po | 192 ++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 138 insertions(+), 54 deletions(-) commit 000ba7fffec339e0af622c2e9b6a00b2ea9f6cdd Author: Bastien Nocera Date: Thu Feb 17 12:59:58 2011 +0000 keyboard: Fix memleaks when adding from XML file panels/keyboard/keyboard-shortcuts.c | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) commit 2bd214a1d4588f6fd64b7d7b5d6d80e0dc28146c Author: Bastien Nocera Date: Thu Feb 17 12:59:03 2011 +0000 keyboard: Fix memleaks in CcKeyboardItem panels/keyboard/cc-keyboard-item.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 52339fc0a37bf381fb7540f2d7b15652298317f7 Author: Bastien Nocera Date: Thu Feb 17 12:27:08 2011 +0000 keyboard: Read XDG data dirs for keys to use And set the locale prefix accordingly. panels/keyboard/keyboard-shortcuts.c | 48 ++++++++++++++++++++++++---------- 1 files changed, 34 insertions(+), 14 deletions(-) commit fbe10dc98c0f4fc91e5255bd2ab361cf481f977e Author: Bastien Nocera Date: Thu Feb 17 12:26:51 2011 +0000 keyboard: Remove some debug panels/keyboard/cc-keyboard-item.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 029797928d603739ba592a329d06e2d57d43f418 Author: Bastien Nocera Date: Thu Feb 17 12:25:49 2011 +0000 keyboard: Pass gettext domain name for GConf entries panels/keyboard/keyboard-shortcuts.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) commit 73f155eaacd4d486d54680a20a9bfd50f91a79d4 Author: Bastien Nocera Date: Thu Feb 17 12:19:38 2011 +0000 keyboard: Pass a gettext package when loading GConf As GConf itself won't be passing us a translated entry by itself. https://bugzilla.gnome.org/show_bug.cgi?id=576570 panels/keyboard/cc-keyboard-item.c | 13 ++++++++++++- panels/keyboard/cc-keyboard-item.h | 2 ++ 2 files changed, 14 insertions(+), 1 deletions(-) commit 17d775aee60b80343114ce86d2f1d5fd501da810 Author: Kjartan Maraas Date: Thu Feb 17 13:40:57 2011 +0100 Updated Norwegian bokmål translation. po/nb.po | 436 +++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 293 insertions(+), 143 deletions(-) commit 06b9a36c67a9956db848ac5f51432bb0ecedd88e Author: Richard Hughes Date: Tue Feb 15 11:50:28 2011 +0000 Fix linking in the network pane panels/network/Makefile.am | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 46e0f2a9571269e78dd0f6a658bd9e4faa49d9bf Author: Inaki Larranaga Murgoitio Date: Wed Feb 16 21:16:24 2011 +0100 Updated Basque language po/eu.po | 373 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 249 insertions(+), 124 deletions(-) commit 407cf455bf520105f2d110f594140a9ac0510a79 Author: Bastien Nocera Date: Wed Feb 16 17:59:29 2011 +0000 keyboard: Use GSettings for those shortcuts panels/keyboard/00-multimedia.xml.in | 32 ++++++++++-------------------- panels/keyboard/01-launchers.xml.in | 20 ++++++------------ panels/keyboard/01-system.xml.in | 8 ++---- panels/keyboard/50-accessibility.xml.in | 2 + 4 files changed, 23 insertions(+), 39 deletions(-) commit 82ae68abdfbf70514cd62ebece2cab98c948ee01 Author: Bastien Nocera Date: Wed Feb 16 17:43:53 2011 +0000 keyboard: Move a11y keys to gnome-control-center panels/keyboard/50-accessibility.xml.in | 8 ++++++++ panels/keyboard/Makefile.am | 2 +- po/POTFILES.in | 1 + 3 files changed, 10 insertions(+), 1 deletions(-) commit 27cf30ed545c2afec7abf739583f9d16664808cb Author: Bastien Nocera Date: Wed Feb 16 17:43:27 2011 +0000 keyboard: Add support for GSettings shortcuts panels/keyboard/cc-keyboard-item.c | 73 +++++++++++- panels/keyboard/cc-keyboard-item.h | 9 ++ panels/keyboard/keyboard-shortcuts.c | 223 +++++++++++++++++----------------- 3 files changed, 191 insertions(+), 114 deletions(-) commit 174162ed968d9545beeae799477d73158fcac6f5 Author: Matthias Clasen Date: Wed Feb 16 12:08:43 2011 -0500 Only autostart the sound applet in the fallback session This uses new AutostartCondition support that just landed in gnome-session. panels/sound/data/gnome-sound-applet.desktop.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 6b5fa49cc600b4ad0298322c3b0aff4b59a72a58 Author: Bastien Nocera Date: Wed Feb 16 01:28:04 2011 +0000 keyboard: Don't update binding by hand Let the CcKeyboardItem update keyval, keymask, etc. for us when we set the binding value, instead of having us do it by hand. panels/keyboard/cc-keyboard-item.c | 28 ++++++++++++++++++++++++++++ panels/keyboard/keyboard-shortcuts.c | 26 -------------------------- 2 files changed, 28 insertions(+), 26 deletions(-) commit 5c755904e1d6b4e0bf6f5d60a7e617f0cfa90fa5 Author: Bastien Nocera Date: Wed Feb 16 01:22:38 2011 +0000 keyboard: Clean up GConf handling Move most of the horrible GConf monitoring code to a separate GObject(-ish). While quite ugly, it's not as bad as the code that used to be there before. Also fix the setting of KeyEntry->model (or CcKeyboardItem->model now) to be the correct model (eg. the shortcut model rather than the section model) panels/keyboard/Makefile.am | 2 + panels/keyboard/cc-keyboard-item.c | 450 ++++++++++++++++++++++++ panels/keyboard/cc-keyboard-item.h | 109 ++++++ panels/keyboard/keyboard-shortcuts.c | 640 ++++++++++++---------------------- 4 files changed, 780 insertions(+), 421 deletions(-) commit 18a76d2dff9fc516afcb2b58187a45fbd76bb3eb Author: Bastien Nocera Date: Tue Feb 15 18:40:34 2011 +0000 background: Remove unused GConf include panels/background/cc-background-item.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 816068ff6f0952a15d3cdf6ee73eb86f76b9b65a Author: Bastien Nocera Date: Tue Feb 15 17:58:45 2011 +0000 keyboard: Simplify bit of code panels/keyboard/keyboard-shortcuts.c | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) commit 47770ed40c5a1846e14cd4b167ce5d808d52fdc9 Author: Bastien Nocera Date: Tue Feb 15 17:58:25 2011 +0000 keyboard: typedef the shortcut types panels/keyboard/keyboard-shortcuts.c | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit bd9a54566825701c6c28f4a4f21f59726969b9f1 Author: Daniel Mustieles Date: Tue Feb 15 21:27:57 2011 +0100 Updated Spanish translation po/es.po | 347 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 195 insertions(+), 152 deletions(-) commit 6ceea9b3aefdb373c3670dcc3288d722e174cb58 Author: William Jon McCann Date: Tue Feb 15 14:15:35 2011 -0500 info: add warning that always fallback will effect next login panels/info/cc-info-panel.c | 48 +++++++++++++++++++++++++++--------------- panels/info/info.ui | 35 +++++++++++++++++++++++++++++- 2 files changed, 64 insertions(+), 19 deletions(-) commit 17008fe56556579b24d7b2d52dc3a536cb8c8e4d Author: William Jon McCann Date: Tue Feb 15 13:59:27 2011 -0500 info: make sure to always print an experience value panels/info/cc-info-panel.c | 29 +++++++++++++++++++++-------- 1 files changed, 21 insertions(+), 8 deletions(-) commit 0be178ba6bbc80c0460bf8941af7bc7498a89ef1 Author: William Jon McCann Date: Tue Feb 15 13:50:46 2011 -0500 info: use the correct return type for getting dbus properties Makes getting the session experience property work. panels/info/cc-info-panel.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 9ad9dd895a6d3d920307cb2487ecd45a4309a46d Author: Khaled Hosny Date: Tue Feb 15 12:59:22 2011 +0200 Updated Arabic translation po/ar.po | 254 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 157 insertions(+), 97 deletions(-) commit d1920f8bea0865fe522f074cedad76a1caab0e95 Author: William Jon McCann Date: Mon Feb 14 23:06:20 2011 -0500 info: move update button into the overview page It doesn't make much sense when seen from other pages. panels/info/info.ui | 111 +++++++++++++++++++++++---------------------------- 1 files changed, 50 insertions(+), 61 deletions(-) commit ca48b040ec353c666bda2621bbe844959891b299 Author: William Jon McCann Date: Mon Feb 14 22:33:42 2011 -0500 info: add an updates available button panels/info/cc-info-panel.c | 187 ++++++++++++++++++++++++++++++++++++++++++- panels/info/info.ui | 4 +- 2 files changed, 188 insertions(+), 3 deletions(-) commit 6972c36af18b0463f48098bf17b16edad3c29d9a Author: William Jon McCann Date: Mon Feb 14 21:01:30 2011 -0500 info: use a http scheme handler instead of html panels/info/cc-info-panel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5226b4242fe90a6a106d2730247a306798b5673f Author: William Jon McCann Date: Mon Feb 14 21:00:05 2011 -0500 info: add Photos default app panels/info/cc-info-panel.c | 3 +++ panels/info/info.ui | 33 +++++++++++++++++++++++++++++++-- 2 files changed, 34 insertions(+), 2 deletions(-) commit 1f0c728688778a8f5db406b37f59d763e6172192 Author: William Jon McCann Date: Mon Feb 14 20:39:00 2011 -0500 info: make all app chooser buttons the same width panels/info/cc-info-panel.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit f04373fdd2ca138cddef763b1f355c5a9ff4c76f Author: William Jon McCann Date: Mon Feb 14 20:35:01 2011 -0500 info: use ogg to find generic players for now since wildcards don't work panels/info/cc-info-panel.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a06dd020922bf760865f84600a653d437fa969c2 Author: William Jon McCann Date: Mon Feb 14 19:48:44 2011 -0500 info: re-prettify cpu info panels/info/cc-info-panel.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 642e12a10ae489bbef7b20db02f052f67f2e780f Author: William Jon McCann Date: Mon Feb 14 19:45:43 2011 -0500 info: add stub for default apps page panels/info/cc-info-panel.c | 35 +++++++ panels/info/info.ui | 229 +++++++++++++++++++++++++++++++++++++++--- 2 files changed, 247 insertions(+), 17 deletions(-) commit f42c262123c13af669b2dd99c3cf472c74545c21 Author: William Jon McCann Date: Mon Feb 14 18:47:55 2011 -0500 info: fix the layout from the last commit - Don't use a paned widget - Fix spacing and alignment panels/info/cc-info-panel.c | 8 +- panels/info/info.ui | 745 +++++++++++++++++++++---------------------- 2 files changed, 369 insertions(+), 384 deletions(-) commit 50211514c58cdbe93f229e51dc91a0dfa4fc62cf Author: Bastien Nocera Date: Mon Feb 14 23:51:20 2011 +0000 user-accounts: Hide fingerprint dialogue by default The dialogue was shown when loaded by GtkBuilder, and then parented properly, which made it jump before display. https://bugzilla.gnome.org/show_bug.cgi?id=641990 panels/user-accounts/data/account-fingerprint.ui | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 07664136d0185dabec3c6b45a237152cc81a8c98 Author: Bastien Nocera Date: Mon Feb 14 23:48:49 2011 +0000 user-accounts: Remove use of obsolete properties panels/user-accounts/data/user-accounts-dialog.ui | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit c32ce5ee9d9e763f3ca780a464d7a19d7bfee3b7 Author: Colin Walters Date: Thu Feb 10 14:13:28 2011 -0500 info: Add panel chooser, graphics tab This is work towards implementing http://live.gnome.org/Design/SystemSettings/SystemInformation Implemented in this patch is some cleanup and parts of the Graphics tab. https://bugzilla.gnome.org/show_bug.cgi?id=642068 panels/info/Makefile.am | 1 + panels/info/cc-info-panel.c | 372 +++++++++++++++----- panels/info/info.ui | 834 +++++++++++++++++++++++++++---------------- 3 files changed, 822 insertions(+), 385 deletions(-) commit 3ae9e15ebf0985dd51d3e2f9655fa650927c862b Author: Bastien Nocera Date: Mon Feb 14 19:49:27 2011 +0000 background: Fix initial state when loading gradients And fix saving as well, as we were saving from the item, instead of the current_background, thus losing name, etc. panels/background/cc-background-panel.c | 25 +++++++++++++++++++------ 1 files changed, 19 insertions(+), 6 deletions(-) commit e4efd61cfecebe37d744be1f4a126021b54dfe15 Author: Bastien Nocera Date: Mon Feb 14 19:49:07 2011 +0000 background: Fix comparisons of gradients panels/background/cc-background-item.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 8be746af8d80eb546d9ac37b83fda230fa25854b Author: Bastien Nocera Date: Mon Feb 14 19:48:38 2011 +0000 background: Add arrows for the gradients panels/background/bg-colors-source.c | 34 +++++++++++++++++++++++++++++++--- 1 files changed, 31 insertions(+), 3 deletions(-) commit 558d6752f9faecb3b575b12fda24b0ccaf189af3 Author: Bastien Nocera Date: Mon Feb 14 19:05:56 2011 +0000 background: Add/Remove features for panel Remove unused "backgrounds-liststore" object from .ui file, and add remove button. Make remove button sensitive for files that were copied to the cache, and implement remove itself. Remember needs_download when copying CcBackgroundItem objects. Make "Add" button unsensitive in chooser when background was already added to the list, to avoid duplicates. Ellipsise background label. panels/background/background.ui | 24 +++-- panels/background/cc-background-item.c | 1 + panels/background/cc-background-panel.c | 179 ++++++++++++++++++++++++------- 3 files changed, 153 insertions(+), 51 deletions(-) commit a1dd22ea178d62161a745c021780bf7d1592ffbf Author: Bastien Nocera Date: Mon Feb 14 19:03:32 2011 +0000 background: Add/Remove features in pictures source Remember added files, so they cannot be added twice to the pictures store (using UUID of the URI as key). Implement removing items from the list. Fix memory leaks. panels/background/bg-pictures-source.c | 145 +++++++++++++++++++++++++++++++- panels/background/bg-pictures-source.h | 6 ++ 2 files changed, 150 insertions(+), 1 deletions(-) commit db0b5b1195a4fea930871143e9326b517b748ddf Author: Bastien Nocera Date: Mon Feb 14 18:11:04 2011 +0000 background: Use objects for CcBackgroundItem storage So that we don't need to unref the items in the list store by hand. panels/background/background.ui | 2 +- panels/background/bg-source.c | 20 +------------------- 2 files changed, 2 insertions(+), 20 deletions(-) commit 7aca4e1ab2cf2d1faa81c99b7120e8ac9a4a60ef Author: Bastien Nocera Date: Mon Feb 14 17:47:39 2011 +0000 background: Add support for source-url in XML panels/background/cc-background-xml.c | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) commit f77d23f35ac1f2ac46c7f1ccb7a9cb1b916c3d00 Author: Bastien Nocera Date: Mon Feb 14 17:47:01 2011 +0000 background: Add "needs-download" property Rather than relying on source-url being NULL, which would mean we can't then save it. panels/background/cc-background-item.c | 34 +++++++++++++++++++++++++++++++- panels/background/cc-background-item.h | 1 + 2 files changed, 34 insertions(+), 1 deletions(-) commit 5864e7866f016d444f8c3e052431452a18598929 Author: Ivar Smolin Date: Mon Feb 14 17:58:45 2011 +0200 [l10n] Updated Estonian translation po/et.po | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) commit 367daae2e4ad026b4255485257e8b116c55f5207 Author: Bastien Nocera Date: Mon Feb 14 15:57:13 2011 +0000 shell: Fix searching for anything hiding widgets When searching, don't hide the search entry... shell/gnome-control-center.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5ca53670182c769757a5eda54faed7c6f4548ecf Author: Bastien Nocera Date: Mon Feb 14 15:11:17 2011 +0000 background: Remove files that don't exist If an xml file references a wallpaper that doesn't exist (as seen by installing the desktop-backgrounds-basic package on Fedora), then just don't add it to the list of wallpapers. Reported by Matthias Clasen panels/background/cc-background-xml.c | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit 4809be2b3f1392c364e212793d7072afe20092e6 Author: Bastien Nocera Date: Mon Feb 14 15:04:16 2011 +0000 background: Implement 'Add' button panels/background/cc-background-panel.c | 146 +++++++++++++++++++++++++++++-- 1 files changed, 139 insertions(+), 7 deletions(-) commit 81ae3f446677702aba9dd7cf64e93ab2d6879ff3 Author: Matthias Clasen Date: Mon Feb 14 09:31:38 2011 -0500 background: Avoid resizing the drawing area if controls are hidden panels/background/background.ui | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit bad4e389efab7a9654fef5a77d5bb5c7892d3140 Author: Bastien Nocera Date: Mon Feb 14 14:28:46 2011 +0000 background: Avoid warning when XML file doesn't exist panels/background/cc-background-xml.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 8eace42d8ab3e9224427ec64629b6d9b98acbaac Author: Bastien Nocera Date: Mon Feb 14 13:25:24 2011 +0000 background: Update preview correctly for custom bgs When we're creating our new item for custom wallpapers, make sure that we update the ->current_background, otherwise we'll still be displaying the previous configuration. panels/background/cc-background-panel.c | 45 ++++++++++++++++-------------- 1 files changed, 24 insertions(+), 21 deletions(-) commit 8bca5459025fce1b694c0e2f185f0cb6ac01fa81 Author: Bastien Nocera Date: Mon Feb 14 13:11:59 2011 +0000 background: Fix errors when saving current wp As report by Matthias Clasen panels/background/cc-background-panel.c | 31 +++++++++++++++++++++---------- 1 files changed, 21 insertions(+), 10 deletions(-) commit 78e16e52f4fc6879e10653d6dccbf6f56701eb21 Author: Bastien Nocera Date: Mon Feb 14 13:05:58 2011 +0000 background: Add first pass at "add" button With a hard-coded filename for now. panels/background/cc-background-panel.c | 191 ++++++++++++++++++++++--------- 1 files changed, 137 insertions(+), 54 deletions(-) commit e6cb9f5b12648cee6dad76eed9e2f67432de0394 Author: Bastien Nocera Date: Mon Feb 14 13:05:08 2011 +0000 background: Add ability to add a single file To the pictures backend. panels/background/bg-pictures-source.c | 108 +++++++++++++++++++++----------- panels/background/bg-pictures-source.h | 6 +- 2 files changed, 75 insertions(+), 39 deletions(-) commit c32b0da4e4e765a25ee66aef00a62b940af3d0e1 Author: Bastien Nocera Date: Mon Feb 14 13:03:30 2011 +0000 background: Only accept URIs when creating items panels/background/cc-background-item.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) commit 715474fb30c6d154646289c8359de724235000df Author: Bastien Nocera Date: Mon Feb 14 11:23:00 2011 +0000 background: Update comment panels/background/cc-background-panel.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 1933bfdf176fa48b27e70c2c3d541792db070f10 Author: Bastien Nocera Date: Mon Feb 14 11:16:15 2011 +0000 background: Use correct cache directory panels/background/cc-background-panel.c | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) commit 2866a70f6af4b7ba3b9765db7559011f17926cf2 Author: Bastien Nocera Date: Mon Feb 14 11:07:04 2011 +0000 background: Don't show an error if no cache dir We don't want to see errors if the directory doesn't exist. panels/background/bg-pictures-source.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 9ac7a0aa32ccf946428673a1a5a2c67ae8aad4fa Author: Bastien Nocera Date: Mon Feb 14 11:02:22 2011 +0000 background: Remove code for impossible situation We can never have placement be "none" as we create new items with "scaled" by default. So just set "zoom" all the time. panels/background/bg-pictures-source.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 87f05ef0edc0c41b7ae82b48629cf657c673a096 Author: Bastien Nocera Date: Mon Feb 14 10:52:12 2011 +0000 background: Also look for items in ~/.cache We'll be saving items in ~/.cache/gnome-control-center/backgrounds for the Flickr and manual additions of items, so look there as well. panels/background/bg-pictures-source.c | 34 ++++++++++++++++++++++--------- panels/background/bg-pictures-source.h | 3 +- 2 files changed, 26 insertions(+), 11 deletions(-) commit 575d8d2463e415c8deef72a585d90e371ea2c33e Author: Bastien Nocera Date: Mon Feb 14 10:21:35 2011 +0000 background: Add "add" button To allow adding arbitrary files to the list. panels/background/background.ui | 37 ++++++++++++++++++++++++++++-- panels/background/cc-background-panel.c | 9 +++++++ 2 files changed, 43 insertions(+), 3 deletions(-) commit 83056c17dcc7b797f44390a886824ce2a8bf82a8 Author: Marek Kasik Date: Mon Feb 14 14:02:17 2011 +0100 printers: Modify jobs list Don't include owner's name in the list (it is actual user). Left align text in rows. Take into account system settings when showing time (12h/24h). Show headers. panels/printers/cc-printers-panel.c | 43 ++++++++++++++++++++++------------ panels/printers/printers.ui | 1 - 2 files changed, 28 insertions(+), 16 deletions(-) commit 8db5e051cd42c87601dd67c3da4a52f5d1495be5 Author: Marek Kasik Date: Mon Feb 14 13:52:19 2011 +0100 printers: Set Options and Show buttons sensitive Set "Options" button and "Show" button sensitive if there is a printer selected. panels/printers/cc-printers-panel.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 55cfef36a6c0b12cafd0b501b987b88417adc973 Author: Emilio Pozuelo Monfort Date: Mon Feb 14 12:49:35 2011 +0100 printers: Link the printer panel with $(GNOMECC_CAPPLETS_LIBS) https://bugzilla.gnome.org/show_bug.cgi?id=641972 panels/printers/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit fbe3926ed31d91fe93eb8b7213b6aa5bb4b9437c Author: Bastien Nocera Date: Mon Feb 14 09:40:06 2011 +0000 background: Try our hardest to remember the last bg Save the current background as XML, and try to load it back up when starting. If the saved background pretty much matches what we have in GSettings, then it's the same item, and we try and remember all the metadata, including the name. https://bugzilla.gnome.org/show_bug.cgi?id=630417 panels/background/cc-background-panel.c | 61 +++++++++++++++++++++++++++---- 1 files changed, 53 insertions(+), 8 deletions(-) commit ecdcb2c23592f87fb165c4d227a4c6579eb927ff Author: Bastien Nocera Date: Mon Feb 14 09:38:50 2011 +0000 background: Implement saving a single item panels/background/cc-background-xml.c | 155 ++++++++++++++++----------------- panels/background/cc-background-xml.h | 3 +- 2 files changed, 78 insertions(+), 80 deletions(-) commit 329aabf0b19662d2366fd4932cd1765e0f1d38bf Author: Bastien Nocera Date: Mon Feb 14 08:42:32 2011 +0000 background: Set the shading for pictures panels/background/bg-pictures-source.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 2a146db805b1674f90820416a3ba2d9bb30442f8 Author: Bastien Nocera Date: Mon Feb 14 07:43:30 2011 +0000 background: Handle no-flags from saved config panels/background/cc-background-item.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 5517949b4e23bc7e7686bc5ce29c7e4e06267458 Author: Bastien Nocera Date: Mon Feb 14 07:42:58 2011 +0000 background: Treat empty URI as NULL So that comparisons are easier. panels/background/cc-background-item.c | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit 758242bb8e43967e0a589e2cdd0597fcff2352fb Author: Bastien Nocera Date: Sun Feb 13 02:49:03 2011 +0000 background: Add function to compare 2 bg items panels/background/cc-background-item.c | 66 ++++++++++++++++++++++++++++++++ panels/background/cc-background-item.h | 3 + 2 files changed, 69 insertions(+), 0 deletions(-) commit 66ee58bf52e9822826f1840b4be9a60447b1af26 Author: Bastien Nocera Date: Sun Feb 13 02:33:03 2011 +0000 background: Add function to load a single XML file And its item out of it. So that we can load a file on startup and check whether it corresponds to our configuration. panels/background/cc-background-xml.c | 27 +++++++++++++++++++++++++++ panels/background/cc-background-xml.h | 1 + 2 files changed, 28 insertions(+), 0 deletions(-) commit 7448e7698e02b2b8652109e71400d604c1888ab6 Author: Bastien Nocera Date: Sun Feb 13 02:31:36 2011 +0000 background: Add more info to _dump() function Also print out the placement and shading of the background. panels/background/cc-background-item.c | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) commit d3eb413b248dbf9012db491181ae25468b02f67b Author: Bastien Nocera Date: Sat Feb 12 20:13:41 2011 +0000 background: Move settings loading Into a separate function, so that we can extend it. panels/background/cc-background-panel.c | 58 ++++++++++++++++++------------- 1 files changed, 34 insertions(+), 24 deletions(-) commit 2eedc4fd3e03348b836f2981f069fd94689d16cf Author: Mahyar Moghimi Date: Sun Feb 13 20:17:56 2011 +0330 Updating Persian Translation po/fa.po | 7769 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 4821 insertions(+), 2948 deletions(-) commit a34ed1057c80ca73f63ea01ad24912ac18053b0a Author: Fran Diéguez Date: Sun Feb 13 14:10:04 2011 +0100 Updated Galician translations po/gl.po | 426 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 240 insertions(+), 186 deletions(-) commit 7172bc2b06cf836a467e4961df56f9a2bad83402 Author: Thomas Wood Date: Sat Feb 12 19:37:27 2011 +0000 shell: make sure the search entry doesn't appear when in a panel Prevent the search entry appearing when opening a panel from another panel. shell/gnome-control-center.c | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) commit fe7b2212cc52b74e4bf60d00ecd681d8df2022ff Author: Thomas Wood Date: Sat Feb 12 19:23:57 2011 +0000 shell: remove debugging output shell/gnome-control-center.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 6c0cbc9d40a15eabc32a439d51b08e69638d771a Author: Thomas Wood Date: Sat Feb 12 19:21:43 2011 +0000 shell: sort the icons alphabetically shell/cc-shell-model.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit af882e85ce2170bfd5106e7506ad8de868aa8453 Author: Thomas Wood Date: Sat Feb 12 18:55:59 2011 +0000 universal-access: implement the zoom setting Bind the zoom radio buttons to the "show-magnifier" key of the magnifier settings. panels/universal-access/cc-ua-panel.c | 12 ++++++++++++ panels/universal-access/uap.ui | 1 - 2 files changed, 12 insertions(+), 1 deletions(-) commit 19082e16ac24bed6c68b8786b888401da46cf59d Author: Bastien Nocera Date: Sat Feb 12 14:46:25 2011 +0000 shell: Use symbolic icons in the search entry https://bugzilla.gnome.org/show_bug.cgi?id=642167 shell/gnome-control-center.c | 4 ++-- shell/shell.ui | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit d7d5e7124b5098fcbd5c4f5c2344893572e6abd8 Author: Jorge González Date: Sat Feb 12 14:39:28 2011 +0100 Updated Spanish translation po/es.po | 327 +++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 198 insertions(+), 129 deletions(-) commit ee62ca5e9b327d9ae8d10a4fd2b48daaa46f0779 Author: Bastien Nocera Date: Sat Feb 12 03:17:02 2011 +0000 background: Add note about saving location To the unused XML save code. panels/background/cc-background-xml.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit e5fb92268ff06cfce462787cb12765b1ccc9ebb6 Author: Bastien Nocera Date: Sat Feb 12 03:12:52 2011 +0000 background: Show 'Adwaita' as the first in the list https://bugzilla.gnome.org/show_bug.cgi?id=637384 panels/background/bg-wallpapers-source.c | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) commit c4baa04942645497eb6bebe4a90eeb5f1b6f6395 Author: Bastien Nocera Date: Sat Feb 12 03:12:23 2011 +0000 background: Add ability to parse single XML file To load a particular file by hand. panels/background/cc-background-xml.c | 54 ++++++++++++++++++++++---------- panels/background/cc-background-xml.h | 16 +++++----- 2 files changed, 45 insertions(+), 25 deletions(-) commit 265e10af1ac93cdbc9875bc33b3b00177e8f513a Author: Bastien Nocera Date: Sat Feb 12 02:47:35 2011 +0000 background: Remove unused variable panels/background/bg-wallpapers-source.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit ce4f4d562725f4e29209cdecf08227f4bae5531c Author: Bastien Nocera Date: Sat Feb 12 02:37:48 2011 +0000 background: Make loading wallpapers seem faster As the UI actually updates as the files are loaded. panels/background/bg-wallpapers-source.c | 36 +++++++++++++---------------- 1 files changed, 16 insertions(+), 20 deletions(-) commit c2e84e2c8a63a182f730eb277211a3e86061ad5d Author: Bastien Nocera Date: Sat Feb 12 02:37:04 2011 +0000 background: Add "added" signal to CcBackgroundXml So that the front-end can load the wallpapers piece-meal, and avoid overloading the UI on startup. panels/background/cc-background-xml.c | 64 ++++++++++++++++++++++++++++++++- panels/background/cc-background-xml.h | 11 +++--- 2 files changed, 69 insertions(+), 6 deletions(-) commit 415d4c111191a419dd901d61b85425f95520625e Author: Bastien Nocera Date: Sat Feb 12 02:01:23 2011 +0000 background: GnomeWpXml to CcBackgroundXml and into a GObject. panels/background/Makefile.am | 8 +- panels/background/bg-wallpapers-source.c | 38 +-- panels/background/cc-background-xml.c | 528 ++++++++++++++++++++++++++++++ panels/background/cc-background-xml.h | 67 ++++ panels/background/gnome-wp-xml.c | 456 -------------------------- panels/background/gnome-wp-xml.h | 52 --- 6 files changed, 610 insertions(+), 539 deletions(-) commit 2e9519a57fa587423f5ce23d88fcc4fe4307733b Author: Bastien Nocera Date: Sat Feb 12 02:01:12 2011 +0000 background: Remove unneeded include panels/background/cc-background-panel.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit c016e5cea2287c55f57e2448cf04599c3550215e Author: Bastien Nocera Date: Fri Feb 11 20:24:31 2011 +0000 background: Remove the "changed" signal It wasn't used anyway. panels/background/bg-pictures-source.c | 10 ----- panels/background/bg-wallpapers-source.c | 65 +----------------------------- panels/background/cc-background-item.c | 30 -------------- panels/background/cc-background-item.h | 1 - 4 files changed, 1 insertions(+), 105 deletions(-) commit c06822b2e28bf59a449e29a2bb6cd5b377eebeff Author: Khaled Hosny Date: Sat Feb 12 01:01:55 2011 +0200 Updated Arabic translation po/ar.po | 155 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 81 insertions(+), 74 deletions(-) commit f0b71abec5dc122039a9d37bf8ad0b3b25767f2d Author: Yaron Shahrabani Date: Sat Feb 12 00:43:19 2011 +0200 Updated Hebrew translation. po/he.po | 527 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 291 insertions(+), 236 deletions(-) commit c805978234e2830a0fa898cbbf90c7fa6f5f3974 Author: William Jon McCann Date: Fri Feb 11 17:01:16 2011 -0500 screen: fix the operation of locking - Use the correct units power uses seconds the others use minutes - Use an absolute time in the lock dropdown (the key uses relative) - Use the MIN(screen-off, lock) for the idle time panels/screen/cc-screen-panel.c | 116 +++++++++++++++++++++++++++++++++++++-- 1 files changed, 111 insertions(+), 5 deletions(-) commit 55e17567992a9573711876bc3dc72585f74ea8d2 Author: William Jon McCann Date: Fri Feb 11 14:34:14 2011 -0500 screen: untabify panels/screen/cc-screen-panel.c | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit 555bf47f5162c33fa26a5cf661ce680171e553f8 Author: Bastien Nocera Date: Fri Feb 11 18:56:45 2011 +0000 background: Load bg data when selected And only when selected. There's no point in loading it straight away, as we have more than enough metadata to display it in the icon view, and we'll need to load up the data when we display it anyway. https://bugzilla.gnome.org/show_bug.cgi?id=641414 panels/background/bg-pictures-source.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 2e8faa10f0748398fe519405faf3a76a1b8f8675 Author: Bastien Nocera Date: Fri Feb 11 18:52:38 2011 +0000 background: Don't warn when trying to load a gradient panels/background/cc-background-item.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 2735c788b400210b257d0b7f2453e0bc432f64c4 Author: Bastien Nocera Date: Fri Feb 11 18:04:57 2011 +0000 background: Use URIs everywhere internally Now we'd just need gnome-bg to make the jump. This also fixes unique IDs for the wallpapers source, as multiple backgrounds can be defined in a single XML file. panels/background/bg-colors-source.c | 4 +- panels/background/bg-pictures-source.c | 16 ++--- panels/background/bg-wallpapers-source.c | 2 - panels/background/cc-background-item.c | 95 ++++++++++++++---------------- panels/background/cc-background-item.h | 12 ++-- panels/background/cc-background-panel.c | 47 ++++++--------- panels/background/gnome-wp-xml.c | 54 +++++++++--------- 7 files changed, 105 insertions(+), 125 deletions(-) commit eda2f27c5127436ce5be82c8353deff3be22800c Author: Bastien Nocera Date: Fri Feb 11 18:04:05 2011 +0000 background: Remove unused settings struct member panels/background/gnome-wp-xml.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit eb5b45509712200dd5c24e349506ec37e1390819 Author: Bastien Nocera Date: Fri Feb 11 16:22:54 2011 +0000 background: Remove some unneeded allocations panels/background/gnome-wp-xml.c | 18 ++++-------------- 1 files changed, 4 insertions(+), 14 deletions(-) commit 7f9f1cabe0e1dfcf334a4b4a4b99d2790c1edb3b Author: Bastien Nocera Date: Fri Feb 11 16:16:13 2011 +0000 background: Remove debug panels/background/cc-background-panel.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 6b4f95e9d1988dae68b9dfa0ddf8b40f8fedd1aa Author: Bastien Nocera Date: Fri Feb 11 12:48:48 2011 +0000 background: Copy to set the new background Instead of reusing the item from the list store, otherwise we might be tweaking properties for an item that we shouldn't, and leaking user preferences into the "static" list store. panels/background/cc-background-panel.c | 35 +----------------------------- 1 files changed, 2 insertions(+), 33 deletions(-) commit 85b2cad706dcc5145622dff5e44cef348ce1c39d Author: Bastien Nocera Date: Fri Feb 11 12:48:28 2011 +0000 background: Add function to copy a background item panels/background/cc-background-item.c | 21 +++++++++++++++++++++ panels/background/cc-background-item.h | 1 + 2 files changed, 22 insertions(+), 0 deletions(-) commit 9b55bb20e3bcc229ce74a46dbda942c7c0f9dd14 Author: Bastien Nocera Date: Fri Feb 11 12:39:51 2011 +0000 background: Load initial state from GSettings gnome_wp_item_update() used to do that for us. panels/background/cc-background-panel.c | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) commit 4bd51634a074456b84fbbed0f3149a15d091ad06 Author: Bastien Nocera Date: Fri Feb 11 12:38:46 2011 +0000 background: Make update_size() work in _load() If we never got an initial frame, it wouldn't work too well. panels/background/cc-background-item.c | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit ba72b7ab189d657f60d2aa7e9ef23a19e069f45e Author: Bastien Nocera Date: Fri Feb 11 12:23:44 2011 +0000 background: Remove read-only source property And squash together the code to setup the editing widgets. panels/background/background.ui | 2 - panels/background/cc-background-panel.c | 83 +++++++++++-------------------- 2 files changed, 30 insertions(+), 55 deletions(-) commit 15d67c1eaddc734512d8d1d061ea83250f1b24df Author: Chao-Hsiung Liao Date: Fri Feb 11 19:15:32 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 537 ++++++++++++++++++++++++++++++++-------------------------- po/zh_TW.po | 537 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 592 insertions(+), 482 deletions(-) commit 15a5849384f9862b01a549ca697ad3fb8cab2b7d Author: Bastien Nocera Date: Fri Feb 11 03:51:38 2011 +0000 background: Use the item flags When setting a new background. That ensures that we don't lose existing settings when the background item doesn't provide one (for example, setting the background colour when setting a picture item). panels/background/cc-background-panel.c | 43 +++++++++++++++++++----------- 1 files changed, 27 insertions(+), 16 deletions(-) commit 9e3903a8280e39237b5dde86c291ecb4108c5eb0 Author: Bastien Nocera Date: Fri Feb 11 03:49:49 2011 +0000 background: Set the flags for the pictures source panels/background/bg-pictures-source.c | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) commit cb2a53141de03c978e0a1a9777056d8781ea4caf Author: Bastien Nocera Date: Fri Feb 11 03:49:23 2011 +0000 background: Set the flags for the colors source panels/background/bg-colors-source.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit f2cfedd98b22fd349423c9b7ca26036d1c2512da Author: Bastien Nocera Date: Fri Feb 11 03:35:50 2011 +0000 background: Add function for debugging Prints out the contents of a CcBackgroundItem in details. panels/background/cc-background-item.c | 56 ++++++++++++++++++++++++++++++++ panels/background/cc-background-item.h | 2 + 2 files changed, 58 insertions(+), 0 deletions(-) commit 73798da68838fbdf309fca54a72d1cb6b95deab8 Author: Bastien Nocera Date: Fri Feb 11 03:19:09 2011 +0000 background: Remove some dead code panels/background/cc-background-item.c | 49 -------------------------------- 1 files changed, 0 insertions(+), 49 deletions(-) commit ed425ecf9dc7b8e7b65f112a6a5122c83973adae Author: Bastien Nocera Date: Fri Feb 11 03:18:22 2011 +0000 background: Better guards for public functions panels/background/cc-background-item.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 697ab6bc21ab0b4525d5cd9a1e67c1b540f0da82 Author: Sergey V. Udaltsov Date: Thu Feb 10 22:45:35 2011 +0000 region: Pass config registry to the kbd drawing dialog Updated for libgnomekbd API panels/region/gnome-region-panel-xkblt.c | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) commit 0cbc8ea27ae3eb2f8f1b7572e5f877a2dd6f7850 Author: Jasper St. Pierre Date: Thu Feb 10 16:54:49 2011 -0500 Fix build of generated sources. panels/background/Makefile.am | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) commit 3bf4c967318906a056db6e5dd79d2c2ef7596e81 Author: Inaki Larranaga Murgoitio Date: Thu Feb 10 23:01:05 2011 +0100 Updated Basque language po/eu.po | 6949 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 4092 insertions(+), 2857 deletions(-) commit b518a33e9aba5f42b77708c69c4309e9eff08db5 Author: Luca Ferretti Date: Thu Feb 10 22:32:25 2011 +0100 l10n: clean up POTFILES.in po/POTFILES.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a653a0a5600cd0cfdeff8802d30211c29c20981d Author: Bastien Nocera Date: Thu Feb 10 20:34:23 2011 +0000 background: Remove unused GnomeWpInfo code panels/background/Makefile.am | 34 ++++++------ panels/background/gnome-wp-info.c | 98 ------------------------------------- panels/background/gnome-wp-info.h | 46 ----------------- 3 files changed, 17 insertions(+), 161 deletions(-) commit ca14846ef95ab65b6a01b87e2975913e8b93074e Author: Bastien Nocera Date: Thu Feb 10 20:30:57 2011 +0000 background: Major rework of the CcBackgroundItem code It now is a full GObject, will be able to track the original XML file for a wallpaper, as well as which values are set in it. This will allow us to restore wallpapers properly, and only offer editing options when those aren't already hard-coded inside the item. configure.ac | 2 + panels/background/Makefile.am | 28 +- panels/background/bg-colors-source.c | 28 +- panels/background/bg-flickr-source.c | 26 +- panels/background/bg-pictures-source.c | 28 +- panels/background/bg-source.c | 4 +- panels/background/bg-wallpapers-source.c | 25 +- panels/background/cc-background-item.c | 909 ++++++++++++++++++++++++------ panels/background/cc-background-item.h | 144 +++--- panels/background/cc-background-panel.c | 139 +++-- panels/background/gnome-wp-xml.c | 240 ++++----- panels/background/gnome-wp-xml.h | 1 + 12 files changed, 1080 insertions(+), 494 deletions(-) commit 9a209fa181bd2b480317228e5e847e946c50d190 Author: Bastien Nocera Date: Thu Feb 10 12:29:29 2011 +0000 background: Rename gnome-wp-item to cc-background-item panels/background/Makefile.am | 6 +- panels/background/bg-colors-source.c | 6 +- panels/background/bg-flickr-source.c | 4 +- panels/background/bg-pictures-source.c | 8 +- panels/background/bg-source.c | 4 +- panels/background/bg-wallpapers-source.c | 8 +- panels/background/cc-background-item.c | 223 ++++++++++++++++++++++++++++++ panels/background/cc-background-item.h | 89 ++++++++++++ panels/background/cc-background-panel.c | 16 +- panels/background/gnome-wp-item.c | 223 ------------------------------ panels/background/gnome-wp-item.h | 89 ------------ panels/background/gnome-wp-xml.c | 12 +- 12 files changed, 345 insertions(+), 343 deletions(-) commit 45df865718456e8b8ce4952cff6712638bfa57a0 Author: Marek Kasik Date: Thu Feb 10 15:34:20 2011 +0100 printer: Some UI tweaks Set minimal width of renderer showing names of printers to 120 pixels. Set also ellipsizing for the renderer. Set some widgets insensitive when there is no printer (#641421). Set correct character for empty fields. Always set background color for supply levels' GtkDrawingArea. panels/printers/cc-printers-panel.c | 47 ++++++++++++++++++++++++---------- 1 files changed, 33 insertions(+), 14 deletions(-) commit 7b287b8c03f3c272711239d9c4c2546d53ebe6bf Author: Bastien Nocera Date: Thu Feb 10 12:01:17 2011 +0000 background: Async function for loading XML wallpapers It's ugly API, but it means we don't block anymore. panels/background/bg-wallpapers-source.c | 28 +++++++++++++++------- panels/background/gnome-wp-xml.c | 37 ++++++++++++++++++++++++++++++ panels/background/gnome-wp-xml.h | 10 ++++++++ 3 files changed, 66 insertions(+), 9 deletions(-) commit 1416e68b92bc2e7063c6de303c385e28312f52cb Author: Bastien Nocera Date: Thu Feb 10 11:35:29 2011 +0000 background: Make a few functions private They were only used within gnome-wp-xml.c, and nowhere else so hide them there. panels/background/gnome-wp-item.c | 70 -------------------------------- panels/background/gnome-wp-item.h | 5 -- panels/background/gnome-wp-xml.c | 81 +++++++++++++++++++++++++++++++++++++ 3 files changed, 81 insertions(+), 75 deletions(-) commit 75d97e3bf4754acd44c2024898bd30d631ef3319 Author: Bastien Nocera Date: Wed Feb 9 16:15:23 2011 +0000 background: Remove loading of obsolete backgrounds Shouldn't be needed any more. panels/background/gnome-wp-xml.c | 61 -------------------------------------- 1 files changed, 0 insertions(+), 61 deletions(-) commit aa0f4765c4bec56c9394ae66a7c395775783c084 Author: Marek Kasik Date: Thu Feb 10 12:34:15 2011 +0100 printers: Replace "Idle" state by "Ready" panels/printers/cc-printers-panel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0f1caabc332fa35eea80a437b0c43da549330cc5 Author: Marek Kasik Date: Thu Feb 10 11:04:17 2011 +0100 printers: Don't try to draw empty ink level panels/printers/cc-printers-panel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 88ff47618b0f4b93c0d6c5b40f15e49505499974 Author: Marek Kasik Date: Thu Feb 10 11:00:27 2011 +0100 printers: Don't show printers separator when not needed Don't show printers separator when there are only unused printers. panels/printers/cc-printers-panel.c | 30 ++++++++++++++++++------------ 1 files changed, 18 insertions(+), 12 deletions(-) commit b5e63ec96b2a50bb53e4749f8348d41419a4bbbe Author: Sergey V. Udaltsov Date: Wed Feb 9 09:29:57 2011 +0000 Fix the modality of the Preview dialog set_modal should be used instead of set_transient_for Also, a bit of memory tidy up panels/region/gnome-region-panel-xkbltadd.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 2ebe50c4cece02e445053b8c6486fb7b2607797b Author: Kjartan Maraas Date: Wed Feb 9 18:09:18 2011 +0100 Updated Norwegian bokmål translation. po/nb.po | 267 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 154 insertions(+), 113 deletions(-) commit 30bb1fc9151ea5be58e51cab2532b56d01b87ac8 Author: Sweta Kothari Date: Wed Feb 9 16:22:25 2011 +0530 Updated Gujarati Translations po/gu.po | 5678 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 2824 insertions(+), 2854 deletions(-) commit 58d3071889e06e655be3df1708d498320e289ec2 Author: Ivar Smolin Date: Wed Feb 9 08:52:20 2011 +0200 [l10n] Updated Estonian translation po/et.po | 119 ++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 74 insertions(+), 45 deletions(-) commit b7fdcc4ce54ed0dd131d8498b0c19f6d8c027972 Author: Luca Ferretti Date: Wed Feb 9 01:32:26 2011 +0100 Updated Italian translation po/it.po | 390 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 201 insertions(+), 189 deletions(-) commit 570c97ab266a5ab30af464ca499f93239035ff55 Author: Bastien Nocera Date: Tue Feb 8 23:13:08 2011 +0000 datetime: Fix city combobox filtering The city combo box's filter was never refiltered after setting the original timezone, so we always got the whole list of cities. panels/datetime/cc-datetime-panel.c | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) commit 9e0d566cfb03a851564e589c885c4fba2205e3ae Author: Bastien Nocera Date: Tue Feb 8 22:33:12 2011 +0000 region: Fix overeager string splitting So that Argentinian timezones show up properly again. panels/datetime/cc-datetime-panel.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 963f992452dda54ff344a924470d8bf5f7950efb Author: Sergey V. Udaltsov Date: Tue Feb 8 22:21:09 2011 +0000 region: make layout filtering much faster Using app-level filter instead of libxklavier filter panels/region/gnome-region-panel-layout-chooser.ui | 9 +- panels/region/gnome-region-panel-xkbltadd.c | 209 +++++++++++++++++--- 2 files changed, 185 insertions(+), 33 deletions(-) commit 99c1d959be62b6d4b6849dc0d4be7a126b7251de Author: Bastien Nocera Date: Tue Feb 8 21:35:30 2011 +0000 screen: Make sure the combo box is always set If a value is between 2 values, choose the upper one. If a value is higher than the maximim used in the combobox, set it to the maximum. panels/screen/cc-screen-panel.c | 32 ++++++++++++++++++++++++++------ 1 files changed, 26 insertions(+), 6 deletions(-) commit 23be6616a4f2207115d6c5d2c97d0b3d9cccab43 Author: Khaled Hosny Date: Tue Feb 8 18:37:29 2011 +0200 Updated Arabic translation po/ar.po | 178 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 96 insertions(+), 82 deletions(-) commit fc4bf8bf9d04af106ffd39588564c0b3b00675ee Author: Marek Kasik Date: Tue Feb 8 16:27:50 2011 +0100 printers: Change widget showing supply levels Show Ink/Toner levels in one rectangle now. It sorts levels and shows the highest level. It paints the lower levels on top of that. So the lowest level is on top (overlapping the others). It also shows "Ink Level"/"Toner Level"/"Supply Level" label for corresponding supplies now. panels/printers/cc-printers-panel.c | 188 +++++++++++++++++++++++------------ panels/printers/printers.ui | 17 +--- 2 files changed, 128 insertions(+), 77 deletions(-) commit d6a2046a0f1c9c8d943fe720b10fc314941a40fc Author: Bastien Nocera Date: Tue Feb 8 15:20:49 2011 +0000 screen: Set idle-delay to the same value as DPMS timeout So that the user and session are idle when DPMS kicks in. panels/screen/cc-screen-panel.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit c09ecde3cf40291bae9defb0a1e424cfdc509bdd Author: Bastien Nocera Date: Mon Feb 7 18:55:03 2011 +0000 screen: Hook up screen locking https://bugzilla.gnome.org/show_bug.cgi?id=637939 configure.ac | 2 +- panels/screen/cc-screen-panel.c | 75 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 75 insertions(+), 2 deletions(-) commit f2461603f3c5a9b972f60089d0f4d970ace054bf Author: Richard Hughes Date: Tue Feb 8 12:00:19 2011 +0000 network: now we know that using NM async works, rework the prototype into some sane abstractions panels/network/cc-network-panel.c | 1462 ++++----------------------- panels/network/nm-access-point.c | 290 ++++++ panels/network/nm-access-point.h | 73 ++ panels/network/nm-device.c | 1495 +++++++++++++++++++++++++++ panels/network/nm-device.h | 107 ++ panels/network/panel-cell-renderer-mode.c | 2 +- panels/network/panel-cell-renderer-mode.h | 5 +- panels/network/panel-cell-renderer-signal.h | 3 +- po/POTFILES.in | 3 +- 9 files changed, 2167 insertions(+), 1273 deletions(-) commit 5253a808c05aba511f2020a4dc35c0672eeed254 Author: Daniel Nylander Date: Tue Feb 8 00:24:02 2011 +0100 Updated Swedish translation po/sv.po | 2023 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 1180 insertions(+), 843 deletions(-) commit d79e31da3278ec18863252609240ab737ccb556a Author: Bastien Nocera Date: Mon Feb 7 16:58:52 2011 +0000 screen: Hide the brightness slider when it cannot be set If there's no brightness hardware, just hide the brightness related preferences. panels/screen/cc-screen-panel.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 5fd4a775881420fb3bea9f364d1b7f9eac1052a1 Author: Bastien Nocera Date: Mon Feb 7 16:58:25 2011 +0000 screen: Simplify GtkBuilder-using code By using the already defined macro panels/screen/cc-screen-panel.c | 21 +++++++++------------ 1 files changed, 9 insertions(+), 12 deletions(-) commit 3b3392e1fedb2f635ab7c4bc5c39883373df858d Author: Ivar Smolin Date: Mon Feb 7 18:06:19 2011 +0200 [l10n] Updated Estonian translation po/et.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 6baa1a05dd9f3865ce72e86b8ec20e89f749062d Author: Cosimo Cecchi Date: Sun Feb 6 16:26:02 2011 -0500 network: fix a crasher due to an uninitialized GVariant panels/network/cc-network-panel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8518a5eee86b4ac1669b946f453cbb99097cd377 Author: Richard Hughes Date: Mon Feb 7 14:17:54 2011 +0000 network: show the wired network subnet mask Note: this is really just a dummy commit, as the network device stuff is about to be abstracted away from the hacky code we have now. panels/network/cc-network-panel.c | 108 ++++++++++++++++++++++++++++++++++++- 1 files changed, 106 insertions(+), 2 deletions(-) commit 419248bae91fe50db73f959c151a1fe9a807ed26 Author: Richard Hughes Date: Mon Feb 7 13:39:07 2011 +0000 network: Disable NetworkManager when the airplane switch gets changed panels/network/cc-network-panel.c | 95 +++++++++++++++++++++++++++++++++---- 1 files changed, 85 insertions(+), 10 deletions(-) commit a345d23ed0835e32c92b134fccc6bf7aa2ebe5d0 Author: Marek Kasik Date: Mon Feb 7 15:07:35 2011 +0100 printers: Check that cups is recent enough Check that cups version is greater than 1.4 or equal to 1.4. configure.ac | 29 ++++++++++++++++++++++++----- 1 files changed, 24 insertions(+), 5 deletions(-) commit e55acf1eae7e48e5b8f10ee18e6c08c752402f8a Author: A S Alam Date: Mon Feb 7 19:24:08 2011 +0530 update Punjabi Translation by Alam po/pa.po | 501 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 258 insertions(+), 243 deletions(-) commit 6c403240cc5ce351b65187994274d6cad14e9683 Author: Khaled Hosny Date: Mon Feb 7 14:49:41 2011 +0200 Updated Arabic translation po/ar.po | 211 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 125 insertions(+), 86 deletions(-) commit 703129bbfe94f5b57f4b07787bd6c45ab3c8c1e9 Author: Khaled Hosny Date: Mon Feb 7 12:19:26 2011 +0100 printers: Avoid unnecessary use of markup Replace unnecessary use of markup with text proprieties. panels/printers/printers.ui | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit dfdc194cbe657167b96d3d0ebdce5c929a5e96ee Author: Luca Ferretti Date: Mon Feb 7 11:55:27 2011 +0100 printers: add translation context to statuses (#641339) Add translation context to printer status and job status. Increase required inltool to 0.40.1 in order to use NC_(). See bug #641339 for details. configure.ac | 2 +- panels/printers/cc-printers-panel.c | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) commit 18d764cf9fe376e0c34f9e45ac9661731dec1aff Author: Luca Ferretti Date: Mon Feb 7 10:56:06 2011 +0100 printers: l10n fixes for jobs count use ngettext for "%d active" message and don't mark as translatable the related placeholder in printers.ui file Slightly modified by Marek Kasik. panels/printers/cc-printers-panel.c | 4 +++- panels/printers/printers.ui | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) commit 610ddff3b0cdfaab7006036593ee2e029a52b1e9 Author: Ivar Smolin Date: Mon Feb 7 09:23:22 2011 +0200 [l10n] Updated Estonian translation po/et.po | 59 +++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 33 insertions(+), 26 deletions(-) commit ceac040387f1fa9bf0c15ba373d3b9bbbcc8e755 Author: Bastien Nocera Date: Mon Feb 7 01:50:22 2011 +0000 region: Some UI fixes for the layout chooser And parent it appropriately. panels/region/gnome-region-panel-layout-chooser.ui | 139 +++++++++++--------- 1 files changed, 77 insertions(+), 62 deletions(-) commit 8f405c9346066cb64a7527fe9cd3876c899f1832 Author: Bastien Nocera Date: Mon Feb 7 01:15:16 2011 +0000 region: Remove code to handle print button It's not in the main UI anymore. panels/region/gnome-region-panel-xkb.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) commit 9c2bfba4caf404456d5daf30ebfcc863c6d2cd68 Author: Bastien Nocera Date: Mon Feb 7 01:06:39 2011 +0000 region: Easier to understand layout switching options Use 2 groups of radio buttons to make layout options related to windows easier to understand. https://bugzilla.gnome.org/show_bug.cgi?id=641021 panels/region/gnome-region-panel-xkb.c | 40 +++++-------- panels/region/gnome-region-panel.ui | 99 +++++++++++++++++++++++++------- 2 files changed, 93 insertions(+), 46 deletions(-) commit a950f9d9d155ea4f0efedf22f829ba1f8615e0a8 Author: Kjartan Maraas Date: Sun Feb 6 19:27:50 2011 +0100 Add missing file po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit d14235d249134ee18c91ca3a8de0f70fe595336b Merge: 3212170 ebfe1af Author: Kjartan Maraas Date: Sun Feb 6 19:10:52 2011 +0100 Updated Norwegian bokmål translation. commit 3212170fdecc6b504bcca3a10c5c5df9c92c8d63 Author: Kjartan Maraas Date: Sun Feb 6 19:09:32 2011 +0100 Updated Norwegian bokmål translation. po/nb.po | 678 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 313 insertions(+), 365 deletions(-) commit ebfe1af8304ae474e0519c9512b4a0bd38c3f350 Author: Ivar Smolin Date: Sun Feb 6 10:11:06 2011 +0200 [l10n] Updated Estonian translation po/et.po | 374 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 193 insertions(+), 181 deletions(-) commit 222103be38b277d55c1e7ae7f8f34c06ef308845 Author: Thomas Wood Date: Sat Feb 5 17:58:38 2011 +0000 universal-access: hide "Option" buttons that don't have any implementation panels/universal-access/uap.ui | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit f629b1320698b8a528c30ea545420eee5e8be21e Author: Thomas Wood Date: Sat Feb 5 17:13:57 2011 +0000 universal-access: hide options that are currently unavailable Hide options that are currently unavailable or unlikely to be implemented in time for the 3.0 release. https://bugzilla.gnome.org/show_bug.cgi?id=639784 panels/universal-access/uap.ui | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) commit 987f8c14250b046d3094a3350edca921d3ccd455 Author: Thomas Wood Date: Sat Feb 5 16:04:53 2011 +0000 universal-access: allow the pointer page to use less horizontal space panels/universal-access/uap.ui | 13 ++----------- 1 files changed, 2 insertions(+), 11 deletions(-) commit 3edfefad90b53485b96f16f0ea545ad9e4ae4ae4 Author: Sergey V. Udaltsov Date: Sat Feb 5 17:00:44 2011 +0000 Showing the kbd layout preview dialog gtk_widget_show_all was in new_dialog before, has to be called explicitly panels/region/gnome-region-panel-xkblt.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3e3995dab7ce33a47c6b7cb18623766aaf6621c3 Author: Khaled Hosny Date: Sat Feb 5 16:39:32 2011 +0200 Updated Arabic translation po/ar.po | 275 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 138 insertions(+), 137 deletions(-) commit f96d5c5ea4ea4a6ed8a04b83ff00cb10df1fc2de Author: Daniel Mustieles Date: Sat Feb 5 10:08:21 2011 +0100 Updated Spanish translation po/es.po | 307 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 147 insertions(+), 160 deletions(-) commit 4c38a00c395e5459e2ecc424a38d634e9dd77087 Author: Daniel Mustieles Date: Sat Feb 5 10:07:07 2011 +0100 Updated Spanish translation po/es.po | 484 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 273 insertions(+), 211 deletions(-) commit c2bc94d6ef007078dc9d538c5e1fd27b313d2095 Author: Bastien Nocera Date: Sat Feb 5 03:07:13 2011 +0000 region: Remove annoying tooltip on a treeview panels/region/gnome-region-panel.ui | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit 28d69973d2dccc355069788deb2208b3ce415b66 Author: Sergey V. Udaltsov Date: Fri Feb 4 22:54:33 2011 +0000 Sort the layout list in the chooser panels/region/gnome-region-panel-xkbltadd.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 7808e6edaed144d8472e3c44a608778044c2b341 Author: Sergey V. Udaltsov Date: Fri Feb 4 22:39:03 2011 +0000 Minor UI tweaks in kbd layout chooser Frame around layout list, initial focus on the search field panels/region/gnome-region-panel-layout-chooser.ui | 1 + panels/region/gnome-region-panel-xkbltadd.c | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) commit ce64d844d40c7af64f4177cdafc8f56698e064b6 Author: Gheyret Kenji Date: Fri Feb 4 23:17:06 2011 +0100 Added UG translation po/ug.po | 3825 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 2321 insertions(+), 1504 deletions(-) commit f536171953298f8e6abac651dc144fd72aa240dd Author: William Jon McCann Date: Fri Feb 4 16:51:46 2011 -0500 require libxklavier 5.1 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7da8390241cca72035f81f1809226ea4eee6060b Author: Cosimo Cecchi Date: Fri Feb 4 15:50:29 2011 -0500 um-editable-entry: port to GtkStyleContext panels/user-accounts/um-editable-entry.c | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) commit 0132e4be37b9200c337c7a988f0dfdabc2a9820f Author: Cosimo Cecchi Date: Fri Feb 4 15:43:40 2011 -0500 all: make GCC stop complaining about set but unused variables panels/sound/gvc-mixer-event-role.c | 19 ---------------- panels/sound/gvc-mixer-sink-input.c | 33 ---------------------------- panels/sound/gvc-mixer-sink.c | 31 -------------------------- panels/sound/gvc-mixer-source-output.c | 16 ------------- panels/sound/gvc-mixer-source.c | 31 -------------------------- panels/sound/gvc-sound-theme-chooser.c | 16 +------------ panels/user-accounts/fingerprint-strings.h | 2 +- panels/user-accounts/um-language-dialog.c | 2 - panels/user-accounts/um-user-panel.c | 4 +-- panels/user-accounts/um-utils.c | 2 - 10 files changed, 3 insertions(+), 153 deletions(-) commit f0bee95a74a5d98939e6f1d4fbe2c1a7121d51c4 Author: Cosimo Cecchi Date: Fri Feb 4 15:40:25 2011 -0500 Use gdk_error_trap_pop_ignored() panels/mouse/gsd-input-helper.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 533edb7f48fb1897658a46d0b232e0deeb51897e Author: Fran Diéguez Date: Fri Feb 4 21:35:53 2011 +0100 Updated Galician translations po/gl.po | 509 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 287 insertions(+), 222 deletions(-) commit 56592a114d45841ab67920f6e454535b1e280f6e Author: William Jon McCann Date: Fri Feb 4 15:21:18 2011 -0500 info: add special case for Atom(TM) panels/info/cc-info-panel.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit fe04b358a420d8e03951473c98ac0740613eb8d4 Author: Sergey V. Udaltsov Date: Fri Feb 4 19:55:38 2011 +0000 New search-based layout addition Bug #640772, see mockup Requires new version of libgnomekbd and libxklavier panels/region/gnome-region-panel-layout-chooser.ui | 260 ++------- panels/region/gnome-region-panel-xkb.c | 9 +- panels/region/gnome-region-panel-xkb.h | 2 +- panels/region/gnome-region-panel-xkblt.c | 9 +- panels/region/gnome-region-panel-xkbltadd.c | 587 ++++++-------------- 5 files changed, 221 insertions(+), 646 deletions(-) commit d734bbc7348021ae90d50ea7d1aef0f726c45d3b Author: William Jon McCann Date: Fri Feb 4 14:27:25 2011 -0500 info: add graphics info Try to get the graphics info first from glxinfo and then from lspci. Then prettify the results a bit. panels/info/cc-info-panel.c | 181 ++++++++++++++++++++++++++++++++++++++++++- panels/info/info.ui | 122 ++++++++++++++++++++++------- 2 files changed, 273 insertions(+), 30 deletions(-) commit ec075f58f0e1d25831cee0f7afa3882329a7a253 Author: Bastien Nocera Date: Fri Feb 4 16:41:33 2011 +0000 display: Remove unused "apply_button" member panels/display/xrandr-capplet.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit cda9d34f941263bc72a39cd18cf378f2264eb182 Author: Bastien Nocera Date: Fri Feb 4 03:37:30 2011 +0000 display: Remove unused computation panels/display/xrandr-capplet.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) commit 8f614133ea72629c8f18182ad8acc5e4f5a8b0ee Author: Bastien Nocera Date: Fri Feb 4 03:35:12 2011 +0000 display: Remove old radio-timey code There's no radio button to switch to off now. panels/display/xrandr-capplet.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 19f5c35da85979747f39b0b2f4223dde0938f4cb Author: Bastien Nocera Date: Fri Feb 4 03:31:48 2011 +0000 display: Simplify some old GNOME 2.x code There's no need to wait for gtk_dialog_run() now... panels/display/xrandr-capplet.c | 20 +++----------------- 1 files changed, 3 insertions(+), 17 deletions(-) commit 91faba68b2b1c3058a555ecfa79b3cde623ca69d Author: Bastien Nocera Date: Fri Feb 4 03:06:40 2011 +0000 display: Remove support for old D-Bus interface version 1 support for the protocol is gone. All the gnome-settings-daemon for the past 2 years have supported the new interface. panels/display/xrandr-capplet.c | 46 +++----------------------------------- 1 files changed, 4 insertions(+), 42 deletions(-) commit b1af38f23d0b668677d18567b96cddc47ca52ff1 Author: Khaled Hosny Date: Fri Feb 4 18:30:03 2011 +0200 Updated Arabic translation po/ar.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 2406752685b908ea7b6adcb44b0aaec27e2aa944 Author: Marek Kasik Date: Fri Feb 4 17:09:00 2011 +0100 printers: Sort printers by usage Sort printers by amount of jobs sent to them (#641285). Separate unused printers by separator from the rest of printers. panels/printers/cc-printers-panel.c | 121 ++++++++++++++++++++++++++++++---- 1 files changed, 106 insertions(+), 15 deletions(-) commit 3b681233ecbd0f421c08abe9254f453c96597f96 Author: Yaron Shahrabani Date: Fri Feb 4 09:20:49 2011 +0200 Updated Hebrew translation. po/he.po | 444 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 248 insertions(+), 196 deletions(-) commit 5448188cc4ed04e3835439ba0f2076ca126a4915 Author: Bastien Nocera Date: Fri Feb 4 02:35:05 2011 +0000 datetime: Fix crash when TZ is an alias Using the "backward" file from tzdata (available under the public domain), we load the aliases for real timezones, to look them up against our database. https://bugzilla.gnome.org/show_bug.cgi?id=641360 panels/datetime/Makefile.am | 2 + panels/datetime/backward | 118 +++++++++++++++++++++++++++++++++++++ panels/datetime/cc-timezone-map.c | 70 ++++++++++++++++++++-- 3 files changed, 183 insertions(+), 7 deletions(-) commit 40e2c9eed4a3a21d8e722bfda21dbf962dc7bc49 Author: Bastien Nocera Date: Thu Feb 3 19:11:02 2011 +0000 common: Load language names for locales with 3 letters If software with "Chhattisgarhi" translations was loaded (such as k3b), we would fail to load the language name for it, as we were not parsing the ISO-639-3 database. https://bugzilla.gnome.org/show_bug.cgi?id=641373 panels/common/gdm-languages.c | 45 ++++++++++++++++++++++++++++++++-------- 1 files changed, 36 insertions(+), 9 deletions(-) commit 7cfa641feb67d6fd5ae5a86283c09e1c042ca12d Author: Yanko Kaneti Date: Thu Feb 3 20:17:34 2011 +0200 Avoid using locales without language names. Quick and dirty fix for not using all the iso-codes resources for finding a suitable language name for a locale. panels/common/cc-common-language.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 7f78615272ed9b40581ac97cd7214db77dc198c1 Author: Khaled Hosny Date: Thu Feb 3 17:08:00 2011 +0200 Update Arabic timezones translation Already sent to upstream Fedora translators and should appear there in due time, but can't risk getting this embarrassing translation in the release. panels/datetime/po-timezones/ar.po | 527 ++++++++++++++++++------------------ 1 files changed, 263 insertions(+), 264 deletions(-) commit 6d04352c1fb07ef3b5b63b23e56ac51bbaa43105 Author: Bastien Nocera Date: Thu Feb 3 14:02:11 2011 +0000 build: Make iso-codes a hard-dependency Otherwise the region panel, and the user-accounts panel would crash on startup, or when showing a list of languages. configure.ac | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit f0d0c6300ff227198c916517fbc4f211ca8d757a Author: Khaled Hosny Date: Thu Feb 3 15:55:16 2011 +0200 Updated Arabic translation po/ar.po | 636 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 339 insertions(+), 297 deletions(-) commit 83a437d2ff60505731203a52f88a3264efadb759 Author: Christian Persch Date: Wed Feb 2 21:52:15 2011 +0100 datetime: Create filenames locale-independently Bug #641294. panels/datetime/cc-timezone-map.c | 6 ++++-- panels/datetime/test-timezone.c | 10 +++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) commit ace6fb930964978ad44aeb5cfe254af6e7e16278 Author: Christian Persch Date: Wed Feb 2 20:35:54 2011 +0100 shell: Don't pass invalid option flags G_OPTION_FLAG_OPTIONAL_ARG is only valid for callback options. Bug #641290. shell/control-center.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit faa5deccea691b14a85353b2d92e7fe39c266574 Author: Luca Ferretti Date: Thu Feb 3 14:01:32 2011 +0100 Updated Italian translation po/it.po | 997 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 560 insertions(+), 437 deletions(-) commit b415a03a8ffb4b2abcc9bf8e6546b09eb0e6fe15 Author: Chao-Hsiung Liao Date: Thu Feb 3 14:33:22 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 717 ++++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 717 ++++++++++++++++++++++++++++++----------------------------- 2 files changed, 724 insertions(+), 710 deletions(-) commit 6249d34f3945f2351460bde231e9431f29047cbe Author: A S Alam Date: Thu Feb 3 08:18:01 2011 +0530 update Punjabi Translation by A S Alam po/pa.po | 498 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 274 insertions(+), 224 deletions(-) commit bb2e8060d473f491af6798c2bdbda9bb977f4b9c Author: William Jon McCann Date: Wed Feb 2 21:30:17 2011 -0500 info: make labels selectable panels/info/info.ui | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 437b2cfb405a795feb17a8f6a2895aa7805e44c0 Author: William Jon McCann Date: Wed Feb 2 20:00:31 2011 -0500 keyboard: improve the layout of the bindings page Limit size of sections view and keep the key column the same size. panels/keyboard/gnome-keyboard-panel.ui | 4 ++++ panels/keyboard/keyboard-shortcuts.c | 7 +++++++ 2 files changed, 11 insertions(+), 0 deletions(-) commit 5db83718e3d4fcd9154a290fcce07e8bd5984b14 Author: William Jon McCann Date: Wed Feb 2 17:48:35 2011 -0500 keyboard: add missing file panels/keyboard/01-system.xml.in | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit 4d7c8354c4200633866694db97a48f2cb4302669 Author: William Jon McCann Date: Wed Feb 2 17:31:18 2011 -0500 keyboard: allow merging key groups together per section panels/keyboard/keyboard-shortcuts.c | 98 ++++++++++++++++++++++++++++------ 1 files changed, 81 insertions(+), 17 deletions(-) commit c248dd8788567ef9de6b57d7ba2f36742744b506 Author: William Jon McCann Date: Wed Feb 2 16:51:14 2011 -0500 keyboard: change grouping of keys panels/keyboard/00-multimedia-key.xml.in | 35 ------------------------------ panels/keyboard/00-multimedia.xml.in | 35 ++++++++++++++++++++++++++++++ panels/keyboard/01-desktop-key.xml.in | 29 ------------------------ panels/keyboard/01-launchers.xml.in | 23 +++++++++++++++++++ panels/keyboard/Makefile.am | 2 +- po/POTFILES.in | 5 ++- 6 files changed, 62 insertions(+), 67 deletions(-) commit 6d27be8f787234e9f5f7576135a7920f991900ed Author: Marek Kasik Date: Wed Feb 2 16:59:50 2011 +0100 printers: Add unlock button (#640733) Add unlock button from the User Accounts panel to the Printer panel. panels/printers/Makefile.am | 5 +- panels/printers/cc-printers-panel.c | 68 ++++- panels/printers/pp-lockbutton.c | 627 +++++++++++++++++++++++++++++++++++ panels/printers/pp-lockbutton.h | 68 ++++ 4 files changed, 761 insertions(+), 7 deletions(-) commit de278d3a857374a8f9cb8af3db211e9f87089049 Author: Bastien Nocera Date: Wed Feb 2 11:42:31 2011 +0000 datetime: Don't crash when g-s-d is badly installed And require a newer gnome-settings-daemon to avoid those problems. https://bugzilla.gnome.org/show_bug.cgi?id=641232 configure.ac | 2 +- panels/datetime/cc-datetime-panel.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletions(-) commit b009d6875b9ff4b033c4b5c547eaab1b3bc05f78 Author: Bastien Nocera Date: Tue Feb 1 13:41:01 2011 +0000 shell: Add shortcuts to focus search entry Ctrl+S and Ctrl+F are used in overview mode to focus the search entry. https://bugzilla.gnome.org/show_bug.cgi?id=409230 shell/gnome-control-center.c | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) commit 04f84937a627b142f6cb45bf71e2f7882792ba57 Author: William Jon McCann Date: Wed Feb 2 02:18:07 2011 -0500 network: use emblem-default-symbolic for the default printer panels/printers/cc-printers-panel.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 1173df903f2c3586fe980dca05801cfdbd10c82a Author: William Jon McCann Date: Wed Feb 2 02:13:01 2011 -0500 printers: add mores spacing to table panels/printers/printers.ui | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 6d690d67282b05f64f470f6a496335acc7cd8a54 Author: Matthias Clasen Date: Wed Feb 2 02:08:14 2011 -0500 Post-release bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)