summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Increase timeout for send-data/send1 testv5.13.0-rc3v5.13.0-rc2v5.13.0-rc1v5.13.0-beta4v5.13.0Ulf Hermann2019-05-131-1/+1
* Don't suppress <log> tags with missing or bad exprUlf Hermann2018-11-143-0/+21
* Fix header inclusion in tst_scion.cppUlf Hermann2018-07-131-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-0/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-151-0/+3
| |\
| | * Output a better warning when runtime-loading malformed SCXMLUlf Hermann2017-11-101-0/+3
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-3/+3
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-221-1/+1
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-211-1/+1
|/ /
* / Pre-declare some meta types in the headersUlf Hermann2017-08-174-8/+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
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-103-7/+119
|\
| * Make the content/expr test compliantUlf Hermann2017-02-082-7/+16
| * Add a way to verify events received from a test caseUlf Hermann2017-02-081-0/+103
* | Make QScxmlScxmlService::stateMachine a Q_PROPERTYUlf Hermann2017-02-243-0/+96
|/
* Emit runningChanged signal when running changesJan Arne Petersen2016-12-081-0/+21
* Drop the --no-c++11 parameter from qscxmlcUlf Hermann2016-11-231-1/+0
* Add QScxmlStateMachineInfo::initialTransition()Kevin Funk2016-11-221-0/+15
* Add QScxmlStateMachineInfo::stateParent() + testsKevin Funk2016-11-221-0/+8
* Distinguish invalid state/transition types from IDs and drop root stateUlf Hermann2016-11-221-3/+3
* Add QScxmlStateMachineInfo::transitionEvents()Jan Arne Petersen2016-11-221-0/+9
* Add CMake macros for statechart code generationKevin Funk2016-11-183-0/+68
* Rename QScxmlParser to QScxmlCompilerUlf Hermann2016-10-144-10/+10
* Use std::function for onEntry and onExit return typesUlf Hermann2016-10-144-8/+2
* State machine interrogation interfaceErik Verbruggen2016-10-075-1/+270
* Replace Q_FOREACH/foreach with ranged-forErik Verbruggen2016-09-252-3/+4
* Simplify QScxmlParserUlf Hermann2016-09-221-4/+1
* Add onEntry and onExit templates to QScxmlStateMachinesUlf Hermann2016-09-124-3/+129
* Replace runningSubStateMachines() with invokableServices()Ulf Hermann2016-08-301-17/+18
* Remove unneeded includesJarek Kobus2016-08-231-1/+0
* Get rid of qt modeJarek Kobus2016-08-2312-110/+12
* Support <content expr="...">Ulf Hermann2016-08-192-0/+32
* In Qt mode reject documents with events that cannot be mapped to slotsUlf Hermann2016-08-182-1/+3
* Make generated signals publicUlf Hermann2016-08-091-0/+12
* Remove misleading qt:signal declarationsUlf Hermann2016-08-091-1/+1
* Fix test after change in qtbaseErik Verbruggen2016-08-031-1/+1
* Don't generate properties and getters for sub state machinesJarek Kobus2016-07-291-4/+6
* Provide API for access to all running sub state machinesJarek Kobus2016-07-294-1/+56
* Generate unique class names for sub machinesJarek Kobus2016-07-282-2/+2
* Add a test for the state machine with a few sub machinesJarek Kobus2016-07-275-1/+32
* Auto-include qscxmlc in module configUlf Hermann2016-07-155-9/+0
* Better connection mechanism for eventsUlf Hermann2016-07-142-19/+61
* Provide Qt5-style syntax for connectToStateUlf Hermann2016-07-131-5/+52
* Add a test for connectToState()Jarek Kobus2016-07-133-1/+143
* Add a test for non-ascii event namesUlf Hermann2016-07-113-1/+21
* Replace the QStateMachine-based implementation.Erik Verbruggen2016-06-094-28/+37
* Implement srcexpr in <invoke>Jarek Kobus2016-06-073-2/+9
* Change verification to run if no parse errors are found.Erik Verbruggen2016-06-078-12/+0
* Use parent's loader for loading sub state machines.Jarek Kobus2016-06-021-20/+24