From e01b8ec2c45d32777ef82fdf9a9fbe0b9a6784e9 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 19 Oct 2006 14:42:09 +0000 Subject: [PATCH] Monotone-Parent: e71996499d750c2c3683d2846afadff6c929eed1 Monotone-Revision: 810ef9ce3bcdfe790c21a1e325ff0bd44652ee23 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-19T14:42:09 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index f4f2cba44..9a7c0afee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,22 @@ 2006-10-19 Wolfgang Sourdeau + * UI/Scheduler/UIxTaskEditor.m ([UIxTaskEditor + -iCalStringTemplate]): start and due date are now optional. + + * UI/Scheduler/UIxTimeDateControl.m ([UIxTimeDateControl + -setDayStartHour:aStartHour]): added a new "isDisabled" ivar with + appropriate accessors to be settable through the templates. + + * UI/Scheduler/UIxDatePicker.m ([UIxDatePicker -init]): added a + new "isDisabled" ivar with appropriate accessors to be + settable through the templates. + + * UI/Scheduler/UIxComponentEditor.m ([UIxComponentEditor + -availableCalendars]): new method that list the calendars to which + the user has subscribed. + ([UIxComponentEditor -componentOwner]): returns the owner of the + editted object. + * OGoContentStore/OCSiCalFieldExtractor.m ([OCSiCalFieldExtractor -extractQuickFieldsFromTodo:_task]): set the start and enddate of quickentries to null whenever each or all of them are null, by