diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-05-13 05:23:23 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-05-13 05:29:17 (GMT) |
commit | 2e04552969f925f7e32e2757dc2ebb3e93936a03 (patch) | |
tree | a0f6303eaf24c59c73711c724abfa38be1476994 /src/declarative/QmlChanges.txt | |
parent | 1786d77152a3112fe6e8ab5d1e1d8703d8278d57 (diff) | |
download | Qt-2e04552969f925f7e32e2757dc2ebb3e93936a03.zip Qt-2e04552969f925f7e32e2757dc2ebb3e93936a03.tar.gz Qt-2e04552969f925f7e32e2757dc2ebb3e93936a03.tar.bz2 |
Follow-up on Flickable changes.
- flicking and moving properties will not be removed
- onMovement* and onFlick* signals are back in
Reviewed-by: Martin Jones
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r-- | src/declarative/QmlChanges.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index 9ab3f08..604c14c 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -3,10 +3,9 @@ The changes below are pre Qt 4.7.0 RC Flickable: - overShoot is replaced by boundsBehavior enumeration - - flicking is replaced by flickingHorizontally and flickingVertically - - moving is replaced by movingHorizontally and movingVertically + - flickingHorizontally and flickingVertically properties added + - movingHorizontally and movingVertically properties added - flickDirection is renamed flickableDirection - - onMovementStarted, onMovementEnded, onFlickStarted and onFlickEnded signals removed Component: isReady, isLoading, isError and isNull properties removed, use status property instead QList<QObject*> models no longer provide properties in model object. The |