summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1719-45/+1
* QGraphicsView: fix jumping graphic items when dragging out of viewTaras Kachmaryk2022-11-261-0/+108
* tst_QGraphicsEffectSource: Reset effect repaint count after flushing eventsTor Arne Vestbø2022-11-081-1/+1
* tst_QGraphicsEffectSource: Reset repaint count after flushing eventsTor Arne Vestbø2022-11-051-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-039-154/+154
* tests: skip tst_QGraphicsProxyWidget::bypassGraphicsProxyWidget() on WaylandLiang Qi2022-10-211-0/+3
* tests: skip tst_QGraphicsProxyWidget::scrollUpdate() on WaylandLiang Qi2022-10-211-0/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-7/+7
* tests: skip tst_QGraphicsView::embeddedViewsWithFocus() on WaylandLiang Qi2022-10-071-0/+3
* tests: fix window activation usage in tst_QGraphicsWidgetLiang Qi2022-10-071-7/+25
* tests: skip two tests in tst_QGraphicsProxyWidget on WaylandLiang Qi2022-10-071-0/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-048-53/+53
* Don't rely on synthetic mouse events in updateFocusChainWhenChildDie testTor Arne Vestbø2022-09-142-9/+3
* Blacklist tst_QGraphicsWidget::updateFocusChainWhenChildDie() on macOS 13 in CITor Arne Vestbø2022-09-131-0/+1
* Blacklist: tst_QGraphicsAnchorLayout::layoutDirection for Ubuntu 22.04Heikki Halmet2022-08-311-0/+1
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-276-77/+88
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2319-19/+19
* tst_qgraphicswidget: Avoid redeclaration of Size from MacTypes.hTor Arne Vestbø2022-08-211-29/+29
* Stabilize test by not activating windowDimitrios Apostolou2022-08-172-8/+2
* Update BLACKLIST for tst_qgraphicsviewDimitrios Apostolou2022-08-171-14/+2
* Unblacklist tests that are no longer flakyDimitrios Apostolou2022-08-171-5/+0
* Fix testcase that fails when run individuallyDimitrios Apostolou2022-08-171-1/+1
* Try to stabilize window activation on macOSDimitrios Apostolou2022-08-101-14/+30
* Test is stable on OpenSUSE, un-blacklist itDimitrios Apostolou2022-08-101-1/+0
* Add license headers to cmake filesLucie Gérard2022-08-0319-0/+57
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2818-21/+21
* QGraphicsProxyWidget: make tolerance in mapToGlobal test at least 4Volker Hilsheimer2022-07-151-1/+1
* QGraphicsWidget: skip test if graphics view fails to showVolker Hilsheimer2022-07-141-1/+2
* QGraphicsProxyWidget: make tolerance for errors depend on DPIVolker Hilsheimer2022-07-141-2/+3
* Use debug stream in QTest::toString's default fallback if possibleVolker Hilsheimer2022-07-131-1/+0
* tst_QGraphicsScene: fix -Wsuggest-overrideMarc Mutz2022-07-061-1/+1
* unblacklist passing tests 2022Anna Wojciechowska2022-06-231-2/+0
* QGraphicsScene: respect that items can override selection changesVolker Hilsheimer2022-06-201-0/+48
* unblacklist passing tests 2022Anna Wojciechowska2022-05-181-4/+0
* Use SPDX license identifiersLucie Gérard2022-05-1620-540/+40
* Android: Blacklist failing tests on tst_QGraphicsProxyWidgetSamuel Mira2022-03-221-0/+6
* When clearing selected items, iterate over a copy of the QSetVolker Hilsheimer2022-03-181-0/+69
* Activate tst_qgraphicsview for AndroidAndreas Buhr2022-02-242-4/+7
* CI: Blacklist updateFocusChainWhenChildDie for QNXPasi Petäjäjärvi2022-02-171-0/+2
* CMake: Add BUILTIN_TESTDATA option to qt_internal_add_testAlexey Edelev2022-02-111-29/+15
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-054-35/+52
* Remove unused .qrc filesJoerg Bornemann2022-01-171-32/+0
* 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
* tst_QGraphicsView: fix memleakMarc Mutz2022-01-051-4/+4
* Stabilize tst_QGraphicsProxyWidget::scrollUpdateVolker Hilsheimer2021-12-221-1/+1
* Blacklist flaky tst_qgraphicswidget:initialShow on OpenSUSEDimitrios Apostolou2021-12-171-0/+1
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-1/+1
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-7/+6
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-09-061-68/+134