summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Remove debug.Michael Brasser2009-05-181-1/+0
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-1820-1449/+1352
| |\ \ \ | | |/ /
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Erik Verbruggen2009-05-1810-902/+1006
| | |\ \
| | | * | Do not store empty type names in QmlMetaTypeKai Koehne2009-05-181-1/+2
| | | * | Renamed qualifiedObjectNameId.Roberto Raggi2009-05-183-12/+12
| | | * | Compile.Roberto Raggi2009-05-182-3/+3
| | | * | Introduced qualified type names in the grammar.Roberto Raggi2009-05-188-896/+989
| | | * | Allow mapping from QMetaObject * to corresponding QmlTypeKai Koehne2009-05-182-4/+14
| | * | | Fixed the addition of "id" to the list of QmlDomObject properties.Erik Verbruggen2009-05-181-2/+1
| | * | | Added "id" to the list of QmlDomObject properties, so we can get to theErik Verbruggen2009-05-181-5/+1
| | |/ /
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-18123-1059/+2622
| | |\ \
| | * | | Simplify (hopefully) anchors, and make them less reliant on signalsAaron Kennedy2009-05-188-537/+344
| | * | | GraphicsView preserves stacking orderAaron Kennedy2009-05-181-4/+1
| * | | | Various fixes for Qml support in lupdate.Michael Brasser2009-05-182-8/+9
| | |/ / | |/| |
| * | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Michael Brasser2009-05-18111-1020/+2319
| |\ \ \
| | * | | Doc: Added architecture image to animation overview.Geir Vattekar2009-05-152-1/+4
| | * | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...David Boddie2009-05-1545-106/+293
| | |\ \ \
| | | * | | Avoid resetting the QVariantAnimation::currentValue when changing stateLeonardo Sobral Cunha2009-05-151-2/+0
| | | * | | General refactors in QVariantAnimationLeonardo Sobral Cunha2009-05-152-27/+35
| | | * | | Update current value on QVariantAnimation::setKeyValuesLeonardo Sobral Cunha2009-05-152-0/+35
| | | * | | Avoid interpolating if we have less than 2 key values in QVariantAnimationLeonardo Sobral Cunha2009-05-152-4/+41
| | | * | | Indentation and whitespace fixes in animation apiLeonardo Sobral Cunha2009-05-156-15/+12
| | | * | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-05-145-10/+14
| | | |\ \ \
| | | * | | | Fix top level compile in examples/animationEskil Abrahamsen Blomfeldt2009-05-141-3/+0
| | | * | | | Make QAbstractTransition::eventTest() non-constEskil Abrahamsen Blomfeldt2009-05-1429-45/+45
| | | * | | | Pop up message when a tank wins the gameEskil Abrahamsen Blomfeldt2009-05-148-12/+113
| | | * | | | Fix run-time error in Seek AI's state machineEskil Abrahamsen Blomfeldt2009-05-141-1/+5
| | | * | | | Fix SpinState in Tank Game Example to spin more than 180 degreesEskil Abrahamsen Blomfeldt2009-05-142-2/+12
| | | * | | | correctly handle multiple event transitions for same (object,event)Kent Hansen2009-05-133-7/+62
| | * | | | | Doc: Added a work in progress class hierarchy overview.David Boddie2009-05-151-0/+351
| | | |/ / / | | |/| | |
| | * | | | Doc: Marked up a link correctly.David Boddie2009-05-141-1/+1
| | * | | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...David Boddie2009-05-1329-326/+464
| | |\ \ \ \
| | | * | | | correctly handle multiple event transitions for same (object,event)Kent Hansen2009-05-133-7/+62
| | | |/ / /
| | | * | | 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-1353-498/+689
| | | | |\ \ \
| | | | * | | | Doc: Work on QStateMachine class descriptionGeir Vattekar2009-05-131-55/+85
| | | * | | | | more statemachine docsKent Hansen2009-05-132-5/+40
| | | * | | | | doc: Add screenshot for Tank Game ExampleEskil Abrahamsen Blomfeldt2009-05-131-0/+0
| | | * | | | | kill the QT_STATEMACHINE_SOLUTION defineKent Hansen2009-05-1319-233/+16
| | | * | | | | document statemachine/factorial exampleKent Hansen2009-05-134-26/+141
| | | * | | | | doc: Correct names of snippets in docs for Tank Game exampleEskil Abrahamsen Blomfeldt2009-05-132-1/+5
| | | * | | | | doc: Add documentation for Tank Game exampleEskil Abrahamsen Blomfeldt2009-05-132-0/+116
| | | | |/ / / | | | |/| | |
| | * | | | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...David Boddie2009-05-12635-24172/+24102
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-05-120-0/+0
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animationsAlexis Menard2009-05-12535-23248/+21677
| | | | |\ \ \
| | | * | | | | correctly handle multiple signal transitions for same (object,signal)Kent Hansen2009-05-124-15/+68
| | | * | | | | document the statemachine/eventtransitions exampleKent Hansen2009-05-123-3/+104
| | | * | | | | add State Machine to examples overviewKent Hansen2009-05-121-0/+8
| | | * | | | | Change name of "errorstate" example to "tankgame"Eskil Abrahamsen Blomfeldt2009-05-1226-29/+40
| | | * | | | | Fixes: document statemachine/twowaybutton exampleKent Hansen2009-05-123-7/+98