summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device/odevice_yopy.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-04-05Use OResource for loading imagesdrw1-28/+30
2004-10-13-Create the QPE/System channel in ODevice to listen for button remappingzecke1-4/+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-08-25-Have a common implementation for reading the config valuezecke1-0/+2
and setting the Mixer. The mixer, sound and path is configurable -Restore the Opie HEADER (who is guilty? probably me) -Fix warnings -Port Zaurus,Simpad,Ipaq to configure the mixer
2004-06-12- refactor the distribution detection codemickeyl1-10/+1
- add detection of OpenEmbedded and generic linux distributions - simplify the zaurus model detection code
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/+2
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 scriptalwin1-2/+2
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-01-13- rewrite device detectionmickeyl1-144/+95
- 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/+212
- merge odevice into libopie2 - merge oprocctrl and oprocess into libopie2