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