diff options
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 |