summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine/qstatemachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Export QStateMachine running property.BogDan Vatra2014-06-261-2/+35
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-54/+54
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-5/+5
* Remove qSort usages from statemachinesGiuseppe D'Angelo2013-09-111-2/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Inserted hardcoded urls for State Charts and S. C. XMLNico Vertriest2012-12-111-5/+3
* QtCore: Make more signals private.Stephen Kelly2012-11-281-4/+4
* Trim trailing whitespace.Stephen Kelly2012-10-221-28/+28
* Make QSignalTransition take a pointer-to-const QObjectGiuseppe D'Angelo2012-09-261-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+3
* statemachine: Really fix signal transition handling in multi-threaded setupKent Hansen2012-08-081-6/+26
* statemachine: Make states exit order spec-compliantKent Hansen2012-08-011-3/+3
* statemachine: Move RestorePolicy enum to QState classKent Hansen2012-07-161-33/+7
* Add QStateMachine constructor that takes a ChildModeKent Hansen2012-07-161-0/+14
* 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-131-0/+10
* statemachine: Fix signal transition handling in multi-threaded setupKent Hansen2012-07-131-2/+8
* statemachine: Small refactoring of transition registrationKent Hansen2012-07-131-6/+36
* 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
* statemachine: Fix state entry bug for parallel state groupsKent Hansen2012-07-121-23/+34
* 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-111-15/+15
* statemachine: Get rid of hidden start stateKent Hansen2012-07-111-41/+9
* statemachine: Revamp property assignments implementationKent Hansen2012-07-111-230/+352
* statemachine: Refactor {enter,exit}States() functionsKent Hansen2012-07-111-17/+28
* statemachine: Don't assign properties for transitions with no targetsKent Hansen2012-07-101-6/+4
* statemachine: Tiny refactoring to avoid double lookupKent Hansen2012-07-101-2/+1
* statemachine: Small refactoring of animation selection codeKent Hansen2012-07-101-14/+20
* statemachine: Purge restorable properties when they are restoredKent Hansen2012-07-101-0/+2
* statemachine: Let QPropertyAssignment do the property writeKent Hansen2012-07-101-4/+3
* statemachine: Don't crash if property assignment target is deletedKent Hansen2012-07-101-11/+29
* statemachine: goToState() should require that the machine is runningKent Hansen2012-07-101-10/+7
* doc: add missing \sa tagKent Hansen2012-06-281-1/+1
* statemachine: Make delayed event posting work from secondary threadKent Hansen2012-06-061-16/+85
* 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
* Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-251-5/+1
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-2/+2
* Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-041-4/+4
* Update QSignalEventGenerator to meta-object revision 7Kent Hansen2012-02-291-9/+27
* Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-1/+1
* Port QSignalEventGenerator meta-object to revision 6Kent Hansen2012-02-201-19/+40