summaryrefslogtreecommitdiff
path: root/libopie2/opiecore
AgeCommit message (Collapse)AuthorFilesLines
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
2004-09-21QT_NO_SOUND is defined at least on MacOSzecke1-3/+1
so don't fail with error for them
2004-09-21Simpad:zecke2-33/+5
-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-21Only disconnect from sender if sender() is validzecke1-1/+3
2004-09-21If sound is not yet finished return and do not try to playzecke4-2/+8
it again. if(!snd.isFinished()) return;
2004-09-21Update Opie Documentationzecke1-4/+60
2004-09-20remove duplicate source filemickeyl1-5/+2
2004-09-19-Check m_model to allow suspending. ODevice doesn't suspend on UnknownModelzecke1-7/+52
-Comments -map 0-255 brightness to 0-100 for Assabat Frontlight Control -Change return value for display on and off
2004-09-17First untested support for the beagle from MasterIAzecke4-2/+225
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-09-12If there is no 'excluded' plugin the excluded-list wasn't madezecke1-2/+9
empty and the old/prior setting still was used. This fix makes sure that an empty string is written if no plugin is excluded
2004-09-10Fix warnings about unused parameterszecke3-1/+6
2004-09-10Move handleWidget of OKeyConfigManager to a slotzecke2-3/+14
Add some @see statements to the OKeyConfigManager
2004-09-09updates to MNCIschurig2-154/+50