summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2004-07-19 15:22:48 (UTC)
committer mickeyl <mickeyl>2004-07-19 15:22:48 (UTC)
commit9c8e768a2d77d5c07b1bd7c492befebf3eab9076 (patch) (unidiff)
tree025db92b30a8c3c4197a6eff1d58fa5dc27e9b08
parent58d89efba804b7db6dcdde13c78902f170fb1887 (diff)
downloadopie-9c8e768a2d77d5c07b1bd7c492befebf3eab9076.zip
opie-9c8e768a2d77d5c07b1bd7c492befebf3eab9076.tar.gz
opie-9c8e768a2d77d5c07b1bd7c492befebf3eab9076.tar.bz2
outdated
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/README165
1 files changed, 0 insertions, 165 deletions
diff --git a/libopie2/README b/libopie2/README
deleted file mode 100644
index 5643d25..0000000
--- a/libopie2/README
+++ b/dev/null
@@ -1,165 +0,0 @@
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 * improve the architecture of applications with design patterns
13
14--------------------------------------------------------
150. Building
16--------------------------------------------------------
17
18* for QPE run:
19 qmake libopie2.pro
20 make
21
22OR (even better)
23 cd $OPIEDIR
24 make menuconfig
25 make -k
26
27* for QT/X11 run:
28 qmake "platform=x11" libopie2.pro
29 make
30
31Make sure you have set $PLATFORM=x86-linux
32
33--------------------------------------------------------
341. General Overview
35--------------------------------------------------------
36
37libopie is functionally seperated into the following libraries:
38 - libopiecore
39 - libopieui
40 - libopiepim
41 - libopiedb
42 - libopienet
43 - libopiemm
44
451.1 Contents of libopiecore [ opiecore ]
46--------------------------------------------------------
47
48 - oapplication
49 - ostorage
50
51 - odbgstream
52 - ondbgstream
53
54 - oprocctrl
55 - oprocess
56 - odevice
57 - odevicebutton
58
59 - oconfig
60 - oconfiggroupsaver
61
62 - oglobal
63 - oglobalsettings
64
651.2 Contents of libopieui [ opieui ]
66--------------------------------------------------------
67
68 - ofiledialog
69 - oclickablelabel
70 - ocolorbutton
71 - otabinfo
72 - otabbar
73 - otabwidget
74 - ofontmenu
75 - ofontselector
76 - ofileview
77 - oticker
78
79 - olistview
80 - olistviewitem
81 - oversatileview
82 - oversatileviewitem
83
84 - omessagebox
85 - odialogbase
86
87 - okeyconfigwidget
88 - otaskbarapplet
89 - otimepicker
90
911.3 Contents of libopiepim [ opiepim ]
92--------------------------------------------------------
93
94...
95
961.4 Contents of libopiedb [ opiedb ]
97--------------------------------------------------------
98
99...
100
1011.5 Contents of libopienet [ opienet ]
102--------------------------------------------------------
103
104 - onetwork
105 - onetworkinterface
106 - owirelessnetworkinterface
107 - ochannelhopper
108
109 - omonitoring
110 - ociscomonitoring
111 - owlanngmonitoring
112 - ohostapmonitoring
113 - oorinocomonitoring
114
115 - opacketcapturer
116 - opacket
117 - oethernetpacket
118 - owavelanpacket
119 - ollcpacket
120 - oippacket
121 - oudppacket
122 - otcppacket
123
1241.6 Contents of libopiemm [ opiemm ]
125--------------------------------------------------------
126
127 - osoundsystem
128 - oaudiointerface
129 - osoundserver
130
131--------------------------------------------------------
1322.0 Feature Description
133--------------------------------------------------------
134
1352.1 libopiecore
136
137...
138
1392.2 libopieui
140
141...
142
1432.3 libopiepim
144
145...
146
1472.4 libopiedb
148
149...
150
1512.5 libopienet
152
153...
154
1552.6 libopiemm
156
157...
158
159--------------------------------------------------------
1603.0 Usage
161--------------------------------------------------------
162
1633.1 Namespaces
164
165