]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/SOGoUI/ChangeLog
lots of improvements
[scalable-opengroupware.org] / SOGo / UI / SOGoUI / ChangeLog
1 2004-10-18  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * UIxComponent.m: changed the implementation of -ownPath and fixed a
4           bug in -userFolderPath (v0.9.15)
5
6 2004-10-12  Marcus Mueller  <znek@mulle-kybernetik.com>
7
8         * UIxComponent.m: added some helper methods for computing relative
9           paths within the application (v0.9.14)
10
11 2004-09-26  Helge Hess  <helge.hess@opengroupware.org>
12
13         * UIxComponent.m: minor code cleanups (v0.9.13)
14
15 2004-09-25  Helge Hess  <helge.hess@opengroupware.org>
16
17         * v0.9.12
18
19         * GNUmakefile.preamble: fixed library dependencies (used wrong project
20           name)
21
22         * SOGoAptFormatter.m: minor code cleanups, fixed issue on MacOSX
23
24 2004-08-26  Helge Hess  <helge.hess@skyrix.com>
25
26         * v0.9.11
27
28         * SOGoDateFormatter.m: minor cleanups
29
30         * UIxComponent.m: fixed includes to fix warnings
31
32         * added common.h
33
34 2004-08-24  Marcus Mueller  <znek@mulle-kybernetik.com>
35
36         * UIxComponent.m: new date related methods moved here from UIxCalView
37           (v0.9.10)
38
39 2004-08-14  Marcus Mueller  <znek@mulle-kybernetik.com>
40
41         * UIxComponent.m: new method -isUIxDebugEnabled, triggered by new
42           default "SOGoUIxDebugEnabled" (v0.9.9)
43
44 2004-08-13  Marcus Mueller  <znek@mulle-kybernetik.com>
45
46         * v0.9.8
47
48         * SOGoAptFormatter.[hm]: added new formatter for appointments.
49
50         * UIxComponent.m: added warning.
51
52         * GNUmakefile: added SOGoAptFormatter.[hm]
53
54 2004-08-11  Marcus Mueller  <znek@mulle-kybernetik.com>
55
56         * UIxComponent.[hm]: added -SoUser (v0.9.7)
57
58 2004-08-10  Marcus Mueller  <znek@mulle-kybernetik.com>
59
60         * v0.9.6
61         
62         * SOGoDateFormatter.[hm]: added fast localizable date formatter.
63
64         * GNUmakefile: added SOGoDateFormatter.[hm]
65
66 2004-07-26  Marcus Mueller  <znek@mulle-kybernetik.com>
67
68         * UIxComponent.m: added "hm" queryParameter to add hour/minute part to
69           selectedDate which is necessary for appointment proposals. Removed
70           all additional stuff from -dateForDateString: and moved this to
71           -selectedDate. IMHO this is always high-level behaviour which needs to
72           be refined in the appropriate high-level method, not at conversion
73           level. (v0.9.5)
74
75 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
76
77         * UIxComponent.[hm]: renamed some of the labels to better reflect the
78           intention (and to avoid name clashes) (v0.9.4)
79
80 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
81
82         * UIxComponent.[hm]: date specific labels (weekday names, month names)
83           (v0.9.3)
84
85 2004-07-20  Marcus Mueller  <znek@mulle-kybernetik.com>
86
87         * UIxComponent.[hm]: new method -labelForKey: implemented very similar to
88           new WOLabelAssociation in SOPE. Also implemented -locale. (v0.9.2)
89
90 2004-07-19  Marcus Mueller  <znek@mulle-kybernetik.com>
91
92         * UIxComponent.m: new method -backendTimeZone.
93
94 2004-07-02  Helge Hess  <helge.hess@opengroupware.org>
95
96         * UIxComponent.m: introduced 'viewTimeZone' method and adds some
97           timezone correction to date methods
98
99 2004-06-30  Helge Hess  <helge.hess@opengroupware.org>
100
101         * product.plist: make categories on SOGoObject instead of SxFolder
102
103         * GNUmakefile: patches for different build/runtime environment
104
105         * created ChangeLog