Commit graph

8776 commits

Author SHA1 Message Date
Thomas Wood
74077861ed datetime: work around a cairo bug
Add an alpha channel to the background map to work around a drawing issue
with cairo.
2010-06-30 15:55:48 +01:00
Jonh Wendell
91c5e26bcf Make build works with GSEAL 2010-06-30 14:01:39 +01:00
Thomas Wood
59f894bf1b datetime: install the UI files into the correct directory 2010-06-30 13:49:49 +01:00
Fran Diéguez
4e89f75dd5 Updated Galician translations 2010-06-29 23:55:17 +02:00
Thomas Wood
3c92ef843e Release 2.31.4.1 2010-06-29 19:42:42 +01:00
Thomas Wood
4915df9724 datetime: don't try to set the timezone if the current location is unknown 2010-06-29 19:16:25 +01:00
Thomas Wood
b9d7114c2a datetime: be sure to unref the old map and color map 2010-06-29 18:16:29 +01:00
Thomas Wood
3776c0fd07 datetime: use X-GNOME-Settings-Panel flag and correct Exec line
Fix the Exec line in the .desktop file and use the X-GNOME-Settings-Panel
property to identify the panel.
2010-06-29 18:09:17 +01:00
Thomas Wood
ae9bb70c5e datetime: add the dbus cflags and libraries 2010-06-29 17:48:57 +01:00
Thomas Wood
a8588291eb Release 2.31.4 2010-06-29 17:06:58 +01:00
Thomas Wood
0cbbf01710 Merge branch 'wip/datetime-panel' 2010-06-29 14:41:48 +01:00
Thomas Wood
8c6eba7878 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.
2010-06-29 14:31:33 +01:00
Thomas Wood
bb229f1491 datetime: define capplet name for GNOMECC_CAPPLETS_CFLAGS 2010-06-29 13:29:30 +01:00
Thomas Wood
2e2b70fab0 datetime: remove default value for the location label
The location label should be blank until the current location information
is available.
2010-06-29 12:52:17 +01:00
Thomas Wood
12e1151128 datetime: propagate dbus errors
Make sure that any dbus errors can be presented in the UI if needed.
2010-06-29 12:51:17 +01:00
Thomas Wood
89e778c362 datetime: get the current system timezone and show it on the map at startup 2010-06-28 18:06:33 +01:00
Thomas Wood
5ed92c674e 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.
2010-06-28 17:59:27 +01:00
Thomas Wood
8174f22fe7 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.
2010-06-28 17:48:47 +01:00
Thomas Wood
8db6536da9 datetime: update the time labels when the location is changed
Update the time labels so that the time is changed accordingly with the
timezone.
2010-06-28 11:41:37 +01:00
Thomas Wood
402d7dce03 datetime: replace underscores with spaces for location display name 2010-06-28 11:15:18 +01:00
Thomas Wood
26ae0134cf datetime: add detection of location from map clicks 2010-06-28 10:58:43 +01:00
Thomas Wood
1d60affa61 datetime: use the SettingsDaemon dbus service to set the system time
Use the org.gnome.SettingsDaemon.DateTimeMechanism interface to set the
current system time.
2010-06-28 10:58:43 +01:00
Thomas Wood
12083b85b5 datetime: set spin buttons to the current time at startup 2010-06-28 10:58:43 +01:00
Thomas Wood
3c39f562c6 datetime: Set the correct date and time in the UI
Set the current date in the calendar and keep the current time label
updated.
2010-06-28 10:58:43 +01:00
Thomas Wood
2208f28618 datetime: Add names to the widgets 2010-06-28 10:58:43 +01:00
Thomas Wood
72a7d5e0a6 datetime: Simplify the UI
Remove the multiple locations feature and add current time
labels.
2010-06-28 10:56:56 +01:00
Jorge González
4916f35dcf Updated Spanish translation 2010-06-28 04:35:41 +02:00
Gabor Kelemen
77a46c8bfe Updated Hungarian translation 2010-06-27 12:28:48 +02:00
Jorge González
23bce8fd0b Updated Spanish translation 2010-06-26 10:39:20 +02:00
Rodrigo Moya
59a4d44b35 Add .so version information to libgnome-control-center 2010-06-24 16:16:29 +02:00
Bastien Nocera
e7d581c9ff Make about-me compile with GTK+ 3.x
With plenty of warnings still, but it compiles.
2010-06-23 21:44:09 +01:00
Bastien Nocera
de11d12d52 Use gnome-desktop 3.0, not 2.0
As we compile against GTK+ 3.x now.
2010-06-23 20:30:35 +01:00
Thomas Wood
8c1127384a 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.
2010-06-21 16:36:32 +01:00
Richard Hughes
ae7944a0c8 Convert from libunique to GtkApplication to remove the final gtk-2.0 library 2010-06-21 16:30:44 +01:00
Richard Hughes
f4ef191462 You can't mix GTK2 and GTK3, so depend on gtk-3.0 versions of libraries 2010-06-21 16:30:44 +01:00
Kristjan Schmidt
93009261bb Add Esperanto translation 2010-06-21 17:29:00 +02:00
Kristjan Schmidt
717cd745cc Add Esperanto translation 2010-06-21 17:28:58 +02:00
Mario Blättermann
0b88b6cfa3 [i18n] Updated German translation 2010-06-20 20:26:26 +02:00
Kjartan Maraas
192ad71a79 Added Norwegian bokmål translation 2010-06-20 12:41:21 +02:00
Rodrigo Moya
8897a196d6 Use gtk+-3.0 also on the .pc file 2010-06-18 14:05:57 +02:00
Thomas Wood
15560a924c datetime: ensure the map is shown 2010-06-16 18:08:43 +01:00
Thomas Wood
3c863ae379 datetime: update .desktop file name and comment fields 2010-06-16 18:08:43 +01:00
Thomas Wood
29e221e699 datetime: add a GtkBuilder file to define the user interface 2010-06-16 18:08:43 +01:00
Thomas Wood
e35b73abb5 Add initial implementation of date/time panel 2010-06-16 18:08:43 +01:00
A S Alam
ecc47a6ed8 update Punjabi Translation 2010-06-14 07:36:00 +05:30
Kjartan Maraas
163fe926f5 Updated Norwegian bokmål translation 2010-06-14 00:47:12 +02:00
Fran Diéguez
9466f6ef6c Updated Galician translations 2010-06-13 18:51:10 +02:00
Fran Diéguez
332988909c Updated Galician translations 2010-06-13 17:45:02 +02:00
Fran Diéguez
3571778d5e Created Galician translations 2010-06-12 17:09:38 +02:00
Andika Triwidada
e42594cd0c Updated Indonesian translation 2010-06-11 16:21:20 +07:00