author | mickeyl <mickeyl> | 2004-04-06 12:30:37 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-04-06 12:30:37 (UTC) |
commit | 601c352dd956c9736fb4e3881cd7e60c504d007a (patch) (unidiff) | |
tree | 674d6c6abd83a39828a9309c23613ee5f6f900c9 | |
parent | c76e3909e30af84830c0269b68f60d727717f2f9 (diff) | |
download | opie-601c352dd956c9736fb4e3881cd7e60c504d007a.zip opie-601c352dd956c9736fb4e3881cd7e60c504d007a.tar.gz opie-601c352dd956c9736fb4e3881cd7e60c504d007a.tar.bz2 |
upgrade descriptions and synchronize readme and roadmap
-rw-r--r-- | libopie2/README | 57 | ||||
-rw-r--r-- | libopie2/ROADMAP | 7 | ||||
-rw-r--r-- | libopie2/STATUS | 68 | ||||
-rw-r--r-- | libopie2/opiecore/config.in | 2 | ||||
-rw-r--r-- | libopie2/opiedb/config.in | 2 | ||||
-rw-r--r-- | libopie2/opiemm/config.in | 2 | ||||
-rw-r--r-- | libopie2/opiepim/config.in | 2 | ||||
-rw-r--r-- | libopie2/opieui/config.in | 2 | ||||
-rw-r--r-- | libopie2/opieui/otimepicker.h | 4 |
9 files changed, 28 insertions, 118 deletions
diff --git a/libopie2/README b/libopie2/README index daf6b27..5643d25 100644 --- a/libopie2/README +++ b/libopie2/README | |||
@@ -8,8 +8,9 @@ | |||
8 | * provide complete documentation and working examples | 8 | * provide complete documentation and working examples |
9 | * provide end users with a common look and feel | 9 | * provide end users with a common look and feel |
10 | * reduce memory footprint through sharing code | 10 | * reduce memory footprint through sharing code |
11 | * reduce possible bugs through reusing tested code | 11 | * reduce possible bugs through reusing tested code |
12 | * improve the architecture of applications with design patterns | ||
12 | 13 | ||
13 | -------------------------------------------------------- | 14 | -------------------------------------------------------- |
14 | 0. Building | 15 | 0. Building |
15 | -------------------------------------------------------- | 16 | -------------------------------------------------------- |
@@ -43,8 +44,11 @@ libopie is functionally seperated into the following libraries: | |||
43 | 44 | ||
44 | 1.1 Contents of libopiecore [ opiecore ] | 45 | 1.1 Contents of libopiecore [ opiecore ] |
45 | -------------------------------------------------------- | 46 | -------------------------------------------------------- |
46 | 47 | ||
48 | - oapplication | ||
49 | - ostorage | ||
50 | |||
47 | - odbgstream | 51 | - odbgstream |
48 | - ondbgstream | 52 | - ondbgstream |
49 | 53 | ||
50 | - oprocctrl | 54 | - oprocctrl |
@@ -54,30 +58,17 @@ libopie is functionally seperated into the following libraries: | |||
54 | 58 | ||
55 | - oconfig | 59 | - oconfig |
56 | - oconfiggroupsaver | 60 | - oconfiggroupsaver |
57 | 61 | ||
58 | - ocompletionbase | ||
59 | - ocompletion | ||
60 | - ocomptreenodelist | ||
61 | - ocomptreenode | ||
62 | - ocompletionwrapper | ||
63 | |||
64 | - oglobal | 62 | - oglobal |
65 | - oglobalsettings | 63 | - oglobalsettings |
66 | 64 | ||
67 | - osortableitem | ||
68 | - osortablevaluelist | ||
69 | |||
70 | 1.2 Contents of libopieui [ opieui ] | 65 | 1.2 Contents of libopieui [ opieui ] |
71 | -------------------------------------------------------- | 66 | -------------------------------------------------------- |
72 | 67 | ||
73 | - oapplication | ||
74 | |||
75 | - ofiledialog | 68 | - ofiledialog |
76 | - colordialog | ||
77 | - oclickablelabel | 69 | - oclickablelabel |
78 | - ocolorbutton | 70 | - ocolorbutton |
79 | - colorpopupmenu | ||
80 | - otabinfo | 71 | - otabinfo |
81 | - otabbar | 72 | - otabbar |
82 | - otabwidget | 73 | - otabwidget |
83 | - ofontmenu | 74 | - ofontmenu |
@@ -88,43 +79,25 @@ libopie is functionally seperated into the following libraries: | |||
88 | - olistview | 79 | - olistview |
89 | - olistviewitem | 80 | - olistviewitem |
90 | - oversatileview | 81 | - oversatileview |
91 | - oversatileviewitem | 82 | - oversatileviewitem |
92 | - ocompletionbox | ||
93 | - olineedit | ||
94 | - ocombobox | ||
95 | - ohistorycombo | ||
96 | 83 | ||
97 | - omessagebox | 84 | - omessagebox |
98 | - odialogbase | 85 | - odialogbase |
99 | 86 | ||
100 | - todayconfigwidget (rather into opiepim?) | 87 | - okeyconfigwidget |
101 | - orecurrancewidget (rather into opiepim?) | 88 | - otaskbarapplet |
102 | - otimepicker (rather into opiepim?) | 89 | - otimepicker |
103 | 90 | ||
104 | 1.3 Contents of libopiepim [ opiepim ] | 91 | 1.3 Contents of libopiepim [ opiepim ] |
105 | -------------------------------------------------------- | 92 | -------------------------------------------------------- |
106 | 93 | ||
107 | - ocheckitem | 94 | ... |
108 | - todayplugininterface | ||
109 | |||
110 | THIS STUFF IS OUTDATED/DEPRICATED AND SCHOULD NOT | ||
111 | BE MOVED IN THE NEW LIBRARY !! | ||
112 | USE THE CLASSES IN libopie/pim INSTEAD !(eilers) | ||
113 | |||
114 | - todoresource | ||
115 | - todoevent | ||
116 | - todovcalresource | ||
117 | 95 | ||
118 | 1.4 Contents of libopiedb [ opiedb ] | 96 | 1.4 Contents of libopiedb [ opiedb ] |
119 | -------------------------------------------------------- | 97 | -------------------------------------------------------- |
120 | 98 | ||
121 | - xmltree | 99 | ... |
122 | |||
123 | THIS STUFF IS OUTDATED/DEPRICATED AND SCHOULD NOT | ||
124 | BE MOVED IN THE NEW LIBRARY !! | ||
125 | USE THE CLASSES IN libopie/pim INSTEAD !(eilers) | ||
126 | - tododb | ||
127 | 100 | ||
128 | 1.5 Contents of libopienet [ opienet ] | 101 | 1.5 Contents of libopienet [ opienet ] |
129 | -------------------------------------------------------- | 102 | -------------------------------------------------------- |
130 | 103 | ||
@@ -147,12 +120,8 @@ USE THE CLASSES IN libopie/pim INSTEAD !(eilers) | |||
147 | - oippacket | 120 | - oippacket |
148 | - oudppacket | 121 | - oudppacket |
149 | - otcppacket | 122 | - otcppacket |
150 | 123 | ||
151 | <libmail stuff> | ||
152 | <libbend stuff> | ||
153 | <libftp stuff> | ||
154 | |||
155 | 1.6 Contents of libopiemm [ opiemm ] | 124 | 1.6 Contents of libopiemm [ opiemm ] |
156 | -------------------------------------------------------- | 125 | -------------------------------------------------------- |
157 | 126 | ||
158 | - osoundsystem | 127 | - osoundsystem |
@@ -185,4 +154,12 @@ USE THE CLASSES IN libopie/pim INSTEAD !(eilers) | |||
185 | 154 | ||
186 | 2.6 libopiemm | 155 | 2.6 libopiemm |
187 | 156 | ||
188 | ... | 157 | ... |
158 | |||
159 | -------------------------------------------------------- | ||
160 | 3.0 Usage | ||
161 | -------------------------------------------------------- | ||
162 | |||
163 | 3.1 Namespaces | ||
164 | |||
165 | |||
diff --git a/libopie2/ROADMAP b/libopie2/ROADMAP index 966b67d..1685ba2 100644 --- a/libopie2/ROADMAP +++ b/libopie2/ROADMAP | |||
@@ -1,6 +1,7 @@ | |||
1 | [done] * import current status of opiecore, opienet and opieui | 1 | [done] * import current status of opiecore, opienet and opieui |
2 | * add contents of libopie1 to libopie2 and functionally split it | 2 | [done] * add contents of libopie1 to libopie2 and functionally split it |
3 | * make libopie2 a drop-in-replacement for libopie1 | 3 | [done] * make libopie2 a drop-in-replacement for libopie1 |
4 | * add doxygen documentation to all classes | 4 | * add doxygen documentation to all classes |
5 | * backport qt3-only stuff (?) | 5 | * add functionality from libqpe to libopie2 |
6 | * make libopie2 a drop-in-replacement for libqpe1 | ||
6 | 7 | ||
diff --git a/libopie2/STATUS b/libopie2/STATUS deleted file mode 100644 index eb3442c..0000000 --- a/libopie2/STATUS +++ b/dev/null | |||
@@ -1,68 +0,0 @@ | |||
1 | |||
2 | ================================================================== | ||
3 | March 2003 - Initial checkin into the Opie CVS: | ||
4 | ================================================================== | ||
5 | |||
6 | So, this is what I have been working on over the last months. | ||
7 | It's a part of what I think could migrate into our next generation | ||
8 | opielibs. | ||
9 | Of course this won't happen after we released Opie 1.0 and switched | ||
10 | to Qt3-Embedded and gcc 3. | ||
11 | |||
12 | Right now, there is content only in opiecore, opienet and opieui. | ||
13 | A good part of code has been adapted from the kdelibs, which overall | ||
14 | are pretty good however in details of heterogenous quality. I'm also | ||
15 | not sure if all I ported should be kept, e.g. the pixmapeffect stuff | ||
16 | seems unnecesary to me. However, we should not forget that Opie will | ||
17 | make its debut on more powerful devices with greater display | ||
18 | resolution, e.g. the Sharp C700, so we shouldn't limit ourselves in | ||
19 | what should go into the libraries. | ||
20 | |||
21 | Generally spoken, a lot of things are still very rough and messy, | ||
22 | but I will keep improving this. Some details about what is usable | ||
23 | and what is not follows: | ||
24 | (everything compiles of course, otherwise I wouldn't have checked in :-) | ||
25 | |||
26 | [-----------] | ||
27 | [ opiecore ] | ||
28 | [-----------] | ||
29 | oapplication, oconfig, oglobal seem to be usable yet, oglobalsettings | ||
30 | is still very messy and should be revised. A lot more thinking about how | ||
31 | we should keep opie preferences, especially when moving to multi-user, has to be made. | ||
32 | This will affect what goes into oglobalsettings and what configuration data | ||
33 | format we will use. If we switch to Qt3 we will have to decide if we stay | ||
34 | with OConfig deriving from Config or rewrite it using QSettings. | ||
35 | |||
36 | [-----------] | ||
37 | [ opiedb ] | ||
38 | [-----------] | ||
39 | There is nothing here yet. The sqlite stuff should be here. | ||
40 | |||
41 | [-----------] | ||
42 | [ opienet ] | ||
43 | [-----------] | ||
44 | onetwork*, omonitoring* and the opacket stuff are pretty usable and not | ||
45 | very far from being complete. documentation for these will come... | ||
46 | Over the next days, opie-wellenreiter, opie-wirelessapplet and the | ||
47 | forthcoming new opie-networkapplet will be using the | ||
48 | new network classes. | ||
49 | I think all the other network libraries spread throught opie, e.g. | ||
50 | libbend, libmail, ftplib should be revised and become part of | ||
51 | opienet eventually. | ||
52 | |||
53 | [-----------] | ||
54 | [ opiepim ] | ||
55 | [-----------] | ||
56 | Nothing here yet. The stuff currently in libopie/pim should be here. | ||
57 | |||
58 | [-----------] | ||
59 | [ opieui ] | ||
60 | [-----------] | ||
61 | Pretty messy yet, but some things are usable. Unfortunately, the UI | ||
62 | stuff is very hard to backport to Qt2, so some things only work | ||
63 | if compiled against Qt3, especially all the popupcompletion stuff. | ||
64 | OListView however works nice and is currently used in opie-wellenreiter. | ||
65 | |||
66 | ================================================================== | ||
67 | October 2002 - Started work on cornucopia aka opielib2 | ||
68 | ================================================================== \ No newline at end of file | ||
diff --git a/libopie2/opiecore/config.in b/libopie2/opiecore/config.in index f4483a2..0acde26 100644 --- a/libopie2/opiecore/config.in +++ b/libopie2/opiecore/config.in | |||
@@ -1,6 +1,6 @@ | |||
1 | config LIBOPIE2CORE | 1 | config LIBOPIE2CORE |
2 | boolean "libopie2core (application, configuration and debug related classes)" | 2 | boolean "libopie2core (application, configuration and debug related classes)" |
3 | default "n" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) | 4 | depends ( LIBQPE || LIBQPE-X11 ) |
5 | comment "libopie2core needs a libqpe (yet)" | 5 | comment "libopie2core needs a libqpe (yet)" |
6 | depends !( LIBQPE || LIBQPE-X11 ) | 6 | depends !( LIBQPE || LIBQPE-X11 ) |
diff --git a/libopie2/opiedb/config.in b/libopie2/opiedb/config.in index 0205a83..8039f9c 100644 --- a/libopie2/opiedb/config.in +++ b/libopie2/opiedb/config.in | |||
@@ -1,7 +1,7 @@ | |||
1 | config LIBOPIE2DB | 1 | config LIBOPIE2DB |
2 | boolean "libopie2db (database related classes)" | 2 | boolean "libopie2db (database related classes)" |
3 | default "n" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
5 | comment "libopie2db needs a libqpe and libopie2core" | 5 | comment "libopie2db needs a libqpe and libopie2core" |
6 | depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE) | 6 | depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE) |
7 | 7 | ||
diff --git a/libopie2/opiemm/config.in b/libopie2/opiemm/config.in index c95d14b..c32e06c 100644 --- a/libopie2/opiemm/config.in +++ b/libopie2/opiemm/config.in | |||
@@ -1,7 +1,7 @@ | |||
1 | config LIBOPIE2MM | 1 | config LIBOPIE2MM |
2 | boolean "libopie2mm (audio and video related classes)" | 2 | boolean "libopie2mm (audio and video related classes)" |
3 | default "n" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
5 | comment "libopie2mm needs a libqpe and libopie2core" | 5 | comment "libopie2mm needs a libqpe and libopie2core" |
6 | depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE) | 6 | depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE) |
7 | 7 | ||
diff --git a/libopie2/opiepim/config.in b/libopie2/opiepim/config.in index 2c920bb..33ef9b2 100644 --- a/libopie2/opiepim/config.in +++ b/libopie2/opiepim/config.in | |||
@@ -1,7 +1,7 @@ | |||
1 | config LIBOPIE2PIM | 1 | config LIBOPIE2PIM |
2 | boolean "libopie2pim (pim related classes)" | 2 | boolean "libopie2pim (pim related classes)" |
3 | default "n" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
5 | comment "libopie2pim needs a libqpe and libopie2core" | 5 | comment "libopie2pim needs a libqpe and libopie2core" |
6 | depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE ) | 6 | depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE ) |
7 | 7 | ||
diff --git a/libopie2/opieui/config.in b/libopie2/opieui/config.in index d40b5d9..9d157a5 100644 --- a/libopie2/opieui/config.in +++ b/libopie2/opieui/config.in | |||
@@ -1,7 +1,7 @@ | |||
1 | config LIBOPIE2UI | 1 | config LIBOPIE2UI |
2 | boolean "libopie2ui (user interface related classes)" | 2 | boolean "libopie2ui (user interface related classes)" |
3 | default "n" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
5 | comment "libopie2ui needs a libqpe and libopie2core" | 5 | comment "libopie2ui needs a libqpe and libopie2core" |
6 | depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE) | 6 | depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE) |
7 | 7 | ||
diff --git a/libopie2/opieui/otimepicker.h b/libopie2/opieui/otimepicker.h index fb20781..894fbef 100644 --- a/libopie2/opieui/otimepicker.h +++ b/libopie2/opieui/otimepicker.h | |||
@@ -30,10 +30,10 @@ | |||
30 | #ifndef OTIMEPICKER_H | 30 | #ifndef OTIMEPICKER_H |
31 | #define OTIMEPICKER_H | 31 | #define OTIMEPICKER_H |
32 | 32 | ||
33 | /* OPIE */ | 33 | /* OPIE */ |
34 | #include <opie2/oclickablelabel.h> | 34 | #include "oclickablelabel.h" |
35 | #include <opie2/otimepickerbase.h> | 35 | #include "otimepickerbase.h" |
36 | 36 | ||
37 | /* QT */ | 37 | /* QT */ |
38 | #include <qwidget.h> | 38 | #include <qwidget.h> |
39 | #include <qvaluelist.h> | 39 | #include <qvaluelist.h> |