Age | Commit message (Collapse) | Author | Files | Lines |
|
to prepare the possibility of building an opie 1.0 feed for the sharp rom
|
|
Install libopie.qm make apps fully translatable...
refactor installing trans into a method instead of having the same code copy
and pasted three times
|
|
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.
|
|
|
|
|
|
a client (consistent to setDefaultRotation's behaviour)
|
|
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 );
|
|
Changed the opiemail config.in files to the correct dependencies. How did this slip in again ?
|
|
|
|
adapt depends to the actual required qt version.
|
|
- 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)
|
|
application
|
|
- 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
|
|
still to test
bic changes to be resolved
more changes to be made?
|
|
are exactly like setVolume and volumeChange excopt of course, they
change the mic input level instead of the volume out level.
|
|
|