summaryrefslogtreecommitdiff
path: root/libopie2/README
Unidiff
Diffstat (limited to 'libopie2/README') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/libopie2/README b/libopie2/README
index 57172a7..daf6b27 100644
--- a/libopie2/README
+++ b/libopie2/README
@@ -1,141 +1,160 @@
1/******************************************************************** 1/********************************************************************
2/* This is an overview of the opielibs2 project 2/* This is an overview of the opielibs2 project
3/********************************************************************/ 3/********************************************************************/
4 4
5 Origin: opielibs is about creating classes to 5 Origin: opielibs is about creating classes to
6 * optimize Qt classes for the embedded environment 6 * optimize Qt classes for the embedded environment
7 * provide sophisticated abstractions for developers 7 * provide sophisticated abstractions for developers
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 12
13-------------------------------------------------------- 13--------------------------------------------------------
140. Building
15--------------------------------------------------------
16
17* for QPE run:
18 qmake libopie2.pro
19 make
20
21OR (even better)
22 cd $OPIEDIR
23 make menuconfig
24 make -k
25
26* for QT/X11 run:
27 qmake "platform=x11" libopie2.pro
28 make
29
30Make sure you have set $PLATFORM=x86-linux
31
32--------------------------------------------------------
141. General Overview 331. General Overview
15-------------------------------------------------------- 34--------------------------------------------------------
16 35
17libopie is functionally seperated into the following libraries: 36libopie is functionally seperated into the following libraries:
18 - libopiecore 37 - libopiecore
19 - libopieui 38 - libopieui
20 - libopiepim 39 - libopiepim
21 - libopiedb 40 - libopiedb
22 - libopienet 41 - libopienet
23 - libopiemm 42 - libopiemm
24 43
251.1 Contents of libopiecore [ opiecore ] 441.1 Contents of libopiecore [ opiecore ]
26-------------------------------------------------------- 45--------------------------------------------------------
27 46
28 - odbgstream 47 - odbgstream
29 - ondbgstream 48 - ondbgstream
30 49
31 - oprocctrl 50 - oprocctrl
32 - oprocess 51 - oprocess
33 - odevice 52 - odevice
34 - odevicebutton 53 - odevicebutton
35 54
36 - oconfig 55 - oconfig
37 - oconfiggroupsaver 56 - oconfiggroupsaver
38 57
39 - ocompletionbase 58 - ocompletionbase
40 - ocompletion 59 - ocompletion
41 - ocomptreenodelist 60 - ocomptreenodelist
42 - ocomptreenode 61 - ocomptreenode
43 - ocompletionwrapper 62 - ocompletionwrapper
44 63
45 - oglobal 64 - oglobal
46 - oglobalsettings 65 - oglobalsettings
47 66
48 - osortableitem 67 - osortableitem
49 - osortablevaluelist 68 - osortablevaluelist
50 69
511.2 Contents of libopieui [ opieui ] 701.2 Contents of libopieui [ opieui ]
52-------------------------------------------------------- 71--------------------------------------------------------
53 72
54 - oapplication 73 - oapplication
55 74
56 - ofiledialog 75 - ofiledialog
57 - colordialog 76 - colordialog
58 - oclickablelabel 77 - oclickablelabel
59 - ocolorbutton 78 - ocolorbutton
60 - colorpopupmenu 79 - colorpopupmenu
61 - otabinfo 80 - otabinfo
62 - otabbar 81 - otabbar
63 - otabwidget 82 - otabwidget
64 - ofontmenu 83 - ofontmenu
65 - ofontselector 84 - ofontselector
66 - ofileview 85 - ofileview
67 - oticker 86 - oticker
68 87
69 - olistview 88 - olistview
70 - olistviewitem 89 - olistviewitem
71 - oversatileview 90 - oversatileview
72 - oversatileviewitem 91 - oversatileviewitem
73 - ocompletionbox 92 - ocompletionbox
74 - olineedit 93 - olineedit
75 - ocombobox 94 - ocombobox
76 - ohistorycombo 95 - ohistorycombo
77 96
78 - omessagebox 97 - omessagebox
79 - odialogbase 98 - odialogbase
80 99
81 - todayconfigwidget (rather into opiepim?) 100 - todayconfigwidget (rather into opiepim?)
82 - orecurrancewidget (rather into opiepim?) 101 - orecurrancewidget (rather into opiepim?)
83 - otimepicker (rather into opiepim?) 102 - otimepicker (rather into opiepim?)
84 103
851.3 Contents of libopiepim [ opiepim ] 1041.3 Contents of libopiepim [ opiepim ]
86-------------------------------------------------------- 105--------------------------------------------------------
87 106
88 - ocheckitem 107 - ocheckitem
89 - todayplugininterface 108 - todayplugininterface
90 109
91THIS STUFF IS OUTDATED/DEPRICATED AND SCHOULD NOT 110THIS STUFF IS OUTDATED/DEPRICATED AND SCHOULD NOT
92BE MOVED IN THE NEW LIBRARY !! 111BE MOVED IN THE NEW LIBRARY !!
93USE THE CLASSES IN libopie/pim INSTEAD !(eilers) 112USE THE CLASSES IN libopie/pim INSTEAD !(eilers)
94 113
95 - todoresource 114 - todoresource
96 - todoevent 115 - todoevent
97 - todovcalresource 116 - todovcalresource
98 117
991.4 Contents of libopiedb [ opiedb ] 1181.4 Contents of libopiedb [ opiedb ]
100-------------------------------------------------------- 119--------------------------------------------------------
101 120
102 - xmltree 121 - xmltree
103 122
104THIS STUFF IS OUTDATED/DEPRICATED AND SCHOULD NOT 123THIS STUFF IS OUTDATED/DEPRICATED AND SCHOULD NOT
105BE MOVED IN THE NEW LIBRARY !! 124BE MOVED IN THE NEW LIBRARY !!
106USE THE CLASSES IN libopie/pim INSTEAD !(eilers) 125USE THE CLASSES IN libopie/pim INSTEAD !(eilers)
107 - tododb 126 - tododb
108 127
1091.5 Contents of libopienet [ opienet ] 1281.5 Contents of libopienet [ opienet ]
110-------------------------------------------------------- 129--------------------------------------------------------
111 130
112 - onetwork 131 - onetwork
113 - onetworkinterface 132 - onetworkinterface
114 - owirelessnetworkinterface 133 - owirelessnetworkinterface
115 - ochannelhopper 134 - ochannelhopper
116 135
117 - omonitoring 136 - omonitoring
118 - ociscomonitoring 137 - ociscomonitoring
119 - owlanngmonitoring 138 - owlanngmonitoring
120 - ohostapmonitoring 139 - ohostapmonitoring
121 - oorinocomonitoring 140 - oorinocomonitoring
122 141
123 - opacketcapturer 142 - opacketcapturer
124 - opacket 143 - opacket
125 - oethernetpacket 144 - oethernetpacket
126 - owavelanpacket 145 - owavelanpacket
127 - ollcpacket 146 - ollcpacket
128 - oippacket 147 - oippacket
129 - oudppacket 148 - oudppacket
130 - otcppacket 149 - otcppacket
131 150
132 <libmail stuff> 151 <libmail stuff>
133 <libbend stuff> 152 <libbend stuff>
134 <libftp stuff> 153 <libftp stuff>
135 154
1361.6 Contents of libopiemm [ opiemm ] 1551.6 Contents of libopiemm [ opiemm ]
137-------------------------------------------------------- 156--------------------------------------------------------
138 157
139 - osoundsystem 158 - osoundsystem
140 - oaudiointerface 159 - oaudiointerface
141 - osoundserver 160 - osoundserver