]> err.no Git - scalable-opengroupware.org/blob - ZideStore/UI-X/ChangeLog
25e51ee27ca1c0e028d2d6b0c3441717cf699a15
[scalable-opengroupware.org] / ZideStore / UI-X / ChangeLog
1 2004-06-14  Helge Hess  <helge.hess@opengroupware.org>
2
3         * added aggregate project for UI-X
4
5 2004-06-14  Marcus Mueller  <znek@mulle-kybernetik.com>
6
7         * Common/UIxTabView.[hm]: more stylesheet support via headerStyle
8           and bodyStyle bindings.
9         
10         * Common/zidestoreui.css: styles for tabs, resembling OGo look.
11
12         * Scheduler/OGoCalSelectTab.m: implemented dateLabel (for testing).
13
14         * Scheduler/OGoCalSelectTab.wox: corrected selection binding namespace.
15
16 2004-06-08  Helge Hess  <helge.hess@opengroupware.org>
17
18         * Scheduler/NOTES: added class hierarchy
19
20         * */common.h, GNUmakefile.preamble.: fixed for OSX compile
21
22 2004-06-08  Marcus Mueller  <znek@mulle-kybernetik.com>
23
24         * Common/images: added a bunch of images from OGo
25
26 2004-06-07  Marcus Mueller  <znek@mulle-kybernetik.com>
27
28         * Custom/GNUmakefile: changed ZIDESTORE to include installed version
29           (ZideStore12). Removed post install hooks.
30
31         * Custom/GNUmakefile.postamble: new file, post install hooks and
32           xmllint for .wox.
33
34 2004-06-07  Marcus Mueller  <znek@mulle-kybernetik.com>
35
36         * Scheduler/GNUmakefile: changed ZIDESTORE to include installed version
37           (ZideStore12). Removed post install hooks.
38
39         * Scheduler/GNUmakefile.postamble: post install hooks updated for
40           GNUSTEP_BUILD_DIR.
41
42 2004-06-03  Helge Hess  <helge.hess@opengroupware.org>
43
44         * Scheduler/OGoCalWeekOverview.m: moved navigation URL generation to
45           superclass (now generic because we use the 'ownMethodName'). Could
46           even be moved to OGoCalView?
47         
48         * Scheduler/OGoCalMonthView.m: added next/prev month URL generation
49           methods, calculate startdate from form value
50
51         * Scheduler/OGoCalView.m: added -ownMethodName method to return the
52           last path component of the request URL (the SOPE method), eg
53           'weekoverview' for OGoCalWeekView, added 
54           -dateNavigationURLWithNewStartDate: method to calculate 'startDate'
55           URLs (should be improved to include existing query parameters!)
56
57         * Scheduler/OGoCalWeekOverview.m: minor tweaks ;-)
58
59 2004-06-03  Marcus Mueller  <znek@mulle-kybernetik.com>
60
61         * Scheduler/OGoCalWeekView.m: construct startDate from formValue,
62           otherwise use current week's monday as startDate.
63
64         * Scheduler/OGoCalWeekOverview.wox: switch back/forth
65
66         * Scheduler/OGoCalWeekOverview.m: provide URLs for switching back/forth
67           weekoverview.
68
69         * Scheduler/OGoCalView.[hm]: methods for converting dates into strings
70           and vice versa.
71
72         * Scheduler/OGoAppointmentView.m, Scheduler/OGoCalView.m: fixed include
73
74         * ChangeLog: created