summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview/qgraphicsview/tst_qgraphicsview.cpp
Commit message (Expand)AuthorAgeFilesLines
* tst_QGraphicsView::QTBUG_70255_scrollTo() remove setActiveWindow()Frédéric Lefebvre5 days1-1/+0
* tst_QGraphicsView::hoverLeave() remove setActiveWindow()Frédéric Lefebvre5 days1-1/+0
* tst_QGraphicsView::QTBUG_5859_exposedRect() remove setActiveWindow()Frédéric Lefebvre5 days1-1/+0
* task255529_transformationAnchorAndViewportMargins remove setActiveFrédéric Lefebvre5 days1-1/+0
* tst_QGraphicsView::inputContextReset remove() setActiveWindow()Frédéric Lefebvre5 days1-1/+0
* tst_QGraphicsView::inputMethodSensitivity() remove setActiveWindow()Frédéric Lefebvre5 days1-1/+0
* tst_QGraphicsView::update() remove QApplicationPrivate::setActiveWindowFrédéric Lefebvre5 days1-1/+0
* tst_QGraphicsView::task239729_noViewUpdate() remove setActiveWindow()Frédéric Lefebvre5 days1-1/+0
* tst_QGraphicsView::task207546_focusCrash() remove setActiveWindow()Frédéric Lefebvre5 days1-1/+0
* tast187791_setSceneCausesUpdate() remove setActiveWindow()Frédéric Lefebvre5 days1-1/+0
* task172231_untransformableItems() remove setActiveWindows()Frédéric Lefebvre5 days1-1/+0
* tst_QGraphicsView::viewportUpdateMode2() remove setActiveWindow()Frédéric Lefebvre11 days1-1/+0
* tst_QGraphicsView::viewportUpdateMode():: remove setActiveWindow()Frédéric Lefebvre11 days1-1/+0
* tst_QGraphicsView::wheelEvent() remove setActiveWindow()Frédéric Lefebvre11 days1-1/+0
* tst_QGraphicsView::sendEvent() remove setActiveWindow()Frédéric Lefebvre11 days1-1/+0
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Skip tests that resize on EGLFSMarcin Zdunek2023-12-061-0/+26
* QtWidgets tests: port remaining users away from Q_FOREACHMarc Mutz2023-08-141-4/+6
* QGraphicsView: fix jumping graphic items when dragging out of viewTaras Kachmaryk2022-11-261-0/+108
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-4/+4
* tests: skip tst_QGraphicsView::embeddedViewsWithFocus() on WaylandLiang Qi2022-10-071-0/+3
* 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-19/+21
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-051-28/+45
* tst_QGraphicsView: fix memleakMarc Mutz2022-01-051-4/+4
* Move QGraphicsProxyWidget test into correct test caseVolker Hilsheimer2021-08-301-310/+0
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-08-261-0/+168
* QGraphicsProxyWidget: forward Window(De)Activate eventsVolker Hilsheimer2021-08-241-0/+55
* Fix QScroller::scrollTo failing in QGraphicsView with movable itemChunLin Wang2021-08-201-0/+30
* QGraphicsProxyWidget: fix propagation of high-precision eventsVolker Hilsheimer2021-08-161-5/+0
* Don't crash in high-precision wheel scrolls on a QGraphicsProxyWidgetVolker Hilsheimer2021-08-161-0/+147
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+3
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-5/+5
* Normalize roundingAllan Sandfeld Jensen2020-09-161-0/+1
* Fix compiler warnings about missing overridesLars Knoll2020-09-131-37/+39
* macos: Rename macos style to macOSRichard Moe Gustavsen2020-09-111-1/+1
* macOS: rename 'macintosh' style to 'macos'Richard Moe Gustavsen2020-08-261-1/+1
* QTestlib: Enable comparing QList against initializer lists/arraysFriedemann Kleint2020-07-211-3/+3
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-101-4/+4
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-1/+3
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-291-1/+3
| |\
| | * Stabilize task255529_transformationAnchorMouseAndViewportMarginsVolker Hilsheimer2020-02-271-1/+3
* | | Get rid of QMatrixJarek Kobus2020-02-281-2/+2
* | | Move QOpenGLWidget from QtOpenGL to its own moduleJohan Klokkhammer Helsing2020-02-181-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-281-23/+23
|\| |
| * | Deprecate all methods that use QMatrixJarek Kobus2020-01-281-23/+23
* | | Move QOpenGLWidget from QtWidgets to QtOpenGLJohan Klokkhammer Helsing2019-12-121-4/+4
|/ /
* | Widget autotests: replace deprecated QWidget::repaint() callsChristian Ehrlicher2019-11-271-19/+20
* | Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-26/+27