Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-06-15 | support of libopiesecurity2 and noncore/securityplugins | clem | 1 | -0/+1 |
2004-06-08 | adjust for directory moval | mickeyl | 1 | -0/+1 |
2004-06-02 | enable building static versions of the libraries | mickeyl | 1 | -1/+5 |
2004-05-17 | ich@opiezilla:~/programming/opie/head/opie$ nm lib/libopiecore2.so | grep polish | zecke | 1 | -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-03 | remove the OPIE_WE_VERSION crap. this was a step into the wrong direction. | mickeyl | 1 | -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-28 | CLEANUP: rsync is now a (static) library and the launcher links against it | mickeyl | 1 | -1/+1 |
2004-04-19 | clean up and add configure option for removing some polling with file ↵ | mickeyl | 1 | -9/+18 |
notifications | ||||
2004-04-08 | Create a Menu for dependencies | zecke | 1 | -0/+4 |
2004-04-07 | Forget a quote | wimpie | 1 | -1/+1 |
2004-04-06 | specifying the wireless extension version is now optional thanks | mickeyl | 1 | -0/+5 |
to libopienet2 gathering the WE version automatically you can still override it if needed | ||||
2004-04-02 | THreaded support | wimpie | 1 | -0/+5 |
2004-04-02 | reduce unnecessary nesting | mickeyl | 1 | -2/+3 |
improve plugin names | ||||
2004-03-26 | typo | mickeyl | 1 | -1/+1 |
2004-03-26 | move SQL_BACKEND configuration to where it belongs | mickeyl | 1 | -16/+0 |
2004-03-24 | reorder menu entries | mickeyl | 1 | -3/+5 |
libopie2: no longer a submenu, out of experimental, into base | ||||
2004-03-21 | Initial commit of qtpoia symlinker app for opie | brad | 1 | -0/+1 |
2004-03-02 | enable chosing libslcompat | mickeyl | 1 | -0/+1 |
2004-02-23 | introduce configuration option OPIE_WE_VERSION | mickeyl | 1 | -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-13 | build system bits to get libqtaux built | mickeyl | 1 | -1/+2 |
2004-01-05 | support a customizable quicklaunch path, this fixes the problem when | mickeyl | 1 | -0/+4 |
people install quicklaunch applications to non-root hence having the link pointing to non-existing ./quicklauncher | ||||
2003-12-25 | better not source the unsupported configs one-by-one in the top-level config.in | mickeyl | 1 | -3/+1 |
2003-12-09 | Fixing the build. | treke | 1 | -2/+0 |
2003-12-08 | adapt to directory changes and menu structure changes | mickeyl | 1 | -2/+11 |
2003-11-30 | Obsolete many of the custom-platform.h files. Values can be controled | zecke | 1 | -3/+47 |
by make menuconfig now. The default depends match the old custom-platform files. Todo remove content from the platform files | ||||
2003-11-06 | bring quicklauncher into the config system | mickeyl | 1 | -0/+1 |
2003-11-03 | Porting Opie to MacOS-X. | eilers | 1 | -0/+4 |
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details | ||||
2003-10-09 | Added Yopy to build system. | ocheong | 1 | -0/+6 |
2003-10-04 | Allow Opie beeing build with a Plain version of Qt without weak symbols | zecke | 1 | -0/+4 |
2003-09-27 | merge dasher which has been introduced in BRANCH first (wtf?) into HEAD | mickeyl | 1 | -1/+1 |
2003-09-22 | The SQL-Backend switch is available under "Experimental". It needs an installed | eilers | 1 | -0/+17 |
"libsqlite.so" .. | ||||
2003-08-30 | include a new menu for examples and the examples apps | zecke | 1 | -0/+6 |
2003-08-27 | If you add quick-app to the CONFIG options | zecke | 1 | -0/+4 |
it'll use the global quick app setting to either be a lib or normal executable | ||||
2003-08-10 | seperate tools from development | mickeyl | 1 | -2/+5 |
2003-06-14 | just whitespace and comment changes | schurig | 1 | -44/+13 |
2003-06-03 | simpad | mickeyl | 1 | -0/+7 |
2003-06-02 | new Ramses target | schurig | 1 | -1/+8 |
2003-05-13 | Add 'experimental' config token, so we can enable/disable all experimental ↵ | kergoth | 1 | -0/+6 |
items in one fell swoop. | ||||
2003-05-08 | Buildsystem glue and config item for minimal qws server | kergoth | 1 | -1/+7 |
2003-03-28 | enable building libopie2 under menu "experimental" - | mickeyl | 1 | -0/+5 |
don't forget to remove stamp-headers and remake them to automatically add the various $(OPIEDIR)/include/opie2 headers. | ||||
2003-01-24 | Add debug to config system. enabling/disabling this option alters a toplevel ↵ | kergoth | 1 | -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-16 | Cleanup and formatting. | kergoth | 1 | -3/+14 |
2003-01-16 | Move most of config categorization into root config, and consolated core vs ↵ | kergoth | 1 | -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-16 | Make qt/x11 vs qt/e selection a proper 'choice' in the config system. | kergoth | 1 | -0/+89 |