summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qguivariant/test
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Replace deprecated QColor::fromString in tests and documentationVolker Hilsheimer2022-03-211-1/+1
* CMake: Add BUILTIN_TESTDATA option to qt_internal_add_testAlexey Edelev2022-02-111-13/+8
* Remove unused .qrc filesJoerg Bornemann2022-01-171-5/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-6/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Fix weight when reading old serialized QFontsEskil Abrahamsen Blomfeldt2020-11-201-1/+1
* Update tst_qguivariant to use QMetaTypeDavid Skoland2020-10-281-2/+2
* Deprecate QVariant::TypeLars Knoll2020-10-231-2/+2
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-281-4/+4
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-2/+2
* Use OpenType font weightsJonas Karlsson2020-08-281-2/+2
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-30/+30
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-2/+0
* QFont: Extend the string description to include the missing elementsAndy Shaw2020-08-221-1/+1
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-131-6/+6
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-136-46/+0
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-3/+3
* Get rid of QMatrixJarek Kobus2020-02-281-22/+0
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-0/+5
|\
| * Deprecate all methods that use QMatrixJarek Kobus2020-01-281-0/+5
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-0/+21
|\|
| * Fix serializing QUuid with QDataStream with Qt 4 stream versionsJoni Poikelin2019-12-031-0/+21
* | cmake: add gui/kernel testsFrederik Gladhorn2019-10-311-0/+38
|/
* Remove tests/auto/qtest-config.h.Friedemann Kleint2016-04-121-9/+7
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-0/+10
|\
| * Fix conversion QVariant(QColor) to QString.Jędrzej Nowacki2015-11-301-0/+10
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
|/
* tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-6/+6
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Update QVariant testsJędrzej Nowacki2014-07-101-4/+2
* Fix MSVC-warnings about double to float truncation.Friedemann Kleint2014-01-241-6/+6
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-1/+1
|\
| * Fix warning in QVariant test.Christian Kandeler2014-01-201-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-0/+16
|\|
| * QMetaType: Fix conversion between module types.Stephen Kelly2013-11-061-0/+16
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-244-0/+49
|\|
| * When creating QVariant(QPolygonF()) this should be a null variantAndy Shaw2013-10-181-0/+1
| * Account for QPolygonF type when loading/saving the QVariantAndy Shaw2013-10-154-0/+48
* | Compare QIcon QVariants by their cache keyAlbert Astals Cid2013-10-095-0/+36
|/