summaryrefslogtreecommitdiffstats
path: root/src/scxml/qscxmlstatemachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Align methods and docs for QScxmlStateMachineUlf Hermann2018-03-221-13/+15
* Doc: Fix documentation warningsTopi Reinio2018-03-201-15/+22
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-8/+8
* Cleanup JS includes, remove unneeded codev5.10.0-beta3v5.10.0-beta2v5.10.0-beta1v5.10.0-alpha1Jarek Kobus2017-08-181-6/+1
* Fix the crash when sending an event into not running seviceJarek Kobus2017-08-151-1/+1
* Fix emission of state changed signalsJarek Kobus2017-08-141-1/+25
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta3Liang Qi2017-04-181-0/+1
|\
| * Kill the timer when we no longer need it5.8Andy Shaw2017-03-081-0/+1
* | 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
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-101-9/+7
|\|
| * Reformat include statements in accordance with coding conventionsUlf Hermann2017-02-081-9/+7
* | Doc: Mention that the state machine owns submitted eventsUlf Hermann2017-03-061-0/+1
* | Register a metatype for QScxmlStateMachine *Ulf Hermann2017-02-241-1/+4
|/
* Emit runningChanged signal when running changesJan Arne Petersen2016-12-081-1/+14
* Doc: Edit the docs for grammar and styleLeena Miettinen2016-12-021-4/+7
* Add missing documentationUlf Hermann2016-11-301-9/+16
* Drop indirect access to tableData from various data modelsUlf Hermann2016-11-301-30/+31
* Reduce the public API exposed in qscxmlinvokableservice.hUlf Hermann2016-11-291-2/+11
* Pass the factory to QScxmlInvokableService::start()Ulf Hermann2016-11-291-1/+1
* Further clean up qscxmlinvokableservice.hv5.8.0-beta1Ulf Hermann2016-10-271-5/+6
* Document the fact that an event loop is requiredErik Verbruggen2016-10-271-0/+4
* Rename QScxmlParser to QScxmlCompilerUlf Hermann2016-10-141-5/+5
* Simplify qscxmlexecutablecontent.hUlf Hermann2016-10-141-2/+2
* Use std::function for onEntry and onExit return typesUlf Hermann2016-10-141-24/+5
* State machine interrogation interfaceErik Verbruggen2016-10-071-0/+31
* Replace Q_FOREACH/foreach with ranged-forErik Verbruggen2016-09-251-1/+1
* Simplify QScxmlParserUlf Hermann2016-09-221-4/+1
* Pass by const-ref in range-loop [-Wclazy-range-loop]Sergio Martins2016-09-181-1/+1
* Add onEntry and onExit templates to QScxmlStateMachinesUlf Hermann2016-09-121-0/+96
* Fix some parameter alignmentUlf Hermann2016-09-121-2/+3
* Clarify documentation for connectToEvent and connectToStateUlf Hermann2016-09-061-17/+59
* Fix some parameter alignmentUlf Hermann2016-09-061-8/+8
* Replace runningSubStateMachines() with invokableServices()Ulf Hermann2016-08-301-21/+10
* Get rid of qt modeJarek Kobus2016-08-231-27/+0
* Merge dev into 5.8Oswald Buddenhagen2016-08-221-0/+6
|\
| * Doc: Add docs for QScxmlStateMachine::runningSubStateMachinesLeena Miettinen2016-08-081-0/+6
* | Don't assert if an invalid state is specified in connectToState()Ulf Hermann2016-08-181-6/+8
|/
* Make some more members of QScxmlStateMachine Q_PROPERTYsUlf Hermann2016-08-041-24/+30
* Clean up handling of session IDsUlf Hermann2016-08-041-28/+15
* Doc: Improve docs for QScxmlStateMachine::connectToEventLeena Miettinen2016-08-011-2/+16
* Rename subStateMachine -> runningSubStateMachineJarek Kobus2016-07-291-2/+2
* Don't generate properties and getters for sub state machinesJarek Kobus2016-07-291-10/+0
* Provide API for access to all running sub state machinesJarek Kobus2016-07-291-0/+21
* Doc: Add docs for connectToEvent and connectToState variantsLeena Miettinen2016-07-261-1/+67
* Doc: Remove docs for obsolete function and enumLeena Miettinen2016-07-261-20/+0
* Better connection mechanism for eventsUlf Hermann2016-07-141-23/+106
* Provide Qt5-style syntax for connectToStateUlf Hermann2016-07-131-3/+49
* Pass the meta object of the implementation to QScxmlStateMachineUlf Hermann2016-07-131-7/+8
* Remove superclass of QScxmlEvent.Erik Verbruggen2016-07-081-3/+0