summaryrefslogtreecommitdiffstats
path: root/src/declarative/QmlChanges.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-221-13/+18
| | | | | QDeclarativeExpression can be used to evaluate any sort of expression, not just those returning a value.
* Replace Flickable overshoot property with boundsBehaviorMartin Jones2010-04-221-0/+5
| | | | Task-number: QTBUG-9993
* Make the dynamic creation functions on the Qt objectAlan Alpert2010-04-211-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 enumerationMartin Jones2010-04-091-0/+1
|
* Update QmlChanges for SmoothedFollowLeonardo Sobral Cunha2010-04-081-4/+12
|
* Replace Text::wrap property with Text::wrapMode enumeration.Martin Jones2010-04-081-0/+1
| | | | wrap remains for a little while, and will produce a warning.
* Update QmlChanges for SmoothedAnimationLeonardo Sobral Cunha2010-03-301-0/+33
|
* Fix change description: Import -> importMartin Jones2010-03-281-1/+1
|
* Added highlight ranges/modes to PathViewMartin Jones2010-03-261-0/+1
| | | | Task-number: QT-319
* Remove Q prefix from the validators.Michael Brasser2010-03-261-0/+1
|
* Update AnchorChanges to use more natural form for setting anchors.Michael Brasser2010-03-251-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.InfiniteMichael Brasser2010-03-251-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 Brasser2010-03-251-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 Brasser2010-03-241-0/+1
|
* Remove ParentAction.Michael Brasser2010-03-231-0/+1
| | | | It has been replaced with ParentAnimation.
* Add Script removal to QmlChanges.txtMartin Jones2010-03-221-0/+38
|
* Add easing changes to QmlChanges.txtMartin Jones2010-03-161-0/+8
|
* QmlChanges.txt cleanup.Martin Jones2010-03-161-23/+26
|
* Split post alpha API changes into a separate section.Martin Jones2010-03-161-21/+27
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-121-1/+7
|\
| * Update QmlChanges.txtYann Bodson2010-03-121-2/+3
| |
| * Update QmlChanges.txtMichael Brasser2010-03-121-0/+2
| |
| * Update QmlChanges.txtAaron Kennedy2010-03-111-0/+3
| |
* | Change PathView offset property to use range 0 - 1.0Martin Jones2010-03-121-0/+1
|/
* Add a positioning 'mode' to positionViewAtIndex()Martin Jones2010-03-111-0/+1
| | | | Provides more control over where and how the view is positioned.
* Update QmlChanges.txtMichael Brasser2010-03-051-0/+2
|
* Remove Qt.playSound()Michael Brasser2010-03-041-0/+1
| | | | Use SoundEffect instead.
* Add "on" syntax to QmlChanges.txtAaron Kennedy2010-03-021-0/+10
|
* docWarwick Allison2010-03-021-0/+1
|
* Change Connection syntax as per QT-2822.Warwick Allison2010-02-261-0/+5
|
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-0/+5
| | | | A viewport is the thing you look through, not what you look at.
* docWarwick Allison2010-02-231-0/+8
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-221-0/+5
|\
| * Update QmlChanges with animation API changes.Michael Brasser2010-02-221-0/+5
| |
* | Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-0/+2
|/
* More strict type checking of ListElement properties.Warwick Allison2010-02-191-0/+8
| | | | Task-number: QTBUG-6203
* QmlView API review. See QmlChanges.txt for details.Martin Jones2010-02-181-1/+17
|
* Update QmlChanges.txtLeonardo Sobral Cunha2010-02-111-0/+2
|
* Document ListView section changed.Martin Jones2009-12-161-0/+8
|
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-0/+2
|
* Particles cleaned up and placed in in qmlgraphics/Alan Alpert2009-11-051-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 Brasser2009-10-231-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
* updateWarwick Allison2009-10-121-0/+1
|
* updateWarwick Allison2009-10-121-18/+9
|
* Rename preserveSelection to persistentSelectionAlan Alpert2009-10-081-0/+1
| | | | Task-number: QT-1113
* GridView API changesMartin Jones2009-09-141-0/+2
| | | | | GridView: wrap -> keyNavigationWraps GridView: autoHighlight -> highlightFollowsCurrentItem
* More ListView API changes.Martin Jones2009-09-141-0/+2
| | | | | ListView: wrap -> keyNavigationWraps ListView: autoHighlight -> highlightFollowsCurrentItem
* ListView currentItemMode API replaced with highlight range API.Martin Jones2009-09-141-0/+4
|
* current -> currentItem property in ListView and GridViewMartin Jones2009-09-111-0/+2
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-101-0/+2
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui