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