aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-17 13:05:58 -0600
committerTed Gould <ted@gould.cx>2011-02-17 13:05:58 -0600
commit3a611344dbc96d8a031be519e99715e389d09f05 (patch)
tree40f33b10df525afec8f2d95ed6739d0539730117 /ChangeLog
parent620668fcbe9b41609f37021fbd8f43beee7ab7eb (diff)
parentb72c7d76cbb91b353c3373f377bbc4ffc46898bd (diff)
downloadayatana-indicator-datetime-3a611344dbc96d8a031be519e99715e389d09f05.tar.gz
ayatana-indicator-datetime-3a611344dbc96d8a031be519e99715e389d09f05.tar.bz2
ayatana-indicator-datetime-3a611344dbc96d8a031be519e99715e389d09f05.zip
Import upstream version 0.1.94
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog149
1 files changed, 149 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f5af8f..d60e604 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,154 @@
# Generated by Makefile. Do not edit.
+2011-02-17 Ted Gould <ted@gould.cx>
+
+ 0.1.94
+
+2011-02-17 Ted Gould <ted@gould.cx>
+
+ Adding in timezone support and more calendar support
+
+2011-02-17 karl-qdh <karl@qdh.org.uk>
+
+ Rewrote auth_func at tedg's request.
+
+2011-02-17 karl-qdh <karl@qdh.org.uk>
+
+ Testing eds signal (FAIL) seems when evolution changes an entry no signal is emitted to eds clients
+
+2011-02-17 karl-qdh <karl@qdh.org.uk>
+
+ Merged in mterrys time updates
+
+2011-02-16 Michael Terry <mike@mterry.name>
+
+ show current time in each timezone
+
+2011-02-16 karl-qdh <karl@qdh.org.uk>
+
+ The last free -> unref
+
+2011-02-16 karl-qdh <karl@qdh.org.uk>
+
+ Another probable cause of a segfault
+
+2011-02-16 karl-qdh <karl@qdh.org.uk>
+
+ Probable cause of segfault identified, trying to get dates from types without dates most likely cause
+
+2011-02-16 karl-qdh <karl@qdh.org.uk>
+
+ Added debugging to figure out a segfault on kenvandine's machine
+
+2011-02-16 karl-qdh <karl@qdh.org.uk>
+
+ Added authentication function, and another minor fix to the sources iteration
+
+2011-02-16 karl-qdh <karl@qdh.org.uk>
+
+ Minor changes to objects freeing and NULLing the gerror
+
+2011-02-16 karl-qdh <karl@qdh.org.uk>
+
+ Missing g_error_free
+
+2011-02-16 karl-qdh <karl@qdh.org.uk>
+
+ Minor change to continue if getting source fails (auth required is returned by ecal)
+
+2011-02-16 karl-qdh <karl@qdh.org.uk>
+
+ Syncup
+
+2011-02-16 karl-qdh <karl@qdh.org.uk>
+
+ Removed unnoticed conflict and fixed some issues
+
+2011-02-16 karl-qdh <karl@qdh.org.uk>
+
+ Merged back with trunk
+
+2011-02-16 karl-qdh <karl@qdh.org.uk>
+
+ Added myerrys branch
+
+2011-02-15 Michael Terry <mike@mterry.name>
+
+ whoops, don't connect destroyed signal as swapped
+
+2011-02-15 Michael Terry <mike@mterry.name>
+
+ make sure gmi-radio-active state is always in sync with the dbusmenu-radio-active state
+
+2011-02-15 Michael Terry <mike@mterry.name>
+
+ ignore timezone switches if nothing to do
+
+2011-02-15 Michael Terry <mike@mterry.name>
+
+ record which gmi goes with with dbusmenuitem and use that to properly watch radio-active property changes
+
+2011-02-15 Michael Terry <mike@mterry.name>
+
+ in prop_cb, value is a GVariant, not a string, which explains why we sometimes get bogus strings in the menu
+
+2011-02-15 Michael Terry <mike@mterry.name>
+
+ re-enable setting the timezone when clicking
+
+2011-02-15 Michael Terry <mike@mterry.name>
+
+ start with current timezone selected
+
+2011-02-15 Michael Terry <mike@mterry.name>
+
+ add preference zones in order, after current timezone
+
+2011-02-15 Michael Terry <mike@mterry.name>
+
+ show current or geo location if we are going to use them
+
+2011-02-15 Michael Terry <mike@mterry.name>
+
+ fix typo that prevented old locations from being deleted
+
+2011-02-15 Michael Terry <mike@mterry.name>
+
+ use a GtkCheckMenuItem, not a GtkRadioButton, to render timezone items
+
+2011-02-15 Michael Terry <mike@mterry.name>
+
+ fix typo so timezone labels show up
+
+2011-02-16 karl-qdh <karl@qdh.org.uk>
+
+ Added ecal for all sources, untested as yet, need to merge in mterry's branch
+
+2011-02-15 karl-qdh <karl@qdh.org.uk>
+
+ Added a partially working timezone menu items code, there are some difficulties in menu labels which aren't showing, and radio menu items. Also, it's incomplete as the time calculation is waiting until the labels work.
+
+2011-02-17 Ted Gould <ted@gould.cx>
+
+ Adding in accessible description support
+
+2011-02-17 Ted Gould <ted@gould.cx>
+
+ Bump to indicator 0.3.19
+
+2011-02-17 Ted Gould <ted@gould.cx>
+
+ Encapsulating the updating of the description into a function
+
+2011-02-17 Luke Yelavich <luke.yelavich@canonical.com>
+
+ Get the indicator entry data into a separate variable, adn and free it after
+ we signal a change in the accessible description, to avoid a memory leak.
+
+2011-02-14 Luke Yelavich <luke.yelavich@canonical.com>
+
+ Add accessible description support.
+
2011-02-09 Ted Gould <ted@gould.cx>
0.1.93