summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-1/+1
|\
| * QStateMachine: make ctor explicitMarc Mutz2012-03-061-1/+1
* | 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-202-23/+44
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-021-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3024-24/+24
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-258-8/+0
* Update contact information in license headers.Jason McDonald2012-01-2324-24/+24
* Update copyright year in license headers.Jason McDonald2012-01-0524-24/+24
* Add missing Q_OBJECT macro to GoToStateTransitionKent Hansen2011-10-051-0/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2424-408/+408
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2725-0/+6159