aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog289
1 files changed, 289 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f985eff..d0304e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,294 @@
# Generated by Makefile. Do not edit.
+2011-03-31 Ted Gould <ted@gould.cx>
+
+ 0.2.1
+
+2011-03-31 Ted Gould <ted@gould.cx>
+
+ Switching to using SystemIdleHintChanged
+
+2011-03-31 karl-qdh <karl@qdh.org.uk>
+
+ Switched to using SystemIdleHintChanged from ActiveState, appears ConsoleKit might have changed recently.
+
+2011-03-31 karl-qdh <karl@qdh.org.uk>
+
+ Merged back with head
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Fix up icons and give them tool tips
+
+2011-03-30 Michael Terry <mike@mterry.name>
+
+ add error icon to main timezone entry
+
+2011-03-30 Michael Terry <mike@mterry.name>
+
+ add tooltip to error icon
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Fix marking and clean up event handling in the indicator and service
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Removing a warning that will occur on the default GTK properties
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Be a bit smarter about handling the the locale
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Syncing with Karl's branch
+
+2011-03-30 karl-qdh <karl@qdh.org.uk>
+
+ Might not like that signal notation
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Setting the default _WITH_DAY to be 12_WITH_DAY
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Changing code to recycle the appointment menu items for a cleaner switching of days
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Disable the appointments on date or month change to make it show that they're being updated and aren't currently valid
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Ensure that the marks get cleared on day changes that go across monthly boundries as well
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Protecting against the widgets being NULL at startup
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Check for the signal name in the handler
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Moving the registration of the type handlers into the init so that they'll not execute more than once.
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Update the appointments in the idle loop so we can get those signals returned promptly!
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Clear marks on month changes
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Protecting against NULL values
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Cleaning up debug output
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Making the right size group more real to remove an annoying error
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Making sure to get the inital values of the calendar properties
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Some debugging info
+
+2011-03-30 Ted Gould <ted@gould.cx>
+
+ Switching to one variable with all the marks in it
+
+2011-03-30 karl-qdh <karl@qdh.org.uk>
+
+ Potential fix for suspend issue suggested by njpatel
+
+2011-03-30 karl-qdh <karl@qdh.org.uk>
+
+ Move start timer into an idle so we have a chance to actually create the menu items
+
+2011-03-30 karl-qdh <karl@qdh.org.uk>
+
+ Made marking work when you change month, still needs more work to get it to do it on startup properly.
+
+2011-03-29 karl-qdh <karl@qdh.org.uk>
+
+ Adding tedg's suggested change to the property sending, no change in signals being received by the other side.
+
+2011-03-25 karl-qdh <karl@qdh.org.uk>
+
+ Try splitting the function see if that works
+
+2011-03-25 karl-qdh <karl@qdh.org.uk>
+
+ Merged
+
+2011-03-23 karl-qdh <karl@qdh.org.uk>
+
+ merged back with sniffles branch and added some changes to the resetdate, which also effects the marked days.
+
+2011-03-23 karl-qdh <karl@qdh.org.uk>
+
+ changes for bug #649800 - requires dbusmenu to be released
+
+2011-03-29 Ted Gould <ted@gould.cx>
+
+ Adding a preferences for prefered timezone
+
+2011-03-29 Michael Terry <mike@mterry.name>
+
+ remember user's preferred location name for main timezone
+
+2011-03-29 Ted Gould <ted@gould.cx>
+
+ Adding a error icon
+
+2011-03-29 Michael Terry <mike@mterry.name>
+
+ show error icon if user focuses out of location entry when it has an non-location value
+
+2011-03-29 Ted Gould <ted@gould.cx>
+
+ Protect against not having an entry
+
+2011-03-29 Michael Terry <mike@mterry.name>
+
+ don't call complete() unless we have an entry
+
+2011-03-29 Ted Gould <ted@gould.cx>
+
+ Handle enter on the default case by selecting the first entry instead of entering a blank item.
+
+2011-03-28 Michael Terry <mike@mterry.name>
+
+ Don't allow enter presses to leave non-timezone content in the model
+
+2011-03-29 Ted Gould <ted@gould.cx>
+
+ A11y text
+
+2011-03-28 Michael Terry <mike@mterry.name>
+
+ add missing a11y descriptions
+
+2011-03-29 Ted Gould <ted@gould.cx>
+
+ Make the locations dialog non-modal but resurface when needed.
+
+2011-03-29 Michael Terry <mike@mterry.name>
+
+ treat locations dialog not as a modal dialog, but rather one that can be dismissed by interacting with the main dialog
+
+2011-03-29 Ted Gould <ted@gould.cx>
+
+ Fix crash with GVariantBuilder, unref a timedate and ensure that we always have a separator
+
+2011-03-24 Michael Terry <mike@mterry.name>
+
+ fix memory leak that also prevented us noticing when the timezone got updated
+
+2011-03-24 Michael Terry <mike@mterry.name>
+
+ show location separator even if no locations (since we always have the current location
+
+2011-03-24 Michael Terry <mike@mterry.name>
+
+ fix crash when emptying location list
+
+2011-03-29 Ted Gould <ted@gould.cx>
+
+ Put in timeouts to save settings on idle
+
+2011-03-24 Michael Terry <mike@mterry.name>
+
+ update locations gsettings as soon as changes as made, not just when the dialog is closed
+
+2011-03-29 Ted Gould <ted@gould.cx>
+
+ Update to map to make it lovely and UTC fixes
+
+2011-03-29 Michael Terry <mike@mterry.name>
+
+ use background color for insensitive map
+
+2011-03-24 Michael Terry <mike@mterry.name>
+
+ make map look insensitive if it is
+
+2011-03-24 Michael Terry <mike@mterry.name>
+
+ drop debugging line and update times when user selects a zone
+
+2011-03-23 Michael Terry <mike@mterry.name>
+
+ add utc to relevant results
+
+2011-03-23 Michael Terry <mike@mterry.name>
+
+ add bevel above location buttons
+
+2011-03-29 Ted Gould <ted@gould.cx>
+
+ Protect our privates when being cancelled
+
+2011-03-24 Michael Terry <mike@mterry.name>
+
+ don't access priv pointer if we've cancelled an async operation
+
+2011-03-29 Ted Gould <ted@gould.cx>
+
+ Fix case statement brackets
+
+2011-03-28 karl-qdh <karl@qdh.org.uk>
+
+ Make switch statement more consistent might fix bug #743394 seems to be a weirdness in C related to;
+ http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37231
+
+2011-03-29 Ted Gould <ted@gould.cx>
+
+ Ensure calendar is always shown
+
+2011-03-28 karl-qdh <karl@qdh.org.uk>
+
+ Show calendar widget always
+
+2011-03-29 Ted Gould <ted@gould.cx>
+
+ Adjusting the timer so it appears more consistent
+
+2011-03-24 karl-qdh <karl@qdh.org.uk>
+
+ Change timer to 999ms
+
+2011-03-24 karl-qdh <karl@qdh.org.uk>
+
+ Merged mterry's changes
+
+2011-03-28 Ted Gould <ted@gould.cx>
+
+ Clean up tree model usage and sort the items in the popup list
+
+2011-03-23 Michael Terry <mike@mterry.name>
+
+ cleanup another instance of GValue
+
+2011-03-23 Michael Terry <mike@mterry.name>
+
+ sort locations by name, starting with prefixes
+
+2011-03-23 Michael Terry <mike@mterry.name>
+
+ cleanup locations dialog column usage
+
2011-03-23 Ted Gould <ted@gould.cx>
0.2.0