summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine/qstate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-241-603/+0
* Use QList instead of QVector in statemachineJarek Kobus2020-07-061-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-10/+10
* Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-1/+1
* QtCore: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-1/+2
* doc: Correct remaining qdoc warning in qstate.cppMartin Smith2018-01-041-2/+1
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
* QtCore: include mocsThiago Macieira2017-05-051-0/+2
* Fix build with statemachine feature disabledLars Knoll2016-10-111-5/+0
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-2/+1
|\
| * Allow QFinalStatePrivate to be subclassed.Erik Verbruggen2016-01-281-2/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* StateMachine: remove initial state for parallel states.Erik Verbruggen2015-07-231-0/+8
* QAbstractTransition: don't hold QPointers in QListMarc Mutz2015-06-241-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QState: Added template PointerToMemberFunctionAndré Klitzing2014-12-201-0/+11
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Emit a notifications when childMode, initial and errorState are changed.BogDan Vatra2014-06-251-3/+39
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QtCore: Make more signals private.Stephen Kelly2012-11-281-2/+2
* Trim trailing whitespace.Stephen Kelly2012-10-221-3/+3
* 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/+1
* statemachine: Move RestorePolicy enum to QState classKent Hansen2012-07-161-0/+25
* statemachine: Small refactoring of transition registrationKent Hansen2012-07-131-2/+2
* statemachine: Tiny refactoring to avoid double lookupKent Hansen2012-07-101-1/+1
* Set compound state's initial state to 0 if it is removed/deletedKent Hansen2012-07-101-0/+2
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+526