]> err.no Git - scalable-opengroupware.org/blob - ZideStore/UI-X/ChangeLog
0745e5f6d838c20a426277a54f7b6f5f2a9c3025
[scalable-opengroupware.org] / ZideStore / UI-X / ChangeLog
1 2004-06-14  Helge Hess  <helge.hess@skyrix.com>
2
3         * Common/common.h: fixed a gcc 3.4 warning
4
5 2004-06-14  Helge Hess  <helge.hess@opengroupware.org>
6
7         * added aggregate project for UI-X
8
9 2004-06-14  Marcus Mueller  <znek@mulle-kybernetik.com>
10
11         * Common/UIxTabView.[hm]: more stylesheet support via headerStyle
12           and bodyStyle bindings.
13         
14         * Common/zidestoreui.css: styles for tabs, resembling OGo look.
15
16         * Scheduler/OGoCalSelectTab.m: implemented dateLabel (for testing).
17
18         * Scheduler/OGoCalSelectTab.wox: corrected selection binding namespace.
19
20 2004-06-08  Helge Hess  <helge.hess@opengroupware.org>
21
22         * Scheduler/NOTES: added class hierarchy
23
24         * */common.h, GNUmakefile.preamble.: fixed for OSX compile
25
26 2004-06-08  Marcus Mueller  <znek@mulle-kybernetik.com>
27
28         * Common/images: added a bunch of images from OGo
29
30 2004-06-07  Marcus Mueller  <znek@mulle-kybernetik.com>
31
32         * Custom/GNUmakefile: changed ZIDESTORE to include installed version
33           (ZideStore12). Removed post install hooks.
34
35         * Custom/GNUmakefile.postamble: new file, post install hooks and
36           xmllint for .wox.
37
38 2004-06-07  Marcus Mueller  <znek@mulle-kybernetik.com>
39
40         * Scheduler/GNUmakefile: changed ZIDESTORE to include installed version
41           (ZideStore12). Removed post install hooks.
42
43         * Scheduler/GNUmakefile.postamble: post install hooks updated for
44           GNUSTEP_BUILD_DIR.
45
46 2004-06-03  Helge Hess  <helge.hess@opengroupware.org>
47
48         * Scheduler/OGoCalWeekOverview.m: moved navigation URL generation to
49           superclass (now generic because we use the 'ownMethodName'). Could
50           even be moved to OGoCalView?
51         
52         * Scheduler/OGoCalMonthView.m: added next/prev month URL generation
53           methods, calculate startdate from form value
54
55         * Scheduler/OGoCalView.m: added -ownMethodName method to return the
56           last path component of the request URL (the SOPE method), eg
57           'weekoverview' for OGoCalWeekView, added 
58           -dateNavigationURLWithNewStartDate: method to calculate 'startDate'
59           URLs (should be improved to include existing query parameters!)
60
61         * Scheduler/OGoCalWeekOverview.m: minor tweaks ;-)
62
63 2004-06-03  Marcus Mueller  <znek@mulle-kybernetik.com>
64
65         * Scheduler/OGoCalWeekView.m: construct startDate from formValue,
66           otherwise use current week's monday as startDate.
67
68         * Scheduler/OGoCalWeekOverview.wox: switch back/forth
69
70         * Scheduler/OGoCalWeekOverview.m: provide URLs for switching back/forth
71           weekoverview.
72
73         * Scheduler/OGoCalView.[hm]: methods for converting dates into strings
74           and vice versa.
75
76         * Scheduler/OGoAppointmentView.m, Scheduler/OGoCalView.m: fixed include
77
78         * ChangeLog: created