]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Scheduler/ChangeLog
completed UIxCalWeekview and some refactoring
[scalable-opengroupware.org] / SOGo / UI / Scheduler / ChangeLog
1 2004-07-28  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * v0.9.9
4
5         * UIxCalWeekColumnsview.[m|wox]: implemented.
6
7         * UIxCalWeekCharview.*, UIxCalWeekListview.*, UIxCalDayChartView.*,
8           UIxCalDayListview.*: enhanced templates.
9
10         * UIxCalDayView.[hm]: removed -thisMonth and -nextMonth.
11
12         * UIxCalView.[hm]: added -thisMonth and -nextMonth
13
14 2004-07-28  Marcus Mueller  <znek@mulle-kybernetik.com>
15
16         * v0.9.8
17         
18         * Renamed all images/icon_apt_* images into images/icon_view_*. for the
19           sake of simplicity and consistency.
20
21         * UIxCalInlineMonthOverview.m: fixed problems with a special set of edge
22           cases where inappropriate style sheets would have been selected.
23
24         * UIxCalDayChartview.*, UIxCalDayListview.*: new templates for respective
25           view modes.  Used UIxCalDayOverview as the template for these.
26         
27         * UIxCalWeekChartview.*, UIxCalWeekListview.*, UIxCalWeekColumnsview.*:
28           new templates for respective view modes. Used UIxCalWeekOverview as
29           the template for these.
30
31         * GNUmakefile: added new templates and classes, changed image names.
32
33         * product.plist: mapped methods to the correct classes.
34
35 2004-07-26  Marcus Mueller  <znek@mulle-kybernetik.com>
36
37         * v0.9.7
38
39         * UIxCalView.[hm]: new methods for defaults access, -dayStartHour,
40           -dayEndHour and -shouldDisplayWeekend.
41
42         * UIxCalDayOverview.[m|wox]: added content. CSS isn't 100% proper, yet.
43
44         * UIxCalWeekView.m, UIxCalMonthView.m: set startDate/endDate properly.
45
46         * UIxAppointmentEditor.m: fixed a subtle bug in -uriAsFormat that
47           prevented date information from being set properly in newAction:.
48
49 2004-07-23  Marcus Mueller  <znek@mulle-kybernetik.com>
50
51         * v0.9.6
52
53         * GNUmakefile: added UIxCalDayView.[hm] and UIxCalDayOverview.[m|wox]
54
55         * UIxCalDayView.[hm]: abstract superclass for all day related views.
56
57         * UIxCalDayOverview.[m|wox]: new component rendering the day overview.
58
59         * UIxCalInlineMonthOverview.[m|wox]: uses new "selectedDayExtraStyle"
60           binding and implements accompanied logic for its usage.
61
62         * product.plist: added 3 dayview methods, all currently pointing to
63           UIxCalDayOverview.
64
65 2004-07-22  Marcus Mueller  <znek@mulle-kybernetik.com>
66
67         * v0.9.5
68
69         * UIxCalInlineMonthOverview.m: new "style" binding for setting the global
70           style all elements will inherit from. Makes styling much easier.
71
72         * UIxCalYearOverview.wox: uses all appropriate styles now. Slight fixes
73           to alignment.
74
75         * UIxCalInlineMonthOverview.wox: uses new "style" binding and fixes a bug
76
77         * UIxCalYearOverview.m: fixed warnings.
78
79 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
80
81         * v0.9.4
82
83         * UIxCalMonthOverview.h: new header, required by new
84           UIxCalInlineMonthOverview component.
85
86         * UIxCalInlineMonthOverview.[m|wox]: new component rendering a month
87           overview suitable for inlining in other views. Several calendar
88           "modes" require this.
89
90         * UIxCalYearOverview.[m|wox]: new component rendering the year
91           overview.
92
93         * product.plist: yearoverview -> new method
94
95         * GNUmakefile: added UIxCalInlineMonthOverview.[m|wox] and
96           UIxCalYearOverview.[m|wox].
97
98 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
99
100         * v0.9.3
101
102         * *.wox: Use label associations where appropriate
103
104         * UIxCalView.m: Use labels for localization
105
106         * UIxCalMonthOverview.m: removed date specific labels, moved
107           to SOGoUI/UIxComponent.m.
108
109         * UIxCalDateLabel.m: subclasses from UIxComponent now. Corrected
110           localization using labels now.
111
112         * *.lproj/default.strings: new entries
113
114 2004-07-20  Marcus Mueller  <znek@mulle-kybernetik.com>
115
116         * v0.9.2
117
118         * GNUmakefile: added new .lproj resources.
119
120         * {English,French}.lproj/default.plist: localizable strings for the
121           Scheduler bundle.
122
123         * UIxCalSelectTab.m, UIxCalWeekOverview.wox,
124           UIxCalMonthOverview.[m|wox]:  changes for using new localization
125           features.
126
127 2004-07-19  Marcus Mueller  <znek@mulle-kybernetik.com>
128
129         * UIxAppointmentEditor.m: Use -backendTimeZone from UIxComponent.
130
131 2004-07-07  Marcus Mueller  <znek@mulle-kybernetik.com>
132
133         * UIxCalWeekOverview.wox: minor correction
134
135         * UIxAppointmentEditor.m: fixed handling in -saveAction:. Also,
136           added code to correctly convert dates into GMT upon storing.
137
138 2004-07-15  Helge Hess  <helge.hess@opengroupware.org>
139
140         * GNUmakefile.preamble: added proper include pathes to allow "inline"
141           compilation
142
143 2004-07-02  Helge Hess  <helge.hess@opengroupware.org>
144
145         * UIxAppointmentView.m: fixup timezone of start/enddate
146
147 2004-06-30  Helge Hess  <helge.hess@opengroupware.org>
148
149         * UIxCalWeekOverview.wox, UIxCalMonthOverview.wox: some minor tweaks
150
151         * UIxAppointmentView.wox: made the attendee emails clickable
152
153         * UIxCalView.m: removed -fetchGIDs, moved -fetchCoreInfos to client
154           object
155
156         * all files: removed ZideStore references
157
158         * UIxCalView.h, UIxAppointmentView.h, UIxAppointmentEditor.m,
159           UIxCalSelectTab.m: include UIxComponent from SOGoUI
160
161         * removed backend stuff from some sources
162
163         * product.plist: bind things on SOGoAppointmentXXX instead of SX...
164
165         * GNUmakefile: changed from ZideStore to SOGo
166
167         * created ChangeLog