From 876590336fdb1292852061509a0dba5385cd1805 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sun, 25 Aug 2013 11:10:33 +0200 Subject: datetime: Add new datetime plugin For now, this takes care of automatic timezone updating based on geolocation. It relies on the new GeoClue2 D-Bus service for getting the location information and updates the system TZ using the org.freedesktop.timedate1 service. In the future, it is also going to take care of displaying notifications for upcoming time related changes ("Daylight Saving Starts Tonight") and notifying the user about timezone changes. https://bugzilla.gnome.org/show_bug.cgi?id=706979 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 13ba5691..c0d804eb 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,11 @@ plugins/background/test-background plugins/common/gsd-test-input-helper plugins/common/test-egg-key-parsing plugins/cursor/gsd-test-cursor +plugins/datetime/gsd-test-datetime +plugins/datetime/geoclue.c +plugins/datetime/geoclue.h +plugins/datetime/timedated.c +plugins/datetime/timedated.h plugins/housekeeping/gsd-disk-space-test plugins/housekeeping/gsd-empty-trash-test plugins/housekeeping/gsd-test-housekeeping -- cgit v1.2.1