summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add documentation on bearer management.Christian Kamm2010-05-251-2/+34
| | | | | Reviewed-by: owolff Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
* Removed status icons from menu mockupsOlli Werwolff2010-05-254-0/+0
|
* Refactored menu mockups in simulatorOlli Werwolff2010-05-2521-484/+105
| | | | | | | | | | Instead of hardcoded menus the user can add mockup pictures for portrait and landscape pictures for every model (menuPortrait and menuLandscape). In order to make showFullScreen and showMaximized work as supposed he also has to state the available geometry for each orientation (availableGeometryPortrait and availableGeometryLandscape). Reviewed-by: ckamm
* Make sure keyboard focus always goes to the focussed client application.Christian Kamm2010-05-204-6/+15
| | | | | | | | | By setting up focus proxies everywhere: KeyButton -> Mockup -> DisplayWidget -> Widget that should have focus DeviceButton -> MenuWidget -> DisplayWidget Task-number: QTSIM-30 Reviewed-by: owolff
* Change cursor and draw semitransparent rect when entering keyButtonOlli Werwolff2010-05-182-1/+28
| | | | | | | | In order to make clear that the KeyButtons are clickable, we use the handcursor and draw a semitransparent rounded rect as soon as a key is hovered. Reviewed-by: ckamm
* Scripts: Fix scripting with the new RemoteControlWidget.Christian Kamm2010-05-186-6/+16
| | | | | | | | | | | | | RCW e67705486cc18d44f13bbb20b863e245795fe7ee moved parallel script execution to threads instead of coroutines. This commit makes sure the arguments of signals emitted from scripts are registered with the metatype system. It also changes the DeviceData::mockup QPixmap to be a pointer - passing it through a non-gui thread is problematic. Task-number: QTSIM-22 Reviewed-by: owolff
* Use new menu imagesOlli Werwolff2010-05-174-0/+0
|
* Restore the device before restoring zoom settings.Christian Kamm2010-05-111-15/+16
| | | | | | Otherwise an invalid sizeChanged signal would be emitted. Reviewed-by: owolff
* Fixed: Check if simulator is on screen before moving to new positionOlli Werwolff2010-05-111-2/+2
| | | | | | | | | As the mainwindow does not only cover the simulator but is a quite big quadratic widget, so that we should check its centre instead of the top- left corner when checking, whether the saved position should be applied for simulator. Reviewed-by: ckamm
* Always show simulator and configurationwidgetOlli Werwolff2010-05-112-1/+12
| | | | Reviewed-by: ckamm
* Avoid hiding the simulatorwindow behind the configurationwidgetOlli Werwolff2010-05-111-6/+9
| | | | Reviewed-by: ckamm
* Save/Restore rotation state on startupOlli Werwolff2010-05-113-9/+33
| | | | | Task-number: QTSIM-15 Reviewed-by: ckamm
* Avoid double call of deviceChanged on startupOlli Werwolff2010-05-112-2/+8
| | | | Reviewed-by: ckamm
* Make clicking the 'close' button in the Maemo theme work.Christian Kamm2010-05-107-12/+107
| | | | | | | Depends on 2971918b4ac416e46e61636b201a7e812506d1d2 in Simulator Qt. Task-number: QTSIM-8 Reviewed-by: owolff
* Be able to close simulator from task bar in windowsOlli Werwolff2010-05-051-0/+4
| | | | | Task-number: QTSIM-13 Reviewed-by: joerg
* Fix line ending issue with test email message.Leena Miettinen2010-05-031-0/+1
| | | | This file should have Windows line endings.
* Doc - Add a note about no support for catching memory leak.Leena Miettinen2010-05-031-0/+5
| | | | | | Task-number: QTSIM-3 Reviewed-by: Maurice Kalinowski Reviewed-by: Christian Kamm
* Initial import.Christian Kamm2010-05-03169-0/+15264