summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device/odevice_simpad.h
AgeCommit message (Collapse)AuthorFilesLines
2005-02-17Add OAbstractMobileDevice with implementations for suspend and setDisplayStatuszecke1-3/+3
Switch our implementations over to this partial implementation of ODevice
2004-11-03-Make struct s_button (simpad button) really internalzecke1-12/+0
-Make the s_button array static and invisible -Use namespace { instead of 'using namespace...;'
2004-09-21SIMpad:zecke1-0/+2
-Update all Widgets if we suspended the device. We implement it by iterating over QApplication::allWidgets and calling QWidget::update(). This approach should be more reliable than the system and echo hack
2004-09-21Simpad:zecke1-4/+2
-We're not a KeyFilter remove the inheritance and installing of it -Use /proc/mq200/driver/backlight instead of PWM_CONTROL -Soft Suspend is dead long time do not reimplement it..
2004-08-25-Have a common implementation for reading the config valuezecke1-1/+1
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-07-13-Small clean up, we do not need to use the file anymore as allzecke1-2/+2
model checking is done in the ODevice base class -m_led[0] = m_led[1] = LedOff which size does m_led need? yeah two
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/+81
- 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.