summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* rhi: d3d: Fix dynamic offsets with multiple buffersLaszlo Agocs2020-09-2313-0/+209
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231067-1627/+1440
* QMimeDatabase: fix handling of glob-deleteallDavid Faure2020-09-221-2/+7
* QDecompressHelper: limit decompression ratioMårten Nordheim2020-09-222-0/+6
* CMake: Regenerate projectsAlexandru Croitor2020-09-2229-18/+358
* CMake: Fix failing tests on macOS developer buildsAlexandru Croitor2020-09-223-0/+16
* Remove default ctor for QIterableUlf Hermann2020-09-221-4/+4
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-214-42/+86
* Cleanup API of QMimeDataLars Knoll2020-09-214-3/+14
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-214-4/+4
* Add reentrancy guard for processEvents() in QProgressDialog::setValue()Christian Heimlich2020-09-211-0/+24
* QMetaType: Allow registration of mutable views and register iterablesUlf Hermann2020-09-191-3/+42
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-192-115/+179
* Q(Any|Utf8)StringView: move array size deduction feature to fromArrayMårten Nordheim2020-09-181-1/+33
* QByteArrayView: move array size deduction feature to fromArrayMårten Nordheim2020-09-181-24/+68
* Say hello to PixelGadgetMorten Johan Sørvig2020-09-183-0/+445
* Say hello to DprGadgetMorten Johan Sørvig2020-09-183-0/+209
* rhi: Expose compute threadgroup limits in ResourceLimitsLaszlo Agocs2020-09-181-0/+5
* Remove a leftover of qlinkedlist testSona Kurazyan2020-09-181-1148/+0
* QGraphicsView:QGraphicstextitem show error after lose focusZhang Hao2020-09-181-1/+35
* Fix warning about discarded return value in QTranslator testVolker Hilsheimer2020-09-171-13/+13
* Rename is[Begin|Update|End]Event, reimplement in QWheelEventShawn Rutledge2020-09-172-14/+14
* Deprecate implicit QPixmap conversion to QBitmapVolker Hilsheimer2020-09-172-2/+2
* Fix warning from shadowing virtual functionVolker Hilsheimer2020-09-171-20/+11
* Fix deprecation warnings in testsVolker Hilsheimer2020-09-173-16/+16
* CMake Build: Add qtnetwork docker testserver supportCristian Adam2020-09-1711-0/+11
* Normalize roundingAllan Sandfeld Jensen2020-09-162-1/+2
* QEventDispatcherWin32: create internal window on constructionAlex Trotsenko2020-09-162-0/+43
* 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
* Use qint64 for value of that type in tst_QDateTime millisecond testsEdward Welbourne2020-09-151-71/+91
* Fix tst_QElapsedTimer::elapsed() flaky testJarek Kobus2020-09-151-11/+23
* CMake: Fix building with -DQT_FEATURE_gui=OFFAlex Richardson2020-09-1525-34/+166
* Fix tests to build in a no-widgets configurationAlexandru Croitor2020-09-152-5/+8
* Add a QMetaAssociationUlf Hermann2020-09-152-27/+288
* QStyleSheetStyle: Fix push button hit testing with paddingVolker Hilsheimer2020-09-151-2/+8
* Tests: fix json test for AndroidAssam Boudjelthia2020-09-152-3/+2
* Tests: fix qlogging build fail for AndroidAssam Boudjelthia2020-09-151-7/+6
* Blacklist tst_QTimeLine::interpolation on Windows in generalMitch Curtis2020-09-151-1/+1
* Use UTF-8 when converting 8 bit data in QTextStreamLars Knoll2020-09-152-3/+11
* Remove deprecated APILars Knoll2020-09-151-4/+4
* Remove the SAX parser from QtXmlLars Knoll2020-09-15789-6263/+0
* Trim trailing 0s from QTime construction, where neither use nor ornamentEdward Welbourne2020-09-151-153/+153
* Add qHash implementation for QPointMitch Curtis2020-09-152-5/+3
* Switch QSurfaceFormat::colorSpace to a QColorSpaceAllan Sandfeld Jensen2020-09-151-1/+1
* Schannel: Properly handle request for certificateMårten Nordheim2020-09-141-8/+0
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-146-44/+4
* Don't use default-constructed QTime() where QTime(0, 0) is intendedEdward Welbourne2020-09-141-35/+43
* Remove some unused private methods and replace anotherEdward Welbourne2020-09-141-90/+90