commit a8588291eb735fd4239b3d16c7a01f0affff45fe Author: Thomas Wood Date: Tue Jun 29 17:06:58 2010 +0100 Release 2.31.4 NEWS | 27 +++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 28 insertions(+), 1 deletions(-) commit 0cbbf01710e3a4bd7f644622e859ba848b773ffd Merge: 4916f35 8c6eba7 Author: Thomas Wood Date: Tue Jun 29 14:41:48 2010 +0100 Merge branch 'wip/datetime-panel' commit 8c6eba7878bf8ba8bf2224c52c5d3e060c3e7ee7 Author: Thomas Wood Date: Tue Jun 29 14:31:33 2010 +0100 datetime: fix issues with distcheck Add translatable files to POTFILES.in or POTFILES.skip and make sure the data files are included in the distribution. panels/datetime/Makefile.am | 2 +- po/POTFILES.in | 2 ++ po/POTFILES.skip | 1 + 3 files changed, 4 insertions(+), 1 deletions(-) commit bb229f1491aa5841f5d8043c3ef1819a01b8501e Author: Thomas Wood Date: Tue Jun 29 13:29:30 2010 +0100 datetime: define capplet name for GNOMECC_CAPPLETS_CFLAGS panels/datetime/Makefile.am | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 2e2b70fab0935a650c1d34268b5c564acb786293 Author: Thomas Wood Date: Tue Jun 29 12:52:17 2010 +0100 datetime: remove default value for the location label The location label should be blank until the current location information is available. panels/datetime/datetime.ui | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 12e1151128c7d9d16bd6ea549bc6d60d4a365356 Author: Thomas Wood Date: Tue Jun 29 12:51:17 2010 +0100 datetime: propagate dbus errors Make sure that any dbus errors can be presented in the UI if needed. panels/datetime/set-timezone.c | 33 +++++++++++++++++++++++---------- 1 files changed, 23 insertions(+), 10 deletions(-) commit 89e778c362cdb1ed0a2f6ece855fd9d1e03ba043 Author: Thomas Wood Date: Mon Jun 28 18:06:33 2010 +0100 datetime: get the current system timezone and show it on the map at startup panels/datetime/cc-datetime-panel.c | 41 +++++++++++++++++++++++++++++++--- 1 files changed, 37 insertions(+), 4 deletions(-) commit 5ed92c674ee3edd09569cc1f50aa50336cc93869 Author: Thomas Wood Date: Mon Jun 28 17:59:27 2010 +0100 datetime: add a function to set the current location on CcTimezoneMap Add cc_timezone_map_set_timezone function to set the current location on the map. panels/datetime/cc-timezone-map.c | 53 +++++++++++++++++++++++++++++------- panels/datetime/cc-timezone-map.h | 2 + 2 files changed, 44 insertions(+), 11 deletions(-) commit 8174f22fe744e33817aa20546cf7c04b8b582ae3 Author: Thomas Wood Date: Mon Jun 28 17:48:47 2010 +0100 datetime: add a function to retrieve current timezone from dbus Add get_system_timezone_async function to request the current timezone from the SettingsDaemon.DateTimeMechanism dbus object. panels/datetime/set-timezone.c | 82 ++++++++++++++++++++++++++++++++++++++++ panels/datetime/set-timezone.h | 17 ++++++++ 2 files changed, 99 insertions(+), 0 deletions(-) commit 8db6536da9fafc7ad61e0bec13d0239bd55235c1 Author: Thomas Wood Date: Mon Jun 28 11:41:37 2010 +0100 datetime: update the time labels when the location is changed Update the time labels so that the time is changed accordingly with the timezone. panels/datetime/cc-datetime-panel.c | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) commit 402d7dce0391a5895f12750fe6c37fd5940f2d01 Author: Thomas Wood Date: Mon Jun 28 11:15:18 2010 +0100 datetime: replace underscores with spaces for location display name panels/datetime/cc-datetime-panel.c | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) commit 26ae0134cfd6b2b002309f408811c44dbb5ad778 Author: Thomas Wood Date: Fri Jun 25 17:36:14 2010 +0100 datetime: add detection of location from map clicks panels/datetime/Makefile.am | 3 +- panels/datetime/cc-datetime-panel.c | 14 ++ panels/datetime/cc-timezone-map.c | 157 ++++++++++++++++- panels/datetime/cc-timezone-map.h | 1 + panels/datetime/tz.c | 336 +++++++++++++++++++++++++++++++++++ panels/datetime/tz.h | 84 +++++++++ 6 files changed, 587 insertions(+), 8 deletions(-) commit 1d60affa617ad4a18814382aefc0538fc74747cd Author: Thomas Wood Date: Thu Jun 24 15:20:45 2010 +0100 datetime: use the SettingsDaemon dbus service to set the system time Use the org.gnome.SettingsDaemon.DateTimeMechanism interface to set the current system time. panels/datetime/Makefile.am | 4 +- panels/datetime/cc-datetime-panel.c | 51 ++++++ panels/datetime/datetime.ui | 8 +- panels/datetime/set-timezone.c | 291 +++++++++++++++++++++++++++++++++++ panels/datetime/set-timezone.h | 40 +++++ 5 files changed, 386 insertions(+), 8 deletions(-) commit 12083b85b5351d42fcec5043793083db41d8cb48 Author: Thomas Wood Date: Thu Jun 10 11:41:40 2010 +0100 datetime: set spin buttons to the current time at startup panels/datetime/cc-datetime-panel.c | 15 ++++++++++++++- panels/datetime/datetime.ui | 21 +++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletions(-) commit 3c39f562c602b09468d35b38006f7bbe064a551f Author: Thomas Wood Date: Wed Jun 9 18:42:42 2010 +0100 datetime: Set the correct date and time in the UI Set the current date in the calendar and keep the current time label updated. panels/datetime/cc-datetime-panel.c | 48 ++++++++++++++++++++++++++++++++++- 1 files changed, 47 insertions(+), 1 deletions(-) commit 2208f28618b389be97d56c5a3dc1169f3f6a1152 Author: Thomas Wood Date: Wed Jun 9 16:03:09 2010 +0100 datetime: Add names to the widgets panels/datetime/datetime.ui | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit 72a7d5e0a677c70e9505537b39f1a3b15474543e Author: Thomas Wood Date: Wed Jun 9 16:00:14 2010 +0100 datetime: Simplify the UI Remove the multiple locations feature and add current time labels. panels/datetime/datetime.ui | 297 ++++++++++++++++++++----------------------- 1 files changed, 139 insertions(+), 158 deletions(-) commit 4916f35dcfcf3f2ad5a0d3d11f44cecf4377ad22 Author: Jorge González Date: Mon Jun 28 04:35:41 2010 +0200 Updated Spanish translation po/es.po | 94 +++++++++++++++++++------------------------------------------ 1 files changed, 29 insertions(+), 65 deletions(-) commit 77a46c8bfeb524301e4aa3fc1d46928ba2e0a50e Author: Gabor Kelemen Date: Sun Jun 27 12:28:48 2010 +0200 Updated Hungarian translation po/hu.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 23bce8fd0b8aa88806b63743668db7acc7ae0579 Author: Jorge González Date: Sat Jun 26 10:39:20 2010 +0200 Updated Spanish translation po/es.po | 667 ++++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 516 insertions(+), 151 deletions(-) commit 59a4d44b3543f16aabd55e00943f1fce7430cdff Author: Rodrigo Moya Date: Thu Jun 24 16:16:29 2010 +0200 Add .so version information to libgnome-control-center configure.ac | 8 ++++++++ libgnome-control-center/Makefile.am | 1 + 2 files changed, 9 insertions(+), 0 deletions(-) commit e7d581c9ffa5a41f7ba46342d9658659bac003ae Author: Bastien Nocera Date: Wed Jun 23 21:44:09 2010 +0100 Make about-me compile with GTK+ 3.x With plenty of warnings still, but it compiles. capplets/about-me/e-image-chooser.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit de11d12d5233795d6ced8602c49e466b7bdda10b Author: Bastien Nocera Date: Wed Jun 23 20:30:03 2010 +0100 Use gnome-desktop 3.0, not 2.0 As we compile against GTK+ 3.x now. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8c1127384a31fc5786d1009d6ff80fd10639b886 Author: Thomas Wood Date: Mon Jun 21 16:36:32 2010 +0100 CcPanel: remove redundant properties Remove properties that are not used or not useful. The "id" property is implemented by the desktop entry X-GNOME-Settings-Panel value and the extension point implementation name. The "display-name" property is not used because the Name value from the desktop entry file is read instead. The "active" property is no longer needed, since the objects are not kept alive when the panel is inactive. libgnome-control-center/cc-panel.c | 138 +----------------------------------- libgnome-control-center/cc-panel.h | 8 -- libgnome-control-center/cc-shell.c | 6 +-- 3 files changed, 2 insertions(+), 150 deletions(-) commit ae7944a0c8e3e6b516073dd8484b774a5ad191a6 Author: Richard Hughes Date: Sun Jun 20 22:07:05 2010 +0100 Convert from libunique to GtkApplication to remove the final gtk-2.0 library configure.ac | 2 +- shell/control-center.c | 75 +++++++++++------------------------------------- 2 files changed, 18 insertions(+), 59 deletions(-) commit f4ef1914628de1c9853834cffdaee61ad3cff4cb Author: Richard Hughes Date: Sat Jun 19 21:13:10 2010 +0100 You can't mix GTK2 and GTK3, so depend on gtk-3.0 versions of libraries configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 93009261bb8b46d93a8b1849c53a15ff014f8be4 Author: Kristjan Schmidt Date: Mon Jun 21 17:29:00 2010 +0200 Add Esperanto translation po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 717cd745cc5d6806d58f1969f9b5c3b8910cb4bb Author: Kristjan Schmidt Date: Mon Jun 21 17:28:58 2010 +0200 Add Esperanto translation po/eo.po | 3933 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 3933 insertions(+), 0 deletions(-) commit 0b88b6cfa34f914db28dd0656b994c1dfb962966 Author: Mario Blättermann Date: Sun Jun 20 20:26:26 2010 +0200 [i18n] Updated German translation po/de.po | 1661 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 869 insertions(+), 792 deletions(-) commit 192ad71a792effd0cb75db64e6fd1e33d30c88a2 Author: Kjartan Maraas Date: Sun Jun 20 12:41:21 2010 +0200 Added Norwegian bokmål translation po/nb.po | 259 ++++---------------------------------------------------------- 1 files changed, 14 insertions(+), 245 deletions(-) commit 8897a196d62a3b59eb1112d18a82c1df128a2cbd Author: Rodrigo Moya Date: Fri Jun 18 14:04:34 2010 +0200 Use gtk+-3.0 also on the .pc file .../libgnome-control-center.pc.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 15560a924ca015168b5eadc47686424e7c030ca7 Author: Thomas Wood Date: Wed Jun 9 12:34:36 2010 +0100 datetime: ensure the map is shown panels/datetime/cc-datetime-panel.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3c863ae37922c4bc90ad3c57a1a6123199697b8e Author: Thomas Wood Date: Tue May 25 16:49:41 2010 +0100 datetime: update .desktop file name and comment fields panels/datetime/gnome-datetime-panel.desktop.in.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 29e221e6994cf2011103d686ae12d12dd6d05622 Author: Thomas Wood Date: Tue May 25 16:31:48 2010 +0100 datetime: add a GtkBuilder file to define the user interface panels/datetime/Makefile.am | 6 +- panels/datetime/cc-datetime-panel.c | 37 +++++- panels/datetime/datetime.ui | 247 +++++++++++++++++++++++++++++++++++ 3 files changed, 283 insertions(+), 7 deletions(-) commit e35b73abb52190b173a74e6c37ead41b75869f1c Author: Thomas Wood Date: Fri May 21 17:36:27 2010 +0100 Add initial implementation of date/time panel configure.ac | 2 + panels/Makefile.am | 3 +- panels/datetime/Makefile.am | 73 ++++ panels/datetime/cc-datetime-panel.c | 113 ++++++ panels/datetime/cc-datetime-panel.h | 74 ++++ panels/datetime/cc-timezone-map.c | 384 ++++++++++++++++++++ panels/datetime/cc-timezone-map.h | 74 ++++ panels/datetime/data/bg.png | Bin 0 -> 177324 bytes panels/datetime/data/cc.png | Bin 0 -> 53948 bytes panels/datetime/data/timezone_-1.png | Bin 0 -> 8012 bytes panels/datetime/data/timezone_-10.png | Bin 0 -> 7783 bytes panels/datetime/data/timezone_-11.png | Bin 0 -> 7406 bytes panels/datetime/data/timezone_-2.png | Bin 0 -> 4333 bytes panels/datetime/data/timezone_-3.5.png | Bin 0 -> 740 bytes panels/datetime/data/timezone_-3.png | Bin 0 -> 13615 bytes panels/datetime/data/timezone_-4.5.png | Bin 0 -> 1900 bytes panels/datetime/data/timezone_-4.png | Bin 0 -> 15084 bytes panels/datetime/data/timezone_-5.5.png | Bin 0 -> 437 bytes panels/datetime/data/timezone_-5.png | Bin 0 -> 19166 bytes panels/datetime/data/timezone_-6.png | Bin 0 -> 13764 bytes panels/datetime/data/timezone_-7.png | Bin 0 -> 11977 bytes panels/datetime/data/timezone_-8.png | Bin 0 -> 6801 bytes panels/datetime/data/timezone_-9.5.png | Bin 0 -> 437 bytes panels/datetime/data/timezone_-9.png | Bin 0 -> 7908 bytes panels/datetime/data/timezone_0.png | Bin 0 -> 11074 bytes panels/datetime/data/timezone_1.png | Bin 0 -> 15458 bytes panels/datetime/data/timezone_10.5.png | Bin 0 -> 421 bytes panels/datetime/data/timezone_10.png | Bin 0 -> 12829 bytes panels/datetime/data/timezone_11.5.png | Bin 0 -> 446 bytes panels/datetime/data/timezone_11.png | Bin 0 -> 12113 bytes panels/datetime/data/timezone_12.75.png | Bin 0 -> 409 bytes panels/datetime/data/timezone_12.png | Bin 0 -> 7130 bytes panels/datetime/data/timezone_13.png | Bin 0 -> 621 bytes panels/datetime/data/timezone_2.png | Bin 0 -> 12854 bytes panels/datetime/data/timezone_3.5.png | Bin 0 -> 2142 bytes panels/datetime/data/timezone_3.png | Bin 0 -> 17475 bytes panels/datetime/data/timezone_4.5.png | Bin 0 -> 1773 bytes panels/datetime/data/timezone_4.png | Bin 0 -> 4954 bytes panels/datetime/data/timezone_5.5.png | Bin 0 -> 6099 bytes panels/datetime/data/timezone_5.75.png | Bin 0 -> 2885 bytes panels/datetime/data/timezone_5.png | Bin 0 -> 14539 bytes panels/datetime/data/timezone_6.5.png | Bin 0 -> 1609 bytes panels/datetime/data/timezone_6.png | Bin 0 -> 8441 bytes panels/datetime/data/timezone_7.png | Bin 0 -> 14412 bytes panels/datetime/data/timezone_8.png | Bin 0 -> 16725 bytes panels/datetime/data/timezone_9.5.png | Bin 0 -> 1959 bytes panels/datetime/data/timezone_9.png | Bin 0 -> 12608 bytes panels/datetime/datetime-module.c | 41 ++ panels/datetime/gnome-datetime-panel.desktop.in.in | 11 + 49 files changed, 774 insertions(+), 1 deletions(-) commit ecc47a6ed80dfd891c789534b807c8ae152cd819 Author: A S Alam Date: Mon Jun 14 07:36:00 2010 +0530 update Punjabi Translation po/pa.po | 2004 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 1226 insertions(+), 778 deletions(-) commit 163fe926f599f1bdbe4b8684cc4c42cc0e99a5e0 Author: Kjartan Maraas Date: Mon Jun 14 00:47:12 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 1621 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 933 insertions(+), 688 deletions(-) commit 9466f6ef6c544f4128fa4d014bfb4101a5ed0394 Author: Fran Diéguez Date: Sun Jun 13 18:51:10 2010 +0200 Updated Galician translations po/gl.po | 37 ++++++++++++++++++------------------- 1 files changed, 18 insertions(+), 19 deletions(-) commit 332988909c97d1e6eb530f5f667201f04e98e912 Author: Fran Diéguez Date: Sun Jun 13 17:45:02 2010 +0200 Updated Galician translations po/gl.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 3571778d5e1efc0edeb8eb3f3dce9415c3a42e2e Author: Fran Diéguez Date: Sat Jun 12 17:09:38 2010 +0200 Created Galician translations po/gl.po | 131 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 64 insertions(+), 67 deletions(-) commit e42594cd0c8d57ba34a054e82cebd6a825dfbca5 Author: Andika Triwidada Date: Fri Jun 11 16:21:20 2010 +0700 Updated Indonesian translation po/id.po | 1917 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 1101 insertions(+), 816 deletions(-) commit c09f693575b5559d0c72af71fbe1c5626f802df8 Author: Rodrigo Moya Date: Thu Jun 10 23:06:11 2010 +0200 Use gtk+-3.0 configure.ac | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 12b27dcbad8bab53ebd17aec9e92475fa3a7d9ea Author: Ivar Smolin Date: Wed Jun 9 11:15:50 2010 +0300 Estonian translation updated po/et.po | 433 +++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 291 insertions(+), 142 deletions(-)