summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* tst_QGraphicsItem::focusHandling() remove setActiveWindow()Frédéric Lefebvre2024-04-231-1/+0
* tst_QWidget::itemClipsChildrenToShape4 remove setActiveWindow()Frédéric Lefebvre2024-04-231-1/+0
* tst_QWidget::sceneEventFilter() remove setActiveWindow()Frédéric Lefebvre2024-04-231-1/+0
* tst_QGraphicsItem::tooltip remove QApplicationPrivate::setActiveWindowFrédéric Lefebvre2024-04-231-1/+0
* tst_QGraphicsItem::inputMethodHints() remove setActiveWindow()Frédéric Lefebvre2024-04-231-1/+0
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-5/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-6/+8
* Fix testcase that fails when run individuallyDimitrios Apostolou2022-08-171-1/+1
* Try to stabilize window activation on macOSDimitrios Apostolou2022-08-101-14/+30
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-051-2/+3
* tests: port to new QMutableEventPoint static APIMarc Mutz2022-01-151-7/+7
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-141-0/+2
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-1/+1
* 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
|\