summaryrefslogtreecommitdiff
path: root/library/qpeapplication.h
AgeCommit message (Collapse)AuthorFilesLines
2002-12-22Totally reworked the key grabbing, which always had problems:sandman1-1/+0
- applications get *all* key events now, as long as they have the focus - an application decides if it has the keyboard grabbed or not - if it's grabbed, the app consumes the key press - if it's not grabbed and a F1-F29 key is pressed, the app sends a QCop call to the launcher (deviceButtonPressed(...)) - when the launcher receives a QCop deviceButtonPressed it simply sends the configured QCopEnvelope - all "special" actions (like menu, home) are now accessible via QCop calls (see buttonsettings)
2002-12-17small additions to support grabbing the buttons back from a crashedsandman1-0/+2
application
2002-12-07 - removed the libpreload stuff from global.cppsandman1-0/+2
- added qt_override.* which provides the same functionality as libpreload (the new -override patch for Qt/E is needed for this to work/compile) - changed qpeapplication a bit to accomodate the new interface
2002-09-10Qtopia1-6 mergezecke1-7/+33
still to test bic changes to be resolved more changes to be made?
2002-02-10Added support for setMic and micChange QCop messages. These additionsjeremy1-0/+6
are exactly like setVolume and volumeChange excopt of course, they change the mic input level instead of the volume out level.
2002-01-25Initial revisionkergoth1-0/+124