Age | Commit message (Collapse) | Author | Files | Lines |
|
and include the top level widgets in the to be iterated widgets
|
|
|
|
I've included 2 patches need to make opie support on the fly screen
resolution changing. This is done with the following,
qcop "QPE/System" "setCurrentMode(int,int,int)" 480 640 16
This is good for running applications in compatibility mode on the C700.
As you can see there isn't much to these patches.
|
|
iterate over the list and activate the next one.
-Install translation in .qm
-Add an else again ( was lost in a merge )
|
|
boards need
QPE_NEED_CALIBRATE
-launcher is the only one executin application
-allow processing of QCOPfiles after start ( qpeapplication )
-qcopenvelope no longer calls Global::execute
|
|
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.
|
|
|