Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'kinetic-declarativeui' of ↵ | Erik Verbruggen | 2009-05-18 | 10 | -902/+1006 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Do not store empty type names in QmlMetaType | Kai Koehne | 2009-05-18 | 1 | -1/+2 |
| | | |||||
| * | Renamed qualifiedObjectNameId. | Roberto Raggi | 2009-05-18 | 3 | -12/+12 |
| | | |||||
| * | Compile. | Roberto Raggi | 2009-05-18 | 2 | -3/+3 |
| | | |||||
| * | Introduced qualified type names in the grammar. | Roberto Raggi | 2009-05-18 | 8 | -896/+989 |
| | | |||||
| * | Allow mapping from QMetaObject * to corresponding QmlType | Kai Koehne | 2009-05-18 | 2 | -4/+14 |
| | | | | | | | | | | | | | | | | This is needed in Bauhaus to get the QmlType of a parent QMetaObject. Also, mark QmlType class as to be exported. Reviewed-by: Aaron Kennedy | ||||
* | | Fixed the addition of "id" to the list of QmlDomObject properties. | Erik Verbruggen | 2009-05-18 | 1 | -2/+1 |
| | | |||||
* | | Added "id" to the list of QmlDomObject properties, so we can get to the | Erik Verbruggen | 2009-05-18 | 1 | -5/+1 |
|/ | | | | location information. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-18 | 123 | -1059/+2622 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵ | Michael Brasser | 2009-05-18 | 111 | -1020/+2319 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | into kinetic-declarativeui Conflicts: src/corelib/animation/qanimationgroup.cpp src/corelib/animation/qvariantanimation.cpp src/gui/graphicsview/qgraphicsitem.cpp | ||||
| | * | Doc: Added architecture image to animation overview. | Geir Vattekar | 2009-05-15 | 2 | -1/+4 |
| | | | | | | | | | | | | Reviewed-by: David Boddie | ||||
| | * | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵ | David Boddie | 2009-05-15 | 45 | -106/+293 |
| | |\ | | | | | | | | | | | | | into kinetic-animations | ||||
| | | * | Avoid resetting the QVariantAnimation::currentValue when changing state | Leonardo Sobral Cunha | 2009-05-15 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | Reviewed-by: janarve | ||||
| | | * | General refactors in QVariantAnimation | Leonardo Sobral Cunha | 2009-05-15 | 2 | -27/+35 |
| | | | | | | | | | | | | | | | | Reviewed-by: janarve | ||||
| | | * | Update current value on QVariantAnimation::setKeyValues | Leonardo Sobral Cunha | 2009-05-15 | 2 | -0/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current value was udpated on setKeyValueAt, but not on setKeyValues and this was leading to a semantic inconsistency. Reviewed-by: janarve | ||||
| | | * | Avoid interpolating if we have less than 2 key values in QVariantAnimation | Leonardo Sobral Cunha | 2009-05-15 | 2 | -4/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we have less than 2 key values, we should neither try to interpolate nor set the current value. Reviewed-by: janarve | ||||
| | | * | Indentation and whitespace fixes in animation api | Leonardo Sobral Cunha | 2009-05-15 | 6 | -15/+12 |
| | | | | |||||
| | | * | Merge branch 'kinetic-animations' into kinetic-statemachine | Kent Hansen | 2009-05-14 | 5 | -10/+14 |
| | | |\ | |||||
| | | * | | Fix top level compile in examples/animation | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | Three examples have been moved. | ||||
| | | * | | Make QAbstractTransition::eventTest() non-const | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 29 | -45/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | We decided to remove the const of the eventTest() since some transitions have dynamic conditions and need to update when eventTest() is called. | ||||
| | | * | | Pop up message when a tank wins the game | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 8 | -12/+113 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also fixed: Added some docs and moved the tanks a little so they don't start partly outside the scene rect. | ||||
| | | * | | Fix run-time error in Seek AI's state machine | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Passed parent as 'tank', thus getting a null parent in the GoToLocation state, which breaks the machine when you transition into the state. | ||||
| | | * | | Fix SpinState in Tank Game Example to spin more than 180 degrees | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 2 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | This was a leftover from when the setDirection() semantics were broken. | ||||
| | | * | | correctly handle multiple event transitions for same (object,event) | Kent Hansen | 2009-05-13 | 3 | -7/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The event filter was not removed at the right time. We now store the number of active event transitions for a particular (object,event) and only remove the filtering when the count drops to zero. | ||||
| | * | | | Doc: Added a work in progress class hierarchy overview. | David Boddie | 2009-05-15 | 1 | -0/+351 |
| | | |/ | | |/| | | | | | | | | | Reviewed-by: Geir Vattekar | ||||
| | * | | Doc: Marked up a link correctly. | David Boddie | 2009-05-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Reviewed-by: David Boddie <dboddie@trolltech.com> | ||||
| | * | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵ | David Boddie | 2009-05-13 | 29 | -326/+464 |
| | |\ \ | | | | | | | | | | | | | | | | into kinetic-animations | ||||
| | | * | | correctly handle multiple event transitions for same (object,event) | Kent Hansen | 2009-05-13 | 3 | -7/+62 |
| | | |/ | | | | | | | | | | | | | | | | | | | | | The event filter was not removed at the right time. We now store the number of active event transitions for a particular (object,event) and only remove the filtering when the count drops to zero. | ||||
| | | * | Merge branch 'kinetic-animations' into kinetic-statemachine | Kent Hansen | 2009-05-13 | 1 | -55/+85 |
| | | |\ | |||||
| | | | * | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵ | Geir Vattekar | 2009-05-13 | 53 | -498/+689 |
| | | | |\ | | | | | | | | | | | | | | | | | | | into kinetic-animations | ||||
| | | | * | | Doc: Work on QStateMachine class description | Geir Vattekar | 2009-05-13 | 1 | -55/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Kent Hansen | ||||
| | | * | | | more statemachine docs | Kent Hansen | 2009-05-13 | 2 | -5/+40 |
| | | | | | | |||||
| | | * | | | doc: Add screenshot for Tank Game Example | Eskil Abrahamsen Blomfeldt | 2009-05-13 | 1 | -0/+0 |
| | | | | | | |||||
| | | * | | | kill the QT_STATEMACHINE_SOLUTION define | Kent Hansen | 2009-05-13 | 19 | -233/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | We won't release another Qt Solution, so the define is no longer needed. | ||||
| | | * | | | document statemachine/factorial example | Kent Hansen | 2009-05-13 | 4 | -26/+141 |
| | | | | | | |||||
| | | * | | | doc: Correct names of snippets in docs for Tank Game example | Eskil Abrahamsen Blomfeldt | 2009-05-13 | 2 | -1/+5 |
| | | | | | | |||||
| | | * | | | doc: Add documentation for Tank Game example | Eskil Abrahamsen Blomfeldt | 2009-05-13 | 2 | -0/+116 |
| | | | |/ | | | |/| | |||||
| | * | | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵ | David Boddie | 2009-05-12 | 635 | -24172/+24102 |
| | |\ \ \ | | | |/ / | | | | | | | | | | | into kinetic-animations | ||||
| | | * | | Merge branch 'kinetic-animations' into kinetic-statemachine | Kent Hansen | 2009-05-12 | 0 | -0/+0 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animations | Alexis Menard | 2009-05-12 | 535 | -23248/+21677 |
| | | | |\ | |||||
| | | * | | | correctly handle multiple signal transitions for same (object,signal) | Kent Hansen | 2009-05-12 | 4 | -15/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The signal was not disconnected at the right time. We now store the number of active signal transitions for a particular (object,signal) and only disconnect when the count drops to zero. | ||||
| | | * | | | document the statemachine/eventtransitions example | Kent Hansen | 2009-05-12 | 3 | -3/+104 |
| | | | | | | |||||
| | | * | | | add State Machine to examples overview | Kent Hansen | 2009-05-12 | 1 | -0/+8 |
| | | | | | | |||||
| | | * | | | Change name of "errorstate" example to "tankgame" | Eskil Abrahamsen Blomfeldt | 2009-05-12 | 26 | -29/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The error state is not a big enough part of the example to justify naming it after it. | ||||
| | | * | | | Fixes: document statemachine/twowaybutton example | Kent Hansen | 2009-05-12 | 3 | -7/+98 |
| | | | | | | |||||
| | | * | | | kill some simplistic/overlapping/under-developed examples | Kent Hansen | 2009-05-12 | 9 | -445/+0 |
| | | | | | | |||||
| | | * | | | document the statemachine/pingpong example | Kent Hansen | 2009-05-12 | 4 | -0/+122 |
| | | | | | | |||||
| | | * | | | Merge branch 'kinetic-statemachine' of git@scm.dev.nokia.troll.no:qt/kinetic ↵ | Alexis Menard | 2009-05-12 | 209 | -5230/+8072 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into kinetic-statemachine Conflicts: src/gui/graphicsview/qgraphicsitem.cpp | ||||
| | | | * | | | doc: Add documentation for animations, restore policy and polished signal | Eskil Abrahamsen Blomfeldt | 2009-05-12 | 1 | -0/+182 |
| | | | | | | | |||||
| | | | * | | | update license headers | Kent Hansen | 2009-05-12 | 2 | -6/+66 |
| | | | | | | |