summaryrefslogtreecommitdiff
path: root/core/launcher/desktop.cpp
AgeCommit message (Expand)AuthorFilesLines
2002-10-29- use sane default values for screensaver timeoutssandman1-10/+10
2002-10-28- moved the QPEScreenSaver to screensaver.cpp/.h and renamed the class tosandman1-294/+51
2002-10-23load ac settings on startupharlekin1-0/+1
2002-10-23 thanks go to the programming god to point some bool alg stuff to me .-)harlekin1-6/+6
2002-10-23updateharlekin1-2/+8
2002-10-22timer is now more separated from warningsharlekin1-13/+24
2002-10-22launcher side of the support for new light and power settingsharlekin1-42/+119
2002-10-21Speed (and sanity ;) optimization:sandman1-26/+30
2002-10-20better implementation of F11 menu handlingllornkcor1-4/+19
2002-10-20fix menu button on zaurus F11 raising opie menullornkcor1-5/+5
2002-10-18Remove some more #ifdefszecke1-4/+0
2002-10-17Move around some #ifdefs to be able to be built with Qt2/X11zecke1-4/+6
2002-10-17- fix for bug #292 (Improper behaviour of frontlight disabling)sandman1-11/+23
2002-10-13- added qcop "QPE/System" "setDisplayState(int)" to toggle the LCD on/offsandman1-7/+21
2002-10-10enough memory again mesage is silly and annoying, and takes up memory in low ...llornkcor1-11/+11
2002-10-02- Qtopia 1.6 launcher merge (again - should be finished soon)sandman1-4/+14
2002-09-30Removed the button mapping for H3800, since this is now handled in thesandman1-30/+10
2002-09-21dont send keyRegister message if keycode is 0, or key is releasedllornkcor1-683/+684
2002-09-09mrulist is dead, long live runningappbar, hopefullyharlekin1-3/+3
2002-09-06Last part of the LCD control changes:sandman1-512/+732
2002-09-05- remove obsolete cassiopeia and single-floppy codesandman1-0/+2
2002-09-02fix typollornkcor1-24/+24
2002-08-29launch for ipaq 38xx mail on button F11 instead of showing the menuharlekin1-26/+32
2002-08-29fixed hardware start keys to be more flexibleharlekin1-38/+38
2002-08-28- speedup for suspend: don't switch off backlightsandman1-4/+1
2002-08-27small fix for autostartharlekin1-18/+17
2002-08-06- Fix for the "iPAQ won't suspend until apm --suspend is called" problemsandman1-4/+8
2002-08-041) Fixes for suspend/resume (improved it for iPAQ, shouldn't have changedsandman1-24/+34
2002-07-28Workaround for a weird Qt/E bug, resulting in qpe hanging if clipboardsandman1-0/+6
2002-07-13try to fix QPE/Desktop keyRegister from sending on false signalsllornkcor1-1/+1
2002-07-12Security fix by trolltechzecke1-2/+2
2002-06-23fix for keyboard handling under certain conditions, like when grabkeyboard is...llornkcor1-26/+32
2002-06-18Replaced OHwInfo with ODevice and ported from custom-*.h #defines tosandman1-35/+23
2002-06-16Keyboard filter restructuring based on model detection:sandman1-4/+7
2002-06-13Fix for ljp's fix for my fix of custom.h handling on iPAQssandman1-1/+1
2002-06-11follow up to the follow up for custom.h related thingsllornkcor1-0/+3
2002-06-09Fixed Alarm sound handlingsandman1-4/+2
2002-05-23make sound conform to sharps sense of confllornkcor1-12/+16
2002-05-22added #include custom-ipaq.h for ipaq builds for ipaq soundsllornkcor1-0/+3
2002-05-19don't send keyRegister QCop message if autoRepeated, and fixed spelling errorllornkcor1-2/+2
2002-04-30- no default args in method implssimon1-2/+2
2002-04-15added a configurable delay, so for example if 5 min are set, and the suspend ...harlekin1-16/+25
2002-04-04added support for configuring with AppKeys, F9 - F13 (Zaurus' cover buttons)llornkcor1-204/+246
2002-03-19againharlekin1-2/+2
2002-03-18tweaked the suspend code a bit, maybe with a delay it works betterharlekin1-0/+3
2002-03-11now opie grabs the powerkey on ipaq too, not only zaurusharlekin1-2/+6
2002-03-11added a QPE/Desktop 'suspend()' qcop channelharlekin1-1/+5
2002-03-07beginning support for autostartharlekin1-17/+31
2002-02-15Added checking for an empty keyRegisterList for increased performance :)jeremy1-11/+9
2002-02-15Added new QCop support. Desktop now listens on channel QPE/Desktop to thejeremy1-38/+94