summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/statemachine
Commit message (Expand)AuthorAgeFilesLines
* 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-212-34/+24
|/ / /
* | | 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-052-2/+1
* | | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-012-2/+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
* | StateMachine: remove initial state for parallel states.Erik Verbruggen2015-07-231-0/+31
* | 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
* Remove unused private field from test.Erik Verbruggen2015-04-221-10/+0
* 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-112-14/+14
* QState: Added template PointerToMemberFunctionAndré Klitzing2014-12-201-1/+5
* tst_QState: fix memleaksMarc Mutz2014-10-191-9/+9
* Update license headers and add new license filesMatti Paaso2014-09-242-38/+22
* 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
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-8/+8
* Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* 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-222-48/+48
* 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-012-0/+2
* 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
* statemachine: Fix signal transition handling in multi-threaded setupKent Hansen2012-07-131-0/+57
* statemachine: Fix dynamic transition registration edge casesKent Hansen2012-07-131-0/+86
* statemachine: Set correct signal index when signal is non-normalizedKent Hansen2012-07-131-22/+77
* Make it possible to connect to QAbstract{State,Transtion} private signals.Stephen Kelly2012-07-131-0/+121