commit 45c5eeb522b0da8146811d9690228c055f2afe5e Author: Thomas Wood Date: Mon May 24 23:09:36 2010 +0100 Release 2.31.2 NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 41 insertions(+), 1 deletions(-) commit 465d0bb7d9960bc891b3c738f87b36e4a9d4e925 Author: Thomas Wood Date: Mon May 24 23:03:38 2010 +0100 keyboard: consolidate multiple INCLUDES definitions into one panels/keyboard/Makefile.am | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) commit 8a9c632975afbe64ffdabc20c43a2b356724415b Author: Thomas Wood Date: Mon May 24 22:48:34 2010 +0100 shell: ensure translations are enabled Make sure gettext is initialised correctly and make sure strings in the GtkBuilder file are marked for translation. shell/control-center.c | 8 ++++++++ shell/shell.ui | 2 +- 2 files changed, 9 insertions(+), 1 deletions(-) commit 8aedeff4caa817de053888b606cb7710baba5987 Author: Thomas Wood Date: Mon May 24 18:24:41 2010 +0100 Disable Window settings from the build Window settings are not planned to be included in the next release, so remove the window settings capplet from the build. capplets/Makefile.am | 4 +--- configure.ac | 2 -- po/POTFILES.in | 3 --- po/POTFILES.skip | 1 - 4 files changed, 1 insertions(+), 9 deletions(-) commit 19b7502f5efb35a133119df43520496ccfb9c8b3 Author: Thomas Wood Date: Mon May 24 17:42:52 2010 +0100 keybindings: convert capplet to a settings panel Add a module and CcPanel implementation for keyboard shortcuts settings. capplets/Makefile.am | 2 - capplets/keybindings/00-multimedia-key.xml.in | 35 - capplets/keybindings/01-desktop-key.xml.in | 29 - capplets/keybindings/Makefile.am | 46 - capplets/keybindings/eggaccelerators.c | 632 ------- capplets/keybindings/eggaccelerators.h | 95 - capplets/keybindings/eggcellrendererkeys.c | 695 ------- capplets/keybindings/eggcellrendererkeys.h | 89 - capplets/keybindings/gnome-keybinding-properties.c | 1948 ------------------- .../keybindings/gnome-keybinding-properties.ui | 301 --- capplets/keybindings/gnome-keybindings.pc.in | 10 - capplets/keybindings/keybinding.desktop.in.in | 14 - configure.ac | 6 +- panels/Makefile.am | 2 +- panels/keybindings/00-multimedia-key.xml.in | 35 + panels/keybindings/01-desktop-key.xml.in | 29 + panels/keybindings/Makefile.am | 51 + panels/keybindings/cc-keybindings-panel.c | 130 ++ panels/keybindings/cc-keybindings-panel.h | 74 + panels/keybindings/eggaccelerators.c | 632 +++++++ panels/keybindings/eggaccelerators.h | 95 + panels/keybindings/eggcellrendererkeys.c | 695 +++++++ panels/keybindings/eggcellrendererkeys.h | 89 + panels/keybindings/gnome-keybinding-properties.c | 1949 ++++++++++++++++++++ panels/keybindings/gnome-keybinding-properties.ui | 319 ++++ panels/keybindings/gnome-keybindings.pc.in | 10 + panels/keybindings/keybinding.desktop.in.in | 14 + panels/keybindings/keybindings-module.c | 41 + panels/keybindings/wm-common.c | 184 ++ panels/keybindings/wm-common.h | 17 + po/POTFILES.in | 12 +- po/POTFILES.skip | 2 +- 32 files changed, 4375 insertions(+), 3907 deletions(-) commit f112fc3a8edcf68c6c8f4cc8af575f978deb2bc4 Author: Thomas Wood Date: Mon May 24 11:17:04 2010 +0100 default-applications: convert capplet to a settings panel Add a module and CcPanel implementation for default applications settings. capplets/Makefile.am | 2 - capplets/default-applications/Makefile.am | 75 - .../default-applications-capplet.png | Bin 4377 -> 0 bytes .../default-applications.desktop.in.in | 14 - .../gnome-at-commandline.in.in | 101 - .../gnome-at-session.desktop.in.in | 15 - capplets/default-applications/gnome-da-capplet.c | 989 -- capplets/default-applications/gnome-da-capplet.h | 126 - capplets/default-applications/gnome-da-item.c | 148 - capplets/default-applications/gnome-da-item.h | 81 - capplets/default-applications/gnome-da-xml.c | 323 - capplets/default-applications/gnome-da-xml.h | 27 - .../gnome-default-applications-properties.ui | 1383 --- .../gnome-default-applications.pc.in | 10 - .../gnome-default-applications.xml.in | 434 - .../16x16/gnome-settings-default-applications.png | Bin 748 -> 0 bytes .../22x22/gnome-settings-default-applications.png | Bin 1310 -> 0 bytes .../24x24/gnome-settings-default-applications.png | Bin 1340 -> 0 bytes .../32x32/gnome-settings-default-applications.png | Bin 1727 -> 0 bytes .../48x48/gnome-settings-default-applications.png | Bin 2825 -> 0 bytes .../icons/svg/preferred-applications.svg |12680 -------------------- configure.ac | 10 +- panels/Makefile.am | 2 +- panels/default-applications/Makefile.am | 80 + .../cc-default-applications-panel.c | 132 + .../cc-default-applications-panel.h | 74 + .../default-applications-capplet.png | Bin 0 -> 4377 bytes .../default-applications-module.c | 41 + .../default-applications.desktop.in.in | 14 + .../gnome-at-commandline.in.in | 101 + .../gnome-at-session.desktop.in.in | 15 + panels/default-applications/gnome-da-capplet.c | 956 ++ panels/default-applications/gnome-da-capplet.h | 127 + panels/default-applications/gnome-da-item.c | 148 + panels/default-applications/gnome-da-item.h | 81 + panels/default-applications/gnome-da-xml.c | 323 + panels/default-applications/gnome-da-xml.h | 27 + .../gnome-default-applications-properties.ui | 1383 +++ .../gnome-default-applications.pc.in | 10 + .../gnome-default-applications.xml.in | 434 + .../16x16/gnome-settings-default-applications.png | Bin 0 -> 748 bytes .../22x22/gnome-settings-default-applications.png | Bin 0 -> 1310 bytes .../24x24/gnome-settings-default-applications.png | Bin 0 -> 1340 bytes .../32x32/gnome-settings-default-applications.png | Bin 0 -> 1727 bytes .../48x48/gnome-settings-default-applications.png | Bin 0 -> 2825 bytes .../icons/svg/preferred-applications.svg |12680 ++++++++++++++++++++ po/POTFILES.in | 10 +- po/POTFILES.skip | 4 +- 48 files changed, 16639 insertions(+), 16421 deletions(-) commit f67bdb711bba2ec700c662688a8772e544a39752 Author: noch Date: Mon May 24 16:25:41 2010 +0500 Modified LINGUAG. po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 91b82e4e0485e9b79963188797041fa6d776c498 Author: Fran Diéguez Date: Sat May 22 23:59:10 2010 +0200 Updated Galician translations po/gl.po | 726 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 346 insertions(+), 380 deletions(-) commit 5e24f0464dc807b1bb7af1e866d7d14454fbf7f1 Author: Thomas Wood Date: Sat May 22 14:52:24 2010 +0100 network: convert network capplet to a settings panel Add a module and CcPanel implementation for network proxy settings capplets/Makefile.am | 2 - capplets/network/Makefile.am | 50 - capplets/network/gnome-network-properties.c | 1397 -------------------- .../network/gnome-network-properties.desktop.in.in | 14 - capplets/network/gnome-network-properties.ui | 1056 --------------- .../icons/16x16/gnome-network-properties.png | Bin 824 -> 0 bytes .../icons/16x16/gnome-network-properties.svg | 364 ----- .../icons/22x22/gnome-network-properties.png | Bin 1081 -> 0 bytes .../icons/22x22/gnome-network-properties.svg | 452 ------- .../icons/24x24/gnome-network-properties.png | Bin 1081 -> 0 bytes .../icons/32x32/gnome-network-properties.png | Bin 1855 -> 0 bytes .../icons/32x32/gnome-network-properties.svg | 518 -------- .../icons/48x48/gnome-network-properties.png | Bin 3191 -> 0 bytes .../icons/scalable/gnome-network-properties.svg | 628 --------- configure.ac | 4 +- panels/Makefile.am | 2 +- panels/network/Makefile.am | 57 + panels/network/cc-network-panel.c | 137 ++ panels/network/cc-network-panel.h | 79 ++ panels/network/gnome-network-properties.c | 1389 +++++++++++++++++++ .../network/gnome-network-properties.desktop.in.in | 14 + panels/network/gnome-network-properties.ui | 1088 +++++++++++++++ .../icons/16x16/gnome-network-properties.png | Bin 0 -> 824 bytes .../icons/22x22/gnome-network-properties.png | Bin 0 -> 1081 bytes .../icons/24x24/gnome-network-properties.png | Bin 0 -> 1081 bytes .../icons/32x32/gnome-network-properties.png | Bin 0 -> 1855 bytes .../icons/48x48/gnome-network-properties.png | Bin 0 -> 3191 bytes .../icons/scalable/gnome-network-properties.svg | 628 +++++++++ panels/network/network-module.c | 41 + po/POTFILES.in | 6 +- po/POTFILES.skip | 2 +- 31 files changed, 3440 insertions(+), 4488 deletions(-) commit 9b78f236c19dc9c9f9bd13ff5bb96db26c20e117 Author: Thomas Wood Date: Sat May 22 12:35:25 2010 +0100 Fix various issues raised by distcheck panels/keyboard/Makefile.am | 1 + po/POTFILES.in | 28 +++++++++++++++------------- po/POTFILES.skip | 2 +- 3 files changed, 17 insertions(+), 14 deletions(-) commit ad938356da20f08897952c5c6814fa677fd2a813 Author: Thomas Wood Date: Sat May 22 12:02:52 2010 +0100 Make sure panels do not need to link against libcommon.la libcommon.la defines several new GTypes, so it cannot be loaded into the same process multiple times. Copy gconf-property-editor to libgnome-control-center as this is useful for all panels. However, it will need to be converted to GSettings in the near future. Copy capplet-stock-icons to the mouse panel, as it is not used in any other panels. Remove references to functions not yet implemented for panels (help, window icon, etc). libgnome-control-center/Makefile.am | 6 + .../gconf-property-editor-marshal.c | 41 + .../gconf-property-editor-marshal.h | 15 + libgnome-control-center/gconf-property-editor.c | 1801 ++++++++++++++++++++ libgnome-control-center/gconf-property-editor.h | 158 ++ panels/keyboard/Makefile.am | 3 +- panels/keyboard/gnome-keyboard-properties.c | 7 +- panels/mouse/Makefile.am | 10 +- panels/mouse/capplet-stock-icons.c | 101 ++ panels/mouse/capplet-stock-icons.h | 62 + panels/mouse/gnome-mouse-properties.c | 6 +- 11 files changed, 2195 insertions(+), 15 deletions(-) commit 538670298ef3302cc40347c92f91ef23b996ab0e Author: Milan Bouchet-Valat Date: Sat May 22 12:10:05 2010 +0200 [about-me] Don't hang when new and old password are too similar If new password is really close to the old one, 'passwd' says: "Bad: new password must be different than the old one". Handle this case too, instead of hanging. https://bugzilla.gnome.org/show_bug.cgi?id=619354 capplets/about-me/gnome-about-me-password.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 0b6a13e046eb2777a2f2842fa05d992fa9d88c38 Author: Sergey V. Udaltsov Date: Sat May 22 12:13:24 2010 +0100 copyright lines fixed panels/keyboard/cc-keyboard-panel.c | 2 +- panels/keyboard/cc-keyboard-panel.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 7840afd7a1db92c1339f5a1ff78f110f561db0be Author: Sergey V. Udaltsov Date: Fri May 21 23:22:29 2010 +0100 Converted keyboard capplet to panel capplets/Makefile.am | 2 - capplets/keyboard/.indent.pro | 2 - capplets/keyboard/Makefile.am | 42 - ...gnome-keyboard-properties-a11y-notifications.ui | 526 ------ capplets/keyboard/gnome-keyboard-properties-a11y.c | 325 ---- capplets/keyboard/gnome-keyboard-properties-a11y.h | 32 - .../keyboard/gnome-keyboard-properties-dialog.ui | 1857 -------------------- .../gnome-keyboard-properties-layout-chooser.ui | 315 ---- .../gnome-keyboard-properties-model-chooser.ui | 142 -- .../gnome-keyboard-properties-options-dialog.ui | 94 - capplets/keyboard/gnome-keyboard-properties-xkb.c | 254 --- capplets/keyboard/gnome-keyboard-properties-xkb.h | 100 -- .../keyboard/gnome-keyboard-properties-xkblt.c | 483 ----- .../keyboard/gnome-keyboard-properties-xkbltadd.c | 561 ------ .../keyboard/gnome-keyboard-properties-xkbmc.c | 347 ---- .../keyboard/gnome-keyboard-properties-xkbot.c | 516 ------ .../keyboard/gnome-keyboard-properties-xkbpv.c | 136 -- capplets/keyboard/gnome-keyboard-properties.c | 265 --- capplets/keyboard/keyboard.desktop.in.in | 14 - capplets/keyboard/use_cases.txt | 42 - configure.ac | 4 +- panels/Makefile.am | 2 +- panels/keyboard/.indent.pro | 2 + panels/keyboard/Makefile.am | 58 + panels/keyboard/cc-keyboard-panel.c | 139 ++ panels/keyboard/cc-keyboard-panel.h | 74 + ...gnome-keyboard-properties-a11y-notifications.ui | 526 ++++++ panels/keyboard/gnome-keyboard-properties-a11y.c | 325 ++++ panels/keyboard/gnome-keyboard-properties-a11y.h | 32 + .../keyboard/gnome-keyboard-properties-dialog.ui | 1857 ++++++++++++++++++++ .../gnome-keyboard-properties-layout-chooser.ui | 315 ++++ .../gnome-keyboard-properties-model-chooser.ui | 142 ++ .../gnome-keyboard-properties-options-dialog.ui | 94 + panels/keyboard/gnome-keyboard-properties-xkb.c | 254 +++ panels/keyboard/gnome-keyboard-properties-xkb.h | 100 ++ panels/keyboard/gnome-keyboard-properties-xkblt.c | 483 +++++ .../keyboard/gnome-keyboard-properties-xkbltadd.c | 561 ++++++ panels/keyboard/gnome-keyboard-properties-xkbmc.c | 347 ++++ panels/keyboard/gnome-keyboard-properties-xkbot.c | 516 ++++++ panels/keyboard/gnome-keyboard-properties-xkbpv.c | 136 ++ panels/keyboard/gnome-keyboard-properties.c | 218 +++ panels/keyboard/keyboard-module.c | 41 + panels/keyboard/keyboard.desktop.in.in | 14 + panels/keyboard/use_cases.txt | 42 + 44 files changed, 6279 insertions(+), 6058 deletions(-) commit a4c7d59ec4641accb9894a38c7c4d1a480ccb68d Author: Matej Urbančič Date: Fri May 21 21:47:00 2010 +0200 Added sl for Slovenian translation help/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5dc6639148663e9bc2b7af506074d17d0309250d Author: Andrej Žnidaršič Date: Fri May 21 21:46:21 2010 +0200 Updated Slovenian translation help/sl/sl.po | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 99 insertions(+), 0 deletions(-) commit 6a9537875863a8a56198c0ddae1246df53df0133 Author: William Jon McCann Date: Sat Jan 16 00:15:39 2010 -0500 Add more warnings to the build configure.ac | 57 ++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 48 insertions(+), 9 deletions(-) commit f24983504068553c02d182f3c19968c1428406b3 Author: Thomas Wood Date: Fri May 21 17:48:57 2010 +0100 Remove capplets/localization directory The localization capplet was never implemented and is not planned for the next release of gnome-control-center. capplets/localization/Makefile.am | 27 --- capplets/localization/localization.desktop.in.in | 14 -- capplets/localization/localization.ui | 250 ---------------------- capplets/localization/main.c | 54 ----- 4 files changed, 0 insertions(+), 345 deletions(-) commit 95143ad4c789712a0ce207eecaddff08baeb8d55 Author: Thomas Wood Date: Fri May 21 14:48:34 2010 +0100 Fix various issues raised by running distcheck Makefile.am | 4 +- configure.ac | 1 - docs/reference/libgnome-control-center/Makefile.am | 2 +- po/POTFILES.in | 22 +++++++++---------- po/POTFILES.skip | 7 ++++++ shell/Makefile.am | 1 - 6 files changed, 20 insertions(+), 17 deletions(-) commit abfb0b96dcf075aaab60430eba6932d23746095c Author: Thomas Thurman Date: Thu May 20 19:54:21 2010 -0400 Updated Shavian translation po/en@shaw.po | 307 +++++++++++++++++++++++---------------------------------- 1 files changed, 124 insertions(+), 183 deletions(-) commit 8bb88eb18b36132a43a35747859fe0133b3c713e Author: Thomas Wood Date: Thu May 20 17:50:56 2010 +0100 mouse: convert the mouse capplet into a settings panel Add a module and CcPanel implementation for the mouse settings. Makefile.am | 2 +- capplets/Makefile.am | 2 - capplets/mouse/Makefile.am | 35 - capplets/mouse/double-click-maybe.png | Bin 4643 -> 0 bytes capplets/mouse/double-click-off.png | Bin 4751 -> 0 bytes capplets/mouse/double-click-on.png | Bin 6360 -> 0 bytes capplets/mouse/gnome-mouse-accessibility.c | 232 --- capplets/mouse/gnome-mouse-accessibility.h | 29 - capplets/mouse/gnome-mouse-properties.c | 647 -------- capplets/mouse/gnome-mouse-properties.ui | 1707 --------------------- capplets/mouse/gnome-settings-mouse.desktop.in.in | 14 - configure.ac | 5 +- panels/Makefile.am | 1 + panels/mouse/Makefile.am | 46 + panels/mouse/cc-mouse-panel.c | 147 ++ panels/mouse/cc-mouse-panel.h | 74 + panels/mouse/double-click-maybe.png | Bin 0 -> 4643 bytes panels/mouse/double-click-off.png | Bin 0 -> 4751 bytes panels/mouse/double-click-on.png | Bin 0 -> 6360 bytes panels/mouse/gnome-mouse-accessibility.c | 232 +++ panels/mouse/gnome-mouse-accessibility.h | 29 + panels/mouse/gnome-mouse-properties.c | 613 ++++++++ panels/mouse/gnome-mouse-properties.ui | 1707 +++++++++++++++++++++ panels/mouse/gnome-settings-mouse.desktop.in.in | 14 + panels/mouse/mouse-module.c | 41 + 25 files changed, 2908 insertions(+), 2669 deletions(-) commit 3748173b42305194642a918382f835e85f0682ca Author: Thomas Wood Date: Thu May 20 10:01:13 2010 +0100 Add an example implementation of a settings panel The example panel implements CcPanel and registers itself as extending the panel extension point. It provides a simple "Hello World" message. The example panel is not build by default, but enabled through a configure option. Makefile.am | 6 +- configure.ac | 15 ++++ examples/Makefile.am | 27 +++++++ examples/cc-example-panel.c | 111 ++++++++++++++++++++++++++++ examples/cc-example-panel.h | 74 ++++++++++++++++++ examples/example-module.c | 41 ++++++++++ examples/gnome-example-panel.desktop.in.in | 11 +++ 7 files changed, 284 insertions(+), 1 deletions(-) commit a4073bdb8e0972976d0221d0a9d13498dc8d33ec Author: Thomas Wood Date: Wed May 19 16:53:15 2010 +0100 shell: initialise the panel extension point Set up the extension point and load plugins that are available. If a plugin implements a particular panel, then load the CcPanel implementation instead of executing the application. shell/Makefile.am | 1 + shell/gnome-control-center.c | 72 ++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 70 insertions(+), 3 deletions(-) commit 65aea316b8b286d82f84dee4bc1a40bb43345a6d Author: Thomas Wood Date: Wed May 19 16:51:40 2010 +0100 Define the extension point name and support variables for panels The extension point name is used to identify modules that implement new settings panels using CcPanel. Also add various libtool flags that will be good practice for new panels. configure.ac | 19 +++++++++++++++++++ libgnome-control-center/cc-shell.h | 3 +++ 2 files changed, 22 insertions(+), 0 deletions(-) commit 799134a7babf46d5d759e90f1051e84ad7c99c19 Author: Thomas Wood Date: Wed May 19 11:19:34 2010 +0100 Remove libslab requirement and the internal copy of libslab libslab is no longer required since the new shell does not use it. Makefile.am | 14 +- configure.ac | 27 - libslab/.gitignore | 15 - libslab/Makefile.am | 98 --- libslab/app-resizer.c | 315 -------- libslab/app-resizer.h | 72 -- libslab/app-shell.c | 1409 ------------------------------------ libslab/app-shell.h | 141 ---- libslab/application-tile.c | 886 ---------------------- libslab/application-tile.h | 66 -- libslab/bookmark-agent.c | 1238 ------------------------------- libslab/bookmark-agent.h | 89 --- libslab/directory-tile.c | 669 ----------------- libslab/directory-tile.h | 57 -- libslab/document-tile.c | 1099 ---------------------------- libslab/document-tile.h | 63 -- libslab/double-click-detector.c | 85 --- libslab/double-click-detector.h | 58 -- libslab/gnome-utils.c | 346 --------- libslab/gnome-utils.h | 40 - libslab/libslab-utils.c | 716 ------------------ libslab/libslab-utils.h | 42 -- libslab/nameplate-tile.c | 290 -------- libslab/nameplate-tile.h | 55 -- libslab/nld-marshal.list | 1 - libslab/recent-files.c | 294 -------- libslab/recent-files.h | 80 -- libslab/search-bar.c | 361 --------- libslab/search-bar.h | 72 -- libslab/search-context-picker.c | 196 ----- libslab/search-context-picker.h | 58 -- libslab/search-entry-watermark.svg | 58 -- libslab/search-entry.c | 145 ---- libslab/search-entry.h | 50 -- libslab/shell-window.c | 148 ---- libslab/shell-window.h | 65 -- libslab/slab-gnome-util.c | 471 ------------ libslab/slab-gnome-util.h | 76 -- libslab/slab-section.c | 194 ----- libslab/slab-section.h | 71 -- libslab/slab.h | 45 -- libslab/system-tile.c | 285 -------- libslab/system-tile.h | 53 -- libslab/themed-icon.c | 165 ----- libslab/themed-icon.h | 53 -- libslab/tile-action.c | 108 --- libslab/tile.c | 621 ---------------- libslab/tile.h | 143 ---- 48 files changed, 3 insertions(+), 11700 deletions(-) commit 4ea04c81dc1a1a61c4f117ac6a4af8d39eadceb5 Author: Thomas Wood Date: Wed May 19 11:11:26 2010 +0100 shell: add a new settings shell The new shell provides an implementation of CcShell and also removes the dependency on libslab. configure.ac | 4 +- shell/Makefile.am | 79 +++- shell/cc-shell-category-view.c | 245 +++++++++++ shell/cc-shell-category-view.h | 76 ++++ shell/cc-shell-item-view.c | 194 +++++++++ shell/cc-shell-item-view.h | 72 ++++ shell/cc-shell-marshal.list | 1 + shell/cc-shell-model.c | 101 +++++ shell/cc-shell-model.h | 88 ++++ shell/control-center.c | 289 ++++++-------- shell/gnome-control-center.c | 660 ++++++++++++++++++++++++++++++ shell/gnome-control-center.desktop.in.in | 15 + shell/gnome-control-center.h | 75 ++++ shell/gnomecc.desktop.in.in | 15 - shell/shell-search-renderer.c | 299 ++++++++++++++ shell/shell-search-renderer.h | 74 ++++ shell/shell.ui | 169 ++++++++ 17 files changed, 2243 insertions(+), 213 deletions(-) commit b4fdb6db4ff7a0a261947ad7b350122e9ba7890b Author: Thomas Wood Date: Tue May 18 16:09:26 2010 +0100 Add libgnome-control-center with two new classes: CcShell and CcPanel CcShell is an abstract class that represents an instance of a control center shell. It provides access to some of the properties of the shell that panels will need to read or change. When a panel is created it has an instance of CcShell available that represents the current shell. CcPanel is an abstract class used to implement panels for the shell. A panel contains a collection of related settings that are displayed within the shell window. Makefile.am | 5 +- autogen.sh | 2 + configure.ac | 15 +- docs/Makefile.am | 3 + docs/reference/Makefile.am | 3 + docs/reference/libgnome-control-center/Makefile.am | 102 +++++++ .../libgnome-control-center-docs.sgml | 35 +++ .../libgnome-control-center-sections.txt | 43 +++ .../libgnome-control-center/version.xml.in | 1 + libgnome-control-center/Makefile.am | 47 +++ libgnome-control-center/cc-panel.c | 303 ++++++++++++++++++++ libgnome-control-center/cc-panel.h | 86 ++++++ libgnome-control-center/cc-shell.c | 211 ++++++++++++++ libgnome-control-center/cc-shell.h | 100 +++++++ .../libgnome-control-center.pc.in | 12 + 15 files changed, 965 insertions(+), 3 deletions(-) commit eb0e3e77858895b8336d2b5196c4e9a3575f4c04 Author: Thomas Thurman Date: Wed May 12 18:41:40 2010 -0400 Updated Shavian transliteration po/en@shaw.po | 1893 ++++++++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 1409 insertions(+), 484 deletions(-) commit 5f4189f17c8df0be344b422277045e8f69c99123 Author: Manoj Kumar Giri Date: Wed May 12 12:00:34 2010 +0530 Updated Oriya Translation po/or.po | 220 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 156 insertions(+), 64 deletions(-) commit e1d7e956e90590674646d0c21d2065e96f2ea71e Author: Fran Diéguez Date: Mon May 10 09:50:22 2010 +0200 Updated Galician translation po/gl.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 16fad4785d3b47376a3f4c52512e9ae7586c1717 Author: Rodrigo Moya Date: Wed May 5 12:34:01 2010 +0200 Release 2.31.1 NEWS | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 56 insertions(+), 1 deletions(-)