summaryrefslogtreecommitdiff
path: root/libopie2/opiecore
AgeCommit message (Collapse)AuthorFilesLines
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
2004-09-09added MNCI-RXschurig1-1/+2
2004-09-09support for devfsschurig1-0/+4
2004-09-08remove things like \n and \l from the system version stringmickeyl1-1/+1
2004-09-06GCC 2.95 compile fix for switch/case statementzecke1-3/+6
2004-08-29Minor but important changes in API. Improved SQL performance: ↵eilers1-0/+4
contactsbackend now supports look-ahead caching to speed up access. Fixed and improved look-ahead cache in todo-backend. Datebook backend will follow, soon !
2004-08-25Respect the value passed to the methodzecke1-1/+3
2004-08-25-Have a common implementation for reading the config valuezecke7-175/+158
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-20back out unintentional change. Use an unknown ODevice insteadzecke1-1/+1
of Internal::Zaurus
2004-08-17add sl-6000llornkcor2-0/+5
2004-08-15-Use APM for the SIMpad now that it got the APM biosless patchzecke2-50/+55
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 classalwin5-56/+63
2004-08-010 pointer will not inserted into listalwin1-0/+4
2004-08-01made interface binary clean eg. inst() returns a hidden classalwin2-27/+80
documentation
2004-08-01added a keyfilter singleton. All OPIE apps should use that instead ofalwin5-50/+255
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-27Replacing an ugly QString.sprintf() with QString().arg() which fixes wrong ↵eilers1-1/+1
format handling. This is a reason, why we have odebug instead of qDebug.. Thanks to mickeyl for code review!
2004-07-18Really remove useless code ..eilers1-2/+0
2004-07-18Removed forward deklaration of template class. This caused double definedeilers1-1/+1
linker errors on mac Gcc 3.3
2004-07-13Fix compiler warnings coming from static methods which are unused most of thezecke2-20/+35
time in headers. Move isQWS and makeChannel to Opie::Core. Maybe we will move them to internal later
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 allzecke2-4/+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-06-22use stderr as default odebug output destination as pointed out by Bradmickeyl1-2/+3
2004-06-22introduce numeric constants for the odebug output destinationsmickeyl2-7/+14
2004-06-12- refactor the distribution detection codemickeyl8-189/+141
- add detection of OpenEmbedded and generic linux distributions - simplify the zaurus model detection code
2004-05-30LCD/Backlight control has changed a bitchicken1-3/+3
2004-05-29Make Enabled/Disabled work.zecke1-1/+2
Problem was /home/ich/foo//plugins/foo where /home/ich/foo/ was OPIEDIR and we added /
2004-05-29fix path handlingharlekin1-2/+2