diff options
author | Ted Gould <ted@gould.cx> | 2010-09-07 12:34:12 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-07 12:34:12 -0500 |
commit | 029d2cfd3c57be5c9c0c98ccafda09e92e92afe7 (patch) | |
tree | 385fcd26c79fe4737bbbdd2fb862cf1637105ce7 /ChangeLog | |
parent | cc5ecca1e9d029b3ab2853daf4328112a5c32f03 (diff) | |
parent | d0f7670cc5c25a89c734ace8a442278b982c3caa (diff) | |
download | ayatana-indicator-datetime-029d2cfd3c57be5c9c0c98ccafda09e92e92afe7.tar.gz ayatana-indicator-datetime-029d2cfd3c57be5c9c0c98ccafda09e92e92afe7.tar.bz2 ayatana-indicator-datetime-029d2cfd3c57be5c9c0c98ccafda09e92e92afe7.zip |
Import upstream version 0.0.5
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 188 |
1 files changed, 188 insertions, 0 deletions
@@ -1,5 +1,193 @@ # Generated by Makefile. Do not edit. +2010-07-22 David Barth <david.barth@canonical.com> + + version 0.0.5 + +2010-07-22 David Barth <david.barth@canonical.com> + + merging the new calendar widget branch + +2010-07-22 David Barth <david.barth@canonical.com> + + updates the label for changing settings + +2010-07-22 David Barth <david.barth@canonical.com> + + add a calendar widget to the menu + +2010-07-22 David Barth <david.barth@canonical.com> + + make sure we get the new IDO calendar menu item + +2010-07-22 David Barth <david.barth@canonical.com> + + make sure we get the right glib version with gsettings support + +2010-07-19 Ted Gould <ted@gould.cx> + + Making the timeformat configurable via translations and gsettings. + +2010-07-16 Ted Gould <ted@gould.cx> + + In the timer function we're recycling the pointer to struct tm + +2010-07-16 Ted Gould <ted@gould.cx> + + Making it so that update_label can return struct tm + +2010-07-16 Ted Gould <ted@gould.cx> + + Making it so that ltime can be a parameter. + +2010-07-16 Ted Gould <ted@gould.cx> + + Starting to smartly choose when to update the time. + +2010-07-16 Ted Gould <ted@gould.cx> + + Protecting the timer from setting up more than one and having it setup when the properties change. + +2010-07-16 Ted Gould <ted@gould.cx> + + Adding a level of indirection to encapsulate the setting up of the timer func + +2010-07-16 Ted Gould <ted@gould.cx> + + Don't check the size of a label we don't have. + +2010-07-16 Ted Gould <ted@gould.cx> + + Ah, dumb bug + +2010-07-16 Ted Gould <ted@gould.cx> + + Debug message to check posibilities. + +2010-07-16 Ted Gould <ted@gould.cx> + + Making the posibility of huge arrays testing length of month names and weekday names, and posibily both. + +2010-07-16 Ted Gould <ted@gould.cx> + + Bring in the measuring tape. + +2010-07-16 Ted Gould <ted@gould.cx> + + Starting to build up our new measuring algorithm. Now with just AM/PM in it. + +2010-07-16 Ted Gould <ted@gould.cx> + + Generating the bitmask of posibilities from the format string. + +2010-07-16 Ted Gould <ted@gould.cx> + + A big ass table of the strftime() format strings and what they effect, now we can calculate the max length. + +2010-07-16 Ted Gould <ted@gould.cx> + + Building up the date string. + +2010-07-16 Ted Gould <ted@gould.cx> + + Setting the properties only changes things if we're not in custom mode. + +2010-07-16 Ted Gould <ted@gould.cx> + + Adding in an update on changing the format string. + +2010-07-16 Ted Gould <ted@gould.cx> + + Gets us somewhere of coming up with a time string. Wow, complex. + +2010-07-15 Ted Gould <ted@gould.cx> + + Filling out set too. + +2010-07-15 Ted Gould <ted@gould.cx> + + Getting some guts into get + +2010-07-15 Ted Gould <ted@gould.cx> + + Fleshing out the set and get enum functions. + +2010-07-15 Ted Gould <ted@gould.cx> + + Adding a mapping function to pull in the enum value. + +2010-07-15 Ted Gould <ted@gould.cx> + + Clearing set and get property as we're going to have to start from scratch there. + +2010-07-15 Ted Gould <ted@gould.cx> + + Moving all these properties into the private structure. + +2010-07-15 Ted Gould <ted@gould.cx> + + Binding the properties into the settings database. + +2010-07-15 Ted Gould <ted@gould.cx> + + Whoa, we got lots of properties now. + +2010-07-15 Ted Gould <ted@gould.cx> + + Turning the time format string into custom time format. + +2010-07-15 Ted Gould <ted@gould.cx> + + Getting defines for all the new settings and making things compile again. + +2010-07-15 Ted Gould <ted@gould.cx> + + I swear, there were somethings I didn't change! Getting some final settings that make sense. + +2010-07-14 Ted Gould <ted@gould.cx> + + Ignoring the tramp stamp + +2010-07-12 Ted Gould <ted@gould.cx> + + Going into the gsettings world. + +2010-07-12 Ted Gould <ted@gould.cx> + + Moving the default format into a define and using our new variable. + +2010-07-12 Ted Gould <ted@gould.cx> + + Setting up a 'time_format' variable and pulling it into a property. + +2010-07-12 Ted Gould <ted@gould.cx> + + Setting up basic property stuff and making a husk of a first property. + +2010-07-12 Ted Gould <ted@gould.cx> + + Getting the schema to validate. + +2010-07-12 Ted Gould <ted@gould.cx> + + Renaming file + +2010-07-12 Ted Gould <ted@gould.cx> + + Bringing in the gesttings love. + +2010-07-12 Ted Gould <ted@gould.cx> + + Trying to build the first gschema file. + +2010-07-12 Ted Gould <ted@gould.cx> + + As a basis we need to have a service based architecture. + +2010-07-15 Ted Gould <ted@gould.cx> + + 0.0.4 + 2010-07-13 Ted Gould <ted@gould.cx> Adjusting indicator to be service based. |