summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Add properties for nested state machines.Erik Verbruggen2015-10-0613-0/+544
* Various build fixes.Erik Verbruggen2015-10-066-1/+6
* More build fixes.Erik Verbruggen2015-09-211-1/+1
* Renamed files to (hopefully) match Qt naming.Erik Verbruggen2015-09-173-4/+3
* Nuked the Scxml namespace.Erik Verbruggen2015-09-175-7/+7
* Renamed StateMachine to QScxmlStateMachine.Erik Verbruggen2015-09-174-5/+5
* Renamed TableData to QScxmlTableData and ScxmlError to QScxmlError.Erik Verbruggen2015-09-171-1/+1
* C++ data-model.Erik Verbruggen2015-09-178-0/+322
* Add initial support for <invoke>.Erik Verbruggen2015-09-033-7/+6
* Automatically enable c++11 when using the QtScxml moduleLouai Al-Khanji2015-08-254-9/+2
* Pass data in & out of a state-machine.Erik Verbruggen2015-08-2531-70/+898
* Canonicalize module naming (QScxml -> QtScxml)Louai Al-Khanji2015-08-126-7/+7
* Renamed StateTable to StateMachine.Erik Verbruggen2015-08-113-5/+5
* Move all "construction code" into StateTable::fromFile()Erik Verbruggen2015-08-111-33/+7
* Add c++11 to CONFIG of examples' pro filesJarek Kobus2015-07-283-0/+6
* Fix memory leak of the data model.Erik Verbruggen2015-07-271-0/+4
* Get stuff working with VS2012.Erik Verbruggen2015-07-271-3/+3
* Moved the document model to a private header.Erik Verbruggen2015-06-111-2/+2
* Made both C++ examples the same as the QML examples.Erik Verbruggen2015-06-116-5/+32
* Made both qml examples the same.Erik Verbruggen2015-06-117-255/+176
* Pulled the examples apart.Erik Verbruggen2015-06-1125-140/+291
* Rename QScxmlLibt to QScxmlRisto Avila2015-06-085-5/+5
* Changed the way how a connection is made to a state.Erik Verbruggen2015-06-042-14/+10
* Fixed EcmaScriptDataModel usage.Erik Verbruggen2015-06-042-41/+126
* Added QML module and an example using it.Erik Verbruggen2015-06-0310-0/+411
* Added static & dynamic C++ example.Erik Verbruggen2015-06-029-0/+404