]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Common/ChangeLog
minor changes
[scalable-opengroupware.org] / SOGo / UI / Common / ChangeLog
1 2005-07-13  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * English.lproj/Localizable.strings: removed label "You are here" and
4           provided new label "User" (v0.9.40)
5
6 2005-07-07  Marcus Mueller  <znek@mulle-kybernetik.com>
7
8         * v0.9.39
9
10         * UIxPageFrame.m: added new -
11         * English.lproj/Localizable.strings: added new 'Home' and
12           'Administration' labels
13
14         * v0.9.38
15
16         * English.lproj/Localizable.strings: added new 'Help' label
17
18 2005-07-05  Marcus Mueller  <znek@mulle-kybernetik.com>
19
20         * calendar.css: added appointment priority styles (v0.9.37)
21
22 2005-03-23  Marcus Mueller  <znek@mulle-kybernetik.com>
23
24         * renamed "default.strings" to "Localizable.strings" (v0.9.36)
25
26 2005-02-10  Helge Hess  <helge.hess@opengroupware.org>
27
28         * GNUmakefile: include ../common.make (v0.9.35)
29
30 2005-01-24  Marcus Mueller  <znek@mulle-kybernetik.com>
31
32         * UIxPageFrame.wox: additional debug output (v0.9.34)
33
34 2005-01-21  Helge Hess <helge.hess@opengroupware.org>
35
36         * UIxTabView.m: fixed an include of WEExtensions (v0.9.33)
37
38 2004-01-07  Marcus Mueller  <znek@mulle-kybernetik.com>
39
40         * {English/French}.lproj/default.strings: changed encoding from
41           ISO-Latin-1 to UTF-8, which is now the default (v0.9.32)
42
43 2004-12-16  Marcus Mueller  <znek@mulle-kybernetik.com>
44
45         * calendar.css: added CSS for "Schedule" (v0.9.31)
46
47 2004-12-09  Marcus Mueller  <znek@mulle-kybernetik.com>
48
49         * UIxPageFrame.[wox,m]: added -ownerInContext debug info (v0.9.30)
50
51 2004-12-08  Marcus Mueller  <znek@mulle-kybernetik.com>
52
53         * calendar.css: added styles for others' appointments in
54           printviews, so they are easy to distinguish (v0.9.29)
55
56         * UIxTabItem.m: changed to use NGLogging (v0.9.28)
57
58 2004-10-18  Marcus Mueller  <znek@mulle-kybernetik.com>
59
60         * v0.9.27
61
62         * UIxPageFrame.wox: added Mail, fixed relative URL composition
63
64         * UIxPageFrame.m: removed URL processing, instead uses methods from
65           UIxComponent
66
67         * *.lproj/default.strings: added label "Mail"
68
69 2004-09-20  Helge Hess  <helge.hess@skyrix.com>
70
71         * UIxPageFrame.m: added item ivar (v0.9.26)
72
73         * UIxPageFrame.wox: improved debugging section (v0.9.25)
74
75 2004-09-10  Marcus Mueller  <znek@mulle-kybernetik.com>
76
77         * uix.css: new button_submit style for the Anais selector, looks
78           similar to the mozilla submit button now (v0.9.24)
79
80 2004-09-09  Marcus Mueller  <znek@mulle-kybernetik.com>
81
82         * UIxPageFrame.wox: display clientObject and object traversal stack
83           if isUIxDebugEnabled is set (v0.9.23)
84
85 2004-09-01  Helge Hess  <helge.hess@skyrix.com>
86
87         * GNUmakefile.preamble: removed dependency on libNGScripting (v0.9.22)
88
89 2004-08-27  Marcus Mueller  <znek@mulle-kybernetik.com>
90
91         * v0.9.21
92
93         * English.lproj/default.strings, French.lproj/default.strings:
94           dictionaries for labels
95
96         * UIxPageFrame.wox, UIxAppNavView.wox: replaced constant strings with
97           labels
98
99 2004-08-27  Helge Hess  <helge.hess@skyrix.com>
100
101         * started UIxSortButton (v0.9.20)
102
103         * v0.9.19
104
105         * UIxPageFrame.wox: navigation below the line, app selection above
106
107         * uix.css: make 'defaultfont' a generic class
108
109         * UIxPageFrame.wox: added top-level menu with links for Calendar and
110           Contacts (v0.9.18)
111
112         * removed old components (UIxAppFrame, Header and Navigation) (v0.9.17)
113
114 2004-08-24  Maxime Wacker  <mwacker@linagora.com>
115
116         * GNUmakefile.preamble: fixes for the build process (v0.9.16)
117
118 2004-08-16  Marcus Mueller  <znek@mulle-kybernetik.com>
119
120         * calendar.css: additional css for Anais uids (v0.9.15)
121
122         * calendar.css: additional css for other appointments (v0.9.14)
123
124 2004-08-14  Marcus Mueller  <znek@mulle-kybernetik.com>
125
126         * UIxPageFrame.m: -title returns label for "OpenGroupware.org" when
127           -isUIxDebugEnabled is NO. (v0.9.13)
128
129 2004-08-12  Marcus Mueller  <znek@mulle-kybernetik.com>
130
131         * UIxPageFrame.wox: removed left side navigation completely as it
132           currently doesn't make too much sense and contrasts with the
133           user interface layout which already has been agreed about (v0.9.12)
134
135 2004-08-12  Marcus Mueller  <znek@mulle-kybernetik.com>
136
137         * UIxWinClose.wox: removed rendering of (X) on Laurent's request
138           (v0.9.11)
139
140 2004-08-11  Marcus Mueller  <znek@mulle-kybernetik.com>
141
142         * UIxPageFrame subclasses from UIxComponent now, removed -SoUser
143           because it's now in UIxComponent. (v0.9.10)
144
145 2004-08-11  Marcus Mueller  <znek@mulle-kybernetik.com>
146
147         * UIxPageFrame.wox, UIxAppNavView.m: added labels (v0.9.9)
148
149 2004-08-11    <helge@agenor.opengroupware.org>
150
151         * UIxPageFrame: minor fixes to UI (v0.9.8)
152
153 2004-08-05  Marcus Mueller  <znek@mulle-kybernetik.com>
154
155         * calendar.css: commented some styles out, because they don't really do
156           what I think they should do. Someone with better knowledge of CSS
157           should look into this. (v0.9.7)
158
159 2004-08-02  Marcus Mueller  <znek@mulle-kybernetik.com>
160
161         * v0.9.6
162
163         * UIxPageFrame.wox: added javascript for onload action, some cosmetics
164
165         * calendar.css: added remaining CSS for printviews
166
167 2004-08-02  Marcus Mueller  <znek@mulle-kybernetik.com>
168
169         * UIxPageFrame.wox: removed some navigation items to avoid confusion.
170           Also applied some pretty printing. (v0.9.5)
171
172 2004-07-30  Marcus Mueller  <znek@mulle-kybernetik.com>
173
174         * v0.9.4
175
176         * calendar.css: added CSS for printviews
177
178         * UIxPrintPageFrame.[wox|m]: new wrapper component for all views that
179           require printing.
180
181 2004-07-28  Marcus Mueller  <znek@mulle-kybernetik.com>
182
183         * calendar.css: added CSS for weekcolumnsview (v0.9.3)
184
185 2004-07-27  Marcus Mueller  <znek@mulle-kybernetik.com>
186
187         * v0.9.2
188
189         * UIxPageFrame.m: added convenience methods to access specific parts
190           of the URL.
191
192         * UIxPageFrame.wox: fixed navigation URLs. Inserted references to
193           rootURL where no content is currently available.
194
195         * UIxAppNavView.m: enhanced construction of navigation url path.
196
197 2004-07-26  Marcus Mueller  <znek@mulle-kybernetik.com>
198
199         * calendar.css: added styles for dayoverview's content.
200
201 2004-07-23  Marcus Mueller  <znek@mulle-kybernetik.com>
202
203         * calendar.css: added styles for dayoverview's calendar.
204
205 2004-07-22  Marcus Mueller  <znek@mulle-kybernetik.com>
206
207         * calendar.css: complete style for 'yearoverview' and fixed style in
208           'monthoverview'.
209
210 2004-07-16  Helge Hess  <helge.hess@skyrix.com>
211
212         * UIxAppNavView.m: some fixes to navigation URLs
213
214         * UIxAppNavView.wox: fixed indention
215
216         * product.plist: properly export uix.css as a public resource
217
218 2004-07-01  Helge Hess  <helge.hess@opengroupware.org>
219
220         * UIxTabView.m: removed JavaScript and the involved access of -session
221
222 2004-06-30  Helge Hess  <helge.hess@opengroupware.org>
223
224         * product.plist: make categories on SOGoObject instead of SxFolder
225
226         * GNUmakefile: patches for different build/runtime environment
227
228         * created ChangeLog