aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Stabilize Loader test.Michael Brasser2012-07-101-2/+4
* Remove unwanted whitespace from test URLsMatthew Vogt2012-07-101-2/+6
* Use qWaitForWindowActive() where it is required.Friedemann Kleint2012-07-098-22/+24
* Speed up TextEdit construction time.Andrew den Exter2012-07-091-3/+5
* Do not permit excessive recursion in component creationMatthew Vogt2012-07-094-0/+68
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-0910-0/+210
* Reduce the number of unnecessary layouts on geometry changes.Andrew den Exter2012-07-091-0/+260
* Expand test case for qrc:/ URLsMatthew Vogt2012-07-068-7/+70
* Allow all explicit margins to override margins.Andrew den Exter2012-07-062-7/+104
* Use unique port numbers for http servers in auto tests.Andrew den Exter2012-07-058-25/+30
* Fix QQuickApplication::activate test.Andrew den Exter2012-07-051-22/+13
* PathView needs drag events similar to FlickableMartin Jones2012-07-041-0/+40
* Improve mouseWheel() functionCharles Yin2012-07-041-3/+3
* Improve wheel event handling.Michael Brasser2012-07-041-2/+5
* Report correct mouse position when made visible with hoverEnabled.Michael Brasser2012-07-041-1/+0
* Refresh the TextInput.acceptableInput property when validator changes.Andrew den Exter2012-07-041-0/+10
* Make Behaviors work correctly with value types.Glenn Watson2012-07-046-0/+127
* Add tests for triple click text selection in TextEdit.Andrew den Exter2012-07-042-46/+114
* Section headers ignore list delegate size changes when "colliding"Martin Jones2012-07-041-2/+16
* Allow mouse interaction with 0 opacity items.Andrew den Exter2012-07-042-14/+14
* Remove QSKIP() for polishOnCompleted() testBea Lam2012-07-031-4/+0
* Suppress QWindowSystemInterface inclusion warningsGirish Ramakrishnan2012-07-035-5/+5
* Allow resetting a Rectangle gradient.Martin Jones2012-07-034-0/+120
* Add nativeScanCode to KeyEvent.Glenn Watson2012-07-032-1/+19
* Add tests for QQuickListCompositor debug output.Andrew den Exter2012-07-031-0/+75
* Fix crash in QQmlXmlHttpRequestChris Adams2012-07-026-1/+117
* Use QQmlDataTest to resolve qqqmlanguage test data paths.Andrew den Exter2012-07-022-133/+112
* section.property cannot deal with nested propertiesMartin Jones2012-07-022-1/+44
* Use the convential form for the selectedText notify signal name.Andrew den Exter2012-07-021-7/+7
* anchors.mirrored should not exist in QtQuick 2Martin Jones2012-07-021-2/+2
* Work around test failure for pixmap cache.Glenn Watson2012-07-022-4/+10
* Adjust MouseArea autotest to check mouse events with transformationsAdriano Rezende2012-06-302-0/+80
* Rename speed -> velocity in the particle systemAlan Alpert2012-06-2925-48/+48
* Propagate synthesized mouse events in parallel with touch.Shawn Rutledge2012-06-2814-101/+1543
* Merge "Merge branch 'buildsystem'" into refs/staging/masterOswald Buddenhagen2012-06-272-3/+2
|\
| * Merge branch 'buildsystem'Oswald Buddenhagen2012-06-262-3/+2
| |\
| | * remove pointless qmltest conditionalsOswald Buddenhagen2012-06-261-2/+1
| | * don't reference $$QT_BUILD_TREE - it's unavailable hereOswald Buddenhagen2012-06-261-1/+1
* | | Changing PathView offset doesn't set currentIndex appropriatelyMartin Jones2012-06-271-2/+37
* | | Implement QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-272-0/+10
* | | Add enum values from related typesMatthew Vogt2012-06-279-0/+116
* | | activeWindow is deprecated, use focusWindow.Thiago Macieira2012-06-272-15/+15
* | | Do not depend on indirect inclusions: #include and forward-declareThiago Macieira2012-06-271-0/+1
* | | Support JS Date object in ListModel with static roles.Glenn Watson2012-06-261-0/+36
|/ /
* | Rename ListView *speed properties to *velocityBea Lam2012-06-267-12/+12
* | Fix section delegates not updating when changed.Andrew den Exter2012-06-262-0/+102
* | Position section headers correctly when section property changes.Andrew den Exter2012-06-262-8/+31
* | Isolate unstable testBea Lam2012-06-261-8/+34
* | Fix crash in tst_qquicklistview.Andrew den Exter2012-06-263-1/+20
* | Add warning if defining a ListModel with no roles.Glenn Watson2012-06-261-0/+37