summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | Update particles autotestsYann Bodson2010-03-123-63/+72
| | | | * | | | | Fix testAaron Kennedy2010-03-121-9/+9
| | | | | |/ / / | | | | |/| | |
| | | | * | | | Remove Qt.closestAngle().Michael Brasser2010-03-122-30/+0
| | | | |/ / /
| | | | * | | Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-114-44/+12
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-1126-229/+497
| | | | |\ \ \
| | | | | * | | Improve value type binding behaviorAaron Kennedy2010-03-114-3/+189
| | | | * | | | Fix test, fix warning consistency.Warwick Allison2010-03-111-2/+2
| | | * | | | | Change PathView offset property to use range 0 - 1.0Martin Jones2010-03-122-4/+4
| | | | |/ / / | | | |/| | |
| | | * | | | Add a positioning 'mode' to positionViewAtIndex()Martin Jones2010-03-112-8/+90
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-1112-185/+185
| | | |\ \ \ \
| | | | * | | | Add AnchorAnimation for animating AnchorChanges.Michael Brasser2010-03-1112-185/+185
| | | | |/ / /
| | | * | | | Compile fix after e5922ab126f3532483b18720ce893d6be826d50eAaron Kennedy2010-03-118-33/+33
| | | |/ / /
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-1017-14/+236
| | | |\ \ \
| | | | * \ \ Merge remote branch 'qt/4.7' into qml-4.7Qt Continuous Integration System2010-03-1013-25/+290
| | | | |\ \ \
| | | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-101-1/+0
| | | | |\ \ \ \
| | | | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-107-4/+172
| | | | | |\ \ \ \
| | | | | * | | | | Unify binding optimizer and QtScript binding signal management logicAaron Kennedy2010-03-101-1/+0
| | | | * | | | | | Ensure currentIndex NOTIFY is emitted when currentIndex changes due to model ...Martin Jones2010-03-104-0/+12
| | | | | |/ / / / | | | | |/| | | |
| | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-109-8/+474
| | | | |\ \ \ \ \
| | | | | * | | | | Use no-version-specified to mean any version (used to work, fixed again,Warwick Allison2010-03-102-4/+4
| | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-1010-9/+217
| | | | | |\ \ \ \ \ | | | | | | |/ / / /
| | | | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-1010-9/+217
| | | | | | |\ \ \ \
| | | | * | | | | | | Schedule view relayout after itemsInserted/Removed()Martin Jones2010-03-101-0/+3
| | | | | |_|/ / / / | | | | |/| | | | |
| | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0910-9/+217
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Update AutotestsAlan Alpert2010-03-093-4/+4
| | | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-097-5/+213
| | | | | |\ \ \ \ \ \
| | | | | | * | | | | | Fix qdeclarativevaluetype::font() autotestAaron Kennedy2010-03-091-2/+11
| | | | | | * | | | | | Add QML support for methods returning QList<QObject *>Aaron Kennedy2010-03-093-0/+49
| | | | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-093-3/+101
| | | | | | |\ \ \ \ \ \
| | | | | | | * | | | | | Make QDeclarativeItem NOTIFY signals canonicalJoona Petrell2010-03-093-3/+101
| | | | | | * | | | | | | CompileAaron Kennedy2010-03-091-1/+1
| | | | | | |/ / / / / /
| | | | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-092-0/+104
| | | | | | |\ \ \ \ \ \
| | | | | | * | | | | | | Integrate QML's object ownership with the JS collectorAaron Kennedy2010-03-091-0/+52
| * | | | | | | | | | | | Remove WorkerListModel and integrate its functionality into ListModel.Bea Lam2010-03-168-239/+260
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | QTreeView: Remove a lot of useless and slow code.Olivier Goffart2010-03-171-1/+1
* | | | | | | | | | | | Fixed a potential crash in headerview when inserting a sectionThierry Bastian2010-03-171-0/+14
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-171-0/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Display the itemSendScenePositionChange properly when debugging.Alexis Menard2010-03-171-0/+3
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | QtScript: Fix regression when calling newQObject() from native constructorKent Hansen2010-03-161-0/+20
* | | | | | | | | | | QNetworkReply: Fix canReadLine()Markus Goetz2010-03-161-0/+17
* | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1531-1766/+1090
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | SSL: Fix memleak related to local certificateMarkus Goetz2010-03-151-0/+15
| * | | | | | | | | | Further fix license whitespace.Morten Johan Sørvig2010-03-151-40/+39
| * | | | | | | | | | Remove NetworkManager test-bed application.Aaron McCarthy2010-03-158-1803/+0
| * | | | | | | | | | Fix up whitespace in license headers.Qt Continuous Integration System2010-03-127-273/+273
| * | | | | | | | | | Autotest: make the qabstractslider test pass on macRichard Moe Gustavsen2010-03-111-0/+15
| * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1022-7/+1105
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Add benchmarks for QScriptValueIteratorKent Hansen2010-03-102-0/+300
| | * | | | | | | | | Add QWidget::update() test.Morten Johan Sørvig2010-03-101-1/+50
| | * | | | | | | | | Add license headersMorten Johan Sørvig2010-03-108-0/+329