summaryrefslogtreecommitdiffstats
path: root/tests/auto/statemachine/tst_statemachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix error reporting for nested state machinesJoni Poikelin2025-06-171-0/+8
* Run finalize on "done.invoke." eventsLuca Di Sera2025-06-161-0/+19
* Fix foreach array evaluationXavier BESSON2025-06-131-0/+41
* Normalize signal/slot signatures 2025Marc Mutz2025-06-041-1/+1
* QScxmlStateMachine add runtime warningDmitrii Akshintsev2024-04-171-0/+19
* Change license for test filesLucie Gérard2024-04-041-1/+1
* QScxmlStateMachine: adjust the test and fix binding loopsIvan Solovev2023-10-061-6/+45
* Port from container::count() and length() to size()Marc Mutz2022-10-071-15/+15
* Use SPDX license identifiersLucie Gérard2022-06-141-27/+2
* Convert autotests to use QTestPrivate bindable helpersJuha Vuolle2021-05-031-34/+35
* QtScxml bindable support to QScxmlDataModel::stateMachineJuha Vuolle2021-05-031-0/+21
* QtScxml QML-facing properties bindable support additions part 2Juha Vuolle2021-05-031-2/+24
* QtScxml QML-facing properties bindable support additions part 1Juha Vuolle2021-05-031-0/+60
* Use QList instead of QVectorJarek Kobus2020-06-261-1/+1
* Don't suppress <log> tags with missing or bad exprUlf Hermann2018-11-141-0/+12
* 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-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