commit 566ff0f93b316d574e78645967870bb592690cf4 Author: Thomas Wood Date: Mon Jul 12 18:43:47 2010 +0100 Release 2.31.5 NEWS | 31 +++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 32 insertions(+), 1 deletions(-) commit 1204832568425d20a29ae16f6fe33992d8a1b3bf Author: Thomas Wood Date: Mon Jul 12 18:07:47 2010 +0100 shell: use the correct command line argument during panel activation Use the second argument from the argv list in the activation callback to make sure the correct panel is loaded, since the first argument is the application binary name. shell/control-center.c | 20 +++++++++++--------- 1 files changed, 11 insertions(+), 9 deletions(-) commit 844a957ade350b1971cb49902eb0685b5098c65c Author: Thomas Wood Date: Mon Jul 12 16:46:15 2010 +0100 display: hide and unref the screen label when destroyed Make sure the screen label is not left visible after the panel has been destroyed. panels/display/xrandr-capplet.c | 4 +++- panels/display/xrandr-capplet.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) commit eb52e24f6c359beb35adbcbf603a77c433d0a5e3 Author: Thomas Wood Date: Mon Jul 12 15:33:02 2010 +0100 Add icons for the Date and Time settings panel Add icons drawn by Lapo Calamandrei panels/datetime/Makefile.am | 14 + panels/datetime/gnome-datetime-panel.desktop.in.in | 2 +- .../icons/16x16/preferences-system-time.png | Bin 0 -> 999 bytes .../icons/22x22/preferences-system-time.png | Bin 0 -> 1633 bytes .../icons/256x256/preferences-system-time.png | Bin 0 -> 41392 bytes .../icons/32x32/preferences-system-time.png | Bin 0 -> 2481 bytes .../icons/48x48/preferences-system-time.png | Bin 0 -> 4656 bytes .../icons/scalable/preferences-system-time.svg | 861 ++++++++++++++++++++ 8 files changed, 876 insertions(+), 1 deletions(-) commit 309676e9f3c94c1b301180a2f1c35f7bd978c864 Author: Thomas Wood Date: Mon Jul 12 13:05:39 2010 +0100 Clean up configure.ac Remove redundant checks and sort output files alphabetically. Also remove unnecessary AC_SUBST of pkg-config variables. configure.ac | 57 ++++++++++++++------------------------------------------- 1 files changed, 14 insertions(+), 43 deletions(-) commit 9c1fd5dbd3e9a963de20eb068ab7179a73c3f5f5 Author: Thomas Wood Date: Mon Jul 12 11:34:31 2010 +0100 Don't include libwindow-settings Remove libwindow-settings from the build since it is no longer used by control center. Makefile.am | 4 ++-- configure.ac | 2 -- po/POTFILES.in | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) commit 5f94333b899974f3ea6de22f41b5cd0f9a308015 Author: Thomas Wood Date: Mon Jul 12 11:33:31 2010 +0100 po: remove old files from POTFILES.in po/POTFILES.in | 30 ------------------------------ 1 files changed, 0 insertions(+), 30 deletions(-) commit 9089857a89045fb56b61b30a7dff060f2c540ed9 Author: Thomas Wood Date: Wed Jul 7 11:58:31 2010 +0100 Completely remove dependency on capplets/common directory The capplets directory is no longer built or distributed, so the panels cannot depend on files in it. configure.ac | 7 ++----- panels/default-applications/gnome-da-capplet.c | 3 +-- panels/keybindings/gnome-keybinding-properties.c | 1 - panels/keyboard/gnome-keyboard-properties-a11y.c | 2 +- panels/keyboard/gnome-keyboard-properties-xkb.c | 1 - panels/keyboard/gnome-keyboard-properties-xkb.h | 2 ++ panels/keyboard/gnome-keyboard-properties-xkblt.c | 1 - .../keyboard/gnome-keyboard-properties-xkbltadd.c | 1 - panels/keyboard/gnome-keyboard-properties-xkbmc.c | 2 -- panels/keyboard/gnome-keyboard-properties-xkbot.c | 6 ++---- panels/keyboard/gnome-keyboard-properties-xkbpv.c | 1 - panels/keyboard/gnome-keyboard-properties.c | 1 - panels/mouse/gnome-mouse-accessibility.c | 3 ++- panels/mouse/gnome-mouse-properties.c | 3 ++- panels/network/gnome-network-properties.c | 15 +++++++-------- 15 files changed, 19 insertions(+), 30 deletions(-) commit f765955508ee515dcf9c051b8ebc92d30f74279d Author: Fran Diéguez Date: Thu Jul 8 17:08:39 2010 +0200 Added galician translations for help help/Makefile.am | 2 +- help/gl/gl.po | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/gl.po | 2 +- 3 files changed, 142 insertions(+), 2 deletions(-) commit c3c00a7b4a35756d3e8bfb4e49308fa60cf1d215 Author: Ryan Lortie Date: Wed Jul 7 22:38:53 2010 -0400 GVariant API adjustment: byte_array -> bytestring shell/control-center.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a582fd4d75f6b9ed7665125b01d34b630c9ab259 Author: Thomas Wood Date: Wed Jul 7 22:45:05 2010 +0100 datetime: remove "seconds" spin button It is not necessary to be able to set the "seconds" of the current time. Resetting the seconds to zero is appropriate for most users. panels/datetime/cc-datetime-panel.c | 10 ++-------- panels/datetime/datetime.ui | 16 +++++----------- 2 files changed, 7 insertions(+), 19 deletions(-) commit 40232421bf84258efe8afef42b9ca79b3e891e19 Author: Thomas Wood Date: Tue Jul 6 16:49:39 2010 +0100 universal-access: add size groups to the lists of objects to create Create the size groups from the GtkBuilder file so that widgets can be aligned correctly. panels/universal-access/cc-ua-panel.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 3d9ada13f0e771ad8a4faf42b6c3f8779d94484f Author: Thomas Wood Date: Tue Jul 6 14:13:26 2010 +0100 CcPanel: derive from GtkBin, rather than GtkAlignment CcPanel does not require any features of GtkAlignment, so derive from GtkBin directly. libgnome-control-center/cc-panel.c | 47 +++++++++++++++++++++++++++++++++++- libgnome-control-center/cc-panel.h | 4 +- 2 files changed, 48 insertions(+), 3 deletions(-) commit 59920f88a0ebfa4d4bb9b19029a99c108989e583 Author: Thomas Wood Date: Mon Jul 5 17:57:24 2010 +0100 display: replace the use of GdkRegion with cairo_region_t GdkRegion has been removed in Gtk+ 3 and replaced with cairo_region_t. panels/display/scrollarea.c | 437 ++++++++------------------------------- panels/display/scrollarea.h | 12 +- panels/display/xrandr-capplet.c | 10 +- 3 files changed, 97 insertions(+), 362 deletions(-) commit a5b092326dc03375df3966f11a6008f9af161a06 Author: Javier Jardón Date: Wed Jun 30 16:07:30 2010 +0200 Use single GDK includes Fixes https://bugzilla.gnome.org/show_bug.cgi?id=615292 panels/display/scrollarea.c | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) commit 8dc34e8695197a36eb4817e0cfc9d8d0e9cef45e Author: Thomas Wood Date: Mon Jul 5 12:18:23 2010 +0100 Disable the capplets directory The capplets directory does not currently build due to changes in GTK+ and should be replaced by appropriate settings panels. Makefile.am | 4 ++-- configure.ac | 9 --------- 2 files changed, 2 insertions(+), 11 deletions(-) commit 8b103e75fe9715458816bc8b35f84271e2ab2bec Author: Jorge González Date: Sun Jul 4 23:07:03 2010 +0200 Updated Spanish translation po/es.po | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) commit de73bfe60b52d2d700019e63d1750ea5a54d9fe0 Author: Gan Lu Date: Sun Jul 4 17:26:50 2010 +0200 Updated zh_CN translation. po/zh_CN.po | 2058 +++++++++++++++++++++++++---------------------------------- 1 files changed, 861 insertions(+), 1197 deletions(-) commit b0e027fae0d5e7fda3d3fe21b054b2719dbd6adb Author: Jorge González Date: Thu Jul 1 09:01:42 2010 +0200 Updated Spanish translation po/es.po | 36 +++++++++++++----------------------- 1 files changed, 13 insertions(+), 23 deletions(-)