summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-164-37/+190
* Fix compiler warnings about missing overridesLars Knoll2020-09-131-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-118-17/+18
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-1/+1
* Cleanup QAction::visible propertyAllan Sandfeld Jensen2020-09-101-0/+3
* Give QEventPoint a d-pointer after allShawn Rutledge2020-09-101-0/+2
* Refactor testlib touch functions into qtestsupport_gui and _widgetsShawn Rutledge2020-09-081-5/+5
* tst_qshortcut (x2): use op | instead of op + to combine keysGiuseppe D'Angelo2020-09-071-1/+1
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-2/+3
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-311-1/+2
* Fix tst_QHighDpiScaling::scaleTor Arne Vestbø2020-08-281-0/+2
* Use OpenType font weightsJonas Karlsson2020-08-281-2/+2
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-263-1/+46
* Cleanup QTypeInfoLars Knoll2020-08-261-1/+1
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-252-5/+5
* Introduce QEvent::isPointerEvent()Shawn Rutledge2020-08-252-0/+4
* Remove QEventPoint::event() in favor of device()Shawn Rutledge2020-08-241-1/+1
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-242-54/+54
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-2/+0
* QFont: Extend the string description to include the missing elementsAndy Shaw2020-08-221-1/+1
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-10/+10
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-131-6/+6
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-136-46/+0
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-062-2/+0
* Add QPointerEvent::is[Press|Update|Release]Event accessorsShawn Rutledge2020-08-062-0/+49
* QEventDispatcherWin32: redesign event notifiers activationAlex Trotsenko2020-07-291-0/+83
* Windows QPA: Move mime-type related classes to the new interfaceFriedemann Kleint2020-07-283-2/+103