summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add grabber context pointers"Shawn Rutledge2021-04-292-2/+2
* Add grabber context pointersShawn Rutledge2021-04-282-2/+2
* Android: unblock passing testsAssam Boudjelthia2021-04-271-6/+0
* Port away from deprecated QVariant::typeVolker Hilsheimer2021-03-171-3/+3
* High-DPI: Set the minimum scale factor to 1Morten Johan Sørvig2021-03-081-0/+15
* Fix a few compiler warnings in testsAllan Sandfeld Jensen2021-02-021-2/+2
* High-DPI: Test application startup with no screensMorten Johan Sørvig2021-01-221-0/+16
* AA_SynthesizeTouchForUnhandledMouseEvents: keep correct coordinatesShawn Rutledge2021-01-141-6/+13
* Skip tst_qhighdpi when offscreen is not builtMorten Johan Sørvig2021-01-142-4/+3
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-126-181/+0
* Remove irrelevant test row, fix compiler warningVolker Hilsheimer2021-01-081-1/+0
* Remove the qmake project filesJoerg Bornemann2021-01-0740-274/+0
* tests: unblacklist tst_QWindow::modalWithChildWindow() on openSUSELiang Qi2020-12-231-2/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-2229-30/+43
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-172-2/+2
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-104-22/+2
* Fix weight when reading old serialized QFontsEskil Abrahamsen Blomfeldt2020-11-201-1/+1
* Revert "Allow QWindowsPipe{Reader,Writer} to work with foreign event loops"Kai Koehne2020-11-201-41/+0
* Add tst_QHighDpi::mouseVelocity()Shawn Rutledge2020-11-201-0/+102
* Android: Ensure windows always have a geometry on creationPiotr Mikolajczyk2020-11-171-9/+0
* Allow QWindowsPipe{Reader,Writer} to work with foreign event loopsAlex Trotsenko2020-11-171-0/+41
* Android: exclude failing tests of tst_qhighdpiAssam Boudjelthia2020-11-161-0/+3
* Stop copying events in testsVolker Hilsheimer2020-11-122-39/+29
* tests: Blacklist tst_qwindow failing test on WindowsAlexandru Croitor2020-11-071-1/+1
* Introduce QEvent::isSinglePointEvent()Shawn Rutledge2020-11-072-0/+3
* tests: Blacklist failing tests on MinGWAlexandru Croitor2020-11-061-6/+4
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-043-0/+22
* Add QEventPoint::normalizedPosition() to replace normalizedPos()Shawn Rutledge2020-11-031-8/+3
* Update tst_qguivariant to use QMetaTypeDavid Skoland2020-10-281-2/+2
* Deprecate QVariant::TypeLars Knoll2020-10-231-2/+2
* Rename the QMetaType::MovableType flag to RelocatableTypeLars Knoll2020-10-231-1/+1
* Make QEvent::setAccepted() virtual; set QEventPoints state the sameShawn Rutledge2020-10-221-0/+10
* Fix a bunch of compiler warnings in event handling test casesVolker Hilsheimer2020-10-221-9/+12
* [Android] Make sure expose events are emitted after window resizePiotr Mikolajczyk2020-10-211-3/+0
* QEvent copy constructor: copy the type flags tooShawn Rutledge2020-10-211-0/+9
* Merge existing tst_qhighdpiscaling into tst_qhgihdpiMorten Johan Sørvig2020-10-205-105/+23
* Add high-dpi auto testMorten Johan Sørvig2020-10-205-0/+455
* Fix compile warnings from ignored return valueVolker Hilsheimer2020-10-171-2/+2
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-2/+2
* End touch->mouse synthesis when the chosen touchpoint is releasedShawn Rutledge2020-10-021-0/+24
* tst_qwindow: verify isBeginEvent(), isUpdateEvent() and isEndEvent()Shawn Rutledge2020-09-301-8/+25
* Revert "Blacklist tst_QWindow::exposeEventOnShrink_QTBUG54040"Liang Qi2020-09-301-1/+0
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-282-35/+35
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2342-68/+55
* CMake: Regenerate projectsAlexandru Croitor2020-09-221-1/+1
* CMake: Fix failing tests on macOS developer buildsAlexandru Croitor2020-09-222-0/+14
* Cleanup API of QMimeDataLars Knoll2020-09-211-1/+1
* Rename is[Begin|Update|End]Event, reimplement in QWheelEventShawn Rutledge2020-09-172-14/+14
* Mouse->touch synthesis: send touch event with mouse deviceShawn Rutledge2020-09-161-1/+19
* Calculate velocity in QMutEventPoint::setTimestamp() with Kalman filterShawn Rutledge2020-09-162-1/+101