summaryrefslogtreecommitdiffstats
path: root/src/declarative/QmlChanges.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add copy(), cut() and paste() support to TextInputJoona Petrell2010-07-121-0/+5
| | | | | Task-number: QTBUG-12086 Reviewed-by: Michael Brasser
* Remove Image::pixmap property. QML applications should useBea Lam2010-07-081-2/+5
| | | | | | QDeclarativeImageProvider to provide pixmaps instead. Task-number: QTBUG-11980
* Update QmlChanges.txtBea Lam2010-07-081-0/+4
|
* Remove deprecated Flickable.flickDirectionMartin Jones2010-07-071-1/+1
|
* Add ListView.nextSection attached propertyMartin Jones2010-06-301-0/+2
| | | | | | and also renamed ListView.prevSection to ListView.previousSection Task-number: QTBUG-11372
* Update qmlchanges from import org.webkit to QtWebKitAlexis Menard2010-06-181-1/+1
| | | | Reviewed-by:TrustMe
* Fix drawing flicker on Qml Viewer startupJoona Petrell2010-06-091-0/+2
| | | | | Task-number: QTBUG-10251 and QTBUG-11156 Reviewed-by: Martin Jones
* Take into account platform differences in input panel supportJoona Petrell2010-06-021-1/+0
| | | | | Task-number: Reviewed-by: Warwick Allison
* Add selection methods to TextEditWarwick Allison2010-05-301-0/+2
| | | | | | | | Sufficient to allow different selection look and feel (see whacky example) Task-number: QTBUG-10968 Reviewed-by: Michael Brasser Reviewed-by: Alan Alpert
* Active window focus gain should not open virtual keypadJoona Petrell2010-05-281-0/+3
| | | | | Task-number: Reviewed-by: Martin Jones
* Mention TextInput/Edit::selectByMouse property in QmlChanges.Martin Jones2010-05-251-0/+1
|
* Rename Component::errorsString() -> errorString() (and also forBea Lam2010-05-201-2/+5
| | | | QDeclarativeComponent)
* Renaming "Qml Launcher" back to "QML Viewer"Kai Koehne2010-05-181-2/+2
| | | | | | | | | Change the official name of the qml executable back to "Qt QML Viewer" - the original name before it got renamed to "QML Runtime" and then "QML Launcher". Also, the new Mac OS X bundle name is "QMLViewer" (without a space to ease command line use).
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-0/+5
| | | | Also rearrange the parameter order to be more clear.
* Rename QML Runtime (executable) to QML LauncherKai Koehne2010-05-141-0/+5
| | | | | | | | The qml executable was first referred to as QML Viewer, then QML Runtime ... however, the latter one caused much confusion (see old version of qmlruntime.qdoc). Doc changes reviewed by Leena Miettinen.
* Follow-up on Flickable changes.Yann Bodson2010-05-131-3/+2
| | | | | | | - flicking and moving properties will not be removed - onMovement* and onFlick* signals are back in Reviewed-by: Martin Jones
* Flickable small API changes.Yann Bodson2010-05-121-1/+6
| | | | | | | | | | - Split moving into movingHorizontally anf movingVertically - Split flicking into flickingHorizontally and flickingVertically - Rename flickDirection to flickableDirection - onMovementStarted, onMovementEnded, onFlickStarted and onFlickEnded signals removed Task-number: QTBUG-10572 Reviewed-by: Martin Jones
* Document Component::createObject() parent argument.Martin Jones2010-05-111-2/+2
| | | | Task-number: QTBUG-10617
* QList<QObject*> models now update their properties when they change.Martin Jones2010-05-051-0/+4
| | | | Task-number: QTBUG-10348
* Update QmlChanges.txtBea Lam2010-04-291-0/+2
|
* 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
|