summaryrefslogtreecommitdiff
path: root/config.in
AgeCommit message (Collapse)AuthorFilesLines
2006-05-25remove libslcompatmickeyl1-1/+0
2006-04-23add support for HTC Universal devicellornkcor1-0/+6
2005-11-08add 64bit targetllornkcor1-0/+4
2005-04-27add hotplug-qcop skeletonmickeyl1-0/+1
2005-03-16added holiday plugin packagealwin1-0/+2
2005-02-26Do build with inline images by default because we don't wantzecke1-1/+1
force people to cp pics/inline/*.png pics on their x86 builds
2005-02-19make inline image support optionalmickeyl1-0/+4
2005-02-12remove arm-linux'isms from linux-oe-g++ and make it depending on the value ↵mickeyl1-0/+5
of OE_TARGET_SYS this enables to build Opie against OE staging area targetting e.g. uclibc, mips, or whatever
2005-02-08-Kill the need to compile Opie against a patched version of Qt/Ezecke1-8/+0
Remove the setStyle and setFont overrides as a result remove settings from the buildsystem and the Apperance GUI We do this as we won't run NeoCal or TKC Apps on a GCC3 (now default compiler) libqpe, to run these applications one can use oz-compat
2005-01-12- make host system for oe based builds configurablear1-0/+5
2004-12-20Added a switch to disable automatic use of ccache. Needed for darwin based ↵eilers1-0/+4
systems..
2004-11-16bye bye libopie1mickeyl1-2/+0
2004-11-15this improves Opie build system playing more nice with OE. instructions later...mickeyl1-1/+9
alert me if this breaks the non-oe work (which i doubt)
2004-08-25add configuration entry for right-on-hold feedbackmickeyl1-0/+4
i like that - nice work, guys.
2004-07-15-Remove double 'connection' of num/capslock/symbol toggle from launcher.zecke1-0/+5
taskbar itself takes care about it -Make having the LockKeyState indicator in the taskbar configurable and have it enabled by default for Sharp Zaurus which actually got a keyboard :) Initial KeyLock State is still not defined/used from within Sharp
2004-06-25- get rid of HIGH_RES_LOW_PHYS to allow shipping one libqpe for all devicesmickeyl1-5/+0
- honor FontFamily and FontSize as set in qpe/Appearance - NOTE to packagers: Remember to ship appropriate qpe.conf files for the different devices!
2004-06-15support of libopiesecurity2 and noncore/securitypluginsclem1-0/+1
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