summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use autostart scripts from user data locationsimulator-masterRainer Keller2012-02-071-1/+2
|
* Fix setting wrong location attributeRainer Keller2011-11-171-1/+1
| | | | Reviewed-by: owolff
* Grab QT_NOKIA_SDK_PATH from environmentRainer Keller2011-07-211-0/+2
|
* Windows compile fixOlli Werwolff2011-06-281-0/+3
|
* Update license headers.Christian Kamm2011-06-2741-615/+574
| | | | Reviewed-by: Maurice Kalinowski
* Add missing license headersRainer Keller2011-06-242-0/+73
|
* Show icons in menu paneRainer Keller2011-06-1012-5/+40
| | | | Reviewed-by: ckamm
* Add plugin support and use QtSimulator moduleRainer Keller2011-06-068-2/+46
| | | | | Reviewed-by: ckamm Task-number: QTSIM-161
* Fix capitalizationRainer Keller2011-05-131-1/+1
|
* Compile fixOlli Werwolff2011-05-121-0/+1
|
* Messageboxes when editing of script file is not possibleOlli Werwolff2011-05-121-1/+7
| | | | | Reviewed-by: Rainer Keller Reviewed-by: Leena Miettinen
* Fix direction of added buttonsRainer Keller2011-05-091-1/+1
|
* Rename dropdown menuRainer Keller2011-05-091-1/+1
|
* Some code cleanupOlli Werwolff2011-04-283-9/+4
|
* Expand categories when according button is clickedOlli Werwolff2011-04-284-21/+23
| | | | Reviewed-by: ckamm
* Open "Menu" item on first startOlli Werwolff2011-04-282-0/+16
| | | | Reviewed-by: ckamm
* Implement new UI behaviourRainer Keller2011-04-148-350/+396
| | | | | Task-number: QTSIM-160 Reviewed-by: owolff
* Do not show error message on script abortRainer Keller2011-03-161-1/+1
|
* Fix forward declaration.Rainer Keller2011-02-231-1/+1
| | | | Done-with: ckamm
* Merge remote-tracking branch 'origin/simulator-1.1' into simulator-masterRainer Keller2011-02-231-1/+12
|\
| * Prevent transmission of invalid location dataRainer Keller2011-02-041-1/+12
| | | | | | | | All input widgets are checked for valid input before sending it.
* | Add button to run arbitrary scriptRainer Keller2011-02-172-11/+27
| | | | | | | | | | A file dialog is opened to let the user choose a script which may not reside in the simulator script directory.
* | Add button to open selected script in default editorRainer Keller2011-02-172-0/+15
| |
* | Add GPS replay supportRainer Keller2011-02-177-6/+363
| | | | | | | | In the scripting section one can now open NMEA and GPX files as scripts.
* | use version 1.1 of Nokia Qt LGPL ExceptionChristian Kamm2011-01-111-2/+21
| |
* | Update license headers.Christian Kamm2011-01-1040-288/+1005
|/ | | | Reviewed-by: Maurice Kalinowski
* Add button to open the folder containing the scripts.simulatorChristian Kamm2010-11-182-1/+15
| | | | Reviewed-by: owolff
* Refix location attribute values not passing validationOlli Werwolff2010-11-161-6/+6
| | | | See b464346b453d72d6c8db8c. Commit was broken with last merge.
* Use QLocale for input/output conversion in guiOlli Werwolff2010-11-161-38/+41
| | | | | | | | When setting/reading values to/from LineEdits QLocale should be used in order to avoid country specific conversion problems (, and . in real numbers). Reviewed-by: ckamm
* Fix capitalization.Leena Miettinen2010-11-091-1/+1
|
* Fix location attribute values not passing validation.Christian Kamm2010-11-091-6/+6
| | | | Reviewed-by: Niels Weber
* Change pause button text to 'resume' if selected script is paused.Christian Kamm2010-11-082-3/+22
| | | | | | Migrated from r235 of the RCT repository. Reviewed-by: owolff
* Only try to run autostart scripts if dir exists.Christian Kamm2010-11-081-2/+2
| | | | | | Migrated from r133 of the RCT repository. Reviewed-by: owolff
* Fix memory leaks.Christian Kamm2010-11-083-4/+12
| | | | | | Migrated from r71 of the RCT repo. Reviewed-by: owolff
* Update quick launch favorites, if favorites directory is changed on disk.Juha Paananen2010-11-082-0/+14
| | | | (cherry picked from commit 9175ae6cec0a6beb75eaf00bfe9961c1464088e5)
* Change text color of invalid input to red.Niels Weber2010-11-023-0/+27
| | | | | Done-with: ckamm Reviewed-by: owolff
* Location attributes ui gets set by script changesNiels Weber2010-11-021-0/+6
| | | | Done-with: ckamm
* Location attributes addedNiels Weber2010-11-022-0/+162
| | | | Done-with: ckamm
* Typo fixedNokiaQtSDK-1.0.2Niels Weber2010-11-021-1/+1
| | | | Done-with: ckamm
* Make script directory configurable.Christian Kamm2010-10-282-0/+8
| | | | Reviewed-by: owolff
* fix qmake warningJoerg Bornemann2010-10-111-1/+1
|
* Fix running JS scripts not suspending themselves at regular intervals.Christian Kamm2010-08-051-1/+1
| | | | | | This allowed long-running scripts to freeze the GUI and meant queued signals accumulated during script execution would not be executed in a timely manner.
* Added satellite gui to location entryOlli Werwolff2010-07-143-1/+391
| | | | | Task-number: QTSIM-42 Reviewed-by: ckamm
* Set a tooltip for advanced buttons in toolboxes, expose it for pages.Christian Kamm2010-06-183-3/+12
|
* Remove spurious left margin from page headers.Christian Kamm2010-06-181-1/+1
| | | | Reviewed-by: owolff
* Add tool tips to provided buttons.Christian Kamm2010-06-185-0/+5
| | | | | Reviewed-by: owolff Reviewed-by: Leena Miettinen
* Do not inverse filtered propertiesNokiaQtSDK-1.0.0Olli Werwolff2010-06-141-1/+1
| | | | Reviewed-by: ckamm
* Scripts: Use synchronized threads instead of coroutines.Christian Kamm2010-05-184-118/+96
| | | | | | | | | | | | | | | This commit removes the Coroutine dependency and the need to specify the DEPENDENCY_PATH qmake argument. Coroutines were able to move WebKit's thread local storage into an invalid state sometimes, leading to hard-to-reproduce crashes. Threads don't have that problem. However, it means signals emitted from ScriptInterfaces will now be queued. So their arguments need to be registered with the Qt metatype system. Task-number: QTSIM-22 Reviewed-by: owolff
* Move scroll bar styling out of Manhattan style and into separate class.Christian Kamm2010-04-285-118/+148
| | | | | | To ease merging with the Creator style. Done-with: Jens Bache-Wiig
* Improve icon crispness.Christian Kamm2010-04-2718-0/+0
| | | | Done-by: jens