summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add QPointingDevice argument to every QWSI input event handler functionShawn Rutledge2020-06-181-11/+28
* Begin writing tst_QInputDevice autotestShawn Rutledge2020-06-185-0/+103
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-163-60/+58
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-083-206/+206
* Remove winrtOliver Wolff2020-06-0618-69/+16
* CMake: Fix tst_qclipboard test on macOSAlexandru Croitor2020-06-044-14/+8
* QEventDispatcherWin32: retrieve PM_REMOVE value as a bit flagAlex Trotsenko2020-06-031-0/+38
* Remove QScreen::orientationUpdateMaskShawn Rutledge2020-05-072-18/+11
* Remove deprecated members from several QtGui classesVolker Hilsheimer2020-04-271-7/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-51/+68
|\
| * Stop using obsolete TouchPoint rect accessors in tests and examplesShawn Rutledge2020-04-101-51/+68
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-0813-15/+126
|\|
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-2/+2
| * Call post routines from ~QGuiApplicationMichal Klocek2020-03-253-1/+75
* | Merge QGuiShortcut and QShortcut again in QtGuiVolker Hilsheimer2020-03-295-12/+24
* | Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-299-88/+112