summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-131-6/+6
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-136-46/+0
* Remove old CBOR-based format from QShaderLaszlo Agocs2020-08-112-75/+0
* QPolygon: streamline constructors and special member functionsGiuseppe D'Angelo2020-08-071-4/+27
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-062-2/+0
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-063-25/+25
* Add QPointerEvent::is[Press|Update|Release]Event accessorsShawn Rutledge2020-08-062-0/+49
* Establish baseline for QIcon test on dpr > 1Morten Johan Sørvig2020-08-056-26/+71
* Remove old qsb versions from qshader autotestLaszlo Agocs2020-07-317-26/+11
* Don't capture this explicitly in testsTor Arne Vestbø2020-07-292-5/+5
* QEventDispatcherWin32: redesign event notifiers activationAlex Trotsenko2020-07-291-0/+83
* Re-enable tst_qrhi on LinuxLaszlo Agocs2020-07-291-6/+1
* Windows QPA: Move mime-type related classes to the new interfaceFriedemann Kleint2020-07-283-2/+103
* tst_qicon: Enable lowdpi test using qt_add_test argumentTor Arne Vestbø2020-07-261-1/+1
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-263-14/+3
* QtGui: Add Windows conversion functions for to QImageFriedemann Kleint2020-07-241-7/+3
* Mark QIcon test as not supporting high-DPI pixmapsVolker Hilsheimer2020-07-242-1/+2
* Fix buffer overflow in XBM parserAllan Sandfeld Jensen2020-07-241-0/+38
* QTestlib: Enable comparing QList against initializer lists/arraysFriedemann Kleint2020-07-212-8/+14
* Cover more properties in the QAction testVolker Hilsheimer2020-07-171-1/+120
* QtGui/Windows: Move the QRegion conversion functions into QtGuiFriedemann Kleint2020-07-161-1/+23
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-0/+6
* rhi: Allow null resources in srbLaszlo Agocs2020-07-131-4/+195
* Check returns of hex2int in get_hex_rgbRobert Loehning2020-07-131-0/+3
* Fix buffer overflowRobert Loehning2020-07-102-0/+9
* Refactor pointer event hierarchyShawn Rutledge2020-07-103-405/+312
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-102-5/+5
* Qt::Modifier: do some cleanupsGiuseppe D'Angelo2020-07-091-14/+14
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-094-7/+52
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-09100-146/+146
* 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-075-9/+9
* Fix floating point clip rectangle rounding in raster and opengl paint engineJani Hautakangas2020-07-072-0/+106
* Port QString to qsizetypeLars Knoll2020-07-061-12/+12
* Use qsizetype in QListLars Knoll2020-07-061-1/+1
* Export the letter and word spacing settings set on the default formatAndy Shaw2020-07-062-0/+74
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-021-25/+13
* CMake: Skip / ignore failing tests on CMake platformsAlexandru Croitor2020-07-015-2/+68
* Let QScreen::grabWindow's winId parameter default to 0 and add testVolker Hilsheimer2020-07-011-0/+138
* rhi: Enable specifying just an adapter or phys devLaszlo Agocs2020-06-261-0/+131
* Use QList instead of QVector in gui testsJarek Kobus2020-06-2528-260/+267
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-252-3/+3
* Replace "no devices registered" warnings with qCDebugShawn Rutledge2020-06-221-4/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-192-5/+5
* 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
* Relax tst_qvulkan::vulkanVersionRequest to make it compatible with 1.1Laszlo Agocs2020-06-151-2/+9