]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Scheduler/ChangeLog
Beginning of 'dayoverview'. Still incomplete.
[scalable-opengroupware.org] / SOGo / UI / Scheduler / ChangeLog
1 2004-07-23  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * v0.9.6
4
5         * GNUmakefile: added UIxCalDayView.[hm] and UIxCalDayOverview.[m|wox]
6
7         * UIxCalDayView.[hm]: abstract superclass for all day related views.
8
9         * UIxCalDayOverview.[m|wox]: new component rendering the day overview.
10
11         * UIxCalInlineMonthOverview.[m|wox]: uses new "selectedDayExtraStyle"
12           binding and implements accompanied logic for its usage.
13
14         * product.plist: added 3 dayview methods, all currently pointing to
15           UIxCalDayOverview.
16
17 2004-07-22  Marcus Mueller  <znek@mulle-kybernetik.com>
18
19         * v0.9.5
20
21         * UIxCalInlineMonthOverview.m: new "style" binding for setting the global
22           style all elements will inherit from. Makes styling much easier.
23
24         * UIxCalYearOverview.wox: uses all appropriate styles now. Slight fixes
25           to alignment.
26
27         * UIxCalInlineMonthOverview.wox: uses new "style" binding and fixes a bug
28
29         * UIxCalYearOverview.m: fixed warnings.
30
31 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
32
33         * v0.9.4
34
35         * UIxCalMonthOverview.h: new header, required by new
36           UIxCalInlineMonthOverview component.
37
38         * UIxCalInlineMonthOverview.[m|wox]: new component rendering a month
39           overview suitable for inlining in other views. Several calendar
40           "modes" require this.
41
42         * UIxCalYearOverview.[m|wox]: new component rendering the year
43           overview.
44
45         * product.plist: yearoverview -> new method
46
47         * GNUmakefile: added UIxCalInlineMonthOverview.[m|wox] and
48           UIxCalYearOverview.[m|wox].
49
50 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
51
52         * v0.9.3
53
54         * *.wox: Use label associations where appropriate
55
56         * UIxCalView.m: Use labels for localization
57
58         * UIxCalMonthOverview.m: removed date specific labels, moved
59           to SOGoUI/UIxComponent.m.
60
61         * UIxCalDateLabel.m: subclasses from UIxComponent now. Corrected
62           localization using labels now.
63
64         * *.lproj/default.strings: new entries
65
66 2004-07-20  Marcus Mueller  <znek@mulle-kybernetik.com>
67
68         * v0.9.2
69
70         * GNUmakefile: added new .lproj resources.
71
72         * {English,French}.lproj/default.plist: localizable strings for the
73           Scheduler bundle.
74
75         * UIxCalSelectTab.m, UIxCalWeekOverview.wox,
76           UIxCalMonthOverview.[m|wox]:  changes for using new localization
77           features.
78
79 2004-07-19  Marcus Mueller  <znek@mulle-kybernetik.com>
80
81         * UIxAppointmentEditor.m: Use -backendTimeZone from UIxComponent.
82
83 2004-07-07  Marcus Mueller  <znek@mulle-kybernetik.com>
84
85         * UIxCalWeekOverview.wox: minor correction
86
87         * UIxAppointmentEditor.m: fixed handling in -saveAction:. Also,
88           added code to correctly convert dates into GMT upon storing.
89
90 2004-07-15  Helge Hess  <helge.hess@opengroupware.org>
91
92         * GNUmakefile.preamble: added proper include pathes to allow "inline"
93           compilation
94
95 2004-07-02  Helge Hess  <helge.hess@opengroupware.org>
96
97         * UIxAppointmentView.m: fixup timezone of start/enddate
98
99 2004-06-30  Helge Hess  <helge.hess@opengroupware.org>
100
101         * UIxCalWeekOverview.wox, UIxCalMonthOverview.wox: some minor tweaks
102
103         * UIxAppointmentView.wox: made the attendee emails clickable
104
105         * UIxCalView.m: removed -fetchGIDs, moved -fetchCoreInfos to client
106           object
107
108         * all files: removed ZideStore references
109
110         * UIxCalView.h, UIxAppointmentView.h, UIxAppointmentEditor.m,
111           UIxCalSelectTab.m: include UIxComponent from SOGoUI
112
113         * removed backend stuff from some sources
114
115         * product.plist: bind things on SOGoAppointmentXXX instead of SX...
116
117         * GNUmakefile: changed from ZideStore to SOGo
118
119         * created ChangeLog