summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/statemachine
Commit message (Expand)AuthorAgeFilesLines
* 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
* statemachine: Fix state entry bug for parallel state groupsKent Hansen2012-07-121-0/+39
* statemachine: Support parallel root stateKent Hansen2012-07-111-4/+9
* statemachine: Emit finished() signal when the initial state is finalKent Hansen2012-07-111-0/+12
* statemachine: Revamp property assignments implementationKent Hansen2012-07-111-0/+443
* statemachine: Don't assign properties for transitions with no targetsKent Hansen2012-07-101-0/+55
* statemachine: Purge restorable properties when they are restoredKent Hansen2012-07-101-0/+46
* Set compound state's initial state to 0 if it is removed/deletedKent Hansen2012-07-101-0/+13
* statemachine: Don't crash if property assignment target is deletedKent Hansen2012-07-101-0/+52
* Make qstatemachine autotest build without widgetsKent Hansen2012-06-072-3/+16
* statemachine: Make delayed event posting work from secondary threadKent Hansen2012-06-061-0/+50
* Write test to confirm QStateMachine calls connectNotify().Mitch Curtis2012-06-051-0/+35
* Enter initial state before QStateMachine::started() is emittedKent Hansen2012-06-041-0/+18
* Fix typos in QState sorting functionsKent Hansen2012-06-041-2/+17
* Improved stability of tst_qstatemachine, mark as parallel-safeRohan McGovern2012-05-312-1/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-302-2/+2
* Update contact information in license headers.Jason McDonald2012-01-232-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-052-2/+2
* Cleanup corelib autotests.Jason McDonald2011-12-281-0/+79
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-062-6/+0
* Cleanup corelib autotestsJason McDonald2011-11-301-1/+1
* Cleanup corelib autotestsJason McDonald2011-11-291-2/+2
* Remove obsolete code from QStateMachine test.Jason McDonald2011-11-211-366/+0
* Remove obsolete code from QStateMachine test.Jason McDonald2011-11-211-245/+0
* Cleanup corelib autotestsJason McDonald2011-11-112-9/+4
* Remove redundant copies of QTRY_COMPARE.Jason McDonald2011-11-092-28/+0
* Cleanup corelib autotestsJason McDonald2011-11-072-28/+0
* Remove obsolete code from qstate autotest.Jason McDonald2011-10-311-145/+0
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-252-4/+6
* Add missing Q_OBJECT macro to GoToStateTransitionKent Hansen2011-10-051-0/+19
* Moving relevant tests to corelib/statemachineHolger Ihrig2011-09-015-0/+4871