summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for QtScript connect/disconnect syntax in QMLAaron Kennedy2010-03-0513-0/+427
* Minor perf improvement when running QML script blocksAaron Kennedy2010-03-051-2/+3
* Fix qdeclarative{audio,video} tests.Justin McPherson2010-03-054-14/+14
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0529-1672/+1990
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-0569-935/+1115
| |\
| | * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-05194-2509/+2363
| | |\
| | * | Fix testBea Lam2010-03-051-7/+11
| * | | 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
| * | | Remove NumberFormatter and DateTimeFormatter.Michael Brasser2010-03-0514-1642/+0
| * | | RotationAnimation docs + test.Michael Brasser2010-03-044-10/+119
* | | | Don't assume documents are in UTF-8.Bea Lam2010-03-054-3/+69
| |_|/ |/| |
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-05211-2184/+2133
|\ \ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-051-148/+173
| |\ \ \
| | * | | Fix compiler warning on RVCTAaron Kennedy2010-03-051-148/+173
| * | | | Delete uninspiring example.Yann Bodson2010-03-051-46/+0
| * | | | Use new enum syntax for value types.Yann Bodson2010-03-051-11/+11
| |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-0526-78/+340
| |\ \ \
| | * | | Allow unquoted enum syntax for value typesAaron Kennedy2010-03-0514-8/+89
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-057-17/+167
| | |\ \ \
| | | * | | Add missing NOTIFYs to timer, xmllistmodel, xmlroleJoona Petrell2010-03-057-17/+167
| | * | | | More declarative examples cleanup.Yann Bodson2010-03-053-20/+24
| | * | | | Improve declarative tabs example.Yann Bodson2010-03-052-33/+60
| | |/ / /
| * | | | Expect fail in currentIndex test for now.Martin Jones2010-03-051-26/+20
| |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-0525-199/+219
| |\ \ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-05398-1467/+4312
| | |\ \ \
| | | * | | Include QML doc snippets in examples autotestAaron Kennedy2010-03-052-0/+4
| | | * | | Update QML documentation snippets to latest syntax.Aaron Kennedy2010-03-056-29/+5
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-0417-170/+210
| | |\ \ \ \
| | | * | | | QScript: Fix crash when converting a null value to a variant.Olivier Goffart2010-03-041-1/+3
| | | * | | | QPrinter: Add Current Page print range supportJohn Layt2010-03-049-139/+186
| | | * | | | Fix build when egl.h includes X11 headers & pollutes namespaceTom Cooksey2010-03-042-7/+3
| | | * | | | Fix build on EGL implementations where EGLConfig is a pointerTom Cooksey2010-03-042-11/+13
| | | * | | | Delay the resize section for better performance.Pierre Rossi2010-03-043-12/+5
| | |/ / / /
| * | | | | declarative examples cleanupYann Bodson2010-03-057-40/+12
| | |/ / / | |/| | |
| * | | | MouseRegion is dead. Long live MouseArea.Martin Jones2010-03-042-2/+1
| | |/ / | |/| |
| * | | Compile fix for winceThierry Bastian2010-03-041-3/+3
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-04390-1436/+4302
| |\ \ \ | | |/ / | |/| |
| | * | Update QML PropertyAnimation::easing docsLeonardo Sobral Cunha2010-03-041-2/+17
| | * | 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
| | | * | | 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
| | | |\ \ \ | | | | |/ / | | | |/| |