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