summaryrefslogtreecommitdiffstats
path: root/tests/auto/statemachine/tst_statemachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the crash when sending an event into not running seviceJarek Kobus2017-08-151-1/+18
* Fix emission of state changed signalsJarek Kobus2017-08-141-0/+19
* Make QScxmlScxmlService::stateMachine a Q_PROPERTYUlf Hermann2017-02-241-0/+22
* Emit runningChanged signal when running changesJan Arne Petersen2016-12-081-0/+21
* Rename QScxmlParser to QScxmlCompilerUlf Hermann2016-10-141-1/+1
* Use std::function for onEntry and onExit return typesUlf Hermann2016-10-141-3/+0
* Add onEntry and onExit templates to QScxmlStateMachinesUlf Hermann2016-09-121-1/+97
* Better connection mechanism for eventsUlf Hermann2016-07-141-18/+60
* Provide Qt5-style syntax for connectToStateUlf Hermann2016-07-131-5/+52
* Replace the QStateMachine-based implementation.Erik Verbruggen2016-06-091-12/+19
* Set the event type of done.state events to internal.Erik Verbruggen2016-05-031-0/+17
* Validate IDs and event names, and handle them well in C++ generation.Erik Verbruggen2016-04-131-1/+6
* Add externalEventOccurred() signal.v5.7.0-beta1Jarek Kobus2016-04-121-0/+27
* Automatically initialize state machines when startingUlf Hermann2016-03-301-1/+0
* Deduplicate QScxmlStateMachine ctor and remove didChangeUlf Hermann2016-03-261-1/+1
* Add a test for nested state machineJarek Kobus2016-02-101-5/+18
* Rename connect -> connectToState, remove "signal" argument.Jarek Kobus2016-02-101-1/+1
* Update license headersJarek Kobus2016-01-261-17/+15
* Fix connecting to a signal of a final state, more testsJarek Kobus2015-12-171-2/+48
* Add stateNames() methodJarek Kobus2015-12-171-0/+79