summaryrefslogtreecommitdiffstats
path: root/examples/scxml
Commit message (Expand)AuthorAgeFilesLines
* Use "QtQuick.Window 2.2" in calculator-qmlAssam Boudjelthia2019-12-181-1/+1
* examples: depends on Quick instead of QmlLiang Qi2019-02-131-1/+1
* Don't use foreachJarek Kobus2018-05-021-1/+1
* Wrap examples' code at 80 columnJarek Kobus2018-05-0210-27/+54
* Fix coding style issuesJarek Kobus2018-05-021-1/+1
* Use canonical include style and sort #includeJarek Kobus2018-05-0211-18/+18
* Give examples a meaningful window titleJarek Kobus2018-05-023-9/+0
* examplesrevamp: Don't include QtWidgetsJarek Kobus2018-05-021-1/+2
* Merge remote-tracking branch 'origin/5.10' into devv5.11.0-alpha1Liang Qi2018-02-013-0/+3
|\
| * qtlite: Skip building examples when configured with no-feature-itemviewsRainer Keller2018-01-123-0/+3
* | Make the network dependency explicit in the exampleKarsten Heimrich2018-01-231-1/+1
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-202-13/+18
|\|
| * QML code improvements for examplesMichael Winkelmann2017-09-112-13/+18
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-212-6/+6
|/
* Update examples to C++11Michael Winkelmann2017-07-189-19/+18
* Fix the layout of lights in simple trafficlight exampleJarek Kobus2017-07-051-0/+2
* Doc: Update screenshots of examples to show Windows 10 styleLeena Miettinen2017-05-243-0/+0
* Make ftpclient example valid scxmlUlf Hermann2017-02-072-2/+3
* TrafficLight example: prevent resizing past implicit background sizeMitch Curtis2017-01-021-0/+2
* Update docs according to recent changesJarek Kobus2016-11-141-2/+2
* Fix docJarek Kobus2016-11-141-1/+1
* Add docs for sudoku exampleJarek Kobus2016-11-145-4/+396
* Add a sudoku exampleJarek Kobus2016-10-1710-0/+674
* Use std::function for onEntry and onExit return typesUlf Hermann2016-10-142-7/+0
* Use QByteArray rather than QString for ftpclient exampleUlf Hermann2016-10-146-24/+23
* Re-enable building of examples on MSVCUlf Hermann2016-10-041-2/+0
* Update plugins.qmltypesUlf Hermann2016-09-275-9/+9
* Doc: fix code snippet in Mediaplayer QML Dynamic ExampleLeena Miettinen2016-09-271-1/+1
* Doc: Add docs for FTP Client exampleLeena Miettinen2016-09-262-0/+144
* Replace Q_FOREACH/foreach with ranged-forErik Verbruggen2016-09-251-1/+2
* Add a simple FTP client exampleUlf Hermann2016-09-238-0/+629
* Doc: Fix the snippets in Traffic Light QML example docsLeena Miettinen2016-09-082-8/+6
* Rename StateMachineLoader.filename to "source"Ulf Hermann2016-09-064-4/+4
* Example: Final cleanup of trafficlightsThomas Hartmann2016-09-022-24/+3
* Examples: Using when in statesThomas Hartmann2016-09-022-13/+11
* Examples: Use a proper type for the stateMachine propertyThomas Hartmann2016-09-022-1/+11
* Examples: Use QML states for trafficlightsThomas Hartmann2016-09-022-3/+53
* Examples: Use .ui file for trafficlightThomas Hartmann2016-09-024-40/+112
* Examples: minor cleanupThomas Hartmann2016-09-021-19/+19
* TrafficLight example: Use relative image file names in .qml examplesAlessandro Portale2016-09-011-5/+5
* Replace runningSubStateMachines() with invokableServices()Ulf Hermann2016-08-301-3/+4
* Small corrections to examplesJarek Kobus2016-08-266-32/+23
* Provide a simplified traffic light exampleUlf Hermann2016-08-258-0/+328
* Remove unneeded includesJarek Kobus2016-08-231-1/+0
* Get rid of qt modeJarek Kobus2016-08-2322-84/+102
* Expose sub state machines through a QVariantMapUlf Hermann2016-08-181-1/+8
* Add a QML default property for QScxmlStateMachineUlf Hermann2016-08-181-1/+1
* Remove misleading qt:signal declarationsUlf Hermann2016-08-092-2/+2
* Doc: Remove references to the load option from example docsLeena Miettinen2016-07-263-16/+9
* Doc: Update Calculator example docs after API changesLeena Miettinen2016-07-262-10/+14