summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* Fix sending deferred delete events when posted before outermost loopMikolaj Boc2023-06-091-1/+0
* tst_QTimer: ensure that timer activation respects start orderThiago Macieira2023-06-061-0/+13
* QGuiApplication: Remove .desktop suffix in setDesktopFileNameVlad Zahorodnii2023-05-301-2/+2
* QWindow test: Blacklist enterLeaveOnWindowShowHideVolker Hilsheimer2023-05-251-0/+2
* Shoehorn AccentColor into QPalette and keep existing 64bit resolve maskAxel Spoerl2023-05-211-2/+49
* Test for QWindow getting enter/leave events when secondary window shows/hidesVolker Hilsheimer2023-04-142-0/+85
* Use LANGUAGE OBJCXX rather than COMPILE_FLAGS "-x objective-c++"Tor Arne Vestbø2023-04-131-1/+1
* Add DPI change testsMorten Sørvig2023-04-061-0/+40
* Pick up initial state of foreign windows instead of reflecting QWindowTor Arne Vestbø2023-03-281-0/+57
* Ensure QHighDpiScaling::set(Screen/Global)Factor() results in QScreen signalsTor Arne Vestbø2023-03-281-0/+32
* Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORSMorten Sørvig2023-03-281-1/+14
* Add basic test for QWindow foreign windowsTor Arne Vestbø2023-03-162-0/+137
* Fix warnings from deprecating QFileOpenEvent::openFile, update snippetVolker Hilsheimer2023-03-092-9/+10
* tests: skip tst_QScreen::grabWindow() on XWaylandLiang Qi2023-03-021-3/+2
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1740-108/+4
* Detach event points when cloning pointer eventsVolker Hilsheimer2022-12-101-0/+20
* QPalette: always increase serial number when modifyingVolker Hilsheimer2022-11-251-0/+8
* Reintroduce converter APIs for supporting native clipboard formatsVolker Hilsheimer2022-11-161-3/+3
* emit QWindow::windowStateChanged only when state has changedAxel Spoerl2022-11-111-0/+98
* Fix unused variable compiler warning in tst_qpaletteAxel Spoerl2022-11-101-0/+12
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-036-123/+123
* tst_QKeySequence::parseString_data(): drop duplicated rowsEdward Welbourne2022-10-181-4/+0
* tests: skip tst_QTouchEvent::multiPointRawEventTranslationOnTouchPad() on Way...Liang Qi2022-10-141-0/+5
* Allow programmatic closing of windows that are modally blockedVolker Hilsheimer2022-10-121-0/+17
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-7/+7
* Revert "tests: XFAIL tst_QGuiApplication::genericPluginsAndWindowSystemEvents()"Liang Qi2022-10-071-2/+0
* Port from container.count()/length() to size()Marc Mutz2022-10-046-57/+57
* Make sure that palette cache keys are uniqueVolker Hilsheimer2022-10-031-0/+57
* tst_qtnoeventloop: add missing overrideJohannes Kauffmann2022-09-201-1/+2
* Fix tst_QWindow::requestUpdate on WaylandEskil Abrahamsen Blomfeldt2022-09-051-7/+9
* Use testlib for multiPointRawEventTranslationOnTouchScreen eventsShawn Rutledge2022-09-022-68/+64
* tst_qguiapplication: guard the usage of deprecated signalsIvan Solovev2022-08-302-3/+10
* Rest of QtBase tests: port away from deprecated methodsIvan Solovev2022-08-302-4/+3
* Wayland: Skip test that queries window positionEskil Abrahamsen Blomfeldt2022-08-251-2/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2340-40/+40
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-191-1/+1
* Wayland: Remove XFAIL after underlying bug was fixedEskil Abrahamsen Blomfeldt2022-08-091-2/+0
* qputenv: port to QByteArrayViewMarc Mutz2022-08-061-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-0340-0/+120
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2836-40/+40
* QMetaType: don't record trivial construction function pointersThiago Macieira2022-07-271-6/+61
* tst_QMetaType: merge flags and flagsStaticlessThiago Macieira2022-07-261-1/+10
* Fix test being flaky on LinuxDimitrios Apostolou2022-07-262-7/+1
* Test fails always on Android, so skip itDimitrios Apostolou2022-07-261-0/+3
* Test is no longer flakyDimitrios Apostolou2022-07-261-4/+0
* Ensure list has elements before getting themDimitrios Apostolou2022-07-221-6/+9
* Fix test flaky-crashing on OpenSUSE with KDE window managerDimitrios Apostolou2022-07-221-1/+1
* QGuiApplication: do not emit deprecated signalsIvan Solovev2022-07-211-0/+9
* CMake: Rename test to tst_gui_variant_no_applicationAlexandru Croitor2022-07-201-1/+1
* QPalette: detach before modifying resolve mask when resolvingVolker Hilsheimer2022-07-151-0/+7