summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-261-5/+0
* Cover more properties in the QAction testVolker Hilsheimer2020-07-171-1/+120
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-0/+6
* Refactor pointer event hierarchyShawn Rutledge2020-07-103-405/+312
* Qt::Modifier: do some cleanupsGiuseppe D'Angelo2020-07-091-14/+14
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0934-45/+45
* CMake: Regenerate testsAlexandru Croitor2020-07-091-0/+2
* Separate QPD::tabletDevice into priv tabletDevice and queryTabletDeviceShawn Rutledge2020-07-071-6/+6
* Add ; to Q_UNUSEDLars Schmertmann2020-07-072-4/+4
* CMake: Skip / ignore failing tests on CMake platformsAlexandru Croitor2020-07-012-1/+56
* Let QScreen::grabWindow's winId parameter default to 0 and add testVolker Hilsheimer2020-07-011-0/+138
* Use QList instead of QVector in gui testsJarek Kobus2020-06-254-12/+12
* Replace "no devices registered" warnings with qCDebugShawn Rutledge2020-06-221-4/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-4/+4
* Don't return a touchscreen from QPointingDevice::primaryPointingDevice()Shawn Rutledge2020-06-191-1/+1