summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+3
* Fix a bunch of compiler warnings in event handling test casesVolker Hilsheimer2020-10-221-2/+2
* QStyleOptionGraphicsItem: remove deprecated member matrix/levelOfDetailChristian Ehrlicher2020-09-061-1/+0
* Use build-system to declare tests that are low-DPITor Arne Vestbø2020-08-281-7/+0
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-281-4/+0
* QVariant::setValue(): enable move semanticsGiuseppe D'Angelo2020-07-131-4/+4
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-36/+29
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-251-21/+23
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-1/+1
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+0
* Remove winrtOliver Wolff2020-06-061-11/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-0/+1
|\
| * Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-0/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\|
| * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | Get rid of QMatrixJarek Kobus2020-02-281-50/+1
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-281-0/+10
|\|
| * Deprecate all methods that use QMatrixJarek Kobus2020-01-281-0/+10
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-291-15/+3
|\|
| * Widget autotests: replace deprecated QWidget::repaint() callsChristian Ehrlicher2019-11-271-15/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-2/+2
|\|
| * Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-2/+2
* | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-0/+6
|/
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-161-1/+1
|\
| * Prepare for deprecating the QDesktopWidgetSona Kurazyan2019-10-151-1/+1
* | tst_qgraphicsitem: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-141-0/+6
* | tst_qgraphicsitem: Don't assume window activation is availableJohan Klokkhammer Helsing2019-10-141-25/+70
* | Brush up tst_QGraphicsItemFriedemann Kleint2019-09-161-886/+959
|/
* Fix the build with disabled QGraphicsItem::ItemMatrixChangeSona Kurazyan2019-09-021-0/+2
* Windows: Fix some widget tests to pass on High DPI screensFriedemann Kleint2019-08-231-0/+11
* Remove usages of deprecated APIs of qtbase/widgetsSona Kurazyan2019-08-011-0/+4
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-30/+35
|\
| * 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.13' into devLiang Qi2019-07-051-0/+6
|\| |
| * | 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
* | | Prefix QTextStream operators with Qt:: in testsLars Knoll2019-05-031-1/+1
|/ /
* / 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
|\