diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-03 17:16:59 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-03 17:16:59 -0500 |
commit | 81ad3347c438773f60d6735ba103c0825b574f14 (patch) | |
tree | cb79f86c03edf8f0cc9c46e6563ec1aa8c0784d8 /ChangeLog | |
parent | 62471dbe9fa9196597f37ec8d1780b6359ec5d5a (diff) | |
parent | c5b4403212947c1e65de4b955a212296de1e4d9c (diff) | |
download | ayatana-indicator-datetime-81ad3347c438773f60d6735ba103c0825b574f14.tar.gz ayatana-indicator-datetime-81ad3347c438773f60d6735ba103c0825b574f14.tar.bz2 ayatana-indicator-datetime-81ad3347c438773f60d6735ba103c0825b574f14.zip |
* New upstream release.
* Increase robustness of GeoClue error handling
* Remove g_error()'s from the .so
* New upstream release.
* Change to canonical.com for naming
* Fixing a type callback
* Switching to GDbus and dbusmenu-0.4
* Supporting a wider range of custom strings for time and support
seconds in the custom time strings.
* Fixing to take time settings from LC_TIME
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 146 |
1 files changed, 146 insertions, 0 deletions
@@ -1,5 +1,151 @@ # Generated by Makefile. Do not edit. +2011-02-03 Ted Gould <ted@gould.cx> + + 0.1.92 + +2011-02-01 Ted Gould <ted@gould.cx> + + Try to be better at cleaning up geoclue objects. + +2011-02-01 Ted Gould <ted@gould.cx> + + Forgot to bring up the prototypes. + +2011-02-01 Ted Gould <ted@gould.cx> + + Putting the clear functions in shutdown so the objects get cleaned up nicely there as well. + +2011-02-01 Ted Gould <ted@gould.cx> + + Changing the clean up of the client to be in a function and drop the signals as well. + +2011-02-01 Ted Gould <ted@gould.cx> + + Put the geo_address clean up in a small helper function. + +2011-02-01 Ted Gould <ted@gould.cx> + + Adding more comments + +2011-01-31 Ted Gould <ted@gould.cx> + + Make sure to clear the address when clients change. + +2011-02-01 Ted Gould <ted@gould.cx> + + Changing a g_error to a g_warning in the .so + +2011-01-31 Ted Gould <ted@gould.cx> + + Make no proxy a warning + +2011-01-27 Ted Gould <ted@gould.cx> + + 0.1.91 + +2011-01-27 Ted Gould <ted@gould.cx> + + Fixing type callback prototype and bumping dbusmenu version + +2011-01-26 Ted Gould <ted@gould.cx> + + Change to com.canonical and adding a log domain. + +2011-01-17 Ted Gould <ted@gould.cx> + + Adding a log domain + +2011-01-17 Ted Gould <ted@gould.cx> + + Switching the file name around + +2011-01-17 Ted Gould <ted@gould.cx> + + Changing the interface and path for the settings + +2011-01-17 Ted Gould <ted@gould.cx> + + Changing the GSettings interface + +2011-01-17 Ted Gould <ted@gould.cx> + + Switching dbus names and interfaces + +2011-01-17 Ted Gould <ted@gould.cx> + + Switching service to canonical.com + +2011-01-14 Ted Gould <ted@gould.cx> + + Switching over to dbusmenu 0.4 and GDBus + +2011-01-11 Michael Terry <mike@mterry.name> + + use dbusmenu 0.4 (no actual code changes) + +2011-01-10 Michael Terry <mike@mterry.name> + + fix signal emission; g-signal receiver parameter definition + +2011-01-10 Michael Terry <mike@mterry.name> + + first, untested pass at gdbus port + +2011-01-14 Ted Gould <ted@gould.cx> + + Allowing more custom strings for formatting time and making sure they update correctly. + +2010-12-23 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Add markup support to clock label + + This adds exactly the same markup support to the indicator-datetime + label respect to the clock gnome panel applet. + + Now formats like the ones below can be correctly set: + + <span weight="Bold">%I:%M %p</span> + <sup><span rise="3000" font_desc="ubuntu 7.5" color="#DFD8C8" weight="normal">%a %d %b</span></sup>%n<sub><span font_desc="ubuntu 7.5" color="#DFD8C8" weight="bold">%I:%M %p</span></sub> + %a <b>%I:%M %p</b> + +2010-12-23 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Reset the label max width when guessing it. + + This should reduce the indicator size when a smaller (custom) text has + been added. + +2010-12-23 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Set label justification to center, and connect to "screen-changed" signal + + Update gravity on screen change! + +2010-12-23 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Check if the custom time format string shows seconds + + If it happens, update the label each second, not only every minute. + So now you can also put any custom string showing seconds, getting + correctly updated. + +2011-01-06 Ted Gould <ted@gould.cx> + + A couple of slight cleanups + +2011-01-06 Ted Gould <ted@gould.cx> + + Fixing time to be taken from time settings instead of message settings. + +2010-12-15 Michael Terry <mike@mterry.name> + + use LC_TIME to look up date-related translations + +2010-12-03 Ted Gould <ted@gould.cx> + + 0.1.90 + 2010-12-03 Ted Gould <ted@gould.cx> Merging in support for GTK3 |