summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master'Jason Barron2009-08-048-8/+8
|\
| * Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-038-8/+8
* | Merge commit 'qt/master-stable'Jason Barron2009-08-0410-95/+111
|\ \
| * | export QStateMachinePrivate symbolsKent Hansen2009-08-031-6/+2
| * | remove constructors that are not usefulKent Hansen2009-08-038-82/+8
| * | Export symbol used in QtGui.Volker Hilsheimer2009-07-311-1/+5
| * | compileKent Hansen2009-07-311-1/+1
| * | add private goToState() function to state machineKent Hansen2009-07-312-7/+97
| * | remove const from QSignalEvent::sender*Kent Hansen2009-07-313-6/+6
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-276-222/+136
|\ \ \ | |/ / | | / | |/ |/|
| * make statemachine compile with QT_NO_PROPERTIESKent Hansen2009-07-234-0/+22
| * Make QStateMachine inherit QStateKent Hansen2009-07-225-222/+111
| * delete incorrect documentationKent Hansen2009-07-221-12/+0
| * Fix memory leak with wrapped eventsKent Hansen2009-07-211-0/+3
| * Doc: Added info on QWrappedEvent to QAbstractTransition::eventTest()Geir Vattekar2009-07-171-0/+12
* | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-3026-127/+129
|\ \ | |/
| * Remove default error stateEskil Abrahamsen Blomfeldt2009-06-233-65/+34
| * perform normalization of signatures for signal transitionsKent Hansen2009-06-222-8/+15
| * perform all property assignments of initial state that's nestedKent Hansen2009-06-171-2/+2
| * bring back QAbstractTransition::triggered() signalKent Hansen2009-06-174-0/+23
| * prevent subclasses from emitting entered() and exited()Kent Hansen2009-06-171-0/+3
| * Update license headers in files that are new in 4.6.Jason McDonald2009-06-1725-50/+50
| * Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
* | Manually fix bad merges and make sure everything compiles with 4.6.Harald Fernengel2009-06-291-1/+1
|/
* remove q->layout() and q->parentWidget() code where unnecessaryThierry Bastian2009-06-112-6/+3
* add QT_NO_STATEMACHINE define so state machine can be compiled outKent Hansen2009-06-0418-0/+80
* fix signal signature bug in debug outputKent Hansen2009-06-031-2/+2
* don't require use of SIGNAL macro in calls to addTransition()Kent Hansen2009-06-031-2/+3
* fix qdoc warningKent Hansen2009-06-031-1/+1
* prepend private/ for included private headersMartin Jones2009-06-015-5/+5
* QStateMachine: better way to get the sender signalIndexOlivier Goffart2009-05-281-18/+7
* Use Qt::UniqueConnection instead of disconnect/connectOlivier Goffart2009-05-281-2/+1
* Compile qstatemachine autotestOlivier Goffart2009-05-281-1/+1
* Removed some export to symbols that don't need itThierry Bastian2009-05-254-22/+6
* Added QT_NO_ANIMATION to qfeaturesThierry Bastian2009-05-251-4/+9
* Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-12/+12
* make sure signal transition is correctly unregistered/re-registeredKent Hansen2009-05-222-14/+18
* make sure event transition is correctly unregistered/re-registeredKent Hansen2009-05-222-14/+18
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-221-1/+1
* kill unused private functionsKent Hansen2009-05-226-18/+0
* doc: Update signature of eventTest() in documentationEskil Abrahamsen Blomfeldt2009-05-151-1/+1
* Make QAbstractTransition::eventTest() non-constEskil Abrahamsen Blomfeldt2009-05-149-10/+10
* correctly handle multiple event transitions for same (object,event)Kent Hansen2009-05-132-7/+14
* Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-05-131-55/+85
|\
| * Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Geir Vattekar2009-05-133-15/+23
| |\
| * | Doc: Work on QStateMachine class descriptionGeir Vattekar2009-05-131-55/+85
* | | kill the QT_STATEMACHINE_SOLUTION defineKent Hansen2009-05-1318-228/+16
| |/ |/|
* | correctly handle multiple signal transitions for same (object,signal)Kent Hansen2009-05-123-15/+23
|/
* Fixes crash when calling QState::setErrorState() with null pointerEskil Abrahamsen Blomfeldt2009-05-121-1/+1
* gracefully handle deletion of transition's target stateKent Hansen2009-05-083-4/+17