Monotone-Parent: e71996499d750c2c3683d2846afadff6c929eed1

Monotone-Revision: 810ef9ce3bcdfe790c21a1e325ff0bd44652ee23

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-19T14:42:09
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-19 14:42:09 +00:00
parent 36025f8617
commit e01b8ec2c4

View File

@@ -1,5 +1,22 @@
2006-10-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* 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