Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-02-19 | make inline image support optional | mickeyl | 1 | -0/+3 |
2005-02-08 | -Kill the need to compile Opie against a patched version of Qt/E | zecke | 1 | -6/+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-22 | - build opie-freetype against freetype2 | ar | 1 | -0/+3 |
you must specified <prefix>/include/freetype2 in dependencies menu (make menuconfig) | ||||
2005-01-09 | CONTROL files : reset version to 'standard' format | wimpie | 1 | -0/+8 |
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file) | ||||
2004-11-16 | bye bye libopie1 | mickeyl | 1 | -9/+0 |
2004-10-27 | Switching to sqlite3 | eilers | 1 | -1/+1 |
Please read the following page for upgrade your old sqlite V2 database: http://opie.handhelds.org/cgi-bin/moin.cgi/SqlBackends | ||||
2004-10-14 | allow distribution inside *one* single directory, +ing the call descend as ↵ | clem | 1 | -1/+1 |
in the previous commit | ||||
2004-10-14 | tell make this line is a make line, so it can be distributed with -j | clem | 1 | -1/+1 |
2004-09-16 | removed libopie big-screen reference (big-screen is now in LIBOPIEUI2) that ↵ | clem | 1 | -1/+0 |
used to create a '*.h' broken link | ||||
2004-08-25 | makefilegen : | wimpie | 1 | -2/+4 |
changed the command to generate the makefile from a pro-file and removed the 6 processes that need to be started (2 shell, cat grep head awk and sed) to one shell and some makefile commands | ||||
2004-08-25 | -Make libqpe work without RoHFeedback | zecke | 1 | -1/+1 |
-Use only a define in library.pro and add source code conditional. | ||||
2004-08-25 | Added rule to autodefine OPIE_WITHROHFEEDBACK from menuconfig | wimpie | 1 | -0/+3 |
2004-08-06 | Update to the on-server move. | zecke | 1 | -1/+3 |
We now have core/ with DataTypes, PUBLIC API backend/ for concrete implementation of backends and the 'Interface description' ui/ For UI related classes private/ For private implementation details | ||||
2004-07-18 | don't allow a static libqpe | mickeyl | 1 | -0/+2 |
2004-07-15 | -Remove double 'connection' of num/capslock/symbol toggle from launcher. | zecke | 1 | -0/+3 |
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 devices | mickeyl | 1 | -3/+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-15 | support of libopiesecurity2 and noncore/securityplugins | clem | 1 | -0/+1 |
2004-06-02 | enable building static versions of the libraries | mickeyl | 1 | -1/+4 |
2004-05-17 | ich@opiezilla:~/programming/opie/head/opie$ nm lib/libopiecore2.so | grep polish | zecke | 1 | -0/+3 |
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-14 | CLEANUP: Don't include header files via relative paths | mickeyl | 1 | -0/+2 |
Note: Remember to rm stamp-headers | ||||
2004-04-28 | CLEANUP: remove relative includes over the source tree | mickeyl | 1 | -0/+1 |
2004-04-22 | Added libsword dependancy for dagger | drw | 1 | -5/+9 |
2004-04-19 | support file notification customization | mickeyl | 1 | -0/+3 |
2004-04-08 | Write out the LIB and INC Dir for the dependencies into | zecke | 1 | -0/+25 |
the .pro Now the apps can pick it up if they want | ||||
2004-04-06 | specifying the wireless extension version is now optional thanks | mickeyl | 1 | -0/+2 |
to libopienet2 gathering the WE version automatically you can still override it if needed | ||||
2004-04-02 | Added THREAD config flag (for compile agains threaded qt) | wimpie | 1 | -0/+7 |
Added ipkg-mt target for packaging targets to -mt packages speedup of ipkg by using bash substitution instead of grep/sed | ||||
2004-03-27 | define OPIE_NO_DEBUG for release builds (see usage example in ↵ | mickeyl | 1 | -0/+1 |
libopie2/core/odebug.*) | ||||
2004-03-27 | define debug symbols when debug is selected. actually this should have | mickeyl | 1 | -0/+2 |
been in since the beginning of the new build system... | ||||
2004-03-27 | only link libopie include files if it is selected | mickeyl | 1 | -0/+4 |
2004-03-26 | conditionally link against -lopiedb, i.e. only when ENABLE_SQL_PIM_BACKEND=y | mickeyl | 1 | -1/+6 |
2004-03-06 | Generate a .h for a .ui for libopie2 too | zecke | 1 | -0/+4 |
2004-03-01 | some header files and glue to compile japanese apps | mickeyl | 1 | -1/+4 |
pretty much work in progress - maybe someone wants to finish | ||||
2004-02-25 | add the missing header creation. i always wonder how you guys compile | mickeyl | 1 | -0/+1 |
stuff without these changes... do you create them by hand? :D | ||||
2004-02-23 | introduce configuration option OPIE_WE_VERSION | mickeyl | 1 | -0/+1 |
Use '15' for linux versions < 2.4.23 / 2.5.70 Use '16' for linux versions >= 2.4.23 / 2.5.70 | ||||
2004-02-21 | the usual cosmetics | mickeyl | 1 | -0/+2 |
2004-01-21 | catch up with moves on cvs server | mickeyl | 1 | -8/+14 |
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/+1 |
people install quicklaunch applications to non-root hence having the link pointing to non-existing ./quicklauncher | ||||
2003-12-09 | small typo.. it is OPIE_NEW_MALLOC not _ALLOC | zecke | 1 | -1/+1 |
2003-11-30 | Obsolete many of the custom-platform.h files. Values can be controled | zecke | 1 | -1/+22 |
by make menuconfig now. The default depends match the old custom-platform files. Todo remove content from the platform files | ||||
2003-11-03 | add memoryapplet to build system | mickeyl | 1 | -1/+1 |
2003-10-04 | Allow Opie beeing build with a Plain version of Qt without weak symbols | zecke | 1 | -0/+3 |
2003-09-01 | Link files from big-screen as well | zecke | 1 | -1/+2 |
2003-08-27 | If you add quick-app to the CONFIG options | zecke | 1 | -0/+11 |
it'll use the global quick app setting to either be a lib or normal executable | ||||
2003-08-13 | make it at least compile. ljp, please look @ the doctab | mickeyl | 1 | -0/+1 |
2003-08-10 | generate headers for libopie2db | mickeyl | 1 | -1/+1 |
2003-08-09 | Merges. | kergoth | 1 | -8/+46 |
2003-06-15 | enable opiemm | mickeyl | 1 | -0/+1 |
2003-06-06 | filesubst i18n -> $(prefix)/i18n | schurig | 1 | -0/+1 |
2003-05-03 | patch to enable putting files in $OPIEDIR/share instead of /share per ↵ | mickeyl | 1 | -0/+1 |
treke's request |