author | mickeyl <mickeyl> | 2004-03-24 00:09:29 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-03-24 00:09:29 (UTC) |
commit | f08adf125dbaa2a411fad9fba22443c7364afca3 (patch) (unidiff) | |
tree | 5ef23b3d417d05dd0f9b649f7a7a70c60dd24c5f | |
parent | dbde00826e485c509471961a15f95395a81b3b72 (diff) | |
download | opie-f08adf125dbaa2a411fad9fba22443c7364afca3.zip opie-f08adf125dbaa2a411fad9fba22443c7364afca3.tar.gz opie-f08adf125dbaa2a411fad9fba22443c7364afca3.tar.bz2 |
reorder menu entries
libopie2: no longer a submenu, out of experimental, into base
-rw-r--r-- | config.in | 8 | ||||
-rw-r--r-- | libopie/config.in | 4 | ||||
-rw-r--r-- | libopie2/config.in | 7 |
3 files changed, 11 insertions, 8 deletions
@@ -121,69 +121,72 @@ config QT_QWS_ALLOW_OVERCLOCK | |||
121 | default n | 121 | default n |
122 | 122 | ||
123 | config OPIE_HIGH_RES_SMALL_PHY | 123 | config OPIE_HIGH_RES_SMALL_PHY |
124 | boolean "Resolution is bigger than physical screen" | 124 | boolean "Resolution is bigger than physical screen" |
125 | default y if TARGET_C700 | 125 | default y if TARGET_C700 |
126 | default n | 126 | default n |
127 | 127 | ||
128 | config OPIE_NEW_ALLOC | 128 | config OPIE_NEW_ALLOC |
129 | boolean "Use malloc and free for the implementation" | 129 | boolean "Use malloc and free for the implementation" |
130 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP | 130 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
131 | default n | 131 | default n |
132 | 132 | ||
133 | config OPIE_NO_SOUND_PCM_READ_BITS | 133 | config OPIE_NO_SOUND_PCM_READ_BITS |
134 | boolean "There is not a pcm_read_bits io control" | 134 | boolean "There is not a pcm_read_bits io control" |
135 | default y if TARGET_SHARP | 135 | default y if TARGET_SHARP |
136 | default n | 136 | default n |
137 | 137 | ||
138 | config OPIE_WE_VERSION | 138 | config OPIE_WE_VERSION |
139 | string "The wireless extension (WE) version to build against" | 139 | string "The wireless extension (WE) version to build against" |
140 | default "15" if ! TARGET_X86 | 140 | default "15" if ! TARGET_X86 |
141 | default "16" if TAGET_X86 | 141 | default "16" if TAGET_X86 |
142 | 142 | ||
143 | endmenu | 143 | endmenu |
144 | 144 | ||
145 | menu "Base" | 145 | menu "Base" |
146 | choice | 146 | choice |
147 | prompt "Qpe Library Selection" | 147 | prompt "Qpe Library Selection" |
148 | default LIBQPE | 148 | default LIBQPE |
149 | source library/config.in | 149 | source library/config.in |
150 | source x11/config.in | 150 | source x11/config.in |
151 | endchoice | 151 | endchoice |
152 | source libopie/config.in | 152 | source libopie/config.in |
153 | |||
154 | source libopie2/config.in | ||
155 | source libqtaux/config.in | ||
156 | |||
153 | source core/opie-login/config.in | 157 | source core/opie-login/config.in |
154 | source core/opiealarm/config.in | 158 | source core/opiealarm/config.in |
155 | source core/tools/quicklauncher/config.in | 159 | source core/tools/quicklauncher/config.in |
156 | source core/launcher/config.in | 160 | source core/launcher/config.in |
157 | source core/qws/config.in | ||
158 | source core/symlinker/config.in | 161 | source core/symlinker/config.in |
159 | endmenu | 162 | endmenu |
160 | 163 | ||
161 | comment "" | 164 | comment "" |
162 | 165 | ||
163 | menu "Applets" | 166 | menu "Applets" |
164 | source core/applets/config.in | 167 | source core/applets/config.in |
165 | source noncore/applets/config.in | 168 | source noncore/applets/config.in |
166 | endmenu | 169 | endmenu |
167 | 170 | ||
168 | menu "Apps" | 171 | menu "Apps" |
169 | source core/apps/config.in | 172 | source core/apps/config.in |
170 | source noncore/apps/config.in | 173 | source noncore/apps/config.in |
171 | endmenu | 174 | endmenu |
172 | 175 | ||
173 | menu "Communications and Networking" | 176 | menu "Communications and Networking" |
174 | source noncore/comm/config.in | 177 | source noncore/comm/config.in |
175 | source noncore/net/config.in | 178 | source noncore/net/config.in |
176 | endmenu | 179 | endmenu |
177 | 180 | ||
178 | menu "Games" | 181 | menu "Games" |
179 | source noncore/games/config.in | 182 | source noncore/games/config.in |
180 | endmenu | 183 | endmenu |
181 | 184 | ||
182 | menu "Graphics and Multimedia" | 185 | menu "Graphics and Multimedia" |
183 | source freetype/config.in | 186 | source freetype/config.in |
184 | source noncore/graphics/config.in | 187 | source noncore/graphics/config.in |
185 | source core/multimedia/config.in | 188 | source core/multimedia/config.in |
186 | source noncore/multimedia/config.in | 189 | source noncore/multimedia/config.in |
187 | endmenu | 190 | endmenu |
188 | 191 | ||
189 | menu "Input methods" | 192 | menu "Input methods" |
@@ -204,52 +207,51 @@ menu "Settings" | |||
204 | endmenu | 207 | endmenu |
205 | 208 | ||
206 | menu "Theming" | 209 | menu "Theming" |
207 | source noncore/decorations/config.in | 210 | source noncore/decorations/config.in |
208 | source noncore/styles/config.in | 211 | source noncore/styles/config.in |
209 | endmenu | 212 | endmenu |
210 | 213 | ||
211 | menu "Tools" | 214 | menu "Tools" |
212 | source noncore/tools/config.in | 215 | source noncore/tools/config.in |
213 | endmenu | 216 | endmenu |
214 | 217 | ||
215 | menu "Development" | 218 | menu "Development" |
216 | source development/keyview/config.in | 219 | source development/keyview/config.in |
217 | #source development/debugviewer/config.in | 220 | #source development/debugviewer/config.in |
218 | endmenu | 221 | endmenu |
219 | 222 | ||
220 | menu "Examples" | 223 | menu "Examples" |
221 | config EXAMPLES | 224 | config EXAMPLES |
222 | boolean "Compile Example Application" | 225 | boolean "Compile Example Application" |
223 | source examples/config.in | 226 | source examples/config.in |
224 | endmenu | 227 | endmenu |
225 | 228 | ||
226 | comment "" | 229 | comment "" |
227 | 230 | ||
228 | menu "Unsupported / Unmaintained" | 231 | menu "Unsupported / Unmaintained" |
229 | source noncore/unsupported/config.in | 232 | source noncore/unsupported/config.in |
230 | endmenu | 233 | endmenu |
231 | 234 | ||
232 | comment "" | 235 | comment "" |
233 | depends on EXPERIMENTAL | 236 | depends on EXPERIMENTAL |
234 | menu "Experimental" | 237 | menu "Experimental" |
235 | depends on EXPERIMENTAL | 238 | depends on EXPERIMENTAL |
236 | source libopie2/config.in | ||
237 | source libqtaux/config.in | ||
238 | source libslcompat/config.in | 239 | source libslcompat/config.in |
240 | source core/qws/config.in | ||
239 | 241 | ||
240 | config SQL_PIM_BACKEND | 242 | config SQL_PIM_BACKEND |
241 | bool "Add SQL-Backend support" | 243 | bool "Add SQL-Backend support" |
242 | default n | 244 | default n |
243 | help | 245 | help |
244 | This adds the SQL-Support, using SQLite. Which database is used | 246 | This adds the SQL-Support, using SQLite. Which database is used |
245 | by the backends is defined by the file "pimaccess.conf" in the | 247 | by the backends is defined by the file "pimaccess.conf" in the |
246 | directory "Settings". | 248 | directory "Settings". |
247 | There currently do exist to groups "[contact]" and "[todo]". You can | 249 | There currently do exist to groups "[contact]" and "[todo]". You can |
248 | select the used backend by the variable "usebackend=<type>", where | 250 | select the used backend by the variable "usebackend=<type>", where |
249 | <type> is "sql" or "xml". "xml" is the default ! | 251 | <type> is "sql" or "xml". "xml" is the default ! |
250 | Important: The SQLite-library "libsqlite.so" must be installed ! | 252 | Important: The SQLite-library "libsqlite.so" must be installed ! |
251 | depends ( LIBOPIE2DB ) | 253 | depends ( LIBOPIE2DB ) |
252 | 254 | ||
253 | comment "SQL-Support needs libopie2db!" | 255 | comment "SQL-Support needs libopie2db!" |
254 | depends !( LIBOPIE2DB ) | 256 | depends !( LIBOPIE2DB ) |
255 | endmenu | 257 | endmenu |
diff --git a/libopie/config.in b/libopie/config.in index 3dcae4d..945a5c3 100644 --- a/libopie/config.in +++ b/libopie/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config LIBOPIE | 1 | config LIBOPIE |
2 | boolean "Opie library" | 2 | boolean "libopie1 (compatibility only, use libopie2* for new applications)" |
3 | default "y" | 3 | default "n" |
4 | depends LIBQPE || LIBQPE-X11 || LIBOPIE2DB | 4 | depends LIBQPE || LIBQPE-X11 || LIBOPIE2DB |
diff --git a/libopie2/config.in b/libopie2/config.in index 5a0e443..ddbe807 100644 --- a/libopie2/config.in +++ b/libopie2/config.in | |||
@@ -1,11 +1,12 @@ | |||
1 | menu "libopie2" | 1 | #menu "libopie2" |
2 | comment "" | ||
2 | source libopie2/opiecore/config.in | 3 | source libopie2/opiecore/config.in |
3 | source libopie2/opiedb/config.in | 4 | source libopie2/opiedb/config.in |
4 | source libopie2/opienet/config.in | 5 | source libopie2/opienet/config.in |
5 | source libopie2/opiepim/config.in | 6 | source libopie2/opiepim/config.in |
6 | source libopie2/opieui/config.in | 7 | source libopie2/opieui/config.in |
7 | source libopie2/opiemm/config.in | 8 | source libopie2/opiemm/config.in |
8 | comment "" | ||
9 | source libopie2/examples/config.in | 9 | source libopie2/examples/config.in |
10 | endmenu | 10 | comment "" |
11 | #endmenu | ||
11 | 12 | ||