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