aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* remove pointless qmltest conditionalsOswald Buddenhagen2012-06-261-2/+1
* don't reference $$QT_BUILD_TREE - it's unavailable hereOswald Buddenhagen2012-06-261-1/+1
* Fix compilation with GCC 4.7 (C++11)Thiago Macieira2012-06-234-6/+6
* Fix crash when dragging items outside visible area.Andrew den Exter2012-06-221-18/+58
* Add gui-private to testsGirish Ramakrishnan2012-06-2225-25/+25
* 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
* Add some tests for literal parsingMartin Jones2012-06-222-0/+68
* Handle enum values of -1 correctly.Michael Brasser2012-06-224-1/+14
* 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 locale test on Linux and skip it on Windows.Glenn Watson2012-06-222-7/+38
* Support enum return types in Q_INVOKABLE functions.Matthew Vogt2012-06-223-2/+34
* Report clashing qmldir entries for components and scriptsMatthew Vogt2012-06-227-0/+22
* Put basic language types into QtQml importChris Adams2012-06-2110-0/+116
* Disallow signal-handler-specification for non-signal methodsChris Adams2012-06-213-0/+13
* Enable literal Qt enum assignment to enum properties.Michael Brasser2012-06-213-0/+41
* Fix warnings in declarative tests.Friedemann Kleint2012-06-207-18/+22
* 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
* Align windowShown flag with qml renderer stateCharles Yin2012-06-141-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
* Remove non-templated qobject module api registration functionChris Adams2012-06-125-40/+11
* Add pixel comparation support to qmltestCharles Yin2012-06-121-0/+74
* 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
* Check for null ptr in qmlobject_cast definitionChris Adams2012-06-121-0/+20
* 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
* Fix handling of a direct child stealing focus from a parent-less item.Andrew den Exter2012-06-081-1/+27
* Performance should always be better with cacheBufferMartin Jones2012-06-084-109/+115
* Destroy incubated objects if they are not claimed when ready.Andrew den Exter2012-06-081-0/+282
* rebound property for FlickableBea Lam2012-06-083-14/+185
* Don't double emit threaded signalsAaron Kennedy2012-06-072-0/+19
* Disallow parent changes for QML created objectsAaron Kennedy2012-06-063-48/+0
* Don't emit moving and flicking signals unnecessarilyBea Lam2012-06-062-71/+365
* Restart a drag when the item canvas changes.Andrew den Exter2012-06-063-4/+135
* Fix affected signal and docsAlan Alpert2012-06-062-0/+104
* Make sure we relayout on height change when onLineLaidOut is usedYann Bodson2012-06-062-0/+82
* Do not lose timestamps in mouse press eventsLaszlo Agocs2012-06-051-7/+7
* tst_qquickgridview: further increase test timeoutRohan McGovern2012-06-051-1/+1
* Allow the global JS UTC offset to be invalidatedMatthew Vogt2012-06-052-0/+92
* Allow qtdeclarative to compile with -no-widgetsMartin Jones2012-06-0512-21/+68