commit 7e94eca2fbe460435af2d49380846e41b95fdf9d Author: Bastien Nocera Date: Tue Jan 15 15:40:53 2013 +0100 3.7.4 NEWS | 43 +++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) commit d6df12fa253487cf1d74981f80dcdb17ebf1c452 Author: Bastien Nocera Date: Tue Jan 15 16:16:03 2013 +0100 shell: Fix distcheck No overriding EXTRA_DIST please. shell/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1ed2fa3175f139298679317cb86fc02baa12279a Author: Bastien Nocera Date: Tue Jan 15 16:10:41 2013 +0100 sharing: Fix distcheck Missing the gresource.xml file in the dist panels/sharing/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 70d0eba50c8ffb035b25f3134269c19ff0cab133 Author: Bastien Nocera Date: Tue Jan 15 15:48:53 2013 +0100 power: Disable Bluetooth switch for now It's broken right now. panels/power/cc-power-panel.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) commit 6a3fec2521637e22a15e4331229be36cb837fedd Author: Rui Matos Date: Tue Jan 15 14:33:15 2013 +0100 shell: Fix a crash shell/gnome-control-center.c | 1 - 1 file changed, 1 deletion(-) commit d2bfa254d32ed7eca769e44687ea50251b167404 Author: Bastien Nocera Date: Tue Jan 15 12:07:46 2013 +0100 Revert "shell: Remove unused gnome-menus helper files" The files are used by gnome-shell to display the control-center search resulst in the overview. https://bugzilla.gnome.org/show_bug.cgi?id=690577 This reverts commit 10f292dc6b89a7dc646937da2929b5b620c0b96b. Conflicts: po/POTFILES.in shell/Makefile.am po/POTFILES.in | 1 + shell/Makefile.am | 17 ++++++++-- shell/gnomecc.directory.in | 5 +++ shell/gnomecc.menu.in | 84 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 105 insertions(+), 2 deletions(-) commit eb3dfe9b77a3139acda58fde048c0c7af66f7b95 Author: Giovanni Campagna Date: Tue Jan 15 11:37:24 2013 +0100 shell: Use CcShellMode to do the panels filtering https://bugzilla.gnome.org/show_bug.cgi?id=690577 shell/Makefile.am | 2 + shell/cc-shell-category-view.c | 3 +- shell/cc-shell-item-view.c | 9 +-- shell/cc-shell-model.c | 151 +++++++++++++++++++---------------------- shell/cc-shell-model.h | 9 ++- shell/cc-util.c | 105 ++++++++++++++++++++++++++++ shell/cc-util.h | 28 ++++++++ shell/gnome-control-center.c | 58 +++------------- 8 files changed, 225 insertions(+), 140 deletions(-) commit 20826eb6e6fb808c6e91a5cbe32e8531958835d5 Author: Bastien Nocera Date: Tue Jan 15 10:49:27 2013 +0100 sharing: Add more keywords to desktop file As were added to rygel-preferences in https://bugzilla.gnome.org/show_bug.cgi?id=691176 panels/sharing/gnome-sharing-panel.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f549fc250142081d476577576462e6209a0f3eba Author: Bastien Nocera Date: Tue Jan 15 09:45:23 2013 +0100 privacy: Rename the show-full-name screensaver settings too As the name was changed to match that of the unlocked shell case. panels/privacy/cc-privacy-panel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit bbbaff2e0a40340ffc89376b139d9d2cb1c38d1b Author: Bastien Nocera Date: Tue Jan 15 09:35:29 2013 +0100 privacy: Remove use of gnome-shell schema Use show-full-name-in-top-bar key from the privacy settings instead of show-full-name in the shell's settings. https://bugzilla.gnome.org/show_bug.cgi?id=689561 panels/privacy/cc-privacy-panel.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) commit 39d7842ebe95623455add48aee033eb999ff2c8b Author: Bastien Nocera Date: Tue Jan 15 08:25:59 2013 +0100 background: Don't access the panel object in _finish() We shouldn't access the panel object as we don't know whether the memory is still valid or the panel has gone away and was freed. panels/background/cc-background-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 83bb97bfd1f726cb1b5b4483d27befaa6036fdb0 Author: Thomas Wood Date: Mon Jan 14 18:26:57 2013 +0000 sharing: fix the keywords list in the desktop file panels/sharing/gnome-sharing-panel.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b30d0133b98aa3288df2a70bf24279569adf2ab8 Author: Thomas Wood Date: Mon Jan 14 17:58:44 2013 +0000 Add initial implementation of the new Sharing panel https://bugzilla.gnome.org/show_bug.cgi?id=687772 configure.ac | 3 + man/gnome-control-center.xml | 8 + panels/Makefile.am | 3 +- panels/sharing/Makefile.am | 52 + panels/sharing/cc-media-sharing.c | 142 +++ panels/sharing/cc-media-sharing.h | 30 + panels/sharing/cc-remote-login.c | 148 +++ panels/sharing/cc-remote-login.h | 30 + panels/sharing/cc-sharing-panel.c | 767 ++++++++++++++ panels/sharing/cc-sharing-panel.h | 73 ++ panels/sharing/file-share-properties.c | 60 ++ panels/sharing/file-share-properties.h | 25 + panels/sharing/gnome-sharing-panel.desktop.in.in | 13 + panels/sharing/sharing.gresource.xml | 6 + panels/sharing/sharing.ui | 1181 ++++++++++++++++++++++ panels/sharing/vino-preferences.c | 113 +++ panels/sharing/vino-preferences.h | 50 + po/POTFILES.in | 3 + po/POTFILES.skip | 1 + shell/Makefile.am | 1 + shell/cc-panel-loader.c | 2 + 21 files changed, 2710 insertions(+), 1 deletion(-) commit f3a35fb57373c581c470c1bfbe72f3baf80ec3b2 Author: Thomas Wood Date: Tue Jan 8 11:46:13 2013 +0000 Add CcHostnameEntry widget and use it in the info panel https://bugzilla.gnome.org/show_bug.cgi?id=687772 configure.ac | 2 +- panels/info/Makefile.am | 14 +- panels/info/cc-info-panel.c | 237 -------------------------------- panels/info/hostname-helper.c | 173 ------------------------ panels/info/hostname-helper.h | 21 --- panels/info/hostnames-test.txt | 11 -- panels/info/info.ui | 8 +- panels/info/test-hostname | Bin 0 -> 18159 bytes panels/info/test-hostname.c | 79 ----------- shell/Makefile.am | 16 +++ shell/cc-hostname-entry.c | 299 +++++++++++++++++++++++++++++++++++++++++ shell/cc-hostname-entry.h | 73 ++++++++++ shell/hostname-helper.c | 173 ++++++++++++++++++++++++ shell/hostname-helper.h | 21 +++ shell/hostnames-test.txt | 11 ++ shell/test-hostname.c | 79 +++++++++++ 16 files changed, 677 insertions(+), 540 deletions(-) commit b577e6a679e61561282ef72063f808f927a3f79e Author: Bastien Nocera Date: Mon Jan 14 17:22:31 2013 +0100 shell: Add support for navigating use left/right arrows https://bugzilla.gnome.org/show_bug.cgi?id=409230 shell/gnome-control-center.c | 128 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) commit 81385c6350557336c6c78aa7cd268c944f88a9af Author: Bastien Nocera Date: Mon Jan 14 15:24:33 2013 +0100 shell: Add support for the "Back" keyboard key and Alt+Up https://bugzilla.gnome.org/show_bug.cgi?id=691601 shell/gnome-control-center.c | 7 +++++++ 1 file changed, 7 insertions(+) commit 77b7569c3ddb83db9cb866f7f9d87e6f6d1dd5ad Author: Matthias Clasen Date: Sun Jan 13 19:48:22 2013 -0500 Add the input-source-switcher to the shortcuts This setting was relegated to gnome-tweak-tool in 3.6 for timing reasons, but it really belongs in the keyboard panel. https://bugzilla.gnome.org/show_bug.cgi?id=687910 panels/keyboard/cc-keyboard-option.c | 222 ++++++++++++++++++++++++++++------- 1 file changed, 182 insertions(+), 40 deletions(-) commit e6501feaad4af9efc39df4d0c77defd200334cd5 Author: Kjartan Maraas Date: Mon Jan 14 11:11:36 2013 +0100 Updated Norwegian bokmål translation po/nb.po | 63 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 40 insertions(+), 23 deletions(-) commit 516beb04ec01df8cee9c2eb5c2258935d4b1e011 Author: Gheyret Kenji Date: Sat Jan 12 13:54:32 2013 +0900 Updated Uyghur translation Signed-off-by: Gheyret Kenji po/ug.po | 7730 ++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 4754 insertions(+), 2976 deletions(-) commit ac4cefcd8b3159a7c81ccf0d77fc7660f8c6e789 Author: Bastien Nocera Date: Fri Jan 11 16:21:26 2013 +0100 shell: Make search result descriptions dimmer Using the dim-label class and libgd's styled text renderer https://bugzilla.gnome.org/show_bug.cgi?id=676576 shell/Makefile.am | 4 +++- shell/gnome-control-center.c | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) commit 5996ace846aaf824fe81b4ec43f4acc1ae55a721 Author: Bastien Nocera Date: Fri Jan 11 16:11:41 2013 +0100 build: Add libgd submodule .gitmodules | 4 ++++ Makefile.am | 6 +++--- autogen.sh | 9 +++------ configure.ac | 3 +++ libgd | 1 + 5 files changed, 14 insertions(+), 9 deletions(-) commit 082cd72df87223caa3c491c3161a8d6e8e935e2d Author: Bastien Nocera Date: Thu Jan 10 17:51:06 2013 +0100 shell: Rename keynav-failed handler shell/gnome-control-center.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 43d3066e426c50e08d503dd0696ccb53a96ca1a9 Author: Luca Ferretti Date: Fri Jan 11 00:32:31 2013 +0100 l10n: updated Italian translation po/it.po | 919 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 508 insertions(+), 411 deletions(-) commit f8da2f48c907761b279744a87441a4d83b94651d Author: Luca Ferretti Date: Sat Jan 5 14:38:38 2013 +0100 l10n: updated Italian translation po/it.po | 5029 +++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 3174 insertions(+), 1855 deletions(-) commit 7c3d27f3a097182840ed4872e1418d3ecbd3ec08 Author: Bastien Nocera Date: Thu Jan 10 17:14:47 2013 +0100 shell: Add --list command-line option https://bugzilla.gnome.org/show_bug.cgi?id=655418 man/gnome-control-center.xml | 7 +++++++ shell/cc-panel-loader.c | 12 ++++++++++++ shell/cc-panel-loader.h | 1 + shell/control-center.c | 18 ++++++++++++++++++ 4 files changed, 38 insertions(+) commit 1e85647bc5a7d3add61109ed639beff75768cf6a Author: Bastien Nocera Date: Thu Jan 10 17:14:02 2013 +0100 man: Add new panels to the documentation man/gnome-control-center.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) commit 4f38c427858a6ef834c04f1a1744b3797351410e Author: Rui Matos Date: Wed Jan 9 14:11:31 2013 +0100 region: Add UI for the per-window input sources setting https://bugzilla.gnome.org/show_bug.cgi?id=684210 panels/region/gnome-region-panel-input.c | 12 ++ panels/region/gnome-region-panel.ui | 248 ++++++++++++++++++++----------- 2 files changed, 176 insertions(+), 84 deletions(-) commit a64021aa0d2b739c7e95b30d563168bb517f0d94 Author: Kjartan Maraas Date: Thu Jan 10 13:56:58 2013 +0100 Updated Norwegian bokmål translation po/nb.po | 187 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 103 insertions(+), 84 deletions(-) commit f03355a2c53c8def2d274ea2a3fcdc5245fb7c95 Author: Piotr Drąg Date: Wed Jan 9 21:08:38 2013 +0100 Updated POTFILES.in po/POTFILES.in | 2 ++ 1 file changed, 2 insertions(+) commit d372995634156e5217ddedc07ccbc7b8430e9734 Author: Bastien Nocera Date: Wed Jan 9 17:50:06 2013 +0100 TODO: Remove outdated TODO file We use Bugzilla for all that now. TODO | 105 ------------------------------------------------------------------- 1 file changed, 105 deletions(-) commit 174c05757e849e9f4ba260591d770c03ecf0ae6a Author: Lionel Landwerlin Date: Wed Jan 9 14:03:49 2013 +0000 build: Fix gnome-settings-daemon req bump 7e8f97760ccba77209a31a127192fa5ed83076ef says it bumps the necessary g-s-d version, but instead bumps the gnome-desktop required version. Revert the gnome-desktop bump, and really bump the g-s-d version. https://bugzilla.gnome.org/show_bug.cgi?id=691420 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 44152f3b7941d4c850f4be8cdd4185e52b84994e Author: Matthias Clasen Date: Wed Jan 9 08:43:50 2013 -0500 network: fix a small memory leak panels/network/net-device-simple.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 3482dd19c93592d90d136eb2894cfbf482bef671 Author: Marek Kasik Date: Fri Aug 10 14:47:30 2012 +0200 printers: Control acceptance of jobs with enable switch Control acceptance of jobs by selected printer together with switch which controls whether printer is enabled/disabled. Use word "Stopped" instead of "Paused" for disabled printers. Show state "Does not accept jobs" if printer is enabled but doesn't accept jobs. https://bugzilla.gnome.org/show_bug.cgi?id=678668 egg-list-box | 2 +- panels/printers/cc-printers-panel.c | 54 ++++++++++++++++++++++++++++++++----- 2 files changed, 48 insertions(+), 8 deletions(-) commit 95eb8868acebef33b8eef6490bd9399d654615cd Author: Allan Day Date: Mon Dec 17 19:14:45 2012 +0000 printers: Reduce vertical and horizontal padding There was too much space between rows and columns. Reduce the padding a bit. https://bugzilla.gnome.org/show_bug.cgi?id=690375 panels/printers/printers.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 324d1cef8a908911c88bc3e3543330335abf2adb Author: Ondrej Holy Date: Thu Nov 22 15:18:09 2012 +0100 user-accounts: Add history dialog https://bugzilla.gnome.org/show_bug.cgi?id=681772 panels/user-accounts/Makefile.am | 2 + panels/user-accounts/data/history-dialog.ui | 160 +++++++++ panels/user-accounts/data/user-accounts-dialog.ui | 40 ++- panels/user-accounts/um-history-dialog.c | 376 ++++++++++++++++++++++ panels/user-accounts/um-history-dialog.h | 41 +++ panels/user-accounts/um-user-panel.c | 29 ++ panels/user-accounts/user-accounts.gresource.xml | 1 + 7 files changed, 643 insertions(+), 6 deletions(-) commit 639b15529e48c0b15f854f32e902398ad03a209e Author: Aron Xu Date: Wed Jan 9 06:16:35 2013 +0800 Update Simplified Chinese translation po/zh_CN.po | 1007 +++++++++++++++++++++++++++++++---------------------------- 1 file changed, 534 insertions(+), 473 deletions(-) commit 747663e20161c4381b723e925b54e12b4d791299 Author: Cosimo Cecchi Date: Tue Jan 8 11:43:26 2013 -0500 egg-list-box: update to latest master egg-list-box | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c7e48eb16a95a7a48fcd3d6a108b5b25add65eb6 Author: Richard Hughes Date: Tue Jan 8 14:53:18 2013 +0000 color: Do not crash if no sensors are plugged in panels/color/cc-color-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 83bcac8cad6802ef14f10a3755f01be99df01b01 Author: Chow Loong Jin Date: Thu Nov 15 23:49:43 2012 +0800 keyboard: Allow key repeat rate of 110 chars/sec This reverts a small unrelated change of commit 84eed6b0cf9f0b44db5a030018bfca17dae18fd5, since there are people who do prefer using a key repeat rate above the current limit of 50 chars/sec. https://bugzilla.gnome.org/show_bug.cgi?id=688405 panels/keyboard/gnome-keyboard-panel.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 502569cc895b151944715546a046a35b13ac19ce Author: Bastien Nocera Date: Mon Jan 7 18:10:48 2013 +0100 shell: Add --search command-line option To set a particular search option in the search entry. man/gnome-control-center.xml | 6 ++++++ shell/control-center.c | 8 +++++++- shell/gnome-control-center.c | 9 +++++++++ shell/gnome-control-center.h | 3 +++ 4 files changed, 25 insertions(+), 1 deletion(-) commit 8d5f2908b555fd862e22e96cd6ea2343065d9e47 Author: Cosimo Cecchi Date: Mon Jan 7 16:09:44 2013 -0500 panels: add --sourcedir=$(srcdir) when generating resource list Like b8e93fb3334d605564672272259c8492072a521a but for all panels. panels/background/Makefile.am | 2 +- panels/bluetooth/Makefile.am | 2 +- panels/color/Makefile.am | 2 +- panels/common/Makefile.am | 2 +- panels/datetime/Makefile.am | 2 +- panels/display/Makefile.am | 2 +- panels/info/Makefile.am | 2 +- panels/keyboard/Makefile.am | 2 +- panels/mouse/Makefile.am | 2 +- panels/network/Makefile.am | 2 +- panels/notifications/Makefile.am | 2 +- panels/online-accounts/Makefile.am | 2 +- panels/power/Makefile.am | 2 +- panels/privacy/Makefile.am | 2 +- panels/region/Makefile.am | 2 +- panels/screen/Makefile.am | 2 +- panels/search/Makefile.am | 2 +- panels/universal-access/Makefile.am | 2 +- panels/user-accounts/Makefile.am | 2 +- panels/wacom/Makefile.am | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) commit d2cb481c54bc651d00d82b973a960a1b8cacf8cc Author: Cosimo Cecchi Date: Fri Jan 4 17:10:52 2013 +0100 shell: use a GResource for GtkBuilder UI definition https://bugzilla.gnome.org/show_bug.cgi?id=691132 shell/Makefile.am | 21 ++++++++++++++------- shell/gnome-control-center.c | 2 +- shell/shell.gresource.xml | 6 ++++++ 3 files changed, 21 insertions(+), 8 deletions(-) commit 57adcbe9513a060bcaa2a668bdc3b341afcb42ad Author: Cosimo Cecchi Date: Fri Jan 4 17:05:48 2013 +0100 common: add the GResource to EXTRA_DIST I had this squashed locally and it was missing from the patch that was committed. panels/common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3d36924e689f8ae63b8e1b31038868c9f473900e Author: Cosimo Cecchi Date: Fri Jan 4 16:36:56 2013 +0100 wacom: remove unused directory export I had this squashed locally, and it was missing from the patch that was committed. panels/wacom/Makefile.am | 1 - 1 file changed, 1 deletion(-) commit 48e6fd296708e04953ca62b8a1886ce47999f628 Author: Bastien Nocera Date: Mon Jan 7 16:33:22 2013 +0100 shell: Fix keyboard navigation in the search results shell/gnome-control-center.c | 60 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 54 insertions(+), 6 deletions(-) commit 974b0ca5b6e59ac17abe83a70b2a84485f28e140 Author: Bastien Nocera Date: Mon Jan 7 16:09:04 2013 +0100 shell: Remove prelight from search results We don't follow the state in the main icon view, so we shouldn't either in the search results. shell/gnome-control-center.c | 1 - 1 file changed, 1 deletion(-) commit d48ba2d566faca61ea1ea34ca8b4aa5e4a97f9b0 Author: Bastien Nocera Date: Mon Jan 7 16:08:21 2013 +0100 shell: Don't search in desktop description We use keywords instead. https://bugzilla.gnome.org/show_bug.cgi?id=674061 shell/gnome-control-center.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) commit b8e93fb3334d605564672272259c8492072a521a Author: Colin Walters Date: Mon Jan 7 12:30:32 2013 +0100 printers: Fix build with srcdir != builddir panels/printers/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 48111d4396eab17275bbb242d8ae1b7f33c829c6 Author: Bastien Nocera Date: Mon Jan 7 12:07:41 2013 +0100 common: Re-add used DATADIR macro panels/common/Makefile.am | 1 + 1 file changed, 1 insertion(+) commit d19fe3fda817f13278c9f6f618b7d620f1f5758d Author: Bastien Nocera Date: Mon Jan 7 12:03:14 2013 +0100 user-accounts: Remove unused Makefile configure.ac | 1 - 1 file changed, 1 deletion(-) commit a8e66e3f402a16a3a1c2e9b15edabd6a89c35e45 Author: Kjartan Maraas Date: Mon Jan 7 11:22:30 2013 +0100 Updated Norwegian bokmål translation po/nb.po | 788 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 379 insertions(+), 409 deletions(-) commit 645778eaee339e3b925158780b34772471999392 Author: Cosimo Cecchi Date: Fri Jan 4 15:54:33 2013 +0100 power: use a GResource for GtkBuilder UI definition https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/power/Makefile.am | 17 ++++++++++++----- panels/power/cc-power-panel.c | 8 +++++--- panels/power/power.gresource.xml | 6 ++++++ 3 files changed, 23 insertions(+), 8 deletions(-) commit 495a399af092f8c36444a81d3eb184f99a74c6e7 Author: Bastien Nocera Date: Mon Jan 7 11:03:55 2013 +0100 universal-access: Fix run-time warning GtkBuilder didn't like the empty value for this column. (gnome-control-center:12847): GLib-GObject-CRITICAL **: g_value_type_transformable: assertion `G_TYPE_IS_VALUE (src_type)' failed panels/universal-access/uap.ui | 1 - 1 file changed, 1 deletion(-) commit eb573a72e58d98dca2ed72dc78c9a0f74c5824cd Author: Cosimo Cecchi Date: Fri Jan 4 18:04:03 2013 +0100 user-accounts: use a GResource for GtkBuilder UI definition and icons https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/user-accounts/Makefile.am | 20 +++++++++++++------- panels/user-accounts/data/Makefile.am | 13 ++----------- panels/user-accounts/data/icons/Makefile.am | 18 ------------------ panels/user-accounts/um-account-dialog.c | 8 +++----- panels/user-accounts/um-fingerprint-dialog.c | 20 +++++++------------- panels/user-accounts/um-password-dialog.c | 8 +++----- panels/user-accounts/um-user-panel.c | 11 +++++------ panels/user-accounts/user-accounts.gresource.xml | 22 ++++++++++++++++++++++ 8 files changed, 55 insertions(+), 65 deletions(-) commit ce1e2eddd86761ff40c2ac6b3719104605c1046d Author: Cosimo Cecchi Date: Fri Jan 4 17:05:48 2013 +0100 common: use a GResource for GtkBuilder UI definition https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/common/Makefile.am | 22 +++++++++++++--------- panels/common/cc-language-chooser.c | 11 ++++++----- panels/common/common.gresource.xml | 6 ++++++ 3 files changed, 25 insertions(+), 14 deletions(-) commit 82f8c136c0b36abccb41feb12e6c4042d031c9f9 Author: Cosimo Cecchi Date: Fri Jan 4 16:36:56 2013 +0100 wacom: use a GResource for GtkBuilder UI definition and icons https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/wacom/Makefile.am | 31 ++++++++++++++----------------- panels/wacom/calibrator/Makefile.am | 3 --- panels/wacom/cc-wacom-page.c | 25 +++++++++++-------------- panels/wacom/cc-wacom-panel.c | 10 ++++++---- panels/wacom/cc-wacom-stylus-page.c | 19 ++++++++----------- panels/wacom/wacom.gresource.xml | 16 ++++++++++++++++ 6 files changed, 55 insertions(+), 49 deletions(-) commit f7ae09c561c831a3a7a5e6e094dbc78e5991fb26 Author: Cosimo Cecchi Date: Fri Jan 4 16:23:40 2013 +0100 universal-access: use a GResource for GtkBuilder UI definition https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/universal-access/Makefile.am | 18 ++++++++++++------ panels/universal-access/cc-ua-panel.c | 11 +++++++---- panels/universal-access/universal-access.gresource.xml | 7 +++++++ panels/universal-access/zoom-options.c | 6 +++--- 4 files changed, 29 insertions(+), 13 deletions(-) commit 28b6974b8303a7a40096c61c48b15b2ab7b90c18 Author: Cosimo Cecchi Date: Fri Jan 4 16:12:55 2013 +0100 search: use a GResource for GtkBuilder UI definition https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/search/Makefile.am | 19 ++++++++++++------- panels/search/cc-search-locations-dialog.c | 6 +++--- panels/search/cc-search-panel.c | 8 +++++--- panels/search/search.gresource.xml | 7 +++++++ 4 files changed, 27 insertions(+), 13 deletions(-) commit b6b77de98251bb9b36d7c4ecfdf90d51404126cf Author: Cosimo Cecchi Date: Fri Jan 4 16:07:25 2013 +0100 screen: use a GResource for GtkBuilder UI definition https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/screen/Makefile.am | 17 ++++++++++++----- panels/screen/cc-screen-panel.c | 9 ++++++--- panels/screen/screen.gresource.xml | 6 ++++++ 3 files changed, 24 insertions(+), 8 deletions(-) commit 887c3ae3d50a5e6462bfbfca4eae5c9dc28e87d0 Author: Cosimo Cecchi Date: Fri Jan 4 16:04:21 2013 +0100 region: use a GResource for GtkBuilder UI definition https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/region/Makefile.am | 24 +++++++++++++----------- panels/region/cc-region-panel.c | 9 ++++++--- panels/region/gnome-region-panel-input.c | 6 +++--- panels/region/region.gresource.xml | 7 +++++++ 4 files changed, 29 insertions(+), 17 deletions(-) commit 6f48e0f4deb6229ecacf139eea537e4c41d72c10 Author: Cosimo Cecchi Date: Fri Jan 4 15:59:30 2013 +0100 privacy: use a GResource for GtkBuilder UI definition https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/privacy/Makefile.am | 19 ++++++++++++------- panels/privacy/cc-privacy-panel.c | 8 +++++--- panels/privacy/privacy.gresource.xml | 6 ++++++ 3 files changed, 23 insertions(+), 10 deletions(-) commit 30644257115832cc2c305786b239581d49c9aeb8 Author: Cosimo Cecchi Date: Fri Jan 4 15:54:43 2013 +0100 printers: use a GResource for GtkBuilder UI definition https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/printers/Makefile.am | 24 +++++++++++++----------- panels/printers/cc-printers-panel.c | 8 +++++--- panels/printers/pp-jobs-dialog.c | 6 +++--- panels/printers/pp-new-printer-dialog.c | 6 +++--- panels/printers/pp-options-dialog.c | 6 +++--- panels/printers/pp-ppd-selection-dialog.c | 6 +++--- panels/printers/printers.gresource.xml | 10 ++++++++++ 7 files changed, 40 insertions(+), 26 deletions(-) commit 0653773ed8a63d5269b9b7f82681bce1b36704f9 Author: Cosimo Cecchi Date: Fri Jan 4 15:42:39 2013 +0100 online-accounts: use a GResource for GtkBuilder UI definition https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/online-accounts/Makefile.am | 19 +++++++++++++------ panels/online-accounts/cc-online-accounts-panel.c | 7 ++++--- panels/online-accounts/online-accounts.gresource.xml | 6 ++++++ 3 files changed, 23 insertions(+), 9 deletions(-) commit 5975b1773a27d8d92901582f530fcbb74ecbfa9f Author: Cosimo Cecchi Date: Fri Jan 4 15:37:54 2013 +0100 notifications: use a GResource for GtkBuilder UI definition https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/notifications/Makefile.am | 17 ++++++++++++----- panels/notifications/cc-notifications-panel.c | 8 +++++--- panels/notifications/notifications.gresource.xml | 6 ++++++ 3 files changed, 23 insertions(+), 8 deletions(-) commit 57de0ab01986a79c8431c4514a80211dbf646d8b Author: Cosimo Cecchi Date: Fri Jan 4 15:34:11 2013 +0100 network: use a GResource for GtkBuilder UI definition https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/network/Makefile.am | 23 ++++++++++++----------- panels/network/cc-network-panel.c | 8 +++++--- panels/network/net-device-mobile.c | 6 +++--- panels/network/net-device-simple.c | 6 +++--- panels/network/net-device-wifi.c | 6 +++--- panels/network/net-proxy.c | 6 +++--- panels/network/net-vpn.c | 6 +++--- panels/network/network.gresource.xml | 11 +++++++++++ 8 files changed, 43 insertions(+), 29 deletions(-) commit db5aba75a181acafbe86118b6aa0085defa0a7f4 Author: Cosimo Cecchi Date: Fri Jan 4 15:23:01 2013 +0100 mouse: use a GResource for GtkBuilder UI definition and icons https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/mouse/Makefile.am | 25 ++++++++++++++----------- panels/mouse/cc-mouse-panel.c | 15 +++++++++------ panels/mouse/gnome-mouse-test.c | 8 ++++---- panels/mouse/mouse.gresource.xml | 9 +++++++++ panels/mouse/test-gnome-mouse-test.c | 4 +++- 5 files changed, 39 insertions(+), 22 deletions(-) commit 3b98a73b69c36c9cc137f0dff035816f43e6a262 Author: Cosimo Cecchi Date: Fri Jan 4 15:12:45 2013 +0100 keyboard: use a GResource for GtkBuilder UI definition https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/keyboard/Makefile.am | 25 +++++++++++++++---------- panels/keyboard/cc-keyboard-panel.c | 8 ++++++-- panels/keyboard/keyboard.gresource.xml | 6 ++++++ 3 files changed, 27 insertions(+), 12 deletions(-) commit 214b514fccf51f2649529c3cd9907d14cb8aef56 Author: Cosimo Cecchi Date: Fri Jan 4 15:05:07 2013 +0100 info: use a GResource for GtkBuilder UI definition https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/info/Makefile.am | 19 ++++++++++++------- panels/info/cc-info-panel.c | 8 +++++--- panels/info/info.gresource.xml | 7 +++++++ 3 files changed, 24 insertions(+), 10 deletions(-) commit b7571896aad55b9824081151d18e554c0566bfbe Author: Cosimo Cecchi Date: Fri Jan 4 14:52:41 2013 +0100 display: use a GResource for GtkBuilder UI definition https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/display/Makefile.am | 22 ++++++++++++++-------- panels/display/cc-display-panel.c | 4 +++- panels/display/display.gresource.xml | 6 ++++++ 3 files changed, 23 insertions(+), 9 deletions(-) commit d2ce735f12f572a78f5eb7f4ae915e591b8c1819 Author: Cosimo Cecchi Date: Fri Jan 4 13:45:05 2013 +0100 datetime: use a GResource for GtkBuilder UI definition and icons https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/datetime/Makefile.am | 111 +++++---------------------------- panels/datetime/cc-datetime-panel.c | 8 ++- panels/datetime/cc-timezone-map.c | 21 ++++--- panels/datetime/datetime.gresource.xml | 90 ++++++++++++++++++++++++++ 4 files changed, 123 insertions(+), 107 deletions(-) commit bd7e87babe3efc6be79aa8b5d425ad845e2c3be2 Author: Cosimo Cecchi Date: Fri Jan 4 13:35:58 2013 +0100 color: use a GResource for GtkBuilder UI definition https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/color/Makefile.am | 17 ++++++++++++----- panels/color/cc-color-panel.c | 8 +++++--- panels/color/color.gresource.xml | 6 ++++++ 3 files changed, 23 insertions(+), 8 deletions(-) commit ddf9d29f66458d2d0fe14cc76abc348dadcf996c Author: Cosimo Cecchi Date: Fri Jan 4 13:29:29 2013 +0100 bluetooth: use a GResource for GtkBuilder UI definition https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/bluetooth/Makefile.am | 19 +++++++++++++------ panels/bluetooth/bluetooth.gresource.xml | 6 ++++++ panels/bluetooth/cc-bluetooth-panel.c | 10 ++++++---- 3 files changed, 25 insertions(+), 10 deletions(-) commit e30613e355582c17824c80515e1b8b6facbdd5d5 Author: Cosimo Cecchi Date: Fri Jan 4 13:17:31 2013 +0100 background: use a GResource for GtkBuilder UI definition https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/background/Makefile.am | 20 +++++++++++--------- panels/background/background.gresource.xml | 6 ++++++ panels/background/cc-background-panel.c | 13 +++++++------ 3 files changed, 24 insertions(+), 15 deletions(-) commit 3d27d8caafbcd3235adc8f1b3acd2195f178a177 Author: Matthias Clasen Date: Sat Jan 5 19:13:25 2013 -0500 shell: Fittsify panels Make it possible for panels to go all the way to the edge of the shell. This is particularly important for panels that scroll, such as the new power panel. All other panels are changed to compensate for the loss of external padding. https://bugzilla.gnome.org/show_bug.cgi?id=691229 panels/background/background.ui | 4 ++++ panels/bluetooth/bluetooth.ui | 4 ++++ panels/color/color.ui | 4 ++++ panels/datetime/datetime.ui | 8 ++++---- panels/display/display-capplet.ui | 4 ++++ panels/info/info.ui | 4 ++++ panels/keyboard/gnome-keyboard-panel.ui | 4 ++++ panels/mouse/cc-mouse-panel.c | 4 ++++ panels/network/network.ui | 4 ++++ panels/notifications/notifications.ui | 8 ++++---- panels/online-accounts/online-accounts.ui | 4 ++++ panels/printers/printers.ui | 4 ++++ panels/privacy/privacy.ui | 8 ++++---- panels/region/gnome-region-panel.ui | 2 +- panels/screen/screen.ui | 4 ++++ panels/search/search.ui | 8 ++++---- panels/sound/gvc-mixer-dialog.c | 2 +- panels/universal-access/uap.ui | 1 + panels/user-accounts/data/user-accounts-dialog.ui | 4 ++++ panels/wacom/cc-wacom-panel.c | 8 ++++---- shell/gnome-control-center.c | 1 - 21 files changed, 71 insertions(+), 23 deletions(-) commit 5b5f2d01e27b036d7ec52e52dba74ced16bda7ba Author: Bastien Nocera Date: Mon Jan 7 09:22:18 2013 +0100 info: Remove obsolete Graphics section https://bugzilla.gnome.org/show_bug.cgi?id=691242 panels/info/cc-info-panel.c | 15 ---------- panels/info/info.ui | 71 ++------------------------------------------- 2 files changed, 2 insertions(+), 84 deletions(-) commit 20404568351815895b1b8abd444ec8bdea474d31 Author: Richard Hughes Date: Sat Jan 5 22:34:21 2013 +0000 color: Remove the virtual device functionality as it's unused Nobody uses this, and real power users are using the D-Bus API or the command line already. panels/color/cc-color-panel.c | 299 ------------------------------------------ panels/color/color.ui | 34 +---- 2 files changed, 1 insertion(+), 332 deletions(-) commit 8ca4de40599867bf71726d58e21d7773512b0e85 Author: Richard Hughes Date: Fri Jan 4 08:50:00 2013 +0000 color: Detect multiple sensors if they are plugged in after the panel has loaded panels/color/cc-color-panel.c | 55 +++++++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 25 deletions(-) commit b641acbf44290a339aa1b85189f89bdfd64854f5 Author: Richard Hughes Date: Fri Jan 4 08:48:52 2013 +0000 color: Use g_clear_object() in more places panels/color/cc-color-panel.c | 37 +++++++------------------------------ 1 file changed, 7 insertions(+), 30 deletions(-) commit 6151442050f3eac49e5e99945c53ca1d04d84096 Author: Richard Hughes Date: Fri Jan 4 08:46:55 2013 +0000 color: Trivial whitespace fix No code changes. panels/color/cc-color-panel.c | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) commit 5fb7b67ab6d9928ec792b5025f2093529b7f932f Author: Matthias Clasen Date: Sat Jan 5 17:45:58 2013 -0500 power: Construct the gsd proxies properly The code was not using the correct bus name for the screen proxy. https://bugzilla.gnome.org/show_bug.cgi?id=691177 panels/power/cc-power-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4bee148691797c3ff1a115432a91c140d75d1586 Author: Matthias Clasen Date: Sat Jan 5 16:54:17 2013 -0500 users: Handle real name being unset When no real name is available, fall back to the user name. https://bugzilla.gnome.org/show_bug.cgi?id=691173 panels/user-accounts/um-user-panel.c | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) commit 4f7e573d2dc3d455fe3f030caf2c00d184277d31 Author: Matthias Clasen Date: Sat Jan 5 11:07:21 2013 -0500 Round percentage properly We don't want to display 'fully charged - 99%'. https://bugzilla.gnome.org/show_bug.cgi?id=691188 panels/power/cc-power-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 10a1e5fe7d3bee89c35bf8dd428be915911d5fac Author: Matthias Clasen Date: Sat Jan 5 10:47:50 2013 -0500 Remove a leftover debug During development, I was forcing the mobile broadband line to appear, regardless of hw. Stop doing that now. https://bugzilla.gnome.org/show_bug.cgi?id=691178 panels/power/cc-power-panel.c | 1 - 1 file changed, 1 deletion(-) commit 1d68105e0d8bcd579f1d51e93e169c545f0c696e Author: Matthias Clasen Date: Fri Jan 4 23:12:06 2013 -0500 Try to fix bluetooth handling We need to ensure that bluetoothd is activated, otherwise the default adapter might not be present. Unfortunately, this is not enough to make the switch actually have the same effect as the shell menuitem. https://bugzilla.gnome.org/show_bug.cgi?id=691151 panels/power/cc-power-panel.c | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) commit 678bddbdadd3a3d08fabd5187796db3bdd765cb1 Author: Cosimo Cecchi Date: Fri Jan 4 20:10:54 2013 +0100 shell: fix distcheck The generated bash completion files need cleaning, and those that aren't generated need to be added to EXTRA_DIST. shell/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit ce546523a5cacf53a605b3ee08dfbdd05484b1fb Author: Cosimo Cecchi Date: Fri Jan 4 17:56:50 2013 +0100 user-accounts: don't install SVG icons We only use the PNGs in the panel. Keep the SVGs under version control, as they're used to generate the PNGs. https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/user-accounts/data/icons/Makefile.am | 12 ------------ 1 file changed, 12 deletions(-) commit 3637447865c477b783fa80a1eb1063507b68fa26 Author: Cosimo Cecchi Date: Fri Jan 4 17:55:45 2013 +0100 user-accounts: remove unused icons These are not used anywhere, so don't install them and remove them from version control. https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/user-accounts/data/icons/Makefile.am | 2 -- .../data/icons/gnome-about-me-lock-open.png | Bin 2913 -> 0 bytes panels/user-accounts/data/icons/gnome-about-me-lock.png | Bin 2978 -> 0 bytes 3 files changed, 2 deletions(-) commit 9ae15e6df8cf184472854cabadf8993bef615509 Author: Cosimo Cecchi Date: Fri Jan 4 16:08:15 2013 +0100 screen: remove unused code https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/screen/cc-screen-panel.c | 29 ----------------------------- 1 file changed, 29 deletions(-) commit 77a26f95f1ef47d91695b209b08fe5d27d1a1333 Author: Cosimo Cecchi Date: Fri Jan 4 15:23:34 2013 +0100 mouse: remove unused code https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/mouse/cc-mouse-panel.c | 28 ---------------------------- 1 file changed, 28 deletions(-) commit df3793d129400c2884ae3b5ed2402166a732a612 Author: Cosimo Cecchi Date: Fri Jan 4 15:13:31 2013 +0100 keyboard: remove unused code https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/keyboard/cc-keyboard-panel.c | 15 --------------- 1 file changed, 15 deletions(-) commit 8ae20f45c1dde446ab55d7d78d8728ac172de04e Author: Cosimo Cecchi Date: Fri Jan 4 15:12:17 2013 +0100 info: remove unused code https://bugzilla.gnome.org/show_bug.cgi?id=691132 panels/info/cc-info-panel.c | 28 ---------------------------- 1 file changed, 28 deletions(-) commit b43da3f5f333341e3cdb31c952eb8882278f410a Author: Bastien Nocera Date: Fri Jan 4 18:26:14 2013 +0100 power: Remove left-over debug statement panels/power/cc-power-panel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 068182846b796ef41d56412485a1ea3fb6413988 Author: Bastien Nocera Date: Fri Jan 4 18:23:56 2013 +0100 power: Fix WWAN switch label panels/power/cc-power-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 91f1d45db41d0861aff241c79f9d1ee5b42c8b8e Author: Bastien Nocera Date: Fri Jan 4 15:32:29 2013 +0100 power: Disable "Screen Power Saving" section for now panels/power/cc-power-panel.c | 4 ++++ 1 file changed, 4 insertions(+) commit 2c4210c1be2644a74e6135be7a3b3c843341a893 Author: Bastien Nocera Date: Fri Jan 4 15:22:46 2013 +0100 notifications: Add some debug to the app processing panels/notifications/cc-notifications-panel.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit b40734beb4a4982a36351d2bb2022419a23c446b Author: Matthias Clasen Date: Mon Nov 26 00:51:26 2012 -0500 Power: Implement the new power panel design The design can be found here: https://live.gnome.org/Design/SystemSettings/Power https://bugzilla.gnome.org/show_bug.cgi?id=689614 configure.ac | 6 + panels/power/Makefile.am | 10 + panels/power/cc-power-panel.c | 2015 +++++++++++++++++++++++++++++------------ panels/power/power.ui | 345 +++---- 4 files changed, 1569 insertions(+), 807 deletions(-) commit ed7b0ef17438c48f3bba195919d586226f4c8da5 Author: Piotr Drąg Date: Thu Jan 3 19:31:37 2013 +0100 Updated POTFILES.in po/POTFILES.in | 1 - 1 file changed, 1 deletion(-) commit d46a23a5a291867fdece63c1a08010b51a15cf43 Author: Ryan Lortie Date: Tue Dec 4 12:48:57 2012 -0500 user-accounts: port to libaccountsservice This removes a bunch of duplicated code, and also drops a direct dependency on libsystemd-login. https://bugzilla.gnome.org/show_bug.cgi?id=671858 configure.ac | 3 +- panels/user-accounts/Makefile.am | 8 - panels/user-accounts/frob-account-dialog.c | 4 +- panels/user-accounts/um-account-dialog.c | 61 +- panels/user-accounts/um-account-dialog.h | 4 +- panels/user-accounts/um-fingerprint-dialog.c | 6 +- panels/user-accounts/um-fingerprint-dialog.h | 4 +- panels/user-accounts/um-password-dialog.c | 83 ++- panels/user-accounts/um-password-dialog.h | 4 +- panels/user-accounts/um-photo-dialog.c | 27 +- panels/user-accounts/um-photo-dialog.h | 4 +- panels/user-accounts/um-user-manager.c | 734 ------------------- panels/user-accounts/um-user-manager.h | 121 --- panels/user-accounts/um-user-panel.c | 224 +++--- panels/user-accounts/um-user.c | 1018 -------------------------- panels/user-accounts/um-user.h | 116 --- panels/user-accounts/um-utils.c | 234 +++++- panels/user-accounts/um-utils.h | 14 + 18 files changed, 469 insertions(+), 2200 deletions(-) commit db97299e74e2e4c29f700de45e711cdd3fa01744 Author: Ray Strode Date: Thu Jan 3 11:30:13 2013 -0500 user-panel: add UmPasswordDialogMode enum instead of using numeric literals The um-password-dialog combobox has a column in its model associated with what password action to apply. Possible actions are: - Normal password - Set password at next login - No password needed - Lock account - Unlock account These actions are currently represented in the code with harded coded numeric values (0-4). This commit cleans up the hard coding to use a symbolic enumeration instead. https://bugzilla.gnome.org/show_bug.cgi?id=671858 panels/user-accounts/um-password-dialog.c | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) commit f9584966d8bce3c22e80cfc53d5f28ffc8a4cb46 Author: Richard Hughes Date: Thu Jan 3 09:35:21 2013 +0000 color: Only show the add button when the device is selected panels/color/cc-color-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 540f37bebebf2024a82f2446311dee3ad8cbf9f9 Author: Richard Hughes Date: Thu Jan 3 09:35:07 2013 +0000 color: Only show the calibrate button when the device is selected panels/color/cc-color-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 45d4944b6db031dbc77e515bdae0fac9dbdba50f Author: Bastien Nocera Date: Wed Jan 2 16:52:06 2013 +0100 user-accounts: Fix crash when built with cheese support The cheese support needs clutter, GStreamer and clutter-gst initialised. Call cheese_gtk_init() for that. https://bugzilla.gnome.org/show_bug.cgi?id=690760 shell/control-center.c | 8 ++++++++ 1 file changed, 8 insertions(+) commit 7e8f97760ccba77209a31a127192fa5ed83076ef Author: Bastien Nocera Date: Wed Jan 2 11:48:28 2013 +0100 wacom: Bump required gnome-settings-daemon version It's required for the new OSD shortcuts. https://bugzilla.gnome.org/show_bug.cgi?id=690616 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e8b24eb11c87f4a26bd664a0a417b2b5d7ae78d2 Author: Bastien Nocera Date: Wed Jan 2 11:47:34 2013 +0100 wacom: Bump required libwacom version configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1c9bed223aeb305a607d37f1decfccba8187d439 Author: Yaron Shahrabani Date: Fri Dec 28 13:22:17 2012 +0200 Custom Hebrew resources update po/he.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 34596b965a91a6be445ff9e723a47f5ac517fa14 Author: Piotr Drąg Date: Thu Dec 27 22:43:18 2012 +0100 Updated Polish translation po/pl.po | 1783 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 1007 insertions(+), 776 deletions(-) commit 0c3da3e45aed05ce87e25f9c1ba3c98932f22e21 Author: Piotr Drąg Date: Thu Dec 27 22:30:46 2012 +0100 privacy: fix a comment in .desktop file panels/privacy/gnome-privacy-panel.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b0bd4af583ac1bdc7f19d93cb2d9a7625b3a3519 Author: Yaron Shahrabani Date: Thu Dec 27 00:02:51 2012 +0200 Updated Hebrew translation. po/he.po | 232 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 149 insertions(+), 83 deletions(-) commit ce2aea3ae2d1e2e8277ede5f48bffa7f8a583ed3 Author: Fran Diéguez Date: Tue Dec 25 00:07:32 2012 +0100 Updated Galician translations po/gl.po | 579 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 316 insertions(+), 263 deletions(-) commit efe56d83824a0ccf160b615b57b1f2cb148e3bba Author: Dimitris Spingos Date: Mon Dec 24 21:14:16 2012 +0200 Updated Greek translation po/el.po | 1068 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 585 insertions(+), 483 deletions(-) commit ffa1879a4cf00caee73f2c5da75d62a24a948bc3 Author: Khaled Hosny Date: Sun Dec 23 18:33:51 2012 +0200 Update Arabic translation po/ar.po | 59 ++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 23 deletions(-) commit aa28d744b8cb1605f5b9a411c23589e8296bf930 Author: Khaled Hosny Date: Sun Dec 23 18:31:39 2012 +0200 Revert "Remove deleted file from POTFILES.in" This reverts commit eb7f3867f77ce8b5f0e6b3a12836f278ed614643. po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit 54a62e46dc02bd9d11945e464f390ed7307bc9ee Author: Khaled Hosny Date: Sun Dec 23 18:26:56 2012 +0200 Update Arabic translation po/ar.po | 2216 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 1297 insertions(+), 919 deletions(-) commit eb7f3867f77ce8b5f0e6b3a12836f278ed614643 Author: Khaled Hosny Date: Sun Dec 23 17:39:49 2012 +0200 Remove deleted file from POTFILES.in po/POTFILES.in | 1 - 1 file changed, 1 deletion(-) commit 320173c497a4f1d02ca0eb800a2a6b02ac32cf8a Author: Kjartan Maraas Date: Sat Dec 22 20:54:08 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e9c99e418d4c4c094ef87110615c549282137255 Author: Kjartan Maraas Date: Fri Dec 21 16:19:10 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 217 ++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 146 insertions(+), 71 deletions(-) commit 4ce6d0a7ab7124f4ad6dae6def38ae7f231fdfa2 Author: Bastien Nocera Date: Thu Dec 20 22:48:49 2012 +0100 shell: Add bash completion file Only completes the panel names for now. shell/Makefile.am | 6 ++++ shell/gnome_control_center_completion.bash.in | 43 +++++++++++++++++++++++++++ shell/list-panel.sh | 8 +++++ 3 files changed, 57 insertions(+) commit d0dda2fa0d9f12f7ac189a3de3b8e08514673647 Author: Aurimas Černius Date: Thu Dec 20 23:24:02 2012 +0200 Updated Lithuanian translation po/lt.po | 1044 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 570 insertions(+), 474 deletions(-)