summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Always stop animation before starting a new one1.2.0Rainer Keller2011-08-241-0/+2
| | | | | Task-number: QTSIM-207 Reviewed-by: owolff
* Notifiy about unregistered application after removing widget from listRainer Keller2011-08-171-1/+1
| | | | | Task-number: QTSIM-202 Reviewed-by: ckamm
* Add script interface documentation for touch and cameraRainer Keller2011-08-171-0/+5
|
* Add further detail to error messageRainer Keller2011-08-051-1/+1
|
* Fix error messageRainer Keller2011-08-051-1/+1
|
* UI text: fix capitalizationLeena Miettinen2011-06-292-10/+10
| | | | Reviewed-by: Rainer Keller
* Update license headers.Christian Kamm2011-06-2797-1425/+1394
| | | | Reviewed-by: Maurice Kalinowski
* Version bump to 1.2.0.0Olli Werwolff2011-06-241-1/+1
|
* Use version specific local servers in application-/mobilitymanagerOlli Werwolff2011-06-247-24/+22
| | | | | | | In order to support the installation of more than one simulator at the same time each simulator version uses its specific local server. Reviewed-by: ckamm
* Print warning when loading a plugin failsRainer Keller2011-06-151-0/+4
|
* Show icons in menu paneRainer Keller2011-06-1043-1/+98
| | | | Reviewed-by: ckamm
* Add plugin supportRainer Keller2011-06-064-2/+45
| | | | | Reviewed-by: ckamm Task-number: QTSIM-161
* Add NFC tag editorRainer Keller2011-05-1720-26/+3549
| | | | Reviewed-by: ckamm
* Remove dependency to gluRainer Keller2011-05-161-4/+55
| | | | Done-with: ckamm
* Fixed loading of custom gesture path on startupOlli Werwolff2011-05-161-1/+3
| | | | Reviewed-by: ckamm
* Possibility to get available geometry from scriptOlli Werwolff2011-05-164-0/+30
| | | | Reviewed-by: ckamm
* UI text: fix capitalization and styleLeena Miettinen2011-05-138-21/+21
| | | | | | Reviewed-by: Rainer Keller Reviewed-by: owolff
* Rename multipoint-touch option in input methodsRainer Keller2011-05-091-1/+1
|
* Don't use application when connection to it fails.Rainer Keller2011-05-092-0/+6
| | | | | | Task-number: QTSIM-186 Reviewed-by: owolff Reviewed-by: ckamm
* Do not always show hand cursor on softkeys (even if widget is visible)Olli Werwolff2011-05-021-0/+1
| | | | | | Task-number: QTSIM-185 Reviewed-by: ckamm (cherry picked from commit d13c8bd40dbde3fdfe60220f34ff761c535abc0f)
* Merge remote branch 'public/1.1'Olli Werwolff2011-04-269-14/+35
|\ | | | | | | | | | | | | Conflicts: src/main.cpp src/ui/configurationwidget.cpp src/ui/configurationwidget.h
| * fix crash bug on correction factor changesMaurice Kalinowski2011-03-151-2/+1
| | | | | | | | | | | | | | | | need to set the fixed with on the correct item. Now works on Mac accordingly to the other platforms. Task-number: QTSIM-121 Reviewed-by: owolff
| * Allow the 1.1 simulator to communicate with 4.7.3.Christian Kamm2011-03-111-1/+1
| | | | | | | | Reviewed-by: owolff
| * Fix export of contacts to not existing fileRainer Keller2011-03-111-1/+1
| | | | | | | | | | Task-number: QTSIM-150 (cherry picked from commit 2d18e0253de6df1af757d0a70619cfd056abcb0a)
| * Don't show GL accelerometer widget if it isn't valid.Christian Kamm2011-03-101-1/+2
| | | | | | | | | | | | Task-number: QTSIM-154 Reviewed-by: owolff Reviewed-by: Rainer Keller
| * Fixed scaling when device is changedOlli Werwolff2011-03-101-0/+1
| | | | | | | | | | | | Task-number: QTSIM-153 Reviewed-by: ckamm (cherry picked from commit 5a941d613176bcce4a3d860ae1ba05ec368e32b8)
| * Workaround for setEnabled calls from scripts.1.1betaChristian Kamm2011-02-246-19/+48
| | | | | | | | Reviewed-by: owolff
| * Improve example scripts and add some new ones.Christian Kamm2011-02-241-2/+2
| | | | | | | | Reviewed-by: owolff
| * Allow CameraDetails object to be queued. Fixes camera script interface.Christian Kamm2011-02-241-0/+1
| | | | | | | | Reviewed-by: owolff
* | More intuitive touch input modesOlli Werwolff2011-04-194-31/+32
| |
* | Show shortcuts for changing mouse input modeOlli Werwolff2011-04-191-5/+5
| |
* | More compile warnings fixedOlli Werwolff2011-04-191-0/+12
| |
* | use qDeleteAll in removeValuePointsOlli Werwolff2011-04-191-5/+2
| |
* | Fixed missing state assignment in swipe modeOlli Werwolff2011-04-191-1/+1
| |
* | Added missing forward declaration and fixed compile warningsOlli Werwolff2011-04-197-13/+37
| |
* | Added multipoint touch supportOlli Werwolff2011-04-1922-24/+1556
| | | | | | | | | | Reviewed-by: ckamm Task-number: QTSIM-77
* | Set contact list uneditableRainer Keller2011-04-181-0/+1
| | | | | | | | Task-number: QTSIM-182
* | Fix view widgets are expandingRainer Keller2011-04-184-0/+4
| |
* | Workaround for superfluous shared memory segmentsRainer Keller2011-04-181-0/+47
| | | | | | | | | | | | | | | | | | When the simulator application crashes shared memory segments are left unused. This patch checks on simulator startup for unused segments and deletes them. Reviewed-by: ckamm Task-number: QTSIM-73
* | Remove compile warningRainer Keller2011-04-141-1/+1
| |
* | Implement new UI behaviourRainer Keller2011-04-1424-683/+849
| | | | | | | | | | Task-number: QTSIM-160 Reviewed-by: owolff
* | Magnetometer/Compass integrated with orientationLincoln Ramsay2011-03-158-14/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | There is a little 3D scene used for acceleration. This scene is now being used to set Magnetometer and Compass values. As far as I can tell, this is accurate though I have never actually used these sensors on a real device. The magnetometer code assumes a constant 30 micro-tesla field pointing towards the North direction. The compass code is awful but seems to give an accurate reading based on the top of the device's heading.
* | Report tiny values as 0Lincoln Ramsay2011-03-151-1/+8
| | | | | | | | | | This prevents rounding errors caused by the use of floating point values.
* | Add Light Sensor.Lincoln Ramsay2011-03-154-2/+104
| | | | | | | | | | | | The Light Sensor reports LUX values. It is tied to the ambient light values in the simulator so changing one will affect the other (as it would on a real device).
* | Fix the FaceDown button.Lincoln Ramsay2011-03-151-0/+3
| | | | | | | | | | | | When the device is placed into 'face down' position, the top should point away from the user. This was really confusing me until I found it.
* | Fixed scaling when device is changedOlli Werwolff2011-03-101-0/+1
| | | | | | | | | | Task-number: QTSIM-153 Reviewed-by: ckamm
* | Added support for locking orientationOlli Werwolff2011-03-1011-8/+95
| | | | | | | | Reviewed-by: ckamm
* | Bring Simulator to front when new application is registeredOlli Werwolff2011-03-101-3/+8
| | | | | | | | | | Task-number: QTSIM-138 Reviewed-by: joerg
* | Adapt size of softkey text when changing deviceOlli Werwolff2011-03-105-0/+25
| | | | | | | | Reviewed-by: ckamm
* | Fix export of contacts to not existing fileRainer Keller2011-03-081-1/+1
| | | | | | | | Task-number: QTSIM-150