Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use QTRY_COMPARE after QTest::qWaitForWindowShown() | Kent Hansen | 2010-03-25 | 1 | -1/+1 |
| | | | | | Apparently it's possible that the window has been shown but haven't received a paint event yet. | ||||
* | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 17 | -18/+18 |
| | | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops. | ||||
* | 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 | 14 | -16/+16 |
|\ | |||||
| * | Replace Animation's repeat property with loops. | Michael Brasser | 2010-03-25 | 14 | -16/+16 |
| | | | | | | | | | | 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. | ||||
* | | Remove faulty assert - the precondition is checked for correctly later on | Aaron Kennedy | 2010-03-25 | 3 | -1/+11 |
|/ | | | | Task-number: QTBUG-9336 | ||||
* | Rename stateChangeScriptName to scriptName. | Michael Brasser | 2010-03-24 | 1 | -1/+1 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-24 | 6 | -31/+112 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-24 | 2 | -2/+79 |
| |\ | |||||
| | * | Fix abort in flipable | Leonardo Sobral Cunha | 2010-03-24 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | Properly use one thread for all instances of XmlListModel. | Bea Lam | 2010-03-24 | 1 | -0/+66 |
| | | | | | | | | | | | | Task-number: QT-2831 | ||||
| * | | Revert 95aa8c8fc76e2309a629b05994a2677b0887140b. | Warwick Allison | 2010-03-24 | 2 | -79/+1 |
| |/ | |||||
| * | Output all Loader errors. | Michael Brasser | 2010-03-24 | 3 | -4/+27 |
| | | | | | | | | | | 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 | 2 | -0/+18 |
| | | |||||
| * | Origin safety testing for imported resources. | Warwick Allison | 2010-03-24 | 2 | -2/+43 |
| | | | | | | | | | | Extends upon 95aa8c8fc76e2309a629b05994a2677b0887140b. Still under discussion. | ||||
* | | Fix flicking views at boundary with StricthighlighRange | Martin Jones | 2010-03-24 | 1 | -7/+3 |
|/ | | | | Task-number: QTBUG-9256 | ||||
* | Make more tests compile on solaris-cc | Alan Alpert | 2010-03-23 | 5 | -19/+19 |
| | |||||
* | Changing the alignment property should trigger a repaint. | Alexis Menard | 2010-03-23 | 1 | -0/+33 |
| | | | | | | | Just clear the cache when the property changes. Task-number:QTBUG-8155 Reviewed-by:Yann Bodson | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-23 | 10 | -1269/+2 |
|\ | |||||
| * | Change default RotationAnimation direction. | Michael Brasser | 2010-03-23 | 1 | -2/+2 |
| | | | | | | | | | | | | Shortest as default too often led to unintuitive behavior. For example, RotationAnimation { from: 0; to: 360 } will not animate at all. Numerical gives the least surprising results. | ||||
| * | Remove ParentAction. | Michael Brasser | 2010-03-23 | 8 | -1262/+0 |
| | | | | | | | | It has been replaced with ParentAnimation. | ||||
| * | Fix mutex handling that was causing tests to sometimes crash/fail. | Bea Lam | 2010-03-23 | 1 | -5/+0 |
| | | |||||
* | | Basic Loader origin safety (for discussion). | Warwick Allison | 2010-03-23 | 4 | -2/+48 |
|/ | |||||
* | Fix test (StoreScriptImported shifted enum values) | Warwick Allison | 2010-03-22 | 1 | -2/+11 |
| | | | | | Adds test for StoreScriptImported. Makes invalid instruction test resistant to future changes. | ||||
* | Manual merge. | Warwick Allison | 2010-03-22 | 9 | -2/+14 |
| | |||||
* | Test imports with realistic paths (previously passed accidentally). | Warwick Allison | 2010-03-22 | 4 | -4/+5 |
| | | | | Fix failure when import path is ancestor dir of other import path. | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-22 | 24 | -13/+165 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (23 commits) Fix Loader crash. Compile in namespace Deprecate inline Script {} blocks Update metaobjectbuilder version test. Set role names for QFileSystemModel and QDirModel Removed wrong parenthesis around property NOTIFY declaration Remove dead performance measurement code from QML Fix warning mentioned in the comments of QTBUG-9182. Fix test. Ensure positioner animations are triggered correctly Fix qdeclarativeqt::createQmlObject autotest Add MiddleButton = MidButton to MouseButtons enum. Fix qdeclarativetextedit::delegateLoading autotest Fix Behavior documentation due to easing changes. Fix crash when calling createObject on a component with errors. Initialize variable. Produce an error when trying to create objects in a PropertyChanges. Fix Flipable crash. Reduce amount of qmldir parsing Fix local type lookup ... | ||||
| * | Fix Loader crash. | Michael Brasser | 2010-03-22 | 4 | -0/+53 |
| | | | | | | | | | | | | | | | | | | If setting the source of a Loader triggered a change to the source (i.e. the thing being loaded set the source to something else) a crash would occur. We now no longer delete the component immediately when the source changes. Task-number: QTBUG-9241 | ||||
| * | Update metaobjectbuilder version test. | Martin Jones | 2010-03-22 | 1 | -4/+4 |
| | | | | | | | | Task-number: QT-2918 | ||||
| * | Fix test. | Michael Brasser | 2010-03-22 | 3 | -1/+20 |
| | | | | | | | | | | Use a custom type to test this language feature, rather than PropertyChanges. | ||||
| * | Fix qdeclarativeqt::createQmlObject autotest | Leonardo Sobral Cunha | 2010-03-22 | 2 | -6/+8 |
| | | | | | | | | The warning message expected in this test changed. | ||||
| * | Fix qdeclarativetextedit::delegateLoading autotest | Leonardo Sobral Cunha | 2010-03-22 | 2 | -0/+5 |
| | | | | | | | | After d039e2e8307, this test broke because of restricted remote imports. | ||||
| * | Fix crash when calling createObject on a component with errors. | Michael Brasser | 2010-03-21 | 2 | -0/+20 |
| | | |||||
| * | Produce an error when trying to create objects in a PropertyChanges. | Michael Brasser | 2010-03-21 | 2 | -0/+26 |
| | | | | | | | | | | | | | | State-specific object lifecycle management will be addressed in a future release. Task-number: QTBUG-8318 | ||||
| * | Fix Flipable crash. | Michael Brasser | 2010-03-21 | 2 | -0/+19 |
| | | | | | | | | Task-number: QTBUG-9161 | ||||
| * | Fix local type lookup | mae | 2010-03-19 | 6 | -2/+10 |
| | | | | | | | | | | | | This change removes the hacky final baseUrl+TypeName+".qml" lookup. In order to still support internal files in remote modules, a new qmldir keyword "internal" is introduced. | ||||
* | | Fixed inconsistent test naming. | Rohan McGovern | 2010-03-22 | 4 | -3/+3 |
|/ | | | | TARGET and test class name should always match. | ||||
* | Skip until after CI succeeds | Martin Jones | 2010-03-19 | 1 | -0/+3 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Martin Jones | 2010-03-19 | 7 | -97/+97 |
|\ | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativeecmascript/testtypes.h | ||||
| * | Remove ; after Q_PROPERTY declaration | Thierry Bastian | 2010-03-18 | 7 | -90/+90 |
| | | |||||
| * | Fix compilation issues of autotest on solaris | Thierry Bastian | 2010-03-18 | 4 | -8/+8 |
| | | | | | | | | Task-number: QTBUG-8590 | ||||
* | | Disable tests temporarily | Bea Lam | 2010-03-19 | 1 | -0/+3 |
| | | |||||
* | | Remove timing sensitivity. | Warwick Allison | 2010-03-18 | 1 | -2/+2 |
| | | |||||
* | | Skip test, to be fixed. | Bea Lam | 2010-03-18 | 1 | -0/+2 |
| | | |||||
* | | Adjust test now that redundant contexts are not create due | Warwick Allison | 2010-03-18 | 1 | -2/+2 |
| | | | | | | | | to commit 26cd94ef47ffc969dc835e98b58eded14e669964. | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-03-18 | 24 | -38/+39 |
|\ \ | |||||
| * | | Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04. | Michael Brasser | 2010-03-18 | 24 | -38/+39 |
| | | | | | | | | | | | | | | | The import order has changed, so test files that mirror element names needed to be renamed (or they would resolve as the type). | ||||
* | | | Block modifications to internal QDeclarativeContexts | Aaron Kennedy | 2010-03-18 | 1 | -0/+31 |
|/ / | |||||
* | | Allow enum constants as list element properties. | Warwick Allison | 2010-03-17 | 1 | -2/+3 |
| | | | | | | | | Task-number: QTBUG-5974 |