summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-082-1/+13
| | | | |\| | | |
| | | | | * | | | Image w/ PreserveAspectFit has its width changed once more than needed.Martin Jones2011-04-072-1/+13
| | | * | | | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-072-2/+2
| | | |\| | | | | | | | | |_|_|_|/ | | | |/| | | |
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-061-1/+1
| | | | |\| | |
| | | | | * | | Improve Flickable dynamics and allow platform specific tweaking.Martin Jones2011-04-061-1/+1
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-041-1/+1
| | | | |\| | |
| | | | | * | | Fix failing autotestBea Lam2011-04-041-1/+1
| | | * | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-04-027-8/+237
| | | |\| | | |
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-017-8/+237
| | | | |\| | |
| | | | | * | | Add missing test file.Martin Jones2011-04-011-0/+50
| | | | | * | | Changing width of RTL positioner doesn't relayoutMartin Jones2011-04-011-0/+22
| | | | | * | | Fix TextInput auto test failure on mac.Andrew den Exter2011-04-011-3/+10
| | | | | * | | PinchArea and Flickable don't work well enough togetherMartin Jones2011-04-011-0/+73
| | | | | * | | Fix auto test failure.Andrew den Exter2011-03-311-0/+8
| | | | | * | | Once Image sourceSize is set there is no way to clear it.Martin Jones2011-03-311-0/+22
| | | | | * | | Fix width of TextInput micro focus rectangle.Andrew den Exter2011-03-302-5/+52
| | | * | | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-314-22/+29
| | | |\| | | | | | | | |_|_|/ | | | |/| | |
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-03-301-20/+15
| | | | |\| |
| | | | | * | Return correct boundaries reasons from QTextBoundaryFinder.Andrew den Exter2011-03-301-20/+15
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-03-292-2/+2
| | | | |\ \ \ | | | | | |/ / | | | | |/| |
| | | | | * | Fixed autotests on Windows.axis2011-03-252-2/+2
| | | | * | | Fix text selection with shift-click.Andrew den Exter2011-03-281-0/+12
| | * | | | | QDeclarativeDebug: Fix test caseKai Koehne2011-03-301-1/+1
| | * | | | | QDeclarativeDebug: Handle case where client with ongoing queries is deletedKai Koehne2011-03-301-1/+27
* | | | | | | Made scene graph node test pass againGunnar Sletta2011-04-141-61/+68
|/ / / / / /
* | | | | | Fix qsgvisualdatamodel test.Michael Brasser2011-04-146-9/+10
* | | | | | Fix test crash.Michael Brasser2011-04-141-4/+5
* | | | | | Remove QML DOM autotestAaron Kennedy2011-04-139-1363/+0
* | | | | | Cleanup particles examplesAlan Alpert2011-04-111-1/+0
* | | | | | Correctly set mouse position for hover events in QSGCanvas.Michael Brasser2011-04-072-0/+38
* | | | | | Update SG PathView with GV PathView changes and fix testsMartin Jones2011-04-062-7/+12
* | | | | | Fix QSGGridView tests.Martin Jones2011-04-065-6/+7
* | | | | | Fix QSGListView testMartin Jones2011-04-063-57/+19
* | | | | | Prevent crash on QSGCanvas destruction.Michael Brasser2011-04-051-0/+17
* | | | | | Fix qdeclarativeecmascript autotest.Michael Brasser2011-04-051-2/+2
* | | | | | Fixes for failing autotests.Michael Brasser2011-04-051-1/+1
* | | | | | Fix TextEdit inputContextMouseHandler test.Andrew den Exter2011-03-302-1/+2
* | | | | | Fix the TextInput passwordCharacter test.Andrew den Exter2011-03-302-0/+5
* | | | | | Fix software input panel related test failures.Andrew den Exter2011-03-292-0/+16
* | | | | | Merge branch 'master' into qtquick2Yann Bodson2011-03-294-9/+71
|\| | | | |
| * | | | | Merge ../qt-qml-stagingYann Bodson2011-03-293-8/+46
| |\| | | |
| | * | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2011-03-221-0/+18
| | |\| | |
| | | * | | Text bounding rect calculated incorrectly if non-top aligned.Martin Jones2011-03-221-0/+18
| | * | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-222-8/+28
| | |\| | | | | | |_|/ | | |/| |
| | | * | Fix writing to an attached property from script.Michael Brasser2011-03-212-8/+28
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtAlan Alpert2011-03-2316-2/+247
| |\| | |
| * | | | Optimization and benchmark for setting object properties from QML.Michael Brasser2011-03-162-0/+24
* | | | | Fix TextInput and TextEdit errors caused by a null root object.Andrew den Exter2011-03-2911-546/+536
* | | | | Make QSGTextInput test compile.Andrew den Exter2011-03-287-225/+189
* | | | | Minor fixes for QSGTextEdit auto test.Andrew den Exter2011-03-2810-90/+62