summaryrefslogtreecommitdiffstats
path: root/examples/scxml
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-1476-3333/+152
* Improve examples CMakeLists.txtKai Köhne2022-02-2118-169/+112
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-151-17/+17
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-1717-17/+17
* CMake: Work around CMake 3.21.0 AUTOUIC issue with cross config NinjaAlexandru Croitor2021-07-231-7/+10
* Enable non-gui builds of qtscxml and statemachine examplesJuha Vuolle2021-04-011-1/+1
* QtScxml: Fix spelling in example documentationTamas Martinec2021-03-102-3/+3
* QtScxml: Fix parameter injection into signal handlers deprecation warningsTamas Martinec2021-02-242-2/+2
* QtScxml: Improve ftpclient exampleTamas Martinec2021-02-234-5/+21
* Qt State Machine standalone documentationJuha Vuolle2021-02-178-11/+11
* Qt6 related documentation changes for scxml moduleJuha Vuolle2021-02-1121-129/+198
* QML versioning and registration update for QtScxmlJuha Vuolle2021-01-295-12/+12
* An attempt to fix --no-gui cmake CI build of the QtScxmlJuha Vuolle2021-01-281-2/+8
* Re-generate all CMake filesJoerg Bornemann2021-01-1917-34/+170
* Merge remote-tracking branch 'origin/wip/cmake' into devJoerg Bornemann2021-01-1818-0/+1010
|\
| * Regenerate before mergeAlexandru Croitor2019-10-1517-22/+34
| * Port QtScxml to CMakeJoerg Bornemann2019-09-2618-0/+998
* | Adapt to latest qtbase changes, bump dependencyKarsten Heimrich2020-08-281-0/+1
* | Use QList instead of QVectorJarek Kobus2020-06-263-8/+8
* | 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