summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove compilation warnings in auto testsJuha Vuolle2021-03-312-25/+25
* Qt SCXML: Fix HistoryState crashTamas Martinec2021-03-263-0/+74
* QtScxml: Fix parameter injection deprecation warning on a qml testJuha Vuolle2021-02-251-1/+1
* Remove qtcxml repo qmake build support (examples excepted)Juha Vuolle2021-02-2240-372/+0
* Qt State Machine standalone documentationJuha Vuolle2021-02-1713-26/+26
* Add qscxmlc qmake options also for cmakeJuha Vuolle2021-02-0811-0/+297
* Rename qqmlmetatype testUlf Hermann2021-01-285-11/+11
* Make testcases more robustJuha Vuolle2021-01-282-176/+162
* Fix example and tests depreceation warningsJuha Vuolle2021-01-281-4/+4
* An attempt to fix --no-gui cmake CI build of the QtScxmlJuha Vuolle2021-01-284-12/+15
* QtScxml module cmake portJuha Vuolle2021-01-2119-123/+30
* Fix a set of compilation errors against Qt6Juha Vuolle2021-01-211-1/+1
* Re-generate all CMake filesJoerg Bornemann2021-01-1914-14/+108
* Merge remote-tracking branch 'origin/wip/cmake' into devJoerg Bornemann2021-01-1811-0/+487
|\
| * Regenerate projectswip/cmakeAlexandru Croitor2019-11-157-14/+14
| * Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-151-4/+4
| |\
| * | Regenerate before mergeAlexandru Croitor2019-10-152-2/+2
| * | Port QtScxml to CMakeJoerg Bornemann2019-09-2611-0/+487
* | | Move state machine tests into QtScxmlKarsten Heimrich2020-08-286-0/+7262
* | | Move qml statemachine plugin from qtdeclarative into qtsxcmlKarsten Heimrich2020-08-2127-1/+1477
* | | Fix flaky autotest with a delayed event in scionJarek Kobus2020-08-101-5/+20
* | | Use QList instead of QVectorJarek Kobus2020-06-264-23/+23
* | | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-1/+1
| |/ |/|
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-201-4/+4
|\ \ | |/ |/|
| * Fix shadow buildSamuli Piippo2019-08-191-4/+4
* | 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