summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device
AgeCommit message (Collapse)AuthorFilesLines
2004-05-11as the jornada 56x uses kernel 2.6 now we need new functions.chicken2-20/+37
2004-05-01Pass on the Hardware line of proc/cpuinfo so we don't need to parse the file ↵zecke14-43/+44
again.. only adjusted iPAQ backend to use it Beginning of hh22xx Linux2.6 support
2004-04-22-added default buttons for emulation in qvfb or for unknown devicesalwin5-6/+54
-default email app is now opiemail instead of mail
2004-04-04Opie::XYZ::Private -> Opie::XYZ::Internalzecke15-27/+27
2004-03-31Fixed small bug, causes some crashes at startup: qDebug("... %s"); is bad.. ;)eilers1-1/+1
2004-03-13Move XML class to internal PIMzecke16-31/+88
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well
2004-03-02run the optimize_connect scriptalwin5-7/+7
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-02-19aboutSuspend -> aboutToSuspendalwin1-1/+1
I knew all the time - zecke is Mr. Muentefering in real live ;)
2004-02-19when going to suspend, a QCopEnvelope message will sendalwin4-85/+94
( "QPE/System","aboutSuspend()" )
2004-02-19The hardware keys on the H5xxx are rotated by 270°zecke1-1/+7
so rotate the key events
2004-02-07Rename the rest bunch of functions <- fix compiling...zecke8-19/+21
Readd the todo mark about constness initButtons is not const...
2004-01-21catch up with moves on cvs servermickeyl2-0/+25
2004-01-13- rewrite device detectionmickeyl14-511/+596
- cleanup - split odevice stuff into header and cpp files - Note for next buildsystem: Don't link all header files but distinguish between public and private headers, e.g. odevice.h is public while odevice_ipaq.h is private.
2004-01-13- split odevice into dedicated files and classes, it has getting much too largemickeyl10-0/+3806
- merge odevice into libopie2 - merge oprocctrl and oprocess into libopie2