]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/ChangeLog
modified build process for SOGo
[scalable-opengroupware.org] / SOGo / UI / ChangeLog
1 2004-06-30  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * SOGoUI: moved over from Common to ease build dependencies.
4
5 2004-06-30  Marcus Mueller  <znek@mulle-kybernetik.com>
6
7         * Scheduler/UIxAppointmentEditor.m: improved -saveAction. Does
8           everything in a complete manner now - except for saving which isn't
9           done at all.
10
11 2004-06-30  Helge Hess  <helge.hess@opengroupware.org>
12
13         * Scheduler/UIxAppointmentEditor.m: made the hack more hackish to work
14           on MacOSX
15
16 2004-06-28  Marcus Mueller  <znek@mulle-kybernetik.com>
17
18         * Common/UIxComponent.[hm]: moved -ownMethodName here.
19
20         * Scheduler/UIxCalView.[hm]: removed -ownMethodName, moved to
21           UIxComponent (reuse).
22
23         * Scheduler/UIxAppointmentView.[hm]: first "draft" of view component.
24           The look of OGo is resembled closely, but most features are still
25           missing.
26
27 2004-06-28  Marcus Mueller  <znek@mulle-kybernetik.com>
28
29         * Scheduler/GNUmakefile.preamble: links against libSOGoLogic now.
30
31         * Scheduler/UIxAppointmentView.m, Scheduler/UIxAppointmentView.wox:
32           test of iCal object.
33
34 2004-06-23  Marcus Mueller  <znek@mulle-kybernetik.com>
35
36         * UIxCalMonthOverview.[m,wox]: completed month view. Turned out to
37           be much more difficult to improve with style sheets than expected.
38           Requires version 4.2.45 of WEExtensions.
39
40 2004-06-22  Marcus Mueller  <znek@mulle-kybernetik.com>
41
42         * Refactoring: Renamed everything from OGo to UIx in order to avoid
43           nameclashes (happens on OSX related to NGBundleManager)
44
45         * Refactoring 2: Moved methods from UIxWeekOverview to UIxCalView.
46
47         * Highlighting in UIxWeekOverview works now.
48
49 2004-06-22  Helge Hess  <helge.hess@skyrix.com>
50
51         * Common/GNUmakefile.preamble: fixed linking for OGo gstep-make
52
53 2004-06-21  Helge Hess  <helge.hess@opengroupware.org>
54
55         * Scheduler/OGoCalWeekOverview.m: fixed syntax errors
56
57 2004-06-18  Marcus Mueller  <znek@mulle-kybernetik.com>
58
59         * Implemented proper calendar in week overview. Highlighting isn't
60           enabled, yet.
61
62 2004-06-18  Marcus Mueller  <znek@mulle-kybernetik.com>
63
64         * Common/OGoComponent.[hm]: new component which serves as a base
65           component for calendar components now. Knows how to deal with
66           queryParameters and offers url construction method(s).
67
68         * All existing components have been rewritten to use queryParameters
69           instead of hardcoded strings where this is feasible. This provides
70           future extensibility and flexibility.
71
72         * Handling of dates has been fixed to center around the use of a
73           'day' parameter. startDate/endDate are coupled to this, but
74           don't override it as it's the duty of the individual view to set
75           its (feasible) ranges accordingly. The new behaviour is noticable
76           in the calendar selection tabview instantly, as it now replicates
77           what OGo does.
78
79 2004-06-16  Marcus Mueller  <znek@mulle-kybernetik.com>
80
81         * Common/OGoAppNavView.m: construct URL correctly.
82
83         * Common/OGoPageFrame.m: display login correctly.
84
85         * Common/calendar.css: cosmetic changes.
86
87         * Scheduler/OGoCalSelectTab.m: always display mondayOfWeek.
88
89         * Scheduler/OGoCalBackForthNavView.m: created.
90
91 2004-06-16  Marcus Mueller  <znek@mulle-kybernetik.com>
92
93         * Common/zidestoreui.css: new style for button_auto.
94
95         * Scheduler/OGoCalView.[hm]: API for completing hrefs with necessary
96           query parts.
97
98         * Scheduler/OGoCalWeekView.m: bugfix for startDate.
99
100         * Scheduler/product.plist: added still missing views -> point to
101           weekoverview for the time being.
102         
103 2004-06-15  Marcus Mueller  <znek@mulle-kybernetik.com>
104
105         * Common/UIxTabView.m: removed class from <a> tag, removed rendering
106           of headerFooter (what's that good for anyways?)
107
108         * Several resources which resolved to wrong products added statically
109           in templates.
110
111         * Cosmetic changes in templates.
112
113 2004-06-14  Helge Hess  <helge.hess@opengroupware.org>
114
115         * Scheduler/OGoCalMonthOverview.wox: added missing rsrc namespace
116
117 2004-06-14  Helge Hess  <helge.hess@skyrix.com>
118
119         * Common/common.h: fixed a gcc 3.4 warning
120
121 2004-06-14  Helge Hess  <helge.hess@opengroupware.org>
122
123         * added aggregate project for UI-X
124
125 2004-06-14  Marcus Mueller  <znek@mulle-kybernetik.com>
126
127         * Common/calendar.css: new date_label (unused)
128
129         * Scheduler/OGoCalSelectTab.m: finished all labels
130
131         * Scheduler/OGoCalDateLabel.m, Scheduler/OGoCalDateLabel.wox: new
132           component for rendering the correct date label based on startDate,
133           endDate and selection
134
135         * Scheduler/OGoCalMonthView.m: prev/next month corrected
136
137         * Scheduler/OGoCalMonthOverview.wox: uses date label and tabs now
138
139         * Scheduler/OGoCalWeekOverview.wox: completed layout
140
141         * Scheduler/GNUmakefile: new component added
142
143 2004-06-14  Marcus Mueller  <znek@mulle-kybernetik.com>
144
145         * Common/UIxTabView.[hm]: more stylesheet support via headerStyle
146           and bodyStyle bindings.
147         
148         * Common/zidestoreui.css: styles for tabs, resembling OGo look.
149
150         * Scheduler/OGoCalSelectTab.m: implemented dateLabel (for testing).
151
152         * Scheduler/OGoCalSelectTab.wox: corrected selection binding namespace.
153
154 2004-06-08  Helge Hess  <helge.hess@opengroupware.org>
155
156         * Scheduler/NOTES: added class hierarchy
157
158         * */common.h, GNUmakefile.preamble.: fixed for OSX compile
159
160 2004-06-08  Marcus Mueller  <znek@mulle-kybernetik.com>
161
162         * Common/images: added a bunch of images from OGo
163
164 2004-06-07  Marcus Mueller  <znek@mulle-kybernetik.com>
165
166         * Custom/GNUmakefile: changed ZIDESTORE to include installed version
167           (ZideStore12). Removed post install hooks.
168
169         * Custom/GNUmakefile.postamble: new file, post install hooks and
170           xmllint for .wox.
171
172 2004-06-07  Marcus Mueller  <znek@mulle-kybernetik.com>
173
174         * Scheduler/GNUmakefile: changed ZIDESTORE to include installed version
175           (ZideStore12). Removed post install hooks.
176
177         * Scheduler/GNUmakefile.postamble: post install hooks updated for
178           GNUSTEP_BUILD_DIR.
179
180 2004-06-03  Helge Hess  <helge.hess@opengroupware.org>
181
182         * Scheduler/OGoCalWeekOverview.m: moved navigation URL generation to
183           superclass (now generic because we use the 'ownMethodName'). Could
184           even be moved to OGoCalView?
185         
186         * Scheduler/OGoCalMonthView.m: added next/prev month URL generation
187           methods, calculate startdate from form value
188
189         * Scheduler/OGoCalView.m: added -ownMethodName method to return the
190           last path component of the request URL (the SOPE method), eg
191           'weekoverview' for OGoCalWeekView, added 
192           -dateNavigationURLWithNewStartDate: method to calculate 'startDate'
193           URLs (should be improved to include existing query parameters!)
194
195         * Scheduler/OGoCalWeekOverview.m: minor tweaks ;-)
196
197 2004-06-03  Marcus Mueller  <znek@mulle-kybernetik.com>
198
199         * Scheduler/OGoCalWeekView.m: construct startDate from formValue,
200           otherwise use current week's monday as startDate.
201
202         * Scheduler/OGoCalWeekOverview.wox: switch back/forth
203
204         * Scheduler/OGoCalWeekOverview.m: provide URLs for switching back/forth
205           weekoverview.
206
207         * Scheduler/OGoCalView.[hm]: methods for converting dates into strings
208           and vice versa.
209
210         * Scheduler/OGoAppointmentView.m, Scheduler/OGoCalView.m: fixed include
211
212         * ChangeLog: created