-rw-r--r-- | libopie2/README | 165 |
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 | -------------------------------------------------------- | ||
15 | 0. Building | ||
16 | -------------------------------------------------------- | ||
17 | |||
18 | * for QPE run: | ||
19 | qmake libopie2.pro | ||
20 | make | ||
21 | |||
22 | OR (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 | |||
31 | Make sure you have set $PLATFORM=x86-linux | ||
32 | |||
33 | -------------------------------------------------------- | ||
34 | 1. General Overview | ||
35 | -------------------------------------------------------- | ||
36 | |||
37 | libopie is functionally seperated into the following libraries: | ||
38 | - libopiecore | ||
39 | - libopieui | ||
40 | - libopiepim | ||
41 | - libopiedb | ||
42 | - libopienet | ||
43 | - libopiemm | ||
44 | |||
45 | 1.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 | |||
65 | 1.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 | |||
91 | 1.3 Contents of libopiepim [ opiepim ] | ||
92 | -------------------------------------------------------- | ||
93 | |||
94 | ... | ||
95 | |||
96 | 1.4 Contents of libopiedb [ opiedb ] | ||
97 | -------------------------------------------------------- | ||
98 | |||
99 | ... | ||
100 | |||
101 | 1.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 | |||
124 | 1.6 Contents of libopiemm [ opiemm ] | ||
125 | -------------------------------------------------------- | ||
126 | |||
127 | - osoundsystem | ||
128 | - oaudiointerface | ||
129 | - osoundserver | ||
130 | |||
131 | -------------------------------------------------------- | ||
132 | 2.0 Feature Description | ||
133 | -------------------------------------------------------- | ||
134 | |||
135 | 2.1 libopiecore | ||
136 | |||
137 | ... | ||
138 | |||
139 | 2.2 libopieui | ||
140 | |||
141 | ... | ||
142 | |||
143 | 2.3 libopiepim | ||
144 | |||
145 | ... | ||
146 | |||
147 | 2.4 libopiedb | ||
148 | |||
149 | ... | ||
150 | |||
151 | 2.5 libopienet | ||
152 | |||
153 | ... | ||
154 | |||
155 | 2.6 libopiemm | ||
156 | |||
157 | ... | ||
158 | |||
159 | -------------------------------------------------------- | ||
160 | 3.0 Usage | ||
161 | -------------------------------------------------------- | ||
162 | |||
163 | 3.1 Namespaces | ||
164 | |||
165 | |||