summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device/odevice_ipaq.h
AgeCommit message (Collapse)AuthorFilesLines
2005-08-04ODevice:zecke1-0/+1
Patch by Pawel Kolodziejski (pablo _BEI_ omega.xtr.net.pl) to add support for the H19xx series of iPAQs
2005-02-17Add OAbstractMobileDevice with implementations for suspend and setDisplayStatuszecke1-2/+2
Switch our implementations over to this partial implementation of ODevice
2005-01-23remove setSoftSuspend() from ODevice. this is a left-over from the old daysmickeyl1-2/+0
2004-05-01Pass on the Hardware line of proc/cpuinfo so we don't need to parse the file ↵zecke1-1/+1
again.. only adjusted iPAQ backend to use it Beginning of hh22xx Linux2.6 support
2004-04-04Opie::XYZ::Private -> Opie::XYZ::Internalzecke1-1/+1
2004-03-13Move XML class to internal PIMzecke1-1/+7
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-02-07Rename the rest bunch of functions <- fix compiling...zecke1-1/+1
Readd the todo mark about constness initButtons is not const...
2004-01-13- rewrite device detectionmickeyl1-0/+84
- 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.