]> err.no Git - scalable-opengroupware.org/blob - ZideStore/UI-X/ChangeLog
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@58 d1b88da0-ebda-0310-925b-ed51d8...
[scalable-opengroupware.org] / ZideStore / UI-X / ChangeLog
1 2004-06-22  Helge Hess  <helge.hess@skyrix.com>
2
3         * Common/GNUmakefile.preamble: fixed linking for OGo gstep-make
4
5 2004-06-21  Helge Hess  <helge.hess@opengroupware.org>
6
7         * Scheduler/OGoCalWeekOverview.m: fixed syntax errors
8
9 2004-06-18  Marcus Mueller  <znek@mulle-kybernetik.com>
10
11         * Implemented proper calendar in week overview. Highlighting isn't
12           enabled, yet.
13
14 2004-06-18  Marcus Mueller  <znek@mulle-kybernetik.com>
15
16         * Common/OGoComponent.[hm]: new component which serves as a base
17           component for calendar components now. Knows how to deal with
18           queryParameters and offers url construction method(s).
19
20         * All existing components have been rewritten to use queryParameters
21           instead of hardcoded strings where this is feasible. This provides
22           future extensibility and flexibility.
23
24         * Handling of dates has been fixed to center around the use of a
25           'day' parameter. startDate/endDate are coupled to this, but
26           don't override it as it's the duty of the individual view to set
27           its (feasible) ranges accordingly. The new behaviour is noticable
28           in the calendar selection tabview instantly, as it now replicates
29           what OGo does.
30
31 2004-06-16  Marcus Mueller  <znek@mulle-kybernetik.com>
32
33         * Common/OGoAppNavView.m: construct URL correctly.
34
35         * Common/OGoPageFrame.m: display login correctly.
36
37         * Common/calendar.css: cosmetic changes.
38
39         * Scheduler/OGoCalSelectTab.m: always display mondayOfWeek.
40
41         * Scheduler/OGoCalBackForthNavView.m: created.
42
43 2004-06-16  Marcus Mueller  <znek@mulle-kybernetik.com>
44
45         * Common/zidestoreui.css: new style for button_auto.
46
47         * Scheduler/OGoCalView.[hm]: API for completing hrefs with necessary
48           query parts.
49
50         * Scheduler/OGoCalWeekView.m: bugfix for startDate.
51
52         * Scheduler/product.plist: added still missing views -> point to
53           weekoverview for the time being.
54         
55 2004-06-15  Marcus Mueller  <znek@mulle-kybernetik.com>
56
57         * Common/UIxTabView.m: removed class from <a> tag, removed rendering
58           of headerFooter (what's that good for anyways?)
59
60         * Several resources which resolved to wrong products added statically
61           in templates.
62
63         * Cosmetic changes in templates.
64
65 2004-06-14  Helge Hess  <helge.hess@opengroupware.org>
66
67         * Scheduler/OGoCalMonthOverview.wox: added missing rsrc namespace
68
69 2004-06-14  Helge Hess  <helge.hess@skyrix.com>
70
71         * Common/common.h: fixed a gcc 3.4 warning
72
73 2004-06-14  Helge Hess  <helge.hess@opengroupware.org>
74
75         * added aggregate project for UI-X
76
77 2004-06-14  Marcus Mueller  <znek@mulle-kybernetik.com>
78
79         * Common/calendar.css: new date_label (unused)
80
81         * Scheduler/OGoCalSelectTab.m: finished all labels
82
83         * Scheduler/OGoCalDateLabel.m, Scheduler/OGoCalDateLabel.wox: new
84           component for rendering the correct date label based on startDate,
85           endDate and selection
86
87         * Scheduler/OGoCalMonthView.m: prev/next month corrected
88
89         * Scheduler/OGoCalMonthOverview.wox: uses date label and tabs now
90
91         * Scheduler/OGoCalWeekOverview.wox: completed layout
92
93         * Scheduler/GNUmakefile: new component added
94
95 2004-06-14  Marcus Mueller  <znek@mulle-kybernetik.com>
96
97         * Common/UIxTabView.[hm]: more stylesheet support via headerStyle
98           and bodyStyle bindings.
99         
100         * Common/zidestoreui.css: styles for tabs, resembling OGo look.
101
102         * Scheduler/OGoCalSelectTab.m: implemented dateLabel (for testing).
103
104         * Scheduler/OGoCalSelectTab.wox: corrected selection binding namespace.
105
106 2004-06-08  Helge Hess  <helge.hess@opengroupware.org>
107
108         * Scheduler/NOTES: added class hierarchy
109
110         * */common.h, GNUmakefile.preamble.: fixed for OSX compile
111
112 2004-06-08  Marcus Mueller  <znek@mulle-kybernetik.com>
113
114         * Common/images: added a bunch of images from OGo
115
116 2004-06-07  Marcus Mueller  <znek@mulle-kybernetik.com>
117
118         * Custom/GNUmakefile: changed ZIDESTORE to include installed version
119           (ZideStore12). Removed post install hooks.
120
121         * Custom/GNUmakefile.postamble: new file, post install hooks and
122           xmllint for .wox.
123
124 2004-06-07  Marcus Mueller  <znek@mulle-kybernetik.com>
125
126         * Scheduler/GNUmakefile: changed ZIDESTORE to include installed version
127           (ZideStore12). Removed post install hooks.
128
129         * Scheduler/GNUmakefile.postamble: post install hooks updated for
130           GNUSTEP_BUILD_DIR.
131
132 2004-06-03  Helge Hess  <helge.hess@opengroupware.org>
133
134         * Scheduler/OGoCalWeekOverview.m: moved navigation URL generation to
135           superclass (now generic because we use the 'ownMethodName'). Could
136           even be moved to OGoCalView?
137         
138         * Scheduler/OGoCalMonthView.m: added next/prev month URL generation
139           methods, calculate startdate from form value
140
141         * Scheduler/OGoCalView.m: added -ownMethodName method to return the
142           last path component of the request URL (the SOPE method), eg
143           'weekoverview' for OGoCalWeekView, added 
144           -dateNavigationURLWithNewStartDate: method to calculate 'startDate'
145           URLs (should be improved to include existing query parameters!)
146
147         * Scheduler/OGoCalWeekOverview.m: minor tweaks ;-)
148
149 2004-06-03  Marcus Mueller  <znek@mulle-kybernetik.com>
150
151         * Scheduler/OGoCalWeekView.m: construct startDate from formValue,
152           otherwise use current week's monday as startDate.
153
154         * Scheduler/OGoCalWeekOverview.wox: switch back/forth
155
156         * Scheduler/OGoCalWeekOverview.m: provide URLs for switching back/forth
157           weekoverview.
158
159         * Scheduler/OGoCalView.[hm]: methods for converting dates into strings
160           and vice versa.
161
162         * Scheduler/OGoAppointmentView.m, Scheduler/OGoCalView.m: fixed include
163
164         * ChangeLog: created