summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine
Commit message (Expand)AuthorAgeFilesLines
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-298-32/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1824-24/+24
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-084-7/+7
* Inserted hardcoded urls for State Charts and S. C. XMLNico Vertriest2012-12-111-5/+3
* QtCore: Make more signals private.Stephen Kelly2012-11-284-10/+26
* Change license header from Nokia to DigiaSergio Ahumada2012-11-261-1/+1
* Trim trailing whitespace.Stephen Kelly2012-10-223-32/+32
* Make QSignalTransition take a pointer-to-const QObjectGiuseppe D'Angelo2012-09-266-9/+9
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2224-574/+574
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-238-0/+10
* statemachine: Really fix signal transition handling in multi-threaded setupKent Hansen2012-08-082-6/+27
* statemachine: Make states exit order spec-compliantKent Hansen2012-08-011-3/+3
* QStateMachine: mark a ctor as explicitMarc Mutz2012-07-161-1/+1
* statemachine: Move RestorePolicy enum to QState classKent Hansen2012-07-165-44/+42
* Add QStateMachine constructor that takes a ChildModeKent Hansen2012-07-162-0/+15
* statemachine: Micro-optimization for signal transition connectKent Hansen2012-07-131-4/+4
* statemachine: Use new Qt5 api for obtaining method parameter typesKent Hansen2012-07-131-3/+2
* statemachine: Make signal transition registration thread-safeKent Hansen2012-07-132-0/+11
* statemachine: Fix signal transition handling in multi-threaded setupKent Hansen2012-07-131-2/+8
* statemachine: Small refactoring of transition registrationKent Hansen2012-07-135-14/+46
* statemachine: Fix dynamic transition registration edge casesKent Hansen2012-07-132-0/+3
* statemachine: Avoid warning when setting up signal transitionKent Hansen2012-07-131-0/+2
* statemachine: Set correct signal index when signal is non-normalizedKent Hansen2012-07-131-0/+1
* Make it possible to connect to QAbstract{State,Transtion} private signals.Stephen Kelly2012-07-134-10/+16
* statemachine: Fix state entry bug for parallel state groupsKent Hansen2012-07-122-23/+37
* statemachine: Move invariant code out of loop bodyKent Hansen2012-07-121-6/+6
* statemachine: Support parallel root stateKent Hansen2012-07-111-11/+27
* statemachine: Emit finished() signal when the initial state is finalKent Hansen2012-07-111-1/+12
* statemachine: Small refactoring of initial transition codeKent Hansen2012-07-112-15/+16
* statemachine: Get rid of hidden start stateKent Hansen2012-07-112-45/+9
* statemachine: Revamp property assignments implementationKent Hansen2012-07-113-243/+380
* statemachine: Refactor {enter,exit}States() functionsKent Hansen2012-07-112-19/+34
* statemachine: Don't assign properties for transitions with no targetsKent Hansen2012-07-101-6/+4
* statemachine: Tiny refactoring to avoid double lookupKent Hansen2012-07-103-3/+4
* statemachine: Add some missing QT_NO_PROPERTIES guardsKent Hansen2012-07-102-4/+10
* statemachine: Small refactoring of animation selection codeKent Hansen2012-07-102-14/+21
* statemachine: Purge restorable properties when they are restoredKent Hansen2012-07-101-0/+2
* Set compound state's initial state to 0 if it is removed/deletedKent Hansen2012-07-101-0/+2
* statemachine: Let QPropertyAssignment do the property writeKent Hansen2012-07-102-4/+4
* statemachine: Don't crash if property assignment target is deletedKent Hansen2012-07-103-13/+36
* statemachine: goToState() should require that the machine is runningKent Hansen2012-07-101-10/+7
* doc: remove duplicate linkKent Hansen2012-06-281-1/+1
* doc: add missing \sa tagKent Hansen2012-06-281-1/+1
* statemachine: Make delayed event posting work from secondary threadKent Hansen2012-06-063-17/+101
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-052-2/+2
* Enter initial state before QStateMachine::started() is emittedKent Hansen2012-06-041-1/+3
* Fix typos in QState sorting functionsKent Hansen2012-06-041-4/+4
* Fix To-Do in qstatemachine (use QObject::senderSignalIndex())Kent Hansen2012-06-011-8/+2
* Don't call metaObject()->method() redundantlyKent Hansen2012-05-311-1/+1
* Move rarely used QObjectPrivate data to extraDataMartin Jones2012-05-211-1/+1