summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add support for removing anchors.Michael Brasser2009-05-111-1/+1
* Add context property testAaron Kennedy2009-05-111-1/+29
* Detect binding loops.Michael Brasser2009-05-111-2/+37
* Add simple loop detection to anchoring system.Michael Brasser2009-05-114-0/+81
* Add autotest for crash when compiling "Component {}"Kai Koehne2009-05-081-0/+9
* Autotest format conversion.Michael Brasser2009-05-0840-302/+582
* Get autotests compiling again. Start converting syntax.Michael Brasser2009-05-0812-68/+69
* Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Michael Brasser2009-05-078-912/+1403
|\
| * Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-05-071-2/+3
| |\
| | * Addeed a warning if one is trying to animate a property that's not partThierry Bastian2009-05-071-2/+3
| * | add QStateMachine::isRunning()Kent Hansen2009-05-071-0/+42
| * | Rename NoDefaultStateInHistoryState -> NoDefaultStateInHistoryStateError for ...Eskil Abrahamsen Blomfeldt2009-05-071-1/+1
| * | Fix infinite loop when source and target of transition are in different treesEskil Abrahamsen Blomfeldt2009-05-071-3/+2
| * | Fix tests for history state and entering root stateEskil Abrahamsen Blomfeldt2009-05-071-5/+3
| * | Compile with new APIEskil Abrahamsen Blomfeldt2009-05-071-2/+2
| |/
| * add event as argument to onEntry(), onExit() and onTransition()Kent Hansen2009-05-051-8/+8
| * ignore QState::assignProperty() calls where the target object is 0Kent Hansen2009-05-041-0/+4
| * When restoring properties in descendants of a state which assigns it a value,Eskil Abrahamsen Blomfeldt2009-04-301-0/+64
| * The intuitive interpretation of RestoreProperties is that a value isEskil Abrahamsen Blomfeldt2009-04-301-1/+55
| * kill QStateMachine::animationsFinished(), introduce QState::polished()Kent Hansen2009-04-291-2/+153
| * SCXML defines an atomic state as a <state> with no children or <final>. However,Eskil Abrahamsen Blomfeldt2009-04-291-0/+25
| * Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-293-59/+36
| |\
| | * compile fix for the benchmarkThierry Bastian2009-04-293-59/+36
| * | kill QStateMachine::states() and QState::transitions()Kent Hansen2009-04-291-14/+16
| * | kill source/target-specific animationsKent Hansen2009-04-291-80/+85
| * | rename QBoundEvent to QWrappedEvent and make it publicKent Hansen2009-04-291-1/+1
| * | replace QState::Type with QState::childMode propertyKent Hansen2009-04-291-2/+2
| * | Add test that property assignments set on parallel states are actuallyEskil Abrahamsen Blomfeldt2009-04-291-3/+40
| * | Remove QEXPECT_FAIL because e06c2e15 fixes this test as well.Eskil Abrahamsen Blomfeldt2009-04-291-1/+0
| * | Compile against new QHistoryState API.Eskil Abrahamsen Blomfeldt2009-04-291-2/+2
| * | Merge the two queries for entry states to support having history states asEskil Abrahamsen Blomfeldt2009-04-291-0/+35
| * | rename a few properties and methodsKent Hansen2009-04-291-7/+7
| * | make history state constructibleKent Hansen2009-04-291-2/+2
| * | Add a test for the semantics of transitions from a region in parallel states.Eskil Abrahamsen Blomfeldt2009-04-281-0/+47
| * | replace QStateFinished{Event,Transition} by QState::finished() signalKent Hansen2009-04-271-2/+2
| |/
| * Merge branch 'kinetic-statemachine' into kinetic-animationsKent Hansen2009-04-244-820/+871
| |\
| | * Remove API for setting specific restore policies on states. We have no clearEskil Abrahamsen Blomfeldt2009-04-232-38/+28
| | * kill the stateactions apiKent Hansen2009-04-221-172/+22
| | * Test for overriding default animations. This test defines the order ofEskil Abrahamsen Blomfeldt2009-04-221-0/+247
| | * Add tests for the removeDefaultAnimation* APIEskil Abrahamsen Blomfeldt2009-04-221-0/+127
| | * Add API for adding default animations to the state machine. This is especiallyEskil Abrahamsen Blomfeldt2009-04-211-0/+140
| | * QAnimationState is no more, so we remove the test for it. The relevant testsEskil Abrahamsen Blomfeldt2009-04-213-630/+327
| | * compile.Eskil Abrahamsen Blomfeldt2009-04-211-3/+3
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-072-1/+26
|\ \ \
| * | | Fix loading of components containing sub components through QmlDomKai Koehne2009-05-071-2/+11
| * | | Add test case for QmlDom - loading a component with sub componentsKai Koehne2009-05-072-1/+17
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-05-077-9/+205
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch '4.5'Thiago Macieira2009-05-074-2/+123
| |\ \ \
| | * | | Fixed some inconsistencies for image drawing on non-integer coords.Samuel Rødal2009-05-072-2/+17
| | * | | Make QNetworkProxy calculate the capabilities for a new proxy typeThiago Macieira2009-05-071-0/+33