summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* rhi: vulkan: Fix mipmap generation for cubemapsLaszlo Agocs2020-09-251-1/+4
* tst_qmetacontainer: Remove non-existing typeflags.bin from build systemUlf Hermann2020-09-252-6/+0
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-1/+1
* fix QComboBox currentText return placeholderTextWang ChunLin2020-09-251-1/+1
* Fix redundant emission of editingFinished from QLineEdit with Return keyChristian Heimlich2020-09-231-0/+68
* Use QMetaType instead of integer based type idsLars Knoll2020-09-233-3/+4
* Cleanup DBus type registration codeLars Knoll2020-09-231-3/+3
* Give QPixmap a move constructorVolker Hilsheimer2020-09-231-0/+15
* QDateTime change documentation to reflect usage of C localeAndreas Buhr2020-09-231-0/+1
* Fix Qt6 todo in qcssparserAllan Sandfeld Jensen2020-09-231-3/+2
* Use same-msecs optimization more in QDateTime comparisonEdward Welbourne2020-09-231-3/+17
* Add unit test to check emoji handling in date-time parsingAndreas Buhr2020-09-234-0/+39
* 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