summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QFont: Extend the string description to include the missing elementsAndy Shaw2020-08-222-2/+33
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-223-17/+17
* QIODevice: implement a "zero-copy" strategy for buffered writesAlex Trotsenko2020-08-201-2/+2
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-2021-3157/+242
* QMetaType: specialize typenameHelper for std::pairFabian Kosmale2020-08-191-4/+0
* tst_qplainttextedit: Do not use paste() method with no clipboardCristian Adam2020-08-191-0/+4
* QtConcurrent: Introduce runWithPromise()Jarek Kobus2020-08-191-1/+621
* QMultiMap: fix remove(Key, T) when key/value belong to the mapGiuseppe D'Angelo2020-08-191-0/+171
* Add QArrayDataPointer::freeSpace*() functionsAndrei Golubev2020-08-181-0/+39
* Separate exception safety primitives from operationsAndrei Golubev2020-08-183-2/+613
* Refine precoditions and logic of array operationsAndrei Golubev2020-08-181-4/+9
* Extend array operations tests with extra casesAndrei Golubev2020-08-182-15/+481
* rhi: sanityCheckGraphicsPipeline handle no vertex attributesPaul Lemire2020-08-181-7/+0
* rhi: Enable msaatexture manual test on OpenGLLaszlo Agocs2020-08-176-1/+1
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-176-1/+203
* Fix compiler warning about implict cast to doubleLars Knoll2020-08-161-1/+1
* Fix test with cmake buildLars Knoll2020-08-161-1/+1
* Constrain the data stream operators for containersLars Knoll2020-08-152-4/+14
* Constrain the debug stream operators for containersLars Knoll2020-08-151-0/+6
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-156-128/+128
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-157-49/+49
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-1421-48/+48
* QDecompressHelper: Introduce zstd supportMårten Nordheim2020-08-148-0/+156
* qglobal.h: remove deprecated global functionsEdward Welbourne2020-08-147-94/+1
* Another round of using noexcept instead of pre-C++11 definesAllan Sandfeld Jensen2020-08-131-19/+19
* Set default redirect policy to NoLessSafeRedirectPolicyFrederik Gladhorn2020-08-132-12/+12
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-131-0/+153
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-134-55/+52
* Restrict comparison of variantsLars Knoll2020-08-132-24/+36
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-138-64/+4
* QCborValue: add support for QCOMPARE string outputThiago Macieira2020-08-121-2/+138
* QDecompressHelper: Change order of encodingsUlf Hermann2020-08-121-0/+2
* QJsonDocument: fix comparison of valid vs defaultThiago Macieira2020-08-111-0/+61
* Remove old CBOR-based format from QShaderLaszlo Agocs2020-08-112-75/+0
* Sort out the overflow cases in tst_QDateTimeEdward Welbourne2020-08-111-13/+12
* Fix handling of last second in 1969Edward Welbourne2020-08-111-0/+12
* cmake support for tst_mocFabian Kosmale2020-08-103-6/+155
* QFileInfo: purge deprecated APIEdward Welbourne2020-08-071-7/+1
* Purge QResource of some deprecated APIEdward Welbourne2020-08-071-47/+1
* tst_QStringConverter: fix some deprecation warningsEdward Welbourne2020-08-071-10/+11
* QPolygon: streamline constructors and special member functionsGiuseppe D'Angelo2020-08-071-4/+27
* QDecompressHelper: Add brotli supportMårten Nordheim2020-08-066-1/+31
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-069-18/+0
* QMap: fix insert() rvalue overloadsGiuseppe D'Angelo2020-08-061-0/+97
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-064-76/+84
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-065-27/+27
* Add QPointerEvent::is[Press|Update|Release]Event accessorsShawn Rutledge2020-08-062-0/+49
* Implement UTF-16 to UTF-8 case-insensitive compare and make publicThiago Macieira2020-08-051-2/+28
* Make use of QDecompressHelper for HTTP downloadsMårten Nordheim2020-08-051-2/+6
* Establish baseline for QIcon test on dpr > 1Morten Johan Sørvig2020-08-056-26/+71