Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'main/4.7' into 4.7 | Morten Johan Sørvig | 2010-03-25 | 226 | -3447/+2531 |
|\ | | | | | | | | | | | Conflicts: demos/declarative/minehunt/minehunt.cpp src/declarative/qml/qdeclarativecompiler.cpp | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into ↵ | Qt Continuous Integration System | 2010-03-25 | 3 | -13/+13 |
| |\ | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: Rename loopCount to loops, in line with other declarative elements. | ||||
| | * | Rename loopCount to loops, in line with other declarative elements. | Justin McPherson | 2010-03-25 | 3 | -13/+13 |
| | | | | | | | | | | | | Reviewed-by: Dmytro Poplavskiy | ||||
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-25 | 223 | -3435/+2519 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (76 commits) Qt.Infinite -> Animation.Infinite Doc fix. Skip tests for now Make autotest work on windows. Remove faulty assert - the precondition is checked for correctly later on Ensure currentIndex is updated when items inserted before currentIndex Replace Animation's repeat property with loops. Fix compile in namespace. Compile with qtnamespace Disallow the implicit QDeclarativeGuardedContextData copy constructor Doc Fix leak. StateChangeScript doc. A StateChangeScript should never be run when leaving the state. ScriptAction doc. Rename stateChangeScriptName to scriptName. Doc Document QML security considerations. Fix flicking views at boundary with StricthighlighRange Fix abort in flipable ... | ||||
| | * | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 40 | -55/+91 |
| | | | | | | | | | | | | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops. | ||||
| | * | Doc fix. | Michael Brasser | 2010-03-25 | 3 | -3/+3 |
| | | | |||||
| | * | Skip tests for now | Bea Lam | 2010-03-25 | 1 | -0/+4 |
| | | | |||||
| | * | Make autotest work on windows. | Martin Jones | 2010-03-25 | 1 | -2/+5 |
| | | | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-03-25 | 40 | -81/+124 |
| | |\ | |||||
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-25 | 37 | -77/+93 |
| | | |\ | |||||
| | | | * | Replace Animation's repeat property with loops. | Michael Brasser | 2010-03-25 | 37 | -77/+93 |
| | | | | | | | | | | | | | | | | | | | | | | | | | You can now loop a fixed number of times as well as forever. The old repeat behavior (loop forever) can be acheived with loops: Qt.Infinite. | ||||
| | | * | | Ensure currentIndex is updated when items inserted before currentIndex | Martin Jones | 2010-03-25 | 2 | -4/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Was occurring when items inserted but no items had been created yet. Task-number: QTBUG-9313 | ||||
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-24 | 0 | -0/+0 |
| | | |\ \ | | | | |/ | | | | | | | | | | | | | | | | Conflicts: src/declarative/util/qdeclarativexmllistmodel.cpp | ||||
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-24 | 14 | -37/+53 |
| | | |\ \ | |||||
| | | * | | | Compile with qtnamespace | Martin Jones | 2010-03-24 | 1 | -1/+2 |
| | | | | | | |||||
| | * | | | | Remove faulty assert - the precondition is checked for correctly later on | Aaron Kennedy | 2010-03-25 | 4 | -3/+12 |
| | | |_|/ | | |/| | | | | | | | | | | | | Task-number: QTBUG-9336 | ||||
| | * | | | Fix compile in namespace. | Michael Brasser | 2010-03-24 | 1 | -2/+2 |
| | | |/ | | |/| | |||||
| | * | | Merge remote branch 'origin/4.7' into HEAD | Thiago Macieira | 2010-03-24 | 12 | -37/+42 |
| | |\ \ | | |/ / | |/| | | | | | | | | | | Conflicts: src/declarative/qml/qdeclarativecompiler.cpp | ||||
| | * | | Disallow the implicit QDeclarativeGuardedContextData copy constructor | Aaron Kennedy | 2010-03-24 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-9312 | ||||
| | * | | Doc | Aaron Kennedy | 2010-03-24 | 1 | -0/+1 |
| | |/ | |||||
| | * | Merge branch '4.7' of ../qt-4.7 into 4.7 | Martin Jones | 2010-03-24 | 4 | -4/+33 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativedom/data/importlib/sublib/qmldir | ||||
| | * | | Fix leak. | Michael Brasser | 2010-03-24 | 1 | -1/+2 |
| | | | | |||||
| | * | | StateChangeScript doc. | Michael Brasser | 2010-03-24 | 1 | -2/+24 |
| | | | | |||||
| | * | | A StateChangeScript should never be run when leaving the state. | Michael Brasser | 2010-03-24 | 2 | -5/+11 |
| | | | | | | | | | | | | | | | | | | | | For a Transition running in reverse, stop ScriptAction from running any StateSchageScripts. | ||||
| | * | | ScriptAction doc. | Michael Brasser | 2010-03-24 | 1 | -0/+31 |
| | | | | |||||
| | * | | Rename stateChangeScriptName to scriptName. | Michael Brasser | 2010-03-24 | 4 | -4/+5 |
| | | | | |||||
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-24 | 35 | -599/+744 |
| | |\ \ | |||||
| | | * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-03-24 | 15 | -341/+92 |
| | | |\ \ | |||||
| | | | * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-24 | 13 | -94/+254 |
| | | | |\ \ | |||||
| | | | * | | | Document QML security considerations. | Warwick Allison | 2010-03-24 | 2 | -0/+91 |
| | | | | | | | |||||
| | | | * | | | Remove support for QML-in-HTML-in-WebView | Warwick Allison | 2010-03-24 | 5 | -207/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, this feature too prone to accidental misuse and abuse. | ||||
| | | | * | | | Revert 95aa8c8fc76e2309a629b05994a2677b0887140b. | Warwick Allison | 2010-03-24 | 8 | -134/+1 |
| | | | | | | | |||||
| | | * | | | | Doc | Aaron Kennedy | 2010-03-24 | 1 | -246/+206 |
| | | | |/ / | | | |/| | | |||||
| | | * | | | Fix abort in flipable | Leonardo Sobral Cunha | 2010-03-24 | 2 | -3/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Flipable was calling updateSceneTransformFromParent, but this can only called when the the parent's scene transform is guaranteed to be updated, which is not the case in flipable. Task-number: QTBUG-8474 Reviewed-by: bnilsen | ||||
| | | * | | | Add object ids to the metadata provided in debugger classes. | Bea Lam | 2010-03-24 | 8 | -8/+52 |
| | | | | | | |||||
| | | * | | | Properly use one thread for all instances of XmlListModel. | Bea Lam | 2010-03-24 | 3 | -83/+188 |
| | | |/ / | | | | | | | | | | | | | | | | Task-number: QT-2831 | ||||
| | | * | | Make compile. | Michael Brasser | 2010-03-24 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Output all Loader errors. | Michael Brasser | 2010-03-24 | 4 | -4/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Previously we were not outputting those that occurred on component->create(). | ||||
| | | * | | Fix Loader leak when loading a non-QGraphicsObject object. | Michael Brasser | 2010-03-24 | 3 | -1/+23 |
| | | | | | |||||
| | | * | | Use setParent_NoEvent in Loader and benchmark Loader performance. | Michael Brasser | 2010-03-24 | 6 | -2/+71 |
| | | | | | |||||
| | | * | | Animation construction optimization. | Michael Brasser | 2010-03-24 | 3 | -1/+83 |
| | | | | | | | | | | | | | | | | | | | | Use setParent_NoEvent when parenting to group. | ||||
| | | * | | Origin safety testing for imported resources. | Warwick Allison | 2010-03-24 | 7 | -15/+91 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Extends upon 95aa8c8fc76e2309a629b05994a2677b0887140b. Still under discussion. | ||||
| | * | | | Fix flicking views at boundary with StricthighlighRange | Martin Jones | 2010-03-24 | 3 | -44/+52 |
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-9256 | ||||
| | * | | | Doc: ids start with lowercase | Martin Jones | 2010-03-24 | 1 | -9/+9 |
| | |/ / | |||||
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Warwick Allison | 2010-03-23 | 26 | -187/+636 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativedom/data/importlib/sublib/qmldir | ||||
| | * | | | Minehunt readme was missing a step. | Alan Alpert | 2010-03-23 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | Make more tests compile on solaris-cc | Alan Alpert | 2010-03-23 | 5 | -19/+19 |
| | | | | | |||||
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-03-23 | 172 | -3296/+3624 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativedom/data/importlib/sublib/qmldir | ||||
| | | * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Warwick Allison | 2010-03-23 | 2 | -21/+14 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativedom/data/importlib/sublib/qmldir | ||||
| | | * | | | | Usability improvements for photoviewer demo. | Yann Bodson | 2010-03-23 | 5 | -8/+32 |
| | | | | | | |