summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview/qgraphicsscene/tst_qgraphicsscene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-7/+6
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-041-1/+1
* tst_QGraphicsScene: fix compiler warning about misleading indentationMarc Mutz2021-07-171-4/+4
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+5
* Fix a bunch of compiler warnings in event handling test casesVolker Hilsheimer2020-10-221-10/+10
* QGraphicsView:QGraphicstextitem show error after lose focusZhang Hao2020-09-181-1/+35
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-5/+5
* Use build-system to declare tests that are low-DPITor Arne Vestbø2020-08-281-1/+0
* QTestlib: Enable comparing QList against initializer lists/arraysFriedemann Kleint2020-07-211-40/+38
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-9/+6
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-251-26/+17
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-2/+2
* Remove winrtOliver Wolff2020-06-061-2/+2
* Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-0/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-251-2/+0
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-2/+0
| |\
| | * Fix QGraphicsScene::update() performanceAndre de la Rocha2019-10-111-2/+0
* | | Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+15
|/ /
* | tst_QGraphicsScene: Pass on High DPI screensFriedemann Kleint2019-08-241-20/+55
* | Brush up tst_QGraphicsSceneFriedemann Kleint2019-08-241-315/+354
|/
* Fix deprecation warnings in widget autotestsChristian Ehrlicher2019-02-081-62/+50
* qWaitFor: Prevent being stuck in QCoreApplication::processEventsTor Arne Vestbø2019-01-091-0/+1
* QGraphicsScene: Make focusing on touchBegin optionalUlf Hermann2018-10-041-0/+36
* Fix use of QTest::mouseMove() in widgets testsAndre de la Rocha2018-07-121-2/+2
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-2/+2
|\
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-2/+2
* | winrt: make graphicsview auto tests passOliver Wolff2018-05-281-1/+1
|/
* tests/auto/widgets/graphicsview: Avoid unconditional qWait()sKari Oikarinen2018-05-141-6/+0
* Fix touch point positions of non-transformable QGraphicsItemsFriedemann Kleint2018-02-201-76/+0
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-0/+76
|\
| * Set the ellipseDiameters back to the original size in QGraphicsViewAndy Shaw2018-02-081-0/+76
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-3/+3
| |\
* | \ Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-3/+3
|\ \ \ | | |/ | |/|
| * | Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-3/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-15/+15
|\ \ \ | | |/ | |/|
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-15/+15
| |/
* / Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/
* tests/auto/widgets: use QCOMPARE(., nullptr)Marc Mutz2016-11-301-12/+12
* Fix Infinite loop in QGraphicsScene::focusNextPrevChildJoão de Deus Morgado2016-06-071-0/+25
* QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-21/+2
* Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-3/+3
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Android: Fix some QGraphicsScene testsEskil Abrahamsen Blomfeldt2016-01-201-4/+14
* tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-191-1/+2
* Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-091-0/+4
* QGraphicsView tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0.Friedemann Kleint2015-08-221-121/+128
* tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-9/+9
* Fix qgraphicswidget::initStyleOption autotestLars Knoll2015-06-061-0/+2
* Clean up the qgraphicsscene autotestLars Knoll2015-06-061-22/+5