aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog45
1 files changed, 45 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e397a7..c042f21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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