summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device/odevice_simpad.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-06-27simpad: restore file header, zaurus: send returnFromSuspend messagemickeyl1-23/+22
2005-04-05Use OResource for loading imagesdrw1-23/+25
2005-02-17Add OAbstractMobileDevice with implementations for suspend and setDisplayStatuszecke1-1/+1
Switch our implementations over to this partial implementation of ODevice
2004-11-05correct simpad cs3 readoutchicken1-1/+1
2004-11-04Use QTextStream and QFile instead of read/sscanf for parsingzecke1-19/+17
ChipSelect3 (cs3). This should make it more robust
2004-11-03-Make struct s_button (simpad button) really internalzecke1-4/+23
-Make the s_button array static and invisible -Use namespace { instead of 'using namespace...;'
2004-09-21SIMpad:zecke1-9/+21
-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-21-Remove uneeded QCopChannel from SIMpad ODevicezecke1-3/+0
-connecting to a non existing slot in a class without a Q_OBJECT in the header lead to a crash on ARM -Remove Q_OBJECT from Beagle as we've no slots and signals
2004-09-21Simpad:zecke1-29/+3
-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-09-21If sound is not yet finished return and do not try to playzecke1-0/+2
it again. if(!snd.isFinished()) return;
2004-09-15Patch by Till Harbum for SIMpad to more properly use the ChipSelect3zecke1-19/+68
proc filesystem interface. Method introduced: setCS3Bit This method reads the current CS3 Bits before setting the new bit. Using this function allows to toggle the display without overwriting other CS3 bits for example the DECT_ON bit
2004-08-25-Have a common implementation for reading the config valuezecke1-38/+9
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-08-15-Use APM for the SIMpad now that it got the APM biosless patchzecke1-28/+33
applied as well - We save the screen content, call the ODevice implementation and on wake up we restore the content
2004-08-01cleanup - odevice is now and for future the one and only friend classalwin1-2/+1
2004-08-01added a keyfilter singleton. All OPIE apps should use that instead ofalwin1-24/+28
the base from qte 'cause there are some stupids in handling pointers. key handlers from odevice-classes will handled at top of all others iPAQ and SIMPad are switched to that filter queue.
2004-07-13Use snprintf to just be sure that we don't go over the buffer limitzecke1-1/+1
2004-07-13-Small clean up, we do not need to use the file anymore as allzecke1-2/+0
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-06-12- refactor the distribution detection codemickeyl1-43/+22
- 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-22-added default buttons for emulation in qvfb or for unknown devicesalwin1-2/+2
-default email app is now opiemail instead of mail
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-1/+1
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-19when going to suspend, a QCopEnvelope message will sendalwin1-21/+22
( "QPE/System","aboutSuspend()" )
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-54/+2
- 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/+443
- merge odevice into libopie2 - merge oprocctrl and oprocess into libopie2