]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/SOGoUI/ChangeLog
Added "AnaisUI" bundle, new formatter for SOGoUI, various enhancements
[scalable-opengroupware.org] / SOGo / UI / SOGoUI / ChangeLog
1 2004-08-10  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * v0.9.6
4         
5         * SOGoDateFormatter.[hm]: added fast localizable date formatter.
6
7         * GNUmakefile: added SOGoDateFormatter.[hm]
8
9 2004-07-26  Marcus Mueller  <znek@mulle-kybernetik.com>
10
11         * UIxComponent.m: added "hm" queryParameter to add hour/minute part to
12           selectedDate which is necessary for appointment proposals. Removed
13           all additional stuff from -dateForDateString: and moved this to
14           -selectedDate. IMHO this is always high-level behaviour which needs to
15           be refined in the appropriate high-level method, not at conversion
16           level. (v0.9.5)
17
18 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
19
20         * UIxComponent.[hm]: renamed some of the labels to better reflect the
21           intention (and to avoid name clashes) (v0.9.4)
22
23 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
24
25         * UIxComponent.[hm]: date specific labels (weekday names, month names)
26           (v0.9.3)
27
28 2004-07-20  Marcus Mueller  <znek@mulle-kybernetik.com>
29
30         * UIxComponent.[hm]: new method -labelForKey: implemented very similar to
31           new WOLabelAssociation in SOPE. Also implemented -locale. (v0.9.2)
32
33 2004-07-19  Marcus Mueller  <znek@mulle-kybernetik.com>
34
35         * UIxComponent.m: new method -backendTimeZone.
36
37 2004-07-02  Helge Hess  <helge.hess@opengroupware.org>
38
39         * UIxComponent.m: introduced 'viewTimeZone' method and adds some
40           timezone correction to date methods
41
42 2004-06-30  Helge Hess  <helge.hess@opengroupware.org>
43
44         * product.plist: make categories on SOGoObject instead of SxFolder
45
46         * GNUmakefile: patches for different build/runtime environment
47
48         * created ChangeLog