2004-07-26 Marcus Mueller * v0.9.7 * UIxCalView.[hm]: new methods for defaults access, -dayStartHour, -dayEndHour and -shouldDisplayWeekend. * UIxCalDayOverview.[m|wox]: added content. CSS isn't 100% proper, yet. * UIxCalWeekView.m, UIxCalMonthView.m: set startDate/endDate properly. * UIxAppointmentEditor.m: fixed a subtle bug in -uriAsFormat that prevented date information from being set properly in newAction:. 2004-07-23 Marcus Mueller * v0.9.6 * GNUmakefile: added UIxCalDayView.[hm] and UIxCalDayOverview.[m|wox] * UIxCalDayView.[hm]: abstract superclass for all day related views. * UIxCalDayOverview.[m|wox]: new component rendering the day overview. * UIxCalInlineMonthOverview.[m|wox]: uses new "selectedDayExtraStyle" binding and implements accompanied logic for its usage. * product.plist: added 3 dayview methods, all currently pointing to UIxCalDayOverview. 2004-07-22 Marcus Mueller * v0.9.5 * UIxCalInlineMonthOverview.m: new "style" binding for setting the global style all elements will inherit from. Makes styling much easier. * UIxCalYearOverview.wox: uses all appropriate styles now. Slight fixes to alignment. * UIxCalInlineMonthOverview.wox: uses new "style" binding and fixes a bug * UIxCalYearOverview.m: fixed warnings. 2004-07-21 Marcus Mueller * v0.9.4 * UIxCalMonthOverview.h: new header, required by new UIxCalInlineMonthOverview component. * UIxCalInlineMonthOverview.[m|wox]: new component rendering a month overview suitable for inlining in other views. Several calendar "modes" require this. * UIxCalYearOverview.[m|wox]: new component rendering the year overview. * product.plist: yearoverview -> new method * GNUmakefile: added UIxCalInlineMonthOverview.[m|wox] and UIxCalYearOverview.[m|wox]. 2004-07-21 Marcus Mueller * v0.9.3 * *.wox: Use label associations where appropriate * UIxCalView.m: Use labels for localization * UIxCalMonthOverview.m: removed date specific labels, moved to SOGoUI/UIxComponent.m. * UIxCalDateLabel.m: subclasses from UIxComponent now. Corrected localization using labels now. * *.lproj/default.strings: new entries 2004-07-20 Marcus Mueller * v0.9.2 * GNUmakefile: added new .lproj resources. * {English,French}.lproj/default.plist: localizable strings for the Scheduler bundle. * UIxCalSelectTab.m, UIxCalWeekOverview.wox, UIxCalMonthOverview.[m|wox]: changes for using new localization features. 2004-07-19 Marcus Mueller * UIxAppointmentEditor.m: Use -backendTimeZone from UIxComponent. 2004-07-07 Marcus Mueller * UIxCalWeekOverview.wox: minor correction * UIxAppointmentEditor.m: fixed handling in -saveAction:. Also, added code to correctly convert dates into GMT upon storing. 2004-07-15 Helge Hess * GNUmakefile.preamble: added proper include pathes to allow "inline" compilation 2004-07-02 Helge Hess * UIxAppointmentView.m: fixup timezone of start/enddate 2004-06-30 Helge Hess * UIxCalWeekOverview.wox, UIxCalMonthOverview.wox: some minor tweaks * UIxAppointmentView.wox: made the attendee emails clickable * UIxCalView.m: removed -fetchGIDs, moved -fetchCoreInfos to client object * all files: removed ZideStore references * UIxCalView.h, UIxAppointmentView.h, UIxAppointmentEditor.m, UIxCalSelectTab.m: include UIxComponent from SOGoUI * removed backend stuff from some sources * product.plist: bind things on SOGoAppointmentXXX instead of SX... * GNUmakefile: changed from ZideStore to SOGo * created ChangeLog