summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge Manhattan style changes from Qt Creator.Christian Kamm2010-04-2715-587/+693
|
* Make inner component headers look less shiny.Christian Kamm2010-04-272-2/+16
| | | | Done-by: jens
* Fix styling on linux.Christian Kamm2010-04-221-0/+1
| | | | | | | | The toolbox scroll area had an incorrect look on linux: rounded corners and a focus highlight. Setting the frame style to NoFrame explicitly fixes it. Reviewed-by: owolff
* Changed way to set the location's timestampOlli Werwolff2010-04-142-15/+49
| | | | | | | | | In order to be able to use the current time without clicking "Now" constantly, we added the possibility to specify that the current time shall be used. If this is the fact, LocationData.useCurrentTime is true and LocationData.timestamp can be ignored. Reviewed-by: ckamm
* Ui label capitalization fix.Christian Kamm2010-04-141-1/+1
| | | | Done-by: Leena Miettinen
* Add a new component: the favorite script button.Christian Kamm2010-04-145-0/+126
| | | | | | It allows easy access to scripts in a given directory. Reviewed-by: owolff
* Allow adding script interfaces into hierarchies.Christian Kamm2010-04-121-1/+11
| | | | You can now do addScriptInterface("foo.bar", interface);
* Extend the LocationUi interface to allow querying and setting data.Christian Kamm2010-04-092-6/+20
| | | | | | | | LocationUi::locationData returns the current data and LocationUi::setLocation works like setDisplayedLocation but also triggers the locationChanged signal. Reviewed-by: owolff
* For some reason msvc does not like "interface" as parameter nameOlli Werwolff2010-04-081-4/+4
| | | | Reviewed-by: ckamm
* Add icons to signal strength quick access button.Christian Kamm2010-04-089-4/+15
| | | | Done-with: Niels Weber
* Show script errors in a message box instead of qWarning.Christian Kamm2010-04-082-3/+4
| | | | | * Makes them more visible. * Avoids crashes on Windows. (qWarning from coroutine)
* Remove unused code.Christian Kamm2010-04-081-28/+0
|
* Make 'print' in scripts not crash on Windows.Christian Kamm2010-04-081-0/+32
| | | | Migrated from: 1d50ea8705aef91be0407898be61002b6d486e8c
* Added missing/replaced old license headersOlli Werwolff2010-04-0834-26/+635
|
* Scripting: Workaround to global object properties becoming inaccessible.Christian Kamm2010-04-081-2/+5
| | | | Reviewed-by: owolff
* Add example script to example.Christian Kamm2010-04-071-0/+6
|
* Set correct label when adding hideable toplevel entriesOlli Werwolff2010-04-011-1/+1
|
* Toolbox inherits QToolBoxOlli Werwolff2010-04-013-23/+26
| | | | | | | | In order to work properly, the toolbox has to be a scrollarea. Before the problem was worked around by embedding the toolbox into a scrollarea but this is not necessary when the toolbox itself inherits scrollarea. Reviewed-by: ckamm
* Connect optionitems' advancedButtonClicked when setting options to pageOlli Werwolff2010-04-011-9/+11
| | | | Reviewed-by: ckamm
* Update example for recent customizability changes.Christian Kamm2010-04-011-2/+9
| | | | Reviewed-by: owolff
* Make top level entries in remote control widget customizable.Olli Werwolff2010-04-014-64/+175
| | | | | | | | | In order to be able to have advanced options for the top level entries and to add more than just one of these entries. Use addPage to create those. Renamed addToolBoxPage to addSimulateSubPage. Done-with: ckamm
* LocationUi: Fix locationChanged signals actually being emitted.Christian Kamm2010-03-311-4/+4
| | | | Done-with: owolff
* Fully-qualify signal and slot arguments in LocationUi.Christian Kamm2010-03-311-2/+2
| | | | | | Again, moc easily gets confused otherwise. Reviewed-by: owolff
* Use qtAddLibrary for linking coroutine. Links the right library on Win.Christian Kamm2010-03-311-5/+1
| | | | Reviewed-by: owolff
* Fully-qualify enum arguments in button signals and slots.Christian Kamm2010-03-314-8/+8
| | | | | | Otherwise connecting these is problematic. Done-with: owolff
* Fix styling of the button to toggle advanced options.Christian Kamm2010-03-301-0/+1
| | | | Done-with: owolff