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