aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitem/tst_qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickWindowPrivate::deliverWheelEvent: fix global position of the eventOleg Yadrov2017-02-171-5/+21
* Keys: add shortcutOverride signalMitch Curtis2016-12-181-0/+35
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-2/+5
|\
| * QQuickWindow: don't discard timestamps for wheel eventsJ-P Nurmi2016-10-151-2/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-041-13/+13
|\|
| * Fix crash with window-less QQuickItemsSimon Hausmann2016-09-301-13/+13
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+24
|\|
| * Fix QQuickItem's setAcceptedMouseButtons functionDan Cape2016-07-211-0/+23
* | Determine QQuickItem::childAt() correctlyKari Hautamäki2016-02-241-0/+42
* | Updated license headersJani Heikkinen2016-01-201-17/+12
|/
* tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-39/+39
* Return the correct type from Item::mapToItem/Item::mapFromItem.Mitch Curtis2015-04-081-0/+45
* 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-251-0/+13
* 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-101-2/+61
|\
| * Follow QOpenGLContext API renamingLaszlo Agocs2014-04-251-1/+1
| * Fix visual parent ownership with scenes that create windowsSimon Hausmann2014-03-281-0/+58
| * 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-051-0/+4
|/
* Fix interaction of QQuickItems with the garbage collectorSimon Hausmann2014-01-061-0/+65
* 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
* tst_qquickitem: Make exclusion more fine-grained.Friedemann Kleint2013-08-231-0/+3
* Stabilize tst_qquickitem.Friedemann Kleint2013-07-311-85/+82
* 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
* 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
* 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-301-0/+101