Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add selection methods to TextEdit | Warwick Allison | 2010-05-30 | 1 | -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 keypad | Joona Petrell | 2010-05-28 | 1 | -0/+3 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Mention TextInput/Edit::selectByMouse property in QmlChanges. | Martin Jones | 2010-05-25 | 1 | -0/+1 |
| | |||||
* | Rename Component::errorsString() -> errorString() (and also for | Bea Lam | 2010-05-20 | 1 | -2/+5 |
| | | | | QDeclarativeComponent) | ||||
* | Renaming "Qml Launcher" back to "QML Viewer" | Kai Koehne | 2010-05-18 | 1 | -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 Brasser | 2010-05-18 | 1 | -0/+5 |
| | | | | Also rearrange the parameter order to be more clear. | ||||
* | Rename QML Runtime (executable) to QML Launcher | Kai Koehne | 2010-05-14 | 1 | -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 Bodson | 2010-05-13 | 1 | -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 Bodson | 2010-05-12 | 1 | -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 Jones | 2010-05-11 | 1 | -2/+2 |
| | | | | Task-number: QTBUG-10617 | ||||
* | QList<QObject*> models now update their properties when they change. | Martin Jones | 2010-05-05 | 1 | -0/+4 |
| | | | | Task-number: QTBUG-10348 | ||||
* | Update QmlChanges.txt | Bea Lam | 2010-04-29 | 1 | -0/+2 |
| | |||||
* | 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 |
| |