summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/statemachine/qstatemachine
Commit message (Expand)AuthorAgeFilesLines
* QStateMachine: Don't scream at the userRobert Loehning2019-10-241-4/+4
* test: migrate QStateMachine test to QRegularExpressionSamuel Gaist2019-06-101-2/+2
* QStateMachine: handle parallel child mode for state machinesErik Verbruggen2019-05-161-4/+10
* Stabilize tst_QStateMachine::dontProcessSlotsWhenMachineIsNotRunningMilian Wolff2019-03-221-4/+4
* tst_QStateMachine: Don't use unconditional waitsv5.11.0-beta3Kari Oikarinen2018-04-041-2/+5
* Fix crash in tst_QStateMachine::dontProcessSlotsWhenMachineIsNotRunningKari Oikarinen2018-02-141-3/+6
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-0/+32
|\
| * Fix assert when emitting a signal from a different threadJesus Fernandez2017-12-141-0/+32
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
|/
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-0/+29
|\
| * Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-0/+29
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+29
| | |\
| | | * QStateMachine: fix ignore high-priority events.Masaru Ueki2016-01-051-0/+29
* | | | Updated license headersJani Heikkinen2016-01-211-17/+12
|/ / /
* | | Add PointerToMemberFunction for ctor of QSignalTransitionAndré Klitzing2015-12-081-0/+28
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-0/+66
|\| |
| * | Add a test case for conflicting transitionsJarek Kobus2015-10-301-0/+66
* | | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* | | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* | | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-7/+7
|/ /
* | QStateMachine: add defaultTransition in QHistoryStateErik Verbruggen2015-07-231-0/+55
* | tst_QStateMachine: replace inefficient QLists with QVectorMarc Mutz2015-06-171-3/+3
|/
* QStateMachine: empty the whole internal queue before external queueErik Verbruggen2015-05-191-0/+39
* QStateMachine: Fix transition ordering.Erik Verbruggen2015-05-071-0/+64
* QStateMachine: add internal transitions.Erik Verbruggen2015-05-041-0/+44
* QStateMachine: cache expensive calculations.Erik Verbruggen2015-05-041-12/+15
* QStateMachine: remove conflicting transitions after selection.Erik Verbruggen2015-04-101-10/+89
* QStateMachine: fix history state restoration.Erik Verbruggen2015-04-101-0/+87
* QStateMachine: add objectName to objects to ease debugging.Erik Verbruggen2015-03-161-1/+9
* QStateMachine: fix warnings in test.Erik Verbruggen2015-03-161-3/+2
* QtCore: assorted migrations to QString::asprintfMarc Mutz2015-02-121-11/+11
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-0/+3
|\
| * Undo: Fix state entry bug for parallel state groupsPeter Kümmel2014-08-061-0/+3
* | Export QAbstractState active property.BogDan Vatra2014-07-291-16/+888
* | Export QStateMachine running property.BogDan Vatra2014-06-261-2/+272
* | Updated corelib's unit tests to use QSignalSpy's functor constructorKeith Gardner2014-05-081-81/+81
|/
* don't erroneously claim that gui support is neededOswald Buddenhagen2013-10-161-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-221-7/+7
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-141-2/+4
* statemachine: Really fix signal transition handling in multi-threaded setupKent Hansen2012-08-081-0/+38
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* statemachine: Make states exit order spec-compliantKent Hansen2012-08-011-6/+15
* statemachine: Move RestorePolicy enum to QState classKent Hansen2012-07-161-21/+21
* Add QStateMachine constructor that takes a ChildModeKent Hansen2012-07-161-0/+42
* statemachine: Make signal transition registration thread-safeKent Hansen2012-07-131-0/+50