diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-04 17:51:52 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-04 17:51:52 +0200 |
commit | 57e21f7a78cad4aa01e56a5ee3e273c71b9fe4ec (patch) | |
tree | 4ca93f9332461420be5a9c3d0a18c1e92fc5a8b4 /ChangeLog | |
parent | 52099c2fe93e72a86e5f6a742582d1110aab5eff (diff) | |
parent | afa16b907401ab78c34bd8adf93a21a4f5072ec1 (diff) | |
download | ayatana-indicator-datetime-57e21f7a78cad4aa01e56a5ee3e273c71b9fe4ec.tar.gz ayatana-indicator-datetime-57e21f7a78cad4aa01e56a5ee3e273c71b9fe4ec.tar.bz2 ayatana-indicator-datetime-57e21f7a78cad4aa01e56a5ee3e273c71b9fe4ec.zip |
Import upstream version 12.10.2
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -1,5 +1,50 @@ # Generated by Makefile. Do not edit. +2012-10-04 Charles Kerr <charles.kerr@canonical.com> + + 12.10.2 + +2012-10-04 Charles Kerr <charles.kerr@canonical.com> + + get i-datetime's use of the EDS 3.5 API working. + +2012-10-04 Charles Kerr <charles.kerr@canonical.com> + + copyediting: tweak indentation + +2012-10-03 Charles Kerr <charles.kerr@canonical.com> + + a timing issue was causing the appointment menuitems to be grouped into the wrong section. Resolve this by creating them at the same time as the 'Add Event...' menuitem in the same group. + +2012-10-03 Charles Kerr <charles.kerr@canonical.com> + + fix r189 oops. This code would be cleaner if handled upstream in IDO... filed side ticket #1061364 for that side issue + +2012-10-03 Charles Kerr <charles.kerr@canonical.com> + + Our client code for EDS 3.5 is triggering a periodic loop of rebuilds: + + 1. We create an ESource and listen for its "changed" signal. + 2. EDS appears to be emitting a "changed" idly after the source is created. + 3. We handle the changed event by rebuilding our source list... goto 1. + + This commit breaks the loop by building the appointment source list once + on startup and keeping it as a private field. It adds upkeep code to + rebuild the list when the EDS registry tells us that sources have been + added or removed. + +2012-10-03 Charles Kerr <charles.kerr@canonical.com> + + When showing/hiding the menu, don't change the calendar date if it's already what we want. This way we avoid unnecessary appointment rebuilds in the service. + +2012-10-03 Charles Kerr <charles.kerr@canonical.com> + + don't use gconf to see if evolution accounts are installed -- we can have calendars even if gconf returns empty + +2012-10-03 Charles Kerr <charles.kerr@canonical.com> + + fix populate_appointment_instances() to use ECalComponents instead of ECalClients. + 2012-09-20 Charles Kerr <charles.kerr@canonical.com> 12.10.1 |