diff options
author | Ted Gould <ted@gould.cx> | 2010-12-03 13:38:37 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-03 13:38:37 -0600 |
commit | 9054f7eb41f3b3194600b04b838a8d0214ca5ef0 (patch) | |
tree | 1ec5b2258cd7e36017c36e60cf3ab121cd29348a /ChangeLog | |
parent | 709a6335ab62da1f1948bdc2a19a624ba4f59555 (diff) | |
parent | 8e1fbde30cfce799b64477113b404d5cda3306aa (diff) | |
download | ayatana-indicator-datetime-9054f7eb41f3b3194600b04b838a8d0214ca5ef0.tar.gz ayatana-indicator-datetime-9054f7eb41f3b3194600b04b838a8d0214ca5ef0.tar.bz2 ayatana-indicator-datetime-9054f7eb41f3b3194600b04b838a8d0214ca5ef0.zip |
* New upstream release.
* Add support for building GTK2 and GTK3 versions
* debian/control: Add recommends for geoclue-ubuntu-geoip
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 124 |
1 files changed, 124 insertions, 0 deletions
@@ -1,5 +1,129 @@ # Generated by Makefile. Do not edit. +2010-12-03 Ted Gould <ted@gould.cx> + + Merging in support for GTK3 + +2010-11-11 Ted Gould <ted@gould.cx> + + Using the different packages depending on the version of GTK we want to link to. + +2010-11-11 Ted Gould <ted@gould.cx> + + Splitting out the dependencies + +2010-11-11 Ted Gould <ted@gould.cx> + + Adding a separate pkgcheck line for the service vs. the indicator + +2010-10-24 Ted Gould <ted@gould.cx> + + Generate format string at init to run through locale + +2010-09-30 Ted Gould <ted@gould.cx> + + Generate at startup + +2010-10-24 Ted Gould <ted@gould.cx> + + Adding in support for determining timezone via GeoClue + +2010-10-22 Ted Gould <ted@gould.cx> + + Setting up a callback for the address changing. + +2010-10-22 Ted Gould <ted@gould.cx> + + Filling out the changing callbacks + +2010-10-22 Ted Gould <ted@gould.cx> + + Setting up callbacks for the signals off of the clients + +2010-10-21 Ted Gould <ted@gould.cx> + + Whitespace + +2010-10-07 Ted Gould <ted@gould.cx> + + Make a little more robust and actually commit our results. + +2010-10-07 Ted Gould <ted@gould.cx> + + Setting the geoclue timezone quickly + +2010-10-07 Ted Gould <ted@gould.cx> + + Setting up a callback for clicking ot set the timezone + +2010-10-07 Ted Gould <ted@gould.cx> + + Adding in OOBS support + +2010-10-07 Ted Gould <ted@gould.cx> + + Make it so that we don't hcange the menuitem if we don't have one, but also, after it's built check it's state. + +2010-10-07 Ted Gould <ted@gould.cx> + + Create a way for to see if the timezones are the same. + +2010-10-07 Ted Gould <ted@gould.cx> + + Caching the geoclue timezone + +2010-10-07 Ted Gould <ted@gould.cx> + + Timezone changed, recache + +2010-10-07 Ted Gould <ted@gould.cx> + + Caching the system timezone so we can compare against it + +2010-10-07 Ted Gould <ted@gould.cx> + + Make a menuitem for setting a specific timezone + +2010-10-06 Ted Gould <ted@gould.cx> + + Setting up our requirements for providers + +2010-10-06 Ted Gould <ted@gould.cx> + + Putting in some error catches + +2010-10-06 Ted Gould <ted@gould.cx> + + Setting up a basic address callback + +2010-10-06 Ted Gould <ted@gould.cx> + + Create the address link in a callback as well + +2010-10-06 Ted Gould <ted@gould.cx> + + Start setting up the connection + +2010-10-06 Ted Gould <ted@gould.cx> + + Adding in the geoclue lib + +2010-10-06 Ted Gould <ted@gould.cx> + + Add the locale includes + +2010-10-06 Sebastien Bacher <seb128@ubuntu.com> + + include locale.h since that's where setlocale is defined + +2010-09-21 Ted Gould <ted@gould.cx> + + Setting up generating the AUTHORS and ChangeLog at dist + +2010-09-09 Ted Gould <ted@gould.cx> + + 0.0.6 + 2010-09-07 Ted Gould <ted@gould.cx> Distributing the schema XML |