2005-03-03 Marcus Mueller * UIxCalWeekOverview.wox: some pretty printing 2005-02-17 Marcus Mueller * common.make: removed dependency to removed libSOGoLogic 2004-10-15 Marcus Mueller * common.make: updates for inline compilation, removed compatibility for gstep-make < 1.10 2004-09-07 Marcus Mueller * README: Update with information regarding localization 2004-08-26 Marcus Mueller * Added "Mailer" product. 2004-08-25 Marcus Mueller * Added "Contacts" product. 2004-08-10 Marcus Mueller * Added "Anais" product. 2004-07-07 Marcus Mueller * Replaced all occurrences of zidestoreui.css with uix.css 2004-06-30 Marcus Mueller * SOGoUI: moved over from Common to ease build dependencies. 2004-06-30 Marcus Mueller * Scheduler/UIxAppointmentEditor.m: improved -saveAction. Does everything in a complete manner now - except for saving which isn't done at all. 2004-06-30 Helge Hess * Scheduler/UIxAppointmentEditor.m: made the hack more hackish to work on MacOSX 2004-06-28 Marcus Mueller * Common/UIxComponent.[hm]: moved -ownMethodName here. * Scheduler/UIxCalView.[hm]: removed -ownMethodName, moved to UIxComponent (reuse). * Scheduler/UIxAppointmentView.[hm]: first "draft" of view component. The look of OGo is resembled closely, but most features are still missing. 2004-06-28 Marcus Mueller * Scheduler/GNUmakefile.preamble: links against libSOGoLogic now. * Scheduler/UIxAppointmentView.m, Scheduler/UIxAppointmentView.wox: test of iCal object. 2004-06-23 Marcus Mueller * UIxCalMonthOverview.[m,wox]: completed month view. Turned out to be much more difficult to improve with style sheets than expected. Requires version 4.2.45 of WEExtensions. 2004-06-22 Marcus Mueller * Refactoring: Renamed everything from OGo to UIx in order to avoid nameclashes (happens on OSX related to NGBundleManager) * Refactoring 2: Moved methods from UIxWeekOverview to UIxCalView. * Highlighting in UIxWeekOverview works now. 2004-06-22 Helge Hess * Common/GNUmakefile.preamble: fixed linking for OGo gstep-make 2004-06-21 Helge Hess * Scheduler/OGoCalWeekOverview.m: fixed syntax errors 2004-06-18 Marcus Mueller * Implemented proper calendar in week overview. Highlighting isn't enabled, yet. 2004-06-18 Marcus Mueller * Common/OGoComponent.[hm]: new component which serves as a base component for calendar components now. Knows how to deal with queryParameters and offers url construction method(s). * All existing components have been rewritten to use queryParameters instead of hardcoded strings where this is feasible. This provides future extensibility and flexibility. * Handling of dates has been fixed to center around the use of a 'day' parameter. startDate/endDate are coupled to this, but don't override it as it's the duty of the individual view to set its (feasible) ranges accordingly. The new behaviour is noticable in the calendar selection tabview instantly, as it now replicates what OGo does. 2004-06-16 Marcus Mueller * Common/OGoAppNavView.m: construct URL correctly. * Common/OGoPageFrame.m: display login correctly. * Common/calendar.css: cosmetic changes. * Scheduler/OGoCalSelectTab.m: always display mondayOfWeek. * Scheduler/OGoCalBackForthNavView.m: created. 2004-06-16 Marcus Mueller * Common/zidestoreui.css: new style for button_auto. * Scheduler/OGoCalView.[hm]: API for completing hrefs with necessary query parts. * Scheduler/OGoCalWeekView.m: bugfix for startDate. * Scheduler/product.plist: added still missing views -> point to weekoverview for the time being. 2004-06-15 Marcus Mueller * Common/UIxTabView.m: removed class from tag, removed rendering of headerFooter (what's that good for anyways?) * Several resources which resolved to wrong products added statically in templates. * Cosmetic changes in templates. 2004-06-14 Helge Hess * Scheduler/OGoCalMonthOverview.wox: added missing rsrc namespace 2004-06-14 Helge Hess * Common/common.h: fixed a gcc 3.4 warning 2004-06-14 Helge Hess * added aggregate project for UI-X 2004-06-14 Marcus Mueller * Common/calendar.css: new date_label (unused) * Scheduler/OGoCalSelectTab.m: finished all labels * Scheduler/OGoCalDateLabel.m, Scheduler/OGoCalDateLabel.wox: new component for rendering the correct date label based on startDate, endDate and selection * Scheduler/OGoCalMonthView.m: prev/next month corrected * Scheduler/OGoCalMonthOverview.wox: uses date label and tabs now * Scheduler/OGoCalWeekOverview.wox: completed layout * Scheduler/GNUmakefile: new component added 2004-06-14 Marcus Mueller * Common/UIxTabView.[hm]: more stylesheet support via headerStyle and bodyStyle bindings. * Common/zidestoreui.css: styles for tabs, resembling OGo look. * Scheduler/OGoCalSelectTab.m: implemented dateLabel (for testing). * Scheduler/OGoCalSelectTab.wox: corrected selection binding namespace. 2004-06-08 Helge Hess * Scheduler/NOTES: added class hierarchy * */common.h, GNUmakefile.preamble.: fixed for OSX compile 2004-06-08 Marcus Mueller * Common/images: added a bunch of images from OGo 2004-06-07 Marcus Mueller * Custom/GNUmakefile: changed ZIDESTORE to include installed version (ZideStore12). Removed post install hooks. * Custom/GNUmakefile.postamble: new file, post install hooks and xmllint for .wox. 2004-06-07 Marcus Mueller * Scheduler/GNUmakefile: changed ZIDESTORE to include installed version (ZideStore12). Removed post install hooks. * Scheduler/GNUmakefile.postamble: post install hooks updated for GNUSTEP_BUILD_DIR. 2004-06-03 Helge Hess * Scheduler/OGoCalWeekOverview.m: moved navigation URL generation to superclass (now generic because we use the 'ownMethodName'). Could even be moved to OGoCalView? * Scheduler/OGoCalMonthView.m: added next/prev month URL generation methods, calculate startdate from form value * Scheduler/OGoCalView.m: added -ownMethodName method to return the last path component of the request URL (the SOPE method), eg 'weekoverview' for OGoCalWeekView, added -dateNavigationURLWithNewStartDate: method to calculate 'startDate' URLs (should be improved to include existing query parameters!) * Scheduler/OGoCalWeekOverview.m: minor tweaks ;-) 2004-06-03 Marcus Mueller * Scheduler/OGoCalWeekView.m: construct startDate from formValue, otherwise use current week's monday as startDate. * Scheduler/OGoCalWeekOverview.wox: switch back/forth * Scheduler/OGoCalWeekOverview.m: provide URLs for switching back/forth weekoverview. * Scheduler/OGoCalView.[hm]: methods for converting dates into strings and vice versa. * Scheduler/OGoAppointmentView.m, Scheduler/OGoCalView.m: fixed include * ChangeLog: created