summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-30/+35
|\
| * Make tst_QGraphicsItem painting tests most robustVolker Hilsheimer2019-07-101-14/+11
| * Further stabilization of QGraphicsItem::cursor testVolker Hilsheimer2019-07-101-16/+9
| * Don't set the mouse cursor for items that are disabledVolker Hilsheimer2019-07-081-0/+9
| * Stabilize QGraphicsItem::cursor and select_multi testsVolker Hilsheimer2019-07-081-10/+16
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-0/+6
|\|
| * Skip flaky test on MacOS_10_12Dimitrios Apostolou2019-07-021-0/+6
* | Fix deprecation warnings in widget autotestsChristian Ehrlicher2019-02-081-74/+80
|/
* tst_QGraphicsItem: stabilize cursor() testChristian Ehrlicher2019-01-221-5/+3
* qWaitFor: Prevent being stuck in QCoreApplication::processEventsTor Arne Vestbø2019-01-091-9/+20
* Fix test for multiscreenAllan Sandfeld Jensen2018-11-091-1/+1
* QGraphicsScene::update(): Keep the list of updatedRects() uniqueFriedemann Kleint2018-09-281-4/+5
* winrt: Fix tst_QGraphicsItem::cursorOliver Wolff2018-08-061-15/+7
* Fix compilation of tst_QGraphicsItem in Visual StudioOliver Wolff2018-07-261-1/+1
* winrt: make graphicsview auto tests passOliver Wolff2018-05-281-0/+18
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-141-146/+56
|\
| * tests/auto/widgets/graphicsview: Avoid unconditional qWait()sKari Oikarinen2018-05-141-146/+56
* | Stabilize tst_qgraphicsitem and tst_qgraphicsviewMorten Johan Sørvig2018-03-191-0/+20
|/
* Fix touch point positions of non-transformable QGraphicsItemsFriedemann Kleint2018-02-201-35/+190
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-20/+11
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-12/+2
| |\
| | * testlib: start sharing common helper functionsGatis Paeglis2017-11-041-12/+2
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-8/+9
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-1/+1
|\| |
| * | Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-1/+1
| |/
* / Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-17/+17
|/
* tests/auto/widgets: use QCOMPARE(., nullptr)Marc Mutz2016-11-301-107/+107
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-19/+21
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-19/+21
| |\
| | * tst_QGraphicsItem: plug remaining leaksMarc Mutz2016-10-221-19/+21
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-5/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-5/+8
| |\|
| | * tst_QGraphicsItem: Fix UB (invalid cast/member call) in prepareGeometryChange()Marc Mutz2016-09-221-5/+8
* | | autotests: use QTest::createTouchDevice()Shawn Rutledge2016-06-101-3/+1
* | | Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-10/+0
* | | Remove tests/auto/qtest-config.h.Friedemann Kleint2016-04-121-5/+3
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-11/+1
|/ /
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-191-5/+8
* | Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-091-0/+8
* | QGraphicsView tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0.Friedemann Kleint2015-08-221-108/+110
|/
* tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-16/+16
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Extend selections in QGraphicsView when selection extension key downAndy Maloney2015-01-131-0/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* GraphicsView: Fix resolvePalette() for QGraphicsItem's childrenMaks Naumov2014-09-051-0/+17
* Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-12/+22
|\
| * Stabilize and speed up tst_QGraphicsItem::cursor().Friedemann Kleint2014-05-221-12/+22
* | Add a new optimization flag to QGraphicsItem.Dimitar Asenov2014-03-311-5/+119
|/
* QNX: Fix QGraphicsItem autotestFabian Bumberger2014-03-211-1/+1