summaryrefslogtreecommitdiff
path: root/libopie2/README
authormickeyl <mickeyl>2003-03-28 15:11:52 (UTC)
committer mickeyl <mickeyl>2003-03-28 15:11:52 (UTC)
commit11304d02942e9fa493e4e80943a828f9c65f6772 (patch) (unidiff)
treea0223c10c067e1afc70d15c2b82be3f3c15e41ae /libopie2/README
parentb271d575fa05cf570a1a829136517761bd47e69b (diff)
downloadopie-11304d02942e9fa493e4e80943a828f9c65f6772.zip
opie-11304d02942e9fa493e4e80943a828f9c65f6772.tar.gz
opie-11304d02942e9fa493e4e80943a828f9c65f6772.tar.bz2
skeleton and the start of libopie2, please read README, ROADMAP and STATUS and comment...
Diffstat (limited to 'libopie2/README') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/README148
1 files changed, 148 insertions, 0 deletions
diff --git a/libopie2/README b/libopie2/README
new file mode 100644
index 0000000..96210db
--- a/dev/null
+++ b/libopie2/README
@@ -0,0 +1,148 @@
1/********************************************************************
2/* This is an overview of the opielibs2 project
3/********************************************************************/
4
5 Origin: opielibs is about creating classes to
6 * optimize Qt classes for the embedded environment
7 * provide sophisticated abstractions for developers
8 * provide complete documentation and working examples
9 * provide end users with a common look and feel
10 * reduce memory footprint through sharing code
11 * reduce possible bugs through reusing tested code
12
13--------------------------------------------------------
141. General Overview
15--------------------------------------------------------
16
17libopie is functionally seperated into the following libraries:
18 - libopiecore
19 - libopieui
20 - libopiepim
21 - libopiedb
22 - libopienet
23
241.1 Contents of libopiecore [ opiecore ]
25--------------------------------------------------------
26
27 - odbgstream
28 - ondbgstream
29
30 - oprocctrl
31 - oprocess
32 - odevice
33 - odevicebutton
34
35 - oconfig
36 - oconfiggroupsaver
37
38 - ocompletionbase
39 - ocompletion
40 - ocomptreenodelist
41 - ocomptreenode
42 - ocompletionwrapper
43
44 - oglobal
45 - oglobalsettings
46
47 - osortableitem
48 - osortablevaluelist
49
501.2 Contents of libopieui [ opieui ]
51--------------------------------------------------------
52
53 - oapplication
54
55 - ofiledialog
56 - colordialog
57 - oclickablelabel
58 - ocolorbutton
59 - colorpopupmenu
60 - otabinfo
61 - otabbar
62 - otabwidget
63 - ofontmenu
64 - ofontselector
65 - ofileview
66 - oticker
67
68 - olistview
69 - olistviewitem
70 - oversatileview
71 - oversatileviewitem
72 - ocompletionbox
73 - olineedit
74 - ocombobox
75 - ohistorycombo
76
77 - omessagebox
78 - odialogbase
79
80 - todayconfigwidget (rather into opiepim?)
81 - orecurrancewidget (rather into opiepim?)
82 - otimepicker (rather into opiepim?)
83
841.3 Contents of libopiepim [ opiepim ]
85--------------------------------------------------------
86
87 - ocheckitem
88 - todoevent
89 - todoresource
90 - todayplugininterface
91 - todovcalresource
92
931.4 Contents of libopiedb [ opiedb ]
94--------------------------------------------------------
95
96 - tododb
97 - xmltree
98
991.5 Contents of libopienet [ opienet ]
100--------------------------------------------------------
101
102 - onetwork
103 - onetworkinterface
104 - owirelessnetworkinterface
105 - ochannelhopper
106
107 - omonitoring
108 - ociscomonitoring
109 - owlanngmonitoring
110 - ohostapmonitoring
111 - oorinocomonitoring
112
113 - opacketcapturer
114 - opacket
115 - oethernetpacket
116 - owavelanpacket
117 - ollcpacket
118 - oippacket
119 - oudppacket
120 - otcppacket
121
122 <libmail stuff>
123 <libbend stuff>
124 <libftp stuff>
125
126
127--------------------------------------------------------
1282.0 Feature Description
129--------------------------------------------------------
130
1312.1 libopiecore
132
133...
134
1352.2 libopieui
136
137...
138
1392.3 libopiepim
140
141...
142
1432.4 libopiedb
144
145...
146
1472.5 libopienet
148