diff options
author | Ted Gould <ted@gould.cx> | 2011-03-16 16:06:47 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-16 16:06:47 -0500 |
commit | 5df5bfccdadeeceb31d8e13244e02bc01af557d5 (patch) | |
tree | 0cb904fc295af1d76b8bafaaf8a636ee2c293802 /ChangeLog | |
parent | 2fd5f32d9810dd1b7b7506d2fc1999d292cc33b3 (diff) | |
parent | 3c59d0869955b4c0698d7a563d712b357e0a2cd9 (diff) | |
download | ayatana-indicator-datetime-5df5bfccdadeeceb31d8e13244e02bc01af557d5.tar.gz ayatana-indicator-datetime-5df5bfccdadeeceb31d8e13244e02bc01af557d5.tar.bz2 ayatana-indicator-datetime-5df5bfccdadeeceb31d8e13244e02bc01af557d5.zip |
Import upstream version 0.1.98
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 67 |
1 files changed, 67 insertions, 0 deletions
@@ -1,5 +1,72 @@ # Generated by Makefile. Do not edit. +2011-03-16 Ted Gould <ted@gould.cx> + + 0.1.98 + +2011-03-16 Ted Gould <ted@gould.cx> + + Updating to required IDO version + +2011-03-16 Ted Gould <ted@gould.cx> + + Get more signals from the calendar and use them for good. + +2011-03-15 karl-qdh <karl@qdh.org.uk> + + Fixed up much of the calendar browsing + +2011-03-15 karl-qdh <karl@qdh.org.uk> + + Fixed missed build error, caused by sync problems between netbook and laptop. + +2011-03-14 Ted Gould <ted@gould.cx> + + Fix appointment time format + +2011-03-14 karl-qdh <karl@qdh.org.uk> + + Merged back with the pre-requisite branch and updated to include ted's suggested _()'s in strftime + +2011-03-08 karl-qdh <karl@qdh.org.uk> + + Fixed time format of appointments not respecting the configuration + +2011-03-14 Ted Gould <ted@gould.cx> + + Commenting out value as we're not using it yet. + +2011-03-14 Ted Gould <ted@gould.cx> + + Change the appointments so that they're modified by the calendar month + +2011-03-14 karl-qdh <karl@qdh.org.uk> + + Fixing ted's comments + +2011-03-08 karl-qdh <karl@qdh.org.uk> + + Fixed calendar browsing with month-changed and removed bogus off by one error + +2011-03-08 karl-qdh <karl@qdh.org.uk> + + Changed update appointment items so there's less of a delay when refreshing between no-appointments and appointments loaded. + Fixed the handle_event signalling from the client to the service. + Started hooking up calendar browsing. + +2011-03-08 karl-qdh <karl@qdh.org.uk> + + Fixed incorrect year in tm struct for indicator-datetime.c:month_changed_cb, still receiving a segfault in + datetime-service.c when we try to use the variant. Checked the variant value over dbus and its fine. + +2011-03-06 karl-qdh <karl@qdh.org.uk> + + Tried using uint but still segfaulting in variant code + +2011-03-06 karl-qdh <karl@qdh.org.uk> + + Hooking up the signals from the calendar and getting it working on service side + 2011-03-10 Ted Gould <ted@gould.cx> 0.1.97 |