aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Propagate synthesized mouse events in parallel with touch.Shawn Rutledge2012-06-2814-101/+1543
* Merge "Merge branch 'buildsystem'" into refs/staging/masterOswald Buddenhagen2012-06-271-1/+1
|\
| * Merge branch 'buildsystem'Oswald Buddenhagen2012-06-261-1/+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
* | | activeWindow is deprecated, use focusWindow.Thiago Macieira2012-06-272-15/+15
|/ /
* | 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
* | Remove superfluous statusChanged signalDamian Jansen2012-06-251-0/+51
* | Revert "Remove properties related to highlight speed"Bea Lam2012-06-257-0/+13
* | Delete canvas created in testBea Lam2012-06-251-0/+2
* | Fix clicking on links in aligned or elided Text.Andrew den Exter2012-06-251-17/+323
* | Fix right aligned cursor position in TextInput with geometry changesPekka Vuorela2012-06-252-1/+8
* | Decode directory separators in source URLsMatthew Vogt2012-06-252-0/+9
* | activeWindow is deprecated, use focusWindow.Thiago Macieira2012-06-251-4/+4
|/
* Fix crash when dragging items outside visible area.Andrew den Exter2012-06-221-18/+58
* Add gui-private to testsGirish Ramakrishnan2012-06-221-1/+1
* Pass the right signal index in visualadaptormodel proxy meta-objectKent Hansen2012-06-222-1/+3
* Remove insignificant_test from DropArea test.Andrew den Exter2012-06-221-2/+0
* Remove the open and closeSofwareInputPanel functions.Andrew den Exter2012-06-222-16/+0
* Rename Flickable x/yOrigin to originX/YBea Lam2012-06-223-27/+27
* Remove properties related to highlight speedBea Lam2012-06-227-13/+0
* Clarify anchor error messages.Michael Brasser2012-06-221-3/+3
* Add tests for clicking and dragging with right and middle buttons.Andrew den Exter2012-06-224-21/+222
* Fix warnings in declarative tests.Friedemann Kleint2012-06-203-11/+19
* Mark tst_qquicklistview insignificant for Mac.Friedemann Kleint2012-06-201-0/+1
* Don't start running if a frame property is setAlan Alpert2012-06-201-1/+0
* Set a non-zero default cacheBuffer.Martin Jones2012-06-1330-1/+38
* tst_qquicklistview: further increase test timeoutKent Hansen2012-06-131-2/+1
* Allow setting horizontal and vertical tile modes in sci filesYann Bodson2012-06-125-0/+57
* Emit itemChanged when Loader fails to load a source.Alan Alpert2012-06-121-1/+1
* Fix view delegate parent binding regression.Martin Jones2012-06-122-0/+56
* Mark qquickanimatedsprite autotest as insignificantKent Hansen2012-06-121-0/+1
* Mark qquicklistview autotest as insignificantKent Hansen2012-06-121-0/+1
* Emit currentFrameChanged signal when neededAlan Alpert2012-06-122-0/+93
* Allow Loader to load non-Item types.Martin Jones2012-06-121-3/+8