summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add basic support for explicit newParent in ParentAnimation.Michael Brasser2010-03-052-7/+57
|
* Document new ParentChange properties.Michael Brasser2010-03-051-6/+16
|
* Update QmlChanges.txtMichael Brasser2010-03-051-0/+2
|
* ParentAnimation docs + test.Michael Brasser2010-03-0510-0/+1785
| | | | Task-number: QTBUG-8612
* Remove NumberFormatter and DateTimeFormatter.Michael Brasser2010-03-0514-1642/+0
| | | | | | | Functions have been added to QML's global Qt object for date/time formatting. Number formatting will not be supported for 4.7. Task-number: QT-2821
* RotationAnimation docs + test.Michael Brasser2010-03-044-10/+119
| | | | Task-number: QTBUG-8613
* Compile fix for winceThierry Bastian2010-03-041-3/+3
| | | | Reviewed-by: Leo Cunha
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-04390-1436/+4302
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (100 commits) Update QML PropertyAnimation::easing docs Add testcase for QTBUG-7730 Add autotests for tab and backtab in Keys and KeyNavigation. Run signal expressions on attached property objects in correct scope Fixup test Add support for tab and backtab in KeyNavigation Mark QGraphicsItem position properties as FINAL Move the multimedia files to the correct place. Fix grammar stringifying "on" as "readonly" Improve grouped property error messages Don't mess with highlight size if highlightFollowsCurrentItem is false. Fix ListView contentHeight calculation. Remove Qt.playSound() Add formatting functions to QML's global Qt object. Signal handler requires exactly one value. QDeclarativeContext::contextProperty() should also access ids Compile without QVariant::EasingCurve in Qt 4.6.2. Documented view behavior when items are removed from start of view. Fix tests failing due to javascript eval errors. Remove unnecessary additional hash of QDeclarativeGridViewAttached ...
| * Update QML PropertyAnimation::easing docsLeonardo Sobral Cunha2010-03-041-2/+17
| | | | | | | | Task-number: QTBUG-8726
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Justin McPherson2010-03-0413-16/+134
| |\
| | * Add testcase for QTBUG-7730Aaron Kennedy2010-03-042-0/+29
| | |
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-049-16/+57
| | |\
| | | * Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-049-16/+57
| | | | | | | | | | | | | | | | QTBUG-8677
| | * | Add autotests for tab and backtab in Keys and KeyNavigation.Yann Bodson2010-03-043-0/+48
| | |/
| * | Merge branch '4.7' of ../../qt-qml/4.7 into 4.7Justin McPherson2010-03-04383-1425/+4158
| |\ \ | | |/
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-041-1/+1
| | |\
| | | * Fixup testAaron Kennedy2010-03-041-1/+1
| | | |
| | * | Merge branch 'tab-navigation' into 4.7Yann Bodson2010-03-042-14/+87
| | |\ \ | | | |/ | | |/|
| | | * Add support for tab and backtab in KeyNavigationYann Bodson2010-03-042-14/+87
| | | | | | | | | | | | | | | | Task-number: QT-3046
| | * | Mark QGraphicsItem position properties as FINALAaron Kennedy2010-03-041-4/+4
| | | | | | | | | | | | | | | | | | | | Some of these properties were already final, so this improves the consistency. QTBUG-7948.
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-046-5/+27
| | |\ \
| | | * | Fix grammar stringifying "on" as "readonly"Aaron Kennedy2010-03-046-5/+27
| | | | | | | | | | | | | | | | | | | | QTBUG-8676
| | * | | Move the multimedia files to the correct place.Martin Jones2010-03-048-0/+0
| | |/ /
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-0434-212/+107
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/src.pro
| | * | | Improve grouped property error messagesAaron Kennedy2010-03-0412-9/+48
| | | | | | | | | | | | | | | | | | | | QT-2579
| | * | | Don't mess with highlight size if highlightFollowsCurrentItem is false.Martin Jones2010-03-041-4/+7
| | | | | | | | | | | | | | | | | | | | Task-number: QT-2630
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-0416-53/+288
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Remove Qt.playSound()Michael Brasser2010-03-046-40/+9
| | | | | | | | | | | | | | | | | | | | Use SoundEffect instead.
| | | * | Add formatting functions to QML's global Qt object.Michael Brasser2010-03-045-0/+193
| | | | | | | | | | | | | | | | | | | | The plan is for these to replace DateTimeFormatter.
| | | * | Signal handler requires exactly one value.Michael Brasser2010-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | Don't crash on invalid "PropertyAnimation on onClicked"
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-0414-44/+112
| | | |\ \
| | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-046-32/+50
| | | | |\ \
| | | | * | | Compile without QVariant::EasingCurve in Qt 4.6.2.Warwick Allison2010-03-047-11/+61
| | | | | | |
| | | * | | | QDeclarativeContext::contextProperty() should also access idsAaron Kennedy2010-03-042-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | QT-2800
| | * | | | | Fix ListView contentHeight calculation.Martin Jones2010-03-041-2/+3
| | | |_|/ / | | |/| | | | | | | | | | | | | | | Task-number: QT-2630
| | * | | | Documented view behavior when items are removed from start of view.Martin Jones2010-03-042-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-7694
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-042-11/+13
| | |\ \ \ \
| | | * \ \ \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-043-0/+12
| | | |\ \ \ \
| | | * | | | | Fix tests failing due to javascript eval errors.Bea Lam2010-03-042-11/+13
| | | | |_|/ / | | | |/| | |
| | * | | | | Remove unnecessary additional hash of QDeclarativeGridViewAttachedMartin Jones2010-03-042-21/+7
| | | |/ / / | | |/| | |
| | * | | | Fix spelling.Martin Jones2010-03-042-2/+2
| | | | | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-041-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix test.Michael Brasser2010-03-041-1/+1
| | | |/ /
| | * | | Document that the views do not set clip: true.Martin Jones2010-03-042-0/+10
| | | | | | | | | | | | | | | | | | | | Task-number: QT-2942
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-0413-37/+47
| | |\ \ \ | | | |/ /
| | | * | Fix benchmarks.Michael Brasser2010-03-0413-37/+47
| | | | | | | | | | | | | | | | | | | | Get them all running again after renames, etc.
| | * | | Set StrongFocus on QDeclarativeView so that elements can get focus.Martin Jones2010-03-041-0/+2
| | |/ / | | | | | | | | | | | | Task-number: QTBUG-8637
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-036-5/+26
| | |\ \
| | | * | Fix Samegame.Michael Brasser2010-03-031-1/+1
| | | | |
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-033-13/+31
| | | |\ \