diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 260 |
1 files changed, 260 insertions, 0 deletions
@@ -1,5 +1,265 @@ # Generated by Makefile. Do not edit. +2010-09-07 Ted Gould <ted@gould.cx> + + Distributing the schema XML + +2010-09-07 Ted Gould <ted@gould.cx> + + Fix for make dist + +2010-09-07 Ted Gould <ted@gould.cx> + + Update appropriately + +2010-08-31 Ted Gould <ted@gould.cx> + + Updating to trunk + +2010-08-30 Ted Gould <ted@gould.cx> + + Copyright stuffs + +2010-08-30 Ted Gould <ted@gould.cx> + + If the timezone changes we need to setup a different timer. + +2010-08-30 Ted Gould <ted@gould.cx> + + Set a timer to update the date once a day. + +2010-08-30 Ted Gould <ted@gould.cx> + + Add in a signal handler for the update time signal + +2010-08-30 Ted Gould <ted@gould.cx> + + Create the service proxy and give it a lifecycle + +2010-08-30 Ted Gould <ted@gould.cx> + + Watching the timezone file and updating based on it + +2010-08-30 Ted Gould <ted@gould.cx> + + Adding a way to emit the signal + +2010-08-30 Ted Gould <ted@gould.cx> + + Adding in the update time signal + +2010-08-30 Ted Gould <ted@gould.cx> + + Building us a dbus interface + +2010-08-30 Ted Gould <ted@gould.cx> + + Connecting onto the dbus + +2010-08-30 Ted Gould <ted@gould.cx> + + Whitespace cleanup + +2010-08-30 Ted Gould <ted@gould.cx> + + Adding an object to be the interface object for dbus + +2010-08-30 Ted Gould <ted@gould.cx> + + Adding in a dbus interface file. + +2010-08-30 Ted Gould <ted@gould.cx> + + Putting the timezone file into the build line + +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. |