summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-2419-147/+147
* Remove refcounting of QMetaTypeInterfaceLars Knoll2020-08-242-7/+4
* Remove an unused enum value and document another oneLars Knoll2020-08-242-26/+27
* Move conversions to and from *Iterables into QMetaTypeLars Knoll2020-08-241-0/+4
* Implement QMetaType::canConvert() and use it in QVariantLars Knoll2020-08-244-10/+12
* Move enum conversions over into QMetaTypeLars Knoll2020-08-241-5/+0
* Start porting conversions over from QVariant to QMetaTypeLars Knoll2020-08-241-5/+0
* Fix compiler warnings in autotestLars Knoll2020-08-241-1/+2
* Always use the variants internal space if possibleLars Knoll2020-08-241-1/+3
* Generate less code when creating QMetaTypeInterfacesLars Knoll2020-08-241-3/+2
* Refactor Q*IterableLars Knoll2020-08-241-11/+8
* Cleanups in the Iterable classesLars Knoll2020-08-241-9/+9
* Cleanups in QSequentialIterableLars Knoll2020-08-241-3/+3
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-246-89/+45
* [trivial] tst_qstringapisymmetry: remove remnants of from() experimentMarc Mutz2020-08-231-10/+14
* Port QLatin1String to qsizetype and add narrow-contract substring functionsMarc Mutz2020-08-232-1/+7
* Fix crash on serializing default-constructed QTimeZoneEdward Welbourne2020-08-231-0/+28
* Fix CaseSensitivity handling for QRegularExpression in QSortFilterProxyModelMarcel Krems2020-08-231-0/+21
* Fix warnings in tst_mocTor Arne Vestbø2020-08-235-5/+34
* Interbase: Fix tests when running against FirebirdAndy Shaw2020-08-236-61/+125
* 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-2020-3143/+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
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-171-0/+24
* 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-155-43/+43
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-1420-46/+46
* QDecompressHelper: Introduce zstd supportMårten Nordheim2020-08-146-0/+152
* 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