summaryrefslogtreecommitdiffstats
path: root/tests/auto/statemachine
Commit message (Expand)AuthorAgeFilesLines
* Don't suppress <log> tags with missing or bad exprUlf Hermann2018-11-143-0/+21
* Pre-declare some meta types in the headersUlf Hermann2017-08-171-2/+0
* Fix the crash when sending an event into not running seviceJarek Kobus2017-08-153-1/+67
* Fix emission of state changed signalsJarek Kobus2017-08-143-0/+33
* Make QScxmlScxmlService::stateMachine a Q_PROPERTYUlf Hermann2017-02-243-0/+96
* 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-142-4/+1
* Add onEntry and onExit templates to QScxmlStateMachinesUlf Hermann2016-09-122-2/+98
* Remove misleading qt:signal declarationsUlf Hermann2016-08-091-1/+1
* Auto-include qscxmlc in module configUlf Hermann2016-07-151-2/+0
* Better connection mechanism for eventsUlf Hermann2016-07-142-19/+61
* Provide Qt5-style syntax for connectToStateUlf Hermann2016-07-131-5/+52
* Replace the QStateMachine-based implementation.Erik Verbruggen2016-06-092-20/+27
* Set the event type of done.state events to internal.Erik Verbruggen2016-05-034-0/+79
* Validate IDs and event names, and handle them well in C++ generation.Erik Verbruggen2016-04-133-1/+43
* Add externalEventOccurred() signal.v5.7.0-beta1Jarek Kobus2016-04-123-0/+73
* 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-104-7/+67
* Rename connect -> connectToState, remove "signal" argument.Jarek Kobus2016-02-101-1/+1
* Update license headersJarek Kobus2016-01-262-17/+44
* Fix connecting to a signal of a final state, more testsJarek Kobus2015-12-172-9/+57
* Add stateNames() methodJarek Kobus2015-12-174-0/+110