summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/util
Commit message (Expand)AuthorAgeFilesLines
* Fix test compilation issues with QtLite configurationJari Helaakoski28 hours1-3/+9
* Improve KTX file reading memory safetyJonas Karlsson2024-02-093-0/+14
* Change license for tests filesLucie Gérard2024-02-047-7/+7
* Fix digit grouping: m_grouping_top doesn't mean what I thought it didEdward Welbourne2023-08-082-9/+25
* QValidator: return State::Intermediate for certain trailing charactersAhmad Samir2023-07-241-1/+2
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-057-0/+42
* Doc fix in QIntValidator::validate() and comment on a testEdward Welbourne2023-03-031-0/+1
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-178-16/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-035-74/+74
* tst_QDoubleValidator::setRangeOverloads(): rename a data rowEdward Welbourne2022-10-181-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-043-13/+13
* QtBase tests: remove QT_DISABLE_DEPRECATED_UP_TO definesIvan Solovev2022-08-241-2/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-238-8/+8
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-191-1/+1
* Don't skip QDoubleConverter's digit-count check for non-whole boundEdward Welbourne2022-08-081-0/+1
* Add license headers to cmake filesLucie Gérard2022-08-038-0/+24
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-287-7/+7
* Use SPDX license identifiersLucie Gérard2022-05-167-190/+15
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-2/+4
* QDesktopServices: deprecate destroying URL handlers w/o explicit unsetUrlHand...Marc Mutz2022-02-151-0/+19
* CMake: Add BUILTIN_TESTDATA option to qt_internal_add_testAlexey Edelev2022-02-111-13/+8
* Remove unused .qrc filesJoerg Bornemann2022-01-171-11/+0
* Remove qshadergraph filesJuan Casafranca2021-10-0511-3815/+0
* Compile autotests for IntegrityTatiana Borisova2021-09-202-0/+4
* Introduce QDoubleValidator::setRange overload with two parametersIvan Solovev2021-09-201-12/+85
* Introduce QDoubleValidator::fixup()Ivan Solovev2021-09-171-0/+220
* QIntValidator: add tests for fixup()Ivan Solovev2021-09-081-0/+61
* QDoubleValidator: fix NaN check in validateWithLocaleIvan Solovev2021-09-011-0/+8
* QTextureFileData: support key value metadataJonas Karlsson2021-02-094-0/+19
* Support cubemap ktx filesJonas Karlsson2021-02-014-0/+22
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-14/+0
* Remove the qmake project filesJoerg Bornemann2021-01-0713-73/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-2212-13/+24
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-072-10/+10
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2313-14/+14
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-122-2/+2
* Remove most compiler warnings about missing overridesLars Knoll2020-09-112-22/+22
* Don't capture this explicitly in testsTor Arne Vestbø2020-07-292-5/+5
* QTestlib: Enable comparing QList against initializer lists/arraysFriedemann Kleint2020-07-211-6/+7
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-101-2/+2
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0913-14/+14
* Use QList instead of QVector in gui testsJarek Kobus2020-06-254-57/+55
* Remove winrtOliver Wolff2020-06-061-1/+1
* Remove deprecated QDesktopServices APIsVolker Hilsheimer2020-05-131-37/+0
* Move undo framework out of Qt WidgetsMitch Curtis2020-03-3012-1/+4660
* Remove QRegExpValidatorLars Knoll2020-03-176-112/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-262-8/+242
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-221-0/+123
| |\
| | * QShaderGenerator: Allow more expressions in input nodesNicolas Guichard2020-02-201-0/+50
| | * QShaderGenerator: Don't crash when a node has multiple outputsNicolas Guichard2020-02-201-0/+73