summaryrefslogtreecommitdiff
path: root/Rules.make
AgeCommit message (Collapse)AuthorFilesLines
2006-05-25remove libslcompatmickeyl1-2/+0
2006-05-04stage opietooth library headersmickeyl1-3/+6
2006-03-27add obexftp dependency to build system. patch courtesy Dmitriy Korovkin - thanksmickeyl1-0/+4
2005-07-10s/opieshower/opiebluez/mickeyl1-2/+2
2005-07-10Add skeleton for the new Opie bluetooth and infrared librarymickeyl1-0/+2
2005-05-19add skeleton for new pcmcia/cf configuration and monitoring appletmickeyl1-0/+1
2005-05-05write libflite dependency rulesmickeyl1-0/+4
2005-04-16Opie X11:zecke1-7/+37
-Make x11 header stamping aware of opie2
2005-02-19make inline image support optionalmickeyl1-0/+3
2005-02-08-Kill the need to compile Opie against a patched version of Qt/Ezecke1-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 freetype2ar1-0/+3
you must specified <prefix>/include/freetype2 in dependencies menu (make menuconfig)
2005-01-09CONTROL files : reset version to 'standard' formatwimpie1-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-16bye bye libopie1mickeyl1-9/+0
2004-10-27Switching to sqlite3eilers1-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-14allow distribution inside *one* single directory, +ing the call descend as ↵clem1-1/+1
in the previous commit
2004-10-14tell make this line is a make line, so it can be distributed with -jclem1-1/+1
2004-09-16removed libopie big-screen reference (big-screen is now in LIBOPIEUI2) that ↵clem1-1/+0
used to create a '*.h' broken link
2004-08-25makefilegen :wimpie1-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 RoHFeedbackzecke1-1/+1
-Use only a define in library.pro and add source code conditional.
2004-08-25Added rule to autodefine OPIE_WITHROHFEEDBACK from menuconfigwimpie1-0/+3
2004-08-06Update to the on-server move.zecke1-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-18don't allow a static libqpemickeyl1-0/+2
2004-07-15-Remove double 'connection' of num/capslock/symbol toggle from launcher.zecke1-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 devicesmickeyl1-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-15support of libopiesecurity2 and noncore/securitypluginsclem1-0/+1
2004-06-02enable building static versions of the librariesmickeyl1-1/+4
2004-05-17ich@opiezilla:~/programming/opie/head/opie$ nm lib/libopiecore2.so | grep polishzecke1-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-14CLEANUP: Don't include header files via relative pathsmickeyl1-0/+2
Note: Remember to rm stamp-headers
2004-04-28CLEANUP: remove relative includes over the source treemickeyl1-0/+1
2004-04-22Added libsword dependancy for daggerdrw1-5/+9
2004-04-19support file notification customizationmickeyl1-0/+3
2004-04-08Write out the LIB and INC Dir for the dependencies intozecke1-0/+25
the .pro Now the apps can pick it up if they want
2004-04-06specifying the wireless extension version is now optional thanksmickeyl1-0/+2
to libopienet2 gathering the WE version automatically you can still override it if needed
2004-04-02Added THREAD config flag (for compile agains threaded qt)wimpie1-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-27define OPIE_NO_DEBUG for release builds (see usage example in ↵mickeyl1-0/+1
libopie2/core/odebug.*)
2004-03-27define debug symbols when debug is selected. actually this should havemickeyl1-0/+2
been in since the beginning of the new build system...
2004-03-27only link libopie include files if it is selectedmickeyl1-0/+4
2004-03-26conditionally link against -lopiedb, i.e. only when ENABLE_SQL_PIM_BACKEND=ymickeyl1-1/+6
2004-03-06Generate a .h for a .ui for libopie2 toozecke1-0/+4
2004-03-01some header files and glue to compile japanese appsmickeyl1-1/+4
pretty much work in progress - maybe someone wants to finish
2004-02-25add the missing header creation. i always wonder how you guys compilemickeyl1-0/+1
stuff without these changes... do you create them by hand? :D
2004-02-23introduce configuration option OPIE_WE_VERSIONmickeyl1-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-21the usual cosmeticsmickeyl1-0/+2
2004-01-21catch up with moves on cvs servermickeyl1-8/+14
2004-01-13build system bits to get libqtaux builtmickeyl1-1/+2
2004-01-05support a customizable quicklaunch path, this fixes the problem whenmickeyl1-0/+1
people install quicklaunch applications to non-root hence having the link pointing to non-existing ./quicklauncher
2003-12-09small typo.. it is OPIE_NEW_MALLOC not _ALLOCzecke1-1/+1
2003-11-30Obsolete many of the custom-platform.h files. Values can be controledzecke1-1/+22
by make menuconfig now. The default depends match the old custom-platform files. Todo remove content from the platform files
2003-11-03add memoryapplet to build systemmickeyl1-1/+1
2003-10-04Allow Opie beeing build with a Plain version of Qt without weak symbolszecke1-0/+3