summaryrefslogtreecommitdiff
path: root/config.in
AgeCommit message (Collapse)AuthorFilesLines
2004-06-08adjust for directory movalmickeyl1-0/+1
2004-06-02enable building static versions of the librariesmickeyl1-1/+5
2004-05-17ich@opiezilla:~/programming/opie/head/opie$ nm lib/libopiecore2.so | grep polishzecke1-0/+4
U _ZN14QPEApplication6polishEP7QWidget ich@opiezilla:~/programming/opie/head/opie$ nm lib/libopiecore2.so | grep polish U _ZN12QApplication6polishEP7QWidget in qt_override we had to overwrite the Palette for some widgets for some styles (setting no background liquid and such) we overwrote the polish method. As we did not inherit from QPEApplication the 'polish' symbol was only internal to libqpe and this way Opie apps worked on Opies and Sharps libqpe, and Sharp apps work on our libqpe. Now with libopiecore the compiler tries to include different symbols as shown above. So for now we could disable the legacy palette polishing which shouldn't hurt anyway. OApplication is the source of all evil, we wouldn't 'pull' in the polish symbol... but having a 'shadow' weak symbol as backup isn't good as well. Chicken you may enable the option in config.in...
2004-05-03remove the OPIE_WE_VERSION crap. this was a step into the wrong direction.mickeyl1-11/+0
remove the wireless.h user headers also. we are doomed to use the kernel ones until Jean himself provides user headers. As a nice side effect, the automatic WE_VERSION detected has been removed. It was too weak anyway, since e.g. the handhelds.org community updated kernel 2.4.19 to WE V16 about 14 months ago...
2004-04-28CLEANUP: rsync is now a (static) library and the launcher links against itmickeyl1-1/+1
2004-04-19clean up and add configure option for removing some polling with file ↵mickeyl1-9/+18
notifications
2004-04-08Create a Menu for dependencieszecke1-0/+4
2004-04-07Forget a quotewimpie1-1/+1
2004-04-06specifying the wireless extension version is now optional thanksmickeyl1-0/+5
to libopienet2 gathering the WE version automatically you can still override it if needed
2004-04-02THreaded supportwimpie1-0/+5
2004-04-02reduce unnecessary nestingmickeyl1-2/+3
improve plugin names
2004-03-26typomickeyl1-1/+1
2004-03-26move SQL_BACKEND configuration to where it belongsmickeyl1-16/+0
2004-03-24reorder menu entriesmickeyl1-3/+5
libopie2: no longer a submenu, out of experimental, into base
2004-03-21Initial commit of qtpoia symlinker app for opiebrad1-0/+1
2004-03-02enable chosing libslcompatmickeyl1-0/+1
2004-02-23introduce configuration option OPIE_WE_VERSIONmickeyl1-4/+8
Use '15' for linux versions < 2.4.23 / 2.5.70 Use '16' for linux versions >= 2.4.23 / 2.5.70
2004-01-13build system bits to get libqtaux builtmickeyl1-1/+2
2004-01-05support a customizable quicklaunch path, this fixes the problem whenmickeyl1-0/+4
people install quicklaunch applications to non-root hence having the link pointing to non-existing ./quicklauncher
2003-12-25better not source the unsupported configs one-by-one in the top-level config.inmickeyl1-3/+1
2003-12-09Fixing the build.treke1-2/+0
2003-12-08adapt to directory changes and menu structure changesmickeyl1-2/+11
2003-11-30Obsolete many of the custom-platform.h files. Values can be controledzecke1-3/+47
by make menuconfig now. The default depends match the old custom-platform files. Todo remove content from the platform files
2003-11-06bring quicklauncher into the config systemmickeyl1-0/+1
2003-11-03Porting Opie to MacOS-X.eilers1-0/+4
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-10-09Added Yopy to build system.ocheong1-0/+6
2003-10-04Allow Opie beeing build with a Plain version of Qt without weak symbolszecke1-0/+4
2003-09-27merge dasher which has been introduced in BRANCH first (wtf?) into HEADmickeyl1-1/+1
2003-09-22The SQL-Backend switch is available under "Experimental". It needs an installedeilers1-0/+17
"libsqlite.so" ..
2003-08-30include a new menu for examples and the examples appszecke1-0/+6
2003-08-27If you add quick-app to the CONFIG optionszecke1-0/+4
it'll use the global quick app setting to either be a lib or normal executable
2003-08-10seperate tools from developmentmickeyl1-2/+5
2003-06-14just whitespace and comment changesschurig1-44/+13
2003-06-03simpadmickeyl1-0/+7
2003-06-02new Ramses targetschurig1-1/+8
2003-05-13Add 'experimental' config token, so we can enable/disable all experimental ↵kergoth1-0/+6
items in one fell swoop.
2003-05-08Buildsystem glue and config item for minimal qws serverkergoth1-1/+7
2003-03-28enable building libopie2 under menu "experimental" -mickeyl1-0/+5
don't forget to remove stamp-headers and remake them to automatically add the various $(OPIEDIR)/include/opie2 headers.
2003-01-24Add debug to config system. enabling/disabling this option alters a toplevel ↵kergoth1-0/+4
gen.pro file, which alters the CONFIG parameter in the .pro files. In this way you can enable/disable debug builds globally via the config system.
2003-01-16Cleanup and formatting.kergoth1-3/+14
2003-01-16Move most of config categorization into root config, and consolated core vs ↵kergoth1-7/+53
noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions.
2003-01-16Make qt/x11 vs qt/e selection a proper 'choice' in the config system.kergoth1-0/+89