aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitem
Commit message (Expand)AuthorAgeFilesLines
* tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-39/+39
* Mark tests as unstable/flakeySimon Hausmann2015-06-081-0/+2
* Return the correct type from Item::mapToItem/Item::mapFromItem.Mitch Curtis2015-04-082-0/+71
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Fix performance regression caused by SG signals in QQuickItem.Gunnar Sletta2014-09-031-8/+13
* Remove references transforms have to items in QQuickItem's destructor.Mitch Curtis2014-08-252-0/+44
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Introducing QQuickItem::sceneGraphInvalidated/sceneGraphInitializedGunnar Sletta2014-07-291-0/+34
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-102-2/+76
|\
| * Follow QOpenGLContext API renamingLaszlo Agocs2014-04-251-1/+1
| * Fix visual parent ownership with scenes that create windowsSimon Hausmann2014-03-282-0/+73
| * Dynamic GL in QuickLaszlo Agocs2014-03-181-2/+3
| * Revert "Fix item polishing"J-P Nurmi2014-02-281-61/+0
| * Fix item polishingJ-P Nurmi2014-02-201-0/+61
* | Compress touch events in QQuickWindow.Gunnar Sletta2014-05-052-0/+5
|/
* Fix interaction of QQuickItems with the garbage collectorSimon Hausmann2014-01-062-0/+79
* Fix touch to mouse synthesis/propagation.Robin Burchell2013-12-131-3/+12
* Fix assert after giving focus to a disabled item.Andrew den Exter2013-11-221-1/+24
* Remove insignification of the test on Windows.Friedemann Kleint2013-09-061-2/+0
* Merge branch 'stable' into devSergio Ahumada2013-09-061-0/+3
|\
| * tst_qquickitem: Make exclusion more fine-grained.Friedemann Kleint2013-08-232-2/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-191-0/+3
|\|
| * Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-08-151-0/+2
| |\
| | * Marking tst_qquickitem as insignificant in winSimo Fält2013-08-151-0/+2
* | | Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-08-061-85/+82
|\| |
| * | Stabilize tst_qquickitem.Friedemann Kleint2013-07-311-85/+82
| |/
* / Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
|/
* Reenable tst_QQuickItem::simpleFocus and fix warnings.Gunnar Sletta2013-01-311-4/+2
* Merge branch 'stable' into devGunnar Sletta2013-01-171-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* | Do not force focus for non-focused windows.Gunnar Sletta2013-01-171-1/+1
|/
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-291-1/+1
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-081-1/+1
* Remove interim compatibility measuresAlan Alpert2012-10-161-41/+41
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Don't use compatibility headersPaul Olav Tvete2012-08-031-1/+1
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Add includes for QWindowSystemInterfacePaul Olav Tvete2012-08-011-0/+1
* QQuickCanvas renamesAlan Alpert2012-07-171-189/+189
* Remove unneeded qpa/qwindowsysteminterface.h includesShawn Rutledge2012-07-131-1/+0
* Use qWaitForWindowActive() where it is required.Friedemann Kleint2012-07-091-1/+1
* Remove QSKIP() for polishOnCompleted() testBea Lam2012-07-031-4/+0
* Suppress QWindowSystemInterface inclusion warningsGirish Ramakrishnan2012-07-031-1/+1
* Add tests for clicking and dragging with right and middle buttons.Andrew den Exter2012-06-221-0/+63
* Fix handling of a direct child stealing focus from a parent-less item.Andrew den Exter2012-06-081-1/+27
* Removed CONFIG+=parallel_test from suspected parallel-unsafe testsRohan McGovern2012-05-221-1/+0
* include QWindowSystemInterface explicity when neededGirish Ramakrishnan2012-04-191-0/+1
* Fix crash when changing the grandparent of an item with focus.Andrew den Exter2012-04-021-0/+29
* Fix warnings in qtdeclarative.Friedemann Kleint2012-03-301-0/+1
* Fix forceActiveFocus() with multiple items having focus: trueAndrew den Exter2012-03-302-0/+124