summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine
Commit message (Expand)AuthorAgeFilesLines
* Version transitionType as a new propertyAlan Alpert2015-06-111-1/+1
* QStateMachine: empty the whole internal queue before external queueErik Verbruggen2015-05-191-16/+10
* QStateMachine: fix RestorableId exception specificationMarc Mutz2015-05-191-1/+2
* Reorder member variables to avoid padding.Volker Krause2015-05-142-2/+2
* QStateMachine: allow posting of events when starting.Erik Verbruggen2015-05-072-2/+13
* QStateMachine: Fix transition ordering.Erik Verbruggen2015-05-071-5/+32
* qstatemachine: add methods detect when a machine has processed an eventFawzi Mohamed2015-05-042-2/+52
* QStateMachine: add internal transitions.Erik Verbruggen2015-05-044-13/+69
* QStateMachine: cache expensive calculations.Erik Verbruggen2015-05-042-55/+205
* QStateMachine: optimize conflict calculation.Erik Verbruggen2015-04-281-8/+22
* QStateMachine: replaced Q_FOREACH with foreach.Erik Verbruggen2015-04-221-16/+16
* qdoc: Remove #ifdef Q_QDOC for uses of QPrivateSignalMartin Smith2015-04-206-80/+16
* QStateMachine: remove conflicting transitions after selection.Erik Verbruggen2015-04-102-67/+157
* QStateMachine: fix history state restoration.Erik Verbruggen2015-04-102-45/+235
* QStateMachine: move methods out of Private class.Erik Verbruggen2015-04-102-36/+54
* QStateMachine: move QState::finished() emision into method.Erik Verbruggen2015-04-092-8/+20
* Update copyright headersJani Heikkinen2015-02-1124-168/+168
* Use Q_ENUM and Q_FLAG for types in QtCoreOlivier Goffart2015-02-042-2/+3
* QStateMachine: replace a QHash key involving a QPointerMarc Mutz2015-01-092-4/+22
* QStateMachine: fix some misleading codeMarc Mutz2015-01-091-3/+2
* QState: Added template PointerToMemberFunctionAndré Klitzing2014-12-202-1/+24
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0311-28/+28
* Update license headers and add new license filesMatti Paaso2014-09-2424-456/+264
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-5/+1
|\
| * Undo: Fix state entry bug for parallel state groupsPeter Kümmel2014-08-061-5/+1
* | Export QAbstractState active property.BogDan Vatra2014-07-294-2/+49
* | Emit a notifications when targetState and targetStates are changed.BogDan Vatra2014-06-302-3/+44
* | Emit a notifications when senderObject and signal are changed.BogDan Vatra2014-06-302-2/+36
* | Export QStateMachine running property.BogDan Vatra2014-06-262-2/+39
* | Emit a notifications when defaultState and historyType are changed.BogDan Vatra2014-06-252-4/+40
* | Emit a notifications when childMode, initial and errorState are changed.BogDan Vatra2014-06-252-6/+57
|/
* 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-082-7/+7
* Remove qSort usages from statemachinesGiuseppe D'Angelo2013-09-111-2/+4
* Changed digia contact details to */legal, updated licensesTeemu Kaukoranta2013-07-201-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-4/+4
* 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