summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | Add methods to position view at beginning or end.Martin Jones2011-01-114-0/+135
| | | | * | | Fix Qt.formatTime() to accept QTime valuesBea Lam2011-01-113-53/+109
| | | | * | | set() and setProperty() should not always trigger change signalsBea Lam2011-01-111-4/+155
| | | | * | | Add versioning for new Flickable methods.Martin Jones2011-01-111-0/+43
| | | | * | | Disable dragging text in TextEdit.Andrew den Exter2011-01-113-0/+98
| | | | * | | Fix word selection in QLineControlAlan Alpert2011-01-108-0/+1052
| | | | * | | Add selection modes to TextEdit and TextInput.Andrew den Exter2011-01-102-2/+325
| | | | * | | Add layoutDirection property to Qt.application elementJoona Petrell2011-01-071-0/+23
| | | | * | | Introduce Qt.application.active propertyJoona Petrell2011-01-073-0/+102
| | | | * | | PinchArea API changes following review.Martin Jones2011-01-071-1/+1
| | | | * | | Add PinchArea autotests.Martin Jones2011-01-072-2/+3
| | | | * | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-077-0/+397
| | | | |\ \ \
| | | | | * \ \ Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Alan Alpert2011-01-071-0/+46
| | | | | |\ \ \
| | | | | * | | | Add linkActivated signal to TextEditAlan Alpert2011-01-077-0/+397
| | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-0778-1580/+6066
| | | | |\ \ \ \ \ | | | | | |_|/ / / | | | | |/| | | |
| | | | * | | | | Fix to register Repeater for QtQuick 1.1Bea Lam2011-01-071-0/+46
| | | | | |/ / / | | | | |/| | |
| | | | * | | | Add Repeater itemAdded(), itemRemoved() signals and itemAt() methodBea Lam2011-01-061-12/+204
| | | | * | | | Ensure QDeclarativePrivate::RegisterType version is updated and checked.Martin Jones2011-01-061-0/+3
| | | | * | | | Test importing version > registered with a matching base class rev.Martin Jones2011-01-054-1/+53
| | | | * | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-051-0/+8
| | | | |\ \ \ \
| | | | | * | | | Add missing test data fileBea Lam2011-01-051-0/+8
| | | | * | | | | Support property/method versions in QMLMartin Jones2011-01-0524-11/+669
| | | | * | | | | Allow a revision to be associated with properties and methods.Martin Jones2011-01-051-0/+113
| | | | |/ / / /
| | | | * | | | Fix results of number() queries for zero and non-number valuesBea Lam2011-01-042-24/+63
| | | | * | | | Add convenience deselect() functions to TextInput and TextEditJoona Petrell2010-12-302-0/+14
| | | | * | | | Adding autotest coverage to QDecalarativeGridViewChristopher Ham2010-12-211-0/+92
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Joona Petrell2010-12-2017-45/+313
| | | | |\ \ \ \
| | | | * | | | | Fix spelling in declarative autotestsJoona Petrell2010-12-204-8/+8
| | | | * | | | | Support for justification in Text and TextEdit elements.Yann Bodson2010-12-176-0/+66
| | | | * | | | | QmlDebugger: setting bindings in statesChristiaan Janssen2010-12-131-3/+98
| | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-1385-2295/+3609
| | | | |\ \ \ \ \
| | | | * | | | | | KeyNavigation skips disabled or invisible itemsChristopher Ham2010-12-101-0/+79
| | | | * | | | | | Add 'mirror' property to Image element.Bea Lam2010-12-106-0/+229
| | | | * | | | | | QmlDebugger: avoid deferring properties when compiling in a debug environmentChristiaan Janssen2010-12-091-2/+95
| | | | * | | | | | borderImage should not support setting sourceSizeChristopher Ham2010-12-031-0/+4
| | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-0197-788/+6822
| | | | |\ \ \ \ \ \
| | | | * | | | | | | Allow resizing Flickable content about a center point.Martin Jones2010-11-292-0/+81
| | | | * | | | | | | Add PinchArea.Martin Jones2010-11-283-0/+377
| | | | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-11-2432-0/+11289
| | | | |\ \ \ \ \ \ \
| | | | * | | | | | | | Fix ListModel::set() to update the model cache when setting a list valueBea Lam2010-11-232-0/+32
| | | | * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Yann Bodson2010-11-23532-18423/+17577
| | | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | | Make deferred tracing less expensive (real-time cost is the same)Michael Brasser2010-11-191-0/+11
| | | | * | | | | | | | | Add a private high-performance timer for profiling.Michael Brasser2010-11-194-0/+172
| | | | * | | | | | | | | Add 'cached' property to Image elementYann Bodson2010-11-121-9/+20
| | | | * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Yann Bodson2010-11-12702-58662/+48132
| | | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Make it possible to add your own graphics scene to QDeclarativeViewJoona Petrell2010-11-031-0/+21
* | | | | | | | | | | | | | Fix QMutex can deadlock when calling tryLockOlivier Goffart2011-02-021-0/+38
* | | | | | | | | | | | | | Revert "Restore Qt 4.6 behaviour: exec() always enters the event loop."Olivier Goffart2011-02-021-137/+54
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Don't ignore source-text when generating qsTrId translations for QMLTor Arne Vestbø2011-02-012-0/+8
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-293-57/+220
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |