aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Stabilize tst_qquicktextinput::remoteCursorDelegate()Michael Brasser2013-02-011-1/+1
| | * | | | | Reenable tst_QQuickItem::simpleFocus and fix warnings.Gunnar Sletta2013-01-311-4/+2
| | * | | | | Allow aligning items in a gridFabian Bumberger2013-01-282-1/+131
| | * | | | | Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-249-257/+256
| | * | | | | Move ListModel and ListElement to the QtQml importAlan Alpert2013-01-2422-110/+109
| | * | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-233-1/+21
| | |\ \ \ \ \
| | * | | | | | Complete rewrite of threaded render loop.Gunnar Sletta2013-01-188-206/+264
| | * | | | | | Merge branch 'stable' into devGunnar Sletta2013-01-17295-298/+5092
| | |\ \ \ \ \ \
| | * | | | | | | Do not force focus for non-focused windows.Gunnar Sletta2013-01-175-2/+10
| | * | | | | | | Disable the QQuickFlickable test in CI.Gunnar Sletta2013-01-161-0/+1
| | * | | | | | | Make numeric-literal parsing even more robust.Erik Verbruggen2013-01-162-1/+3
| | * | | | | | | Fix automatic semicolon insertion before ++/-- operators.Erik Verbruggen2013-01-113-0/+28
| | * | | | | | | Make numeric-literal parsing more robust.Erik Verbruggen2013-01-112-0/+2
| | * | | | | | | Marking test qquickanimations insignificant on mac.Erik Verbruggen2013-01-111-0/+1
| | * | | | | | | Reenable temporarily skipped QML testsPeter Varga2013-01-092-6/+0
| | * | | | | | | Update some QML tests and temporarily skip themPeter Varga2013-01-092-15/+11
| | * | | | | | | Fix semicolon insertion before pre-incr/decr operators.Erik Verbruggen2013-01-083-0/+82
| | * | | | | | | Fix unicode escape sequence validation in strings.Erik Verbruggen2013-01-084-3/+11
| | * | | | | | | Merge "Merge branch 'stable' into dev" into refs/staging/devFrederik Gladhorn2013-01-0783-418/+405
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'stable' into devFrederik Gladhorn2013-01-0483-418/+405
| | | |\ \ \ \ \ \ \
| | * | | | | | | | | Fix: disallow incomplete hex numbers "0x" and "0X".Erik Verbruggen2013-01-074-0/+26
| | |/ / / / / / / /
| | * | | | | | | | Added parsing for getter/setter definitions in property assignments.Erik Verbruggen2012-12-171-0/+14
| | * | | | | | | | Fix the test suiteLars Knoll2012-12-1119-352/+15
| | * | | | | | | | Throw a parse error on octal numbers and escape sequencesLars Knoll2012-12-1112-0/+123
* | | | | | | | | | Try to stabilize qquickimage and rendernode tests.Gunnar Sletta2013-03-204-21/+22
|/ / / / / / / / /
* | | | | | | | | QQuickItemView: Add guard before returning currentItem itemCaroline Chao2013-03-192-0/+39
* | | | | | | | | Fix jump and property changes on first move when dragging a Flickable.Andrew den Exter2013-03-191-2/+2
* | | | | | | | | Smooth dragging an item with MouseArea.Andrew den Exter2013-03-142-21/+27
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | 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
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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
| |_|_|_|_|/ |/| | | | |
* | | | | | 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
| |_|_|_|/ |/| | | |
* | | | | 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
* | | | | Ungrab mouse when FocusAboutToChange instead of LeaveFrederik Gladhorn2013-01-244-18/+21
* | | | | Disconnect from previous loading image when loading a new image.Michael Brasser2013-01-242-0/+77
| |_|_|/ |/| | |