summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device/odevice_jornada.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-04-05Use OResource for loading imagesdrw1-28/+30
2005-03-11jornada 56x device updateschicken1-1/+6
2005-03-03fix a typo in the jornada 56x backlight controlchicken1-1/+1
2005-02-19jornada device fixeschicken1-2/+2
2005-02-19jornada 720 device updateschicken1-6/+16
2005-02-18first bits of jornada 720 device codechicken1-7/+21
2005-02-18-Check if the string is safe (omitted Global::shellQuote as we constructzecke1-5/+6
the string) -Use QFile::encodeName and avoid ascii constructors
2005-02-17Add OAbstractMobileDevice with implementations for suspend and setDisplayStatuszecke1-21/+0
Switch our implementations over to this partial implementation of ODevice
2004-10-13-Create the QPE/System channel in ODevice to listen for button remappingzecke1-3/+0
-Remove various connect and QCopChannel creation from actual device implementations Let us see if that breaks anything, I hope SIMpad still will do fine. We might need to guard if a qApp exists?
2004-10-11remove jornada 56x brightness hackchicken1-2/+1
2004-10-05whoops, things were just fine`chicken1-1/+1
2004-10-03correct jornada 56x sysfs handlingschicken1-1/+1
2004-07-27Replacing an ugly QString.sprintf() with QString().arg() which fixes wrong ↵eilers1-1/+1
format handling. This is a reason, why we have odebug instead of qDebug.. Thanks to mickeyl for code review!
2004-06-12- refactor the distribution detection codemickeyl1-15/+4
- add detection of OpenEmbedded and generic linux distributions - simplify the zaurus model detection code
2004-05-30LCD/Backlight control has changed a bitchicken1-3/+3
2004-05-21last bit of jornada 56x button updateschicken1-5/+5
2004-05-21correct jornada 56x button handling for opiechicken1-5/+58
2004-05-11as the jornada 56x uses kernel 2.6 now we need new functions.chicken1-19/+35
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/+1
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-01-13- rewrite device detectionmickeyl1-73/+9
- 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 largemickeyl1-0/+214
- merge odevice into libopie2 - merge oprocctrl and oprocess into libopie2