Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autotest tweaks. | Michael Brasser | 2010-03-28 | 5 | -2/+45 |
| | |||||
* | Don't set status to Ready until model has been created (currently this | Bea Lam | 2010-03-28 | 1 | -11/+86 |
| | | | | | | | | | | is set as soon as XML data is downloaded, so there is no notification when model is actually ready to be used). This also fixes data() to not crash if it is called before the model is ready. Task-number: QTBUG-7835 | ||||
* | Fix qdeclarativeimage autotest on the mac. | Yann Bodson | 2010-03-28 | 3 | -2/+9 |
| | |||||
* | QTBUG-9367 has been fixed. Expect pass. | Warwick Allison | 2010-03-28 | 1 | -1/+0 |
| | |||||
* | Source resizing for QDeclarativeImageProvider too. | Warwick Allison | 2010-03-28 | 1 | -10/+20 |
| | | | | (fixes test too) | ||||
* | Installed imports are no longer searched relative to caller. | Warwick Allison | 2010-03-28 | 1 | -0/+1 |
| | | | | (quoted URL is for that) | ||||
* | Recompute the source location of regexp literals. | Roberto Raggi | 2010-03-26 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-9367 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-03-26 | 5 | -12/+16 |
|\ | |||||
| * | Added highlight ranges/modes to PathView | Martin Jones | 2010-03-26 | 5 | -12/+16 |
| | | | | | | | | Task-number: QT-319 | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-03-26 | 14 | -17/+209 |
|\ \ | |/ | |||||
| * | Test and fix order of transform application. | Warwick Allison | 2010-03-26 | 1 | -4/+10 |
| | | | | | | | | Remove Translate.z since Qt cannot sensibly support it yet. | ||||
| * | Test transforms. | Warwick Allison | 2010-03-26 | 1 | -0/+21 |
| | | |||||
| * | sourceWidth/sourceHeight -> sourceSize | Warwick Allison | 2010-03-26 | 1 | -4/+3 |
| | | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-26 | 6 | -8/+27 |
| |\ | |||||
| | * | Update test. | Michael Brasser | 2010-03-26 | 1 | -3/+1 |
| | | | |||||
| | * | Add autotest for QTBUG-9367. | Michael Brasser | 2010-03-26 | 3 | -0/+23 |
| | | | |||||
| | * | Remove Q prefix from the validators. | Michael Brasser | 2010-03-26 | 2 | -5/+3 |
| | | | |||||
| * | | Control of image rendered size (esp. SVG). | Warwick Allison | 2010-03-26 | 6 | -8/+112 |
| |/ | | | | | | | | | | | | | Add Translate transform. Image::sourceWidth and Image::sourceHeight read/write properties. Task-number: QTBUG-8984 | ||||
| * | Fix where data() is called before xml is loaded. Also add status tests. | Bea Lam | 2010-03-25 | 1 | -0/+43 |
| | | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Martin Jones | 2010-03-25 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativeitem.cpp | ||||
| | * | 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. | ||||
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-03-25 | 41 | -113/+217 |
|\ \ \ | |/ / | |||||
| * | | Begin dragging PathView up to the level (quality and functionality) of other ↵ | Martin Jones | 2010-03-25 | 3 | -7/+22 |
| | | | | | | | | | | | | | | | | | | views. Task-number: QT-319 | ||||
| * | | Auto-test fix. | Alexis Menard | 2010-03-25 | 1 | -8/+2 |
| | | | | | | | | | | | | | | | | | | Also fix a connect in QDeclarativeItem. Reviewed-by:TrustMe | ||||
| * | | Update AnchorChanges to use more natural form for setting anchors. | Michael Brasser | 2010-03-25 | 7 | -38/+39 |
| |/ | | | | | | | | | | | | | Instead of specifying left, right, etc directly, we keep the regular syntax and specify anchors.left, anchors.right, etc. Also get rid of the hacky "reset" string property and use undefined to reset (like PropertyChanges). | ||||
| * | 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 | ||||
* | | Tweak import behaviour | Alan Alpert | 2010-03-25 | 1 | -2/+2 |
|/ | | | | | | | | | | | | | The implicit import of types in the same directory/module now imports version -1 (which means all versions). This fixes the Twitter demo. Additionally, the current directory is not added to the imports path. No functionality is lost, as you can import local modules with relative paths for the same effect. Improved docs are on the way. Reviewed-by: mae | ||||
* | 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. |