summaryrefslogtreecommitdiff
path: root/libopie2/opiecore
AgeCommit message (Collapse)AuthorFilesLines
2005-02-12disable backtracing if building against uclibcmickeyl1-0/+4
2005-02-06make autorotate also work on kernel 2.6mickeyl2-75/+35
2005-02-06fix default orientation on 2.6 (this time taking hinge sensor into account)mickeyl1-2/+15
2005-02-04implement computing the hinge status for Zaurus w/ Kernel 2.6mickeyl1-4/+19
2005-02-04use a sane method to discover valid device nodesmickeyl2-14/+43
2005-02-04show which bits are set in global keymaskmickeyl2-3/+49
2005-02-04- add definitions for keys and buttonsmickeyl3-36/+425
- add isHeld( Key )
2005-02-03ship own version of sanitized kernel headersmickeyl3-4/+990
2005-02-02more input system stuffmickeyl2-4/+20
2005-02-02first work on input system abstractionsmickeyl2-5/+216
2005-02-01add skeleton for oinputsystem classes (thin wrapper of Linux Input Subsystem ↵mickeyl3-1/+82
API)
2005-02-01add C7x0 Mail key that has been forgotten since ages :)mickeyl1-21/+25
2005-01-29use FB_BLANK_UNBLANK and FB_BLANK_POWERDOWN for the 2.6 interfacemickeyl2-2/+6
2005-01-24Fix compile of odevice_zaurus.cppdrw1-31/+33
2005-01-23remove setSoftSuspend() from ODevice. this is a left-over from the old daysmickeyl8-82/+2
2005-01-23- consolidate reading hinge sensor into one placemickeyl2-25/+10
- return proper rotation and direction if hinge sensor not present (like in 2.6 atm.)
2005-01-11workaround a quirk in the linux kernel semanticsmickeyl1-1/+1
echo 1 >power actually powers off a device *cough*
2005-01-10first shot at OpenZaurus HAL introduced by 2.6.10mickeyl2-35/+65
2005-01-10make the SL-C3000 (Sharp Spitz) known to ODevicemickeyl3-40/+64
2005-01-09CONTROL files : reset version to 'standard' formatwimpie1-1/+1
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-04CONTROL file : changed VERSION stringwimpie1-1/+1
2005-01-04added odevice_genuine for pure INTEL based CPUwimpie5-0/+291
-> needed for system dependend applications. being LIKE -> an IPAQ is not enough
2005-01-01slightly more correct way to calculate the brightnessmickeyl1-1/+1
2005-01-01rewrite backlight stuffmickeyl2-67/+45
2005-01-01clean up a bit and start w/ introducing SL-6000 supportmickeyl2-86/+85
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-686/+2
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-2/+686
2004-12-20A define to avoid writing static QString fromLatin1() {...}zecke1-0/+2
2004-11-18-Move ORefCount to a non inline implementation in osmartpointer.cppzecke4-19/+209
-Add OSharedPointer as a smart pointer adapter to adapt any pointer This is used by Opie PIM Change pro file
2004-11-05correct simpad cs3 readoutchicken1-1/+1
2004-11-04Revert last commit and create a QCOP Channel for QPE/System inzecke1-2/+3
ODevice again, as OApplication doesn't expose the signal anymore
2004-11-04-Revert Exposing QPE/System qcop signals via OApplicationzecke2-18/+0
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-SIMpad crashes on QObject::connect() of the QCopChannelzecke1-3/+3
-Luckily (I'm a cheater) OApplication can emit the signal for us -Event more lucky, qpe and every quicklaunchable application has a OApplication instance... so the signal is almost available everywhere -do not call initButtons from reloadButtonMappings if d->m_buttons exists
2004-11-03-Create a QPE/System channel (sysMessage:QCopChannel from QPEApplicationzecke2-0/+18
can't be used) -'Forward' receiving of messages to the 'systemMessageSignal'
2004-11-03-Make struct s_button (simpad button) really internalzecke2-16/+23
-Make the s_button array static and invisible -Use namespace { instead of 'using namespace...;'
2004-11-03Provide a QPEApplication compatible constructorzecke2-1/+13
2004-10-17Remove unused variablezecke1-1/+1
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke1-2/+2
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-10-13-Create the QPE/System channel in ODevice to listen for button remappingzecke6-17/+11
-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-08small doxygen doc fixesclem1-4/+4
2004-10-07small documentation format fixesclem7-18/+19
2004-10-06fixed file name in doxygen comment!clem1-1/+1
2004-10-06Closed a <pre> section in a Doxygen-enabled commentclem1-0/+1
2004-10-05whoops, things were just fine`chicken1-1/+1
2004-10-03correct jornada 56x sysfs handlingschicken1-1/+1
2004-09-23-Filter de_DE@euro to de_DE@euro, de_DE, dezecke1-7/+13
-Load the right translation file at the right location
2004-09-21SIMpad:zecke2-9/+23
-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 ODevicezecke2-4/+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