summaryrefslogtreecommitdiff
path: root/library/qpeapplication.h
AgeCommit message (Collapse)AuthorFilesLines
2003-05-16enable opie to compile against a non-patched qt 2.3.2mickeyl1-3/+8
to prepare the possibility of building an opie 1.0 feed for the sharp rom
2003-05-12Hospital Hacking Sessionzecke1-0/+3
Install libopie.qm make apps fully translatable... refactor installing trans into a method instead of having the same code copy and pasted three times
2003-03-27 Behavior change for setCurrentRotation. Now changes rotation for newlykergoth1-19/+21
started apps as well as those currently running. Differs from setDefaultRotation in that 1) it rotates currently running apps, and 2) does not set deforient or save orientation to qpe.conf.
2003-03-26- qcopenvelope inclusion not needed anymoresimon1-4/+0
2003-03-26- Kommando zurueck :)simon1-5/+0
2003-03-25- in setCurrentRotation do the qcop call if we're called from withinsimon1-0/+9
a client (consistent to setDefaultRotation's behaviour)
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