summaryrefslogtreecommitdiffstats
path: root/src/scxml
Commit message (Expand)AuthorAgeFilesLines
...
* | Doc: Fix QML property types and method signaturesv5.9.0-beta1Leena Miettinen2017-03-231-3/+8
* | Doc: Add docs for the ScxmlStateMachine QML typeLeena Miettinen2017-03-211-0/+231
* | Doc: Showcase the "StateMachine" QML typeUlf Hermann2017-03-161-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1017-53/+45
|\|
| * Reformat include statements in accordance with coding conventionsUlf Hermann2017-02-0815-50/+42
| * Fix incorrect include of QStringMilla Pohjanheimo2017-02-081-1/+1
| * Evaluate expr in <content> to variant, rather than stringUlf Hermann2017-02-071-1/+1
| * Fix example to use source instead of filenameAndy Shaw2017-01-311-1/+1
* | Doc: Mention that the state machine owns submitted eventsUlf Hermann2017-03-061-0/+1
* | Make QScxmlScxmlService::stateMachine a Q_PROPERTYUlf Hermann2017-02-242-13/+21
* | Register a metatype for QScxmlStateMachine *Ulf Hermann2017-02-241-1/+4
|/
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-0427-369/+920
|\
| * Initialize the scxml element's initial transitionv5.8.0-rc1v5.8.0Ulf Hermann2016-12-081-0/+1
| * Emit runningChanged signal when running changesJan Arne Petersen2016-12-081-1/+14
| * Doc: Edit the docs for grammar and styleLeena Miettinen2016-12-028-105/+117
| * Add missing documentationUlf Hermann2016-11-3014-50/+602
| * Drop indirect access to tableData from various data modelsUlf Hermann2016-11-306-65/+55
| * Drop the final from methods of QScxmlCppDataModelUlf Hermann2016-11-301-4/+3
| * Drop Q_UNREACHABLE() from C++ data model methodsUlf Hermann2016-11-301-4/+0
| * Drop empty QScxmlEcmaScriptDataModel destructorUlf Hermann2016-11-302-6/+0
| * Fix header guardsUlf Hermann2016-11-2914-42/+42
| * Merge 5.8 into 5.8.0Oswald Buddenhagen2016-11-292-18/+75
| |\
| * | Drop some empty destructorsUlf Hermann2016-11-294-12/+0
| * | Reduce the public API exposed in qscxmlinvokableservice.hUlf Hermann2016-11-295-156/+170
| * | Pass the factory to QScxmlInvokableService::start()Ulf Hermann2016-11-293-12/+8
| * | Set ok to false in the evaluate stubs of the C++ data modelUlf Hermann2016-11-251-3/+3
| * | Drop the return value from QScxmlDataModel::evaluateForEach()Ulf Hermann2016-11-258-23/+19
* | | Resolve the mixup of various ID typesUlf Hermann2016-12-193-5/+5
* | | Fix include directive in qscxmlinvokableservice.hFriedemann Kleint2016-12-021-1/+1
| |/ |/|
* | Add QScxmlStateMachineInfo::initialTransition()Kevin Funk2016-11-222-0/+14
* | Guard QScxmlStateMachineInfo::stateChildren()Kevin Funk2016-11-221-3/+9
* | Add QScxmlStateMachineInfo::stateParent() + testsKevin Funk2016-11-222-0/+12
* | Distinguish invalid state/transition types from IDs and drop root stateUlf Hermann2016-11-222-15/+9
* | Add QScxmlStateMachineInfo::transitionEvents()Jan Arne Petersen2016-11-222-0/+22
* | Add QScxmlStateMachineInfo::stateMachine()Kevin Funk2016-11-212-0/+9
|/
* Add CMake macros for statechart code generationKevin Funk2016-11-182-0/+118
* Doc: Fix example trying to QObject::connect to a stateUlf Hermann2016-11-181-3/+2
* Use std::is_same type traitKai Koehne2016-11-091-4/+4
* Further clean up qscxmlinvokableservice.hv5.8.0-beta1Ulf Hermann2016-10-2710-254/+250
* Document the fact that an event loop is requiredErik Verbruggen2016-10-272-0/+10
* Rename QScxmlParser to QScxmlCompilerUlf Hermann2016-10-1412-181/+179
* Clean up qscxmlinvokableservice.hUlf Hermann2016-10-143-126/+156
* Simplify qscxmlexecutablecontent.hUlf Hermann2016-10-1412-69/+58
* Use std::function for onEntry and onExit return typesUlf Hermann2016-10-142-40/+25
* Rename QScxmlExecutableContent::Instructions and make byte code constUlf Hermann2016-10-147-94/+123
* Doc: Fix the name of the QML moduleLeena Miettinen2016-10-121-1/+1
* State machine interrogation interfaceErik Verbruggen2016-10-075-2/+366
* Doc: Add links to Qt Widgets and Qt Quick module docsLeena Miettinen2016-10-051-2/+2
* Doc: Remove note about Qt SCXML being released as Technology PreviewLeena Miettinen2016-10-051-3/+0
* Doc: Replace obsolete dependency "qtdeclarative" with "qtquick"Leena Miettinen2016-10-051-1/+1