]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Scheduler/ChangeLog
f305ffe26ee41c11505fbc955fe810c9a29a539f
[scalable-opengroupware.org] / SOGo / UI / Scheduler / ChangeLog
1 2004-09-09  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * v0.9.79
4
5         * UIxAppointmentEditor.wox: removed debug output of clientObject,
6           UIxPageFrame.wox is doing this now.
7
8         * UIxCalDayListView.[wox|m]: fixed some wrong assumptions of uid
9           handling, corrected to use the (now bugfixed) calendarUIDs of
10           clientObject.
11
12 2004-09-07  Marcus Mueller  <znek@mulle-kybernetik.com>
13
14         * v0.9.78
15
16         * UIxCalDayOverview.m, UIxCalDayChartview.m: minor cleanups
17
18         * UIxCalDayOverview.wox, UIxCalDayChartview.wox: added style
19           information for appointments, used for colorization (doesn't work
20           due to style problems - needs to get investigated later on)
21
22         * UIxCalDayListview.[m|wox]: started implementation of list view,
23           not quite finished.
24
25 2004-09-06  Marcus Mueller  <znek@mulle-kybernetik.com>
26
27         * UIxAppointmentEditor.wox: fixed incorrect label (v0.9.77)
28
29 2004-09-01  Marcus Mueller  <znek@mulle-kybernetik.com>
30
31         * GNUmakefile.preamble: fixed for gsmake 1.9.2 build (v0.9.76)
32
33 2004-08-31  Marcus Mueller  <znek@mulle-kybernetik.com>
34
35         * UIxCalView.m: fixed stupid bug (v0.9.75)
36
37 2004-08-27  Marcus Mueller  <znek@mulle-kybernetik.com>
38
39         * v0.9.74
40
41         * English.lproj/default.plist: more labels
42         
43         * UIxAppointmentView.wox: replaced static strings with labels
44
45         * UIxAppointmentView.h, UIxCalView.h: exposed some methods
46
47         * product.plist: added "printview" method to SOGoAppointmentObject
48
49         * UIxAppointmentPrintview.[m|wox]: new printview for appointments
50
51 2004-08-27  Helge Hess  <helge.hess@skyrix.com>
52
53         * UIxAppointmentEditor.m: prepared to share code with contact editor
54           (v0.9.73)
55
56         * UIxCalView.m: minor code cleanups (v0.9.72)
57
58 2004-08-25  Marcus Mueller  <znek@mulle-kybernetik.com>
59
60         * GNUmakefile.preamble: removed NGScripting from dependencies - it's no
61           longer required (v0.9.71)
62
63         * UIxAppointmentProposal.m: changed -isSecondHalfGreen and
64           -isSlotRangeGreen due to a bugfix in NGExtensions (v0.9.70)
65
66         * v0.9.69
67
68         * UIxAppointmentProposal.m: completed edit functionality. Resources and
69           participants are now passed as query parameters.
70         
71         * UIxAppointmentEditor.m: Resources and Participants are now properly
72           constructed from existing query parameters.
73
74 2004-08-24  Marcus Mueller  <znek@mulle-kybernetik.com>
75
76         * v0.9.68
77
78         * UIxAppointmentEditor.m: added knowledge about "dur" parameter
79
80         * UIxAppointmentProposal.[m|wox]: added edit functionality, still
81           incomplete
82
83         * UIxCalView.[hm]: remove date related query parameter methods, moved
84           to UIxComponent
85
86         * GNUmakefile.preamble: changes for linking against SOPE 4.3 (v0.9.67)
87
88 2004-08-16  Marcus Mueller  <znek@mulle-kybernetik.com>
89
90         * AnaisUidSelector.[wox,m]: Added colorizing of login's uid. (v0.9.66)
91
92 2004-08-16  Helge Hess  <helge.hess@skyrix.com>
93
94         * UIxAppointmentProposal.m: small bugfix to range processing (v0.9.65)
95
96 2004-08-16  Marcus Mueller  <znek@mulle-kybernetik.com>
97
98         * UIxTimeDateControl.m: removed a debug log. (v0.9.64)
99
100         * v0.9.63
101
102         * UIxCalView.m: -isMyApt done properly.
103
104         * UIxCalWeekOverview.wox: use extra stylesheet info to colorize other's
105           appointments differently.
106
107         * UIxDatePicker.m: removed a debug log.
108
109 2004-08-16  Helge Hess  <helge.hess@skyrix.com>
110
111         * UIxAppointmentProposal.m: first working version of proposal (v0.9.62)
112
113         * UIxAppointmentProposal: proper vertical/horizontal row generation
114           (v0.9.61)
115
116 2004-08-16  Marcus Mueller  <znek@mulle-kybernetik.com>
117
118         * UIxAppointmentView.m: fixed redirect in deleteAction. (v0.9.60)
119
120         * v0.9.59
121
122         * UIxTimeDateControl.m: subclasses from UIxComponent now, hence
123           -viewTimeZone should work correctly now.
124
125         * UIxAppointmentProposal.wox, UIxAppointmentEditor.wox: fixed
126           cancel button urls.
127
128         * UIxAppointmentProposal.[wox,m]: fixed date/time fields. (v0.9.58)
129
130 2004-08-16  Helge Hess  <helge.hess@skyrix.com>
131
132         * UIxAppointmentProposal: added duration popup (v0.9.57)
133
134 2004-08-16  Marcus Mueller  <znek@mulle-kybernetik.com>
135
136         * v0.9.56
137
138         * UIxTimeDateControl.m: HACK: added correct timeZone.
139
140 2004-08-16  Helge Hess  <helge.hess@skyrix.com>
141
142         * v0.9.55
143
144         * UIxAppointmentProposal.m: load default start/enddates
145         
146         * UIxAppointmentEditor.m: add default start/enddates
147         
148 2004-08-16  Marcus Mueller  <znek@mulle-kybernetik.com>
149
150         * v0.9.54
151
152         * UIxTimeDateControl.*, UIxTimeSelector.*, UIxDatePicker.*:
153           fixed. DatePicker expects day, month, year bindings now, 
154           TimeSelector expects hour, minute, second.
155
156 2004-08-16  Helge Hess  <helge.hess@skyrix.com>
157
158         * v0.9.53
159
160         * UIxAppointmentProposal: added attendee selectors, added ivars, added
161           searchProposal action
162
163         * added green_corner.gif
164
165         * iCalPerson+UIx.m: fixed -cnForDisplay to properly check for quotes
166           prior removing them (v0.9.52)
167
168 2004-08-15  Helge Hess  <helge.hess@skyrix.com>
169
170         * UIxAppointmentEditor.m: fixed for new time fields (v0.9.51)
171
172         * fixed time field controls (v0.9.50)
173
174 2004-08-15  Marcus Mueller  <znek@mulle-kybernetik.com>
175
176         * v0.9.49
177
178         * UIxTimeDateControl.[wox,m]: new component.
179
180         * UIxAppointmentProposal.wox: added labels and stuff, work in progress.
181
182         * English.lproj/default.strings: new labels
183
184         * UIxTimeSelector.m, UIxDatePicker.m: correct date bindings.
185
186 2004-08-15  Helge Hess  <helge.hess@skyrix.com>
187
188         * v0.9.48
189
190         * UIxAppointmentEditor.m: minor cleanups
191
192         * UIxAppointmentView.m: added -delete action
193
194         * UIxAppointmentEditor.m: more decoupling from iCal. Added some error
195           handling UI code (errorText), date selector is broken (v0.9.47)
196
197         * v0.9.46
198         
199         * iCalPerson+UIx.m: changed -cnForDisplay method, znek needs to check
200           it for correctness
201
202         * UIxAppointmentEditor.m: rewrote not to work directly on the parsed
203           iCalendar appointment but rather track changes in the appointment
204           itself
205         
206         * UIxAppointmentEditor.m: removed now unused methods (due to attendee
207           selector) (v0.9.45)
208
209         * v0.9.44
210
211         * UIxAppointmentEditor.m: use new AnaisAttendeeSelector
212
213         * UIxAppointmentEditor.m: replaced formattedAptStartDate with a
214           titleDateFormatter (directly bound to the string element)
215
216 2004-08-15  Marcus Mueller  <znek@mulle-kybernetik.com>
217
218         * v0.9.43
219         
220         * UIxTimeSelector.[wox,m]: new component for selecting the time part
221           of a given date.
222
223         * UIxAppointmentEditor.[wox,m]: uses new UIxTimeSelector
224
225 2004-08-15  Helge Hess  <helge.hess@skyrix.com>
226
227         * v0.9.42
228
229         * UIxAppointmentEditor.m: minor cleanups
230
231         * UIxAppointmentProposal.wox: made mockup code dynamic
232
233 2004-08-15  Marcus Mueller  <znek@mulle-kybernetik.com>
234
235         * v0.9.41
236
237         * images/*: new images for UIxDatePicker and skycalendar.html.
238
239         * French.lproj/skycalendar.*, English.lproj/skycalendar.*: new js
240           based date picker taken from OGo.
241           NOTE: these files are currently NOT used/installed due to a bug
242           in SOPE. Instead, the non-localized versions are used. This will
243           go away as soon as the bug in SOPE is fixed.
244
245         * skycalendar.js, skycalendar.html: the non-localized versions as a
246           workaround to the problem described above.
247
248         * product.plist: added new images and the non-localized js date picker
249           as public resources.
250
251         * UIxDatePicker.[m,wox], UIxDatePickerScript.[m,wox]: new reusable
252           component for picking a date fancy style. ;-) Use UIxDatePickerScript
253           to load the necessary js code once in your component.
254
255 2004-08-15  Helge Hess  <helge.hess@skyrix.com>
256
257         * v0.9.40
258
259         * UIxAppointmentProposal.wox: fixes in mockup code
260
261         * UIxAppointmentEditor.m: some cleanups
262
263         * v0.9.39
264         
265         * UIxAppointmentProposal.wox: work on page layout
266
267         * UIxAppointmentView.wox, UIxCalWeekOverview.wox: minor cleanups
268
269 2004-08-15  Marcus Mueller  <znek@mulle-kybernetik.com>
270
271         * v0.9.38
272
273         * UIxComponent+Agenor.[hm]: -cnForUser and -emailForUser require the
274           AgenorUserManager from Logic.
275
276         * UIxAppointmentEditor.m: refactored -cnForUser and -emailForUser,
277           moved to extra category.
278
279         * UIxCalWeekView.wox: added custom style if apt belongs to user.
280
281         * UIxCalView.m: added some extra logic in redirect, provided extra
282           style sheet selector for appointments.
283
284         * GNUmakefile: added new files
285
286 2004-08-14  Marcus Mueller  <znek@mulle-kybernetik.com>
287
288         * v0.9.37
289
290         * English.lproj/default.strings: new labels
291
292         * UIxAppointmentEditor.m: after save, return to ".." instead of "view"
293
294         * UIxAppointmentEditor.wox: added "Cancel" button.
295
296         * UIxCalView.m: refined behaviour of redirects according to Helge's
297           request.
298
299 2004-08-14  Marcus Mueller  <znek@mulle-kybernetik.com>
300
301         * UIxAppointmentEditor.m: Changed "X-OGo-RESOURCE" into
302           "NON-PARTICIPANT" (v0.9.36)
303
304 2004-08-14  Marcus Mueller  <znek@mulle-kybernetik.com>
305
306         * UIxAppointmentView.[h,m,wox], UIxAppointmentEditor.[h,m,wox]:
307           general enhancements, use new API. (v0.9.35)
308
309 2004-08-13  Marcus Mueller  <znek@mulle-kybernetik.com>
310
311         * v0.9.34
312
313         * UIxCalView.[hm]: use new formatters.
314
315         * UIxCalDayOverview.m: fixed build warnings.
316
317         * UIxAppointmentEditor.m: added warnings.
318
319 2004-08-13  Marcus Mueller  <znek@mulle-kybernetik.com>
320
321         * v0.9.33
322
323         * UIxCalView.m: adjusted shortTextForApt to meet the requirements
324           specifictions.
325
326         * UIxCalDayView.m: removed shortTextForApt (moved to superclass).
327
328         * UIxCal*view.wox: escapeHTML="NO" for shortTextForApt.
329
330 2004-08-13  Marcus Mueller  <znek@mulle-kybernetik.com>
331
332         * v0.9.32
333
334         * UIxCalView.m: shouldHideWeekend according to new default,
335           SOGoShouldDisplayWeekend.
336
337         * UIxCalWeekOverview.wox, UIxCalWeekColumnsview.wox: use new dynamic
338           value for "hideWeekend" association.
339
340         * NOTES: new "Defaults" section.
341
342 2004-08-13  Helge Hess  <helge.hess@skyrix.com>
343
344         * UIxCalWeekColumnsview.wox: hide weekend (requires libWEExtensions 
345           v4.2.52) (v0.9.31)
346
347 2004-08-13  Marcus Mueller  <znek@mulle-kybernetik.com>
348
349         * UIxAppointmentEditor.[wox|m]: important fix for testing (v0.9.30)
350
351 2004-08-13  Helge Hess  <helge.hess@skyrix.com>
352
353         * UIxCalWeekColumnsview.wox: hide weekend (requires libWEExtensions 
354           v4.2.52) (v0.9.30)
355
356         * UIxCalWeekOverview.wox: hide weekend (requires libWEExtensions 
357           v4.2.51) (v0.9.29)
358
359 2004-08-13  Marcus Mueller  <znek@mulle-kybernetik.com>
360
361         * v0.9.28
362
363         * iCalPerson+UIx.[hm]: more convenience
364
365         * UIxAppointmentView.[hm]: display CN's as Names
366
367         * UIxAppointmentEditor.[wox|m]: more functionality, but still
368           unfinished. You can use it to test appointments, though.
369
370 2004-08-13  Helge Hess  <helge.hess@skyrix.com>
371
372         * UIxAppointmentEditor.wox: fixed base URL of form not to include
373           "save" (v0.9.27)
374
375         * UIxAppointmentEditor.m: catch a common programming mistake (invoking
376           a method on a method) (v0.9.26)
377
378 2004-08-12  Marcus Mueller  <znek@mulle-kybernetik.com>
379
380         * UIxAppointmentEditor.[m|wox]: participants are added correctly
381           now, resources are still lacking from save. (v0.9.25)
382
383 2004-08-12  Marcus Mueller  <znek@mulle-kybernetik.com>
384
385         * v0.9.24
386
387         * Added AnaisUidSelector to all views. Removed worse named -owner
388           method from all affected views and instead added
389           -formattedCalendarUIDs to UIxCalView. This is now used by all
390           print views in their header.
391
392         * UIxCalWeekOverview.m: adjusted endDate properly, if -displayWeekends
393           returns NO (the default).
394
395 2004-08-12  Marcus Mueller  <znek@mulle-kybernetik.com>
396
397         * UIxCalView.m: fixed problems with redirect (v0.9.23)
398
399 2004-08-12  Helge Hess  <helge.hess@skyrix.com>
400
401         * v0.9.22
402
403         * UIxAppointmentView.m: properly catch invalid appointment references
404           and return a 404 (because SOGoAppointmentObject's are created even
405           for invalid IDs for performance reasons)
406
407         * UIxCalView.m: generate appointment URLs using clientObject (the
408           appointment folder)
409
410         * more cleanups
411
412         * added (still empty) proposal component (v0.9.21)
413
414         * some code reorganizations, fixed some compile warnings (v0.9.20)
415
416 2004-08-11  Marcus Mueller  <znek@mulle-kybernetik.com>
417
418         * v0.9.19
419
420         * UIxCalView.m: implements -redirectForUIDsAction to construct a
421           redirect to a special appointment folder.
422
423         * product.plist: "show" method is mapped to UIxCalView's
424           -redirectForUIDsAction.
425
426 2004-08-11  Marcus Mueller  <znek@mulle-kybernetik.com>
427
428         * v0.9.18
429
430         * UIxCalWeekOverview.wox: added AnaisUidSelector
431
432         * English.lproj/default.strings: more labels
433
434 2004-08-11  Marcus Mueller  <znek@mulle-kybernetik.com>
435
436         * v0.9.17
437
438         * product.plist: removed "yearprintview" method - this doesn't exist.
439
440         * English.lproj/default.strings: more labels (these need to be added
441           to the French version!)
442
443         * UIxAppointmentEditor.[m|wox]: nice Anais integration showing up. ;-)
444
445 2004-08-10  Marcus Mueller  <znek@mulle-kybernetik.com>
446
447         * v0.9.16
448
449         * UIxAppointmentEditor.wox: pretty printing, use labels where appropriate.
450
451         * UIxAppointmentEditor.m: uses SOGoDateFormatter now.
452
453         * English.lproj/default.strings: added new labels.
454
455 2004-08-09  Marcus Mueller  <znek@mulle-kybernetik.com>
456
457         * v0.9.15
458
459         * UIxCalWeek*view.wox: added missing queryParameters to mode hrefs.
460
461 2004-08-05  Marcus Mueller  <znek@mulle-kybernetik.com>
462
463         * v0.9.14
464
465         * UIxCalDayOverview.[hm]: refactored currentDate -> moved to
466           UIxCalDayView.[hm].
467
468         * UIxCalDayView.[hm]: added currentDate and accompanied functionality.
469
470         * UIxCalView.[hm]: added -tooltipForApt.
471
472         * UIxCalDayChartview.[wox|m]: implemented.
473
474         * UIxCalInlineMonthOverview.wox: cosmetic changes.
475
476         * UIxCalDayOverview.wox, UIxCalWeekOverview.wox, UIxCalMonthOverview.wox:
477           uses "tooltipForApt" for view hyperlinks.
478
479 2004-08-02  Marcus Mueller  <znek@mulle-kybernetik.com>
480
481         * v0.9.13
482         
483         * UIxCalDayPrintview.[m|wox], UIxCalWeekPrintview.[m|wox],
484           UIxCalMonthPrintview.[m|wox]: finished print views.
485         
486         * UIxCalWeekOverview.wox: added numberformat for days.
487
488 2004-08-02  Marcus Mueller  <znek@mulle-kybernetik.com>
489
490         * v0.9.12
491         
492         * UIxCalMonthView.[hm]: fixed a nasty bug. Needed to add -startOfMonth to
493           overcome the problem associated with -startDate in the context of
494           month overview. -startDate is necessary for fetching the core infos and
495           almost always is member of the previous month. Also, -endDate isn't
496           necessarily in the same month we're talking about. I reworked this and
497           added some private category to NSCalendarDate which should be moved into
498           SxCore later on.
499         
500         * UIxCalMonthOverview.m: Use -startOfMonth instead of -startDate for all
501           calculations.
502
503         * UIxCalMonthOverview.wox: applied some pretty printing and added some
504           debugging info (commented out).
505
506 2004-07-30  Marcus Mueller  <znek@mulle-kybernetik.com>
507
508         * v0.9.11
509
510         * UIxCalDayOverview.h, UIxCalWeekOverview.h: new headers for subclassers.
511
512         * UIxCalDayPrintview.[wox|m], UIxCalWeekPrintview.[wox|m],
513           UIxCalMonthPrintview.[wox|m]: new views for printing.
514
515         * product.plist: mapped "*printview"'s to appropriate new classes
516
517 2004-07-29  Marcus Mueller  <znek@mulle-kybernetik.com>
518
519         * v0.9.10
520
521         * UIxCalDayView.m, UIxCalWeekView.m, UIxCalMonthView.m: reversed
522           previous changes to -startDate/-endDate as these were wrong.
523           Views have to deal on their own if appointments break the
524           "usual" time range. Nevertheless we should never drop any
525           appointments!
526
527         * UIxCalDayOverview.[wox|m]: refactored dateRanges (moved to
528           UIxCalDayView) and completed display of all appropriate attributes
529           (all day appointments, holiday info).
530
531         * UIxCalDayView.[hm]: fixed dateRanges.
532
533         * UIxCalView.[hm]: implemented -allDayApts and refactored some code.
534
535 2004-07-28  Marcus Mueller  <znek@mulle-kybernetik.com>
536
537         * v0.9.9
538
539         * UIxCalWeekColumnsview.[m|wox]: implemented.
540
541         * UIxCalWeekCharview.*, UIxCalWeekListview.*, UIxCalDayChartView.*,
542           UIxCalDayListview.*: enhanced templates.
543
544         * UIxCalDayView.[hm]: removed -thisMonth and -nextMonth.
545
546         * UIxCalView.[hm]: added -thisMonth and -nextMonth
547
548 2004-07-28  Marcus Mueller  <znek@mulle-kybernetik.com>
549
550         * v0.9.8
551         
552         * Renamed all images/icon_apt_* images into images/icon_view_*. for the
553           sake of simplicity and consistency.
554
555         * UIxCalInlineMonthOverview.m: fixed problems with a special set of edge
556           cases where inappropriate style sheets would have been selected.
557
558         * UIxCalDayChartview.*, UIxCalDayListview.*: new templates for respective
559           view modes.  Used UIxCalDayOverview as the template for these.
560         
561         * UIxCalWeekChartview.*, UIxCalWeekListview.*, UIxCalWeekColumnsview.*:
562           new templates for respective view modes. Used UIxCalWeekOverview as
563           the template for these.
564
565         * GNUmakefile: added new templates and classes, changed image names.
566
567         * product.plist: mapped methods to the correct classes.
568
569 2004-07-26  Marcus Mueller  <znek@mulle-kybernetik.com>
570
571         * v0.9.7
572
573         * UIxCalView.[hm]: new methods for defaults access, -dayStartHour,
574           -dayEndHour and -shouldDisplayWeekend.
575
576         * UIxCalDayOverview.[m|wox]: added content. CSS isn't 100% proper, yet.
577
578         * UIxCalWeekView.m, UIxCalMonthView.m: set startDate/endDate properly.
579
580         * UIxAppointmentEditor.m: fixed a subtle bug in -uriAsFormat that
581           prevented date information from being set properly in newAction:.
582
583 2004-07-23  Marcus Mueller  <znek@mulle-kybernetik.com>
584
585         * v0.9.6
586
587         * GNUmakefile: added UIxCalDayView.[hm] and UIxCalDayOverview.[m|wox]
588
589         * UIxCalDayView.[hm]: abstract superclass for all day related views.
590
591         * UIxCalDayOverview.[m|wox]: new component rendering the day overview.
592
593         * UIxCalInlineMonthOverview.[m|wox]: uses new "selectedDayExtraStyle"
594           binding and implements accompanied logic for its usage.
595
596         * product.plist: added 3 dayview methods, all currently pointing to
597           UIxCalDayOverview.
598
599 2004-07-22  Marcus Mueller  <znek@mulle-kybernetik.com>
600
601         * v0.9.5
602
603         * UIxCalInlineMonthOverview.m: new "style" binding for setting the global
604           style all elements will inherit from. Makes styling much easier.
605
606         * UIxCalYearOverview.wox: uses all appropriate styles now. Slight fixes
607           to alignment.
608
609         * UIxCalInlineMonthOverview.wox: uses new "style" binding and fixes a bug
610
611         * UIxCalYearOverview.m: fixed warnings.
612
613 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
614
615         * v0.9.4
616
617         * UIxCalMonthOverview.h: new header, required by new
618           UIxCalInlineMonthOverview component.
619
620         * UIxCalInlineMonthOverview.[m|wox]: new component rendering a month
621           overview suitable for inlining in other views. Several calendar
622           "modes" require this.
623
624         * UIxCalYearOverview.[m|wox]: new component rendering the year
625           overview.
626
627         * product.plist: yearoverview -> new method
628
629         * GNUmakefile: added UIxCalInlineMonthOverview.[m|wox] and
630           UIxCalYearOverview.[m|wox].
631
632 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
633
634         * v0.9.3
635
636         * *.wox: Use label associations where appropriate
637
638         * UIxCalView.m: Use labels for localization
639
640         * UIxCalMonthOverview.m: removed date specific labels, moved
641           to SOGoUI/UIxComponent.m.
642
643         * UIxCalDateLabel.m: subclasses from UIxComponent now. Corrected
644           localization using labels now.
645
646         * *.lproj/default.strings: new entries
647
648 2004-07-20  Marcus Mueller  <znek@mulle-kybernetik.com>
649
650         * v0.9.2
651
652         * GNUmakefile: added new .lproj resources.
653
654         * {English,French}.lproj/default.plist: localizable strings for the
655           Scheduler bundle.
656
657         * UIxCalSelectTab.m, UIxCalWeekOverview.wox,
658           UIxCalMonthOverview.[m|wox]:  changes for using new localization
659           features.
660
661 2004-07-19  Marcus Mueller  <znek@mulle-kybernetik.com>
662
663         * UIxAppointmentEditor.m: Use -backendTimeZone from UIxComponent.
664
665 2004-07-07  Marcus Mueller  <znek@mulle-kybernetik.com>
666
667         * UIxCalWeekOverview.wox: minor correction
668
669         * UIxAppointmentEditor.m: fixed handling in -saveAction:. Also,
670           added code to correctly convert dates into GMT upon storing.
671
672 2004-07-15  Helge Hess  <helge.hess@opengroupware.org>
673
674         * GNUmakefile.preamble: added proper include pathes to allow "inline"
675           compilation
676
677 2004-07-02  Helge Hess  <helge.hess@opengroupware.org>
678
679         * UIxAppointmentView.m: fixup timezone of start/enddate
680
681 2004-06-30  Helge Hess  <helge.hess@opengroupware.org>
682
683         * UIxCalWeekOverview.wox, UIxCalMonthOverview.wox: some minor tweaks
684
685         * UIxAppointmentView.wox: made the attendee emails clickable
686
687         * UIxCalView.m: removed -fetchGIDs, moved -fetchCoreInfos to client
688           object
689
690         * all files: removed ZideStore references
691
692         * UIxCalView.h, UIxAppointmentView.h, UIxAppointmentEditor.m,
693           UIxCalSelectTab.m: include UIxComponent from SOGoUI
694
695         * removed backend stuff from some sources
696
697         * product.plist: bind things on SOGoAppointmentXXX instead of SX...
698
699         * GNUmakefile: changed from ZideStore to SOGo
700
701         * created ChangeLog