summaryrefslogtreecommitdiff
path: root/library/qpeapplication.h
AgeCommit message (Collapse)AuthorFilesLines
2003-02-24Hmm, Oliver was that intentional?harlekin1-1/+1
changed the opiemail config.in files to the correct dependencies. How did this slip in again ? - qApp->desktop()->qwsDisplay()->setTransformation( e ); + //qApp->desktop()->qwsDisplay()->setTransformation( e );
2003-02-13Added Euroconv for Eric Santonaccigroucho1-1/+1
Changed the opiemail config.in files to the correct dependencies. How did this slip in again ?
2003-01-26None->Rot0 name for transformation enum, as it stomped on someone elses None ;)kergoth1-2/+2
2003-01-26Add setCurrentRotation QCop call for later use of on the fly rotation. Also ↵kergoth1-17/+46
adapt depends to the actual required qt version.
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