summaryrefslogtreecommitdiffstats
path: root/examples/scxml
Commit message (Expand)AuthorAgeFilesLines
* Correct license for example and snippet filesLucie Gérard2024-04-0411-11/+11
* Small cleanup in the sudoku exampleMate Barany2024-01-221-2/+0
* Doc: Add example categoriesInkamari Harjula2023-08-229-0/+9
* Exclude pingpong and ftpclient examples from Android buildElias Hautala2023-08-212-1/+5
* Doc: Use the \examplecategory macro to tag examplesTopi Reinio2023-04-111-1/+1
* Add category to the SCXML examplesJuha Vuolle2023-03-174-0/+5
* Revamp scxml trafficlight examplesJuha Vuolle2023-03-1739-320/+424
* Revamp scxml ftpclient exampleJuha Vuolle2023-03-178-23/+25
* Revamp scxml sudoku exampleJuha Vuolle2023-03-177-48/+38
* Revamp scxml mediaplayer exampleJuha Vuolle2023-03-1711-52/+80
* Revamp invoke exampleJuha Vuolle2023-03-1712-70/+101
* Revamp calculatorscxml exampleJuha Vuolle2023-03-179-50/+74
* Make the mediaplayer target name unique to avoid conflicts in top-level buildAlexey Edelev2023-02-281-6/+6
* Make the calculator target name unique to avoid conflicts in top-level buildAlexey Edelev2023-02-281-6/+6
* Adjust the example namesJuha Vuolle2023-02-2310-17/+17
* Adjust the brief description of the sudoku exampleJuha Vuolle2023-02-231-3/+1
* Simplify calculator example to just one example variantJuha Vuolle2023-02-2321-499/+36
* Remove invoke-dynamic example and rename invoke-static to plain "invoke"Juha Vuolle2023-02-2323-278/+91
* Remove other than "cpp model" mediaplayer example variantsJuha Vuolle2023-02-2344-917/+101
* Remove scxml pinball exampleJuha Vuolle2023-02-2318-1648/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2318-18/+18
* Add license headers to cmake filesLucie Gérard2022-07-0718-0/+54
* 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
|\