aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* improve dependencies of qmlparser testOswald Buddenhagen2013-03-162-2/+2
* Add TextEdit::selectByKeyboardJ-P Nurmi2013-03-151-0/+124
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-1419-5032/+119
|\
| * Makes QSmoothedAnimation respect zero duration.Thomas Kristensen2013-03-132-0/+35
| * Improve the ordering of Flickable dragging and moving property updates.Andrew den Exter2013-03-122-0/+22
| * Improve timer dependent tests.Frederik Gladhorn2013-03-1110-5014/+44
| * Fix warning about uninitialized value in QML-ECMA-test (CLANG).Friedemann Kleint2013-03-111-1/+1
| * Fix warning about use of uninitialized value in QML-debug helpers.Friedemann Kleint2013-03-111-14/+14
| * Fix warning about adding int to a QString (CLANG).Friedemann Kleint2013-03-111-1/+1
| * Stabilize tst_qquicktextinput::remoteCursorDelegate()Frederik Gladhorn2013-03-041-1/+1
| * Mark flaky tst_qv8profilerservice test as insignificant on MacKai Koehne2013-02-281-0/+2
| * Use qmake for package dependency resolution in cmake tests.Stephen Kelly2013-02-262-2/+2
* | Add QtQml.Models moduleAlan Alpert2013-03-127-52/+224
* | Fixed some auto testsBernd Weimer2013-03-122-53/+53
* | Disable accessibility temporarily.Frederik Gladhorn2013-03-121-1/+1
* | Support activeFocusOnTab in QQuickItemLiang Qi2013-03-123-0/+715
* | Fix warnings about overloaded virtual functions in tests (CLANG).Friedemann Kleint2013-03-112-4/+4
* | Tests: add autotests for TextEdit and TextInputCaroline Chao2013-03-073-0/+122
* | Disable qv8profilerservice test. It is very unstableGunnar Sletta2013-03-071-0/+1
* | Disable more unstable testsGunnar Sletta2013-03-071-0/+2
* | Add core application functionality to Qt.application in QMLAlan Alpert2013-03-051-5/+3
* | Accessibility: Adapt memory management for Qt 5.1Frederik Gladhorn2013-03-051-46/+40
* | Work with synchronous replies from a custom QNetworkAccessManagerAlan Alpert2013-03-041-0/+49
* | Autotests w CONFIG+=parallel_test don't depend on activation or focusShawn Rutledge2013-03-0410-68/+31
* | PinchArea autotest doesn't depend on window activation; QScopedPointerShawn Rutledge2013-03-042-20/+10
* | pressedCanceledOnWindowDeactivate pops up a second windowShawn Rutledge2013-03-042-6/+11
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-0412-10/+409
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-2512-10/+409
| |\|
| | * Fix warnings about shadowing membersThiago Macieira2013-02-221-2/+0
| | * ListView's highlightMoveDuration should default to -1.Michael Brasser2013-02-221-0/+13
| | * Flickable shouldn't grab the mouse until it starts an effective move.Andrew den Exter2013-02-224-8/+116
| | * MouseArea shouldn't grab the mouse until there is an effective drag.Andrew den Exter2013-02-222-0/+112
| | * Stabilize clicking in QQuickTextEdit testFrederik Gladhorn2013-02-211-0/+2
| | * Add Test for Animating Qml Dynamic Properties using QPropertyAnimationDavid E. Narváez2013-02-214-0/+166
* | | adding QtQuick.Dialogs, with FileDialog implementationShawn Rutledge2013-03-044-0/+207
* | | skip failing constantUpdatesOnWindow test for nowShawn Rutledge2013-03-011-0/+1
* | | Change Canvas to use Image and antialiasing by default.Gunnar Sletta2013-02-261-1/+2
|/ /
* | Make sure exposeEvents trigger a render passGunnar Sletta2013-02-211-0/+24
* | Add QQuickTextDocumentFrederik Gladhorn2013-02-194-0/+109
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-02-193-5/+38
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-183-5/+38
| |\|
| | * A MouseArea should not receive move or release events if the press was not ac...Michael Brasser2013-02-142-0/+38
| | * Remove QPointerBase bic check.Stephen Kelly2013-02-131-5/+0
* | | Improved animations in the new render loopGunnar Sletta2013-02-193-1/+79
* | | Add qmlRegisterType for Composite TypesAlan Alpert2013-02-187-5/+33
|/ /
* | Add Composite Types to QQmlTypeAlan Alpert2013-02-188-1/+89
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-078-16/+112
|\|
| * Stabilize resizemodeitem test.Frederik Gladhorn2013-02-071-2/+1
| * Fixed Canvas ImageData pixel values not being settable to 0.Samuel Rødal2013-02-071-0/+8
| * Ensure the cursorRectangle is updated as the width of the text changes.Andrew den Exter2013-02-011-0/+8