Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename QDeclarativeExpression::value() to evaluate(). | Michael Brasser | 2010-04-22 | 1 | -13/+18 |
| | | | | | QDeclarativeExpression can be used to evaluate any sort of expression, not just those returning a value. | ||||
* | Replace Flickable overshoot property with boundsBehavior | Martin Jones | 2010-04-22 | 1 | -0/+5 |
| | | | | Task-number: QTBUG-9993 | ||||
* | Make the dynamic creation functions on the Qt object | Alan Alpert | 2010-04-21 | 1 | -0/+2 |
| | | | | | | | | | Also updated examples to still work, and the dynamic example now uses exceptions a little, to demonstrate that it can be done. Exceptions are also now filled out with the QML error data. Task-number: QT-2801 Reviewed-by: Aaron Kennedy | ||||
* | TextEdit::wrap changed to TextEdit::wrapMode enumeration | Martin Jones | 2010-04-09 | 1 | -0/+1 |
| | |||||
* | Update QmlChanges for SmoothedFollow | Leonardo Sobral Cunha | 2010-04-08 | 1 | -4/+12 |
| | |||||
* | Replace Text::wrap property with Text::wrapMode enumeration. | Martin Jones | 2010-04-08 | 1 | -0/+1 |
| | | | | wrap remains for a little while, and will produce a warning. | ||||
* | Update QmlChanges for SmoothedAnimation | Leonardo Sobral Cunha | 2010-03-30 | 1 | -0/+33 |
| | |||||
* | Fix change description: Import -> import | Martin Jones | 2010-03-28 | 1 | -1/+1 |
| | |||||
* | Added highlight ranges/modes to PathView | Martin Jones | 2010-03-26 | 1 | -0/+1 |
| | | | | Task-number: QT-319 | ||||
* | Remove Q prefix from the validators. | Michael Brasser | 2010-03-26 | 1 | -0/+1 |
| | |||||
* | Update AnchorChanges to use more natural form for setting anchors. | Michael Brasser | 2010-03-25 | 1 | -0/+2 |
| | | | | | | | 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 | 1 | -1/+1 |
| | | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops. | ||||
* | Replace Animation's repeat property with loops. | Michael Brasser | 2010-03-25 | 1 | -0/+1 |
| | | | | | 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. | ||||
* | Rename stateChangeScriptName to scriptName. | Michael Brasser | 2010-03-24 | 1 | -0/+1 |
| | |||||
* | Remove ParentAction. | Michael Brasser | 2010-03-23 | 1 | -0/+1 |
| | | | | It has been replaced with ParentAnimation. | ||||
* | Add Script removal to QmlChanges.txt | Martin Jones | 2010-03-22 | 1 | -0/+38 |
| | |||||
* | Add easing changes to QmlChanges.txt | Martin Jones | 2010-03-16 | 1 | -0/+8 |
| | |||||
* | QmlChanges.txt cleanup. | Martin Jones | 2010-03-16 | 1 | -23/+26 |
| | |||||
* | Split post alpha API changes into a separate section. | Martin Jones | 2010-03-16 | 1 | -21/+27 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-12 | 1 | -1/+7 |
|\ | |||||
| * | Update QmlChanges.txt | Yann Bodson | 2010-03-12 | 1 | -2/+3 |
| | | |||||
| * | Update QmlChanges.txt | Michael Brasser | 2010-03-12 | 1 | -0/+2 |
| | | |||||
| * | Update QmlChanges.txt | Aaron Kennedy | 2010-03-11 | 1 | -0/+3 |
| | | |||||
* | | Change PathView offset property to use range 0 - 1.0 | Martin Jones | 2010-03-12 | 1 | -0/+1 |
|/ | |||||
* | Add a positioning 'mode' to positionViewAtIndex() | Martin Jones | 2010-03-11 | 1 | -0/+1 |
| | | | | Provides more control over where and how the view is positioned. | ||||
* | Update QmlChanges.txt | Michael Brasser | 2010-03-05 | 1 | -0/+2 |
| | |||||
* | Remove Qt.playSound() | Michael Brasser | 2010-03-04 | 1 | -0/+1 |
| | | | | Use SoundEffect instead. | ||||
* | Add "on" syntax to QmlChanges.txt | Aaron Kennedy | 2010-03-02 | 1 | -0/+10 |
| | |||||
* | doc | Warwick Allison | 2010-03-02 | 1 | -0/+1 |
| | |||||
* | Change Connection syntax as per QT-2822. | Warwick Allison | 2010-02-26 | 1 | -0/+5 |
| | |||||
* | Renamed Flickable viewportXXX properties contentXXX | Martin Jones | 2010-02-26 | 1 | -0/+5 |
| | | | | A viewport is the thing you look through, not what you look at. | ||||
* | doc | Warwick Allison | 2010-02-23 | 1 | -0/+8 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-22 | 1 | -0/+5 |
|\ | |||||
| * | Update QmlChanges with animation API changes. | Michael Brasser | 2010-02-22 | 1 | -0/+5 |
| | | |||||
* | | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 1 | -0/+2 |
|/ | |||||
* | More strict type checking of ListElement properties. | Warwick Allison | 2010-02-19 | 1 | -0/+8 |
| | | | | Task-number: QTBUG-6203 | ||||
* | QmlView API review. See QmlChanges.txt for details. | Martin Jones | 2010-02-18 | 1 | -1/+17 |
| | |||||
* | Update QmlChanges.txt | Leonardo Sobral Cunha | 2010-02-11 | 1 | -0/+2 |
| | |||||
* | Document ListView section changed. | Martin Jones | 2009-12-16 | 1 | -0/+8 |
| | |||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -0/+2 |
| | |||||
* | Particles cleaned up and placed in in qmlgraphics/ | Alan Alpert | 2009-11-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | API changes: Removed bool streamIn Added int emissionRate Added int emissionVariance Added void burst(count, emissionRate=-1) While rewriting the internals to accomodate this, all other outstanding particles bugs were believed fixed. Task-number: QT-2392 QT-2391 QT-2390 QT-2406 | ||||
* | Update ScriptAction and StateChangeScript to use QmlScriptString. | Michael Brasser | 2009-10-23 | 1 | -0/+1 |
| | | | | | | | Now you can assign the script you want to run to the property directly, rather than assigning a string. Task-number: QT-734 | ||||
* | update | Warwick Allison | 2009-10-12 | 1 | -0/+1 |
| | |||||
* | update | Warwick Allison | 2009-10-12 | 1 | -18/+9 |
| | |||||
* | Rename preserveSelection to persistentSelection | Alan Alpert | 2009-10-08 | 1 | -0/+1 |
| | | | | Task-number: QT-1113 | ||||
* | GridView API changes | Martin Jones | 2009-09-14 | 1 | -0/+2 |
| | | | | | GridView: wrap -> keyNavigationWraps GridView: autoHighlight -> highlightFollowsCurrentItem | ||||
* | More ListView API changes. | Martin Jones | 2009-09-14 | 1 | -0/+2 |
| | | | | | ListView: wrap -> keyNavigationWraps ListView: autoHighlight -> highlightFollowsCurrentItem | ||||
* | ListView currentItemMode API replaced with highlight range API. | Martin Jones | 2009-09-14 | 1 | -0/+4 |
| | |||||
* | current -> currentItem property in ListView and GridView | Martin Jones | 2009-09-11 | 1 | -0/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-09-10 | 1 | -0/+2 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui |