summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
* tst_moc: handle QFile::open failures from non-test functionsGiuseppe D'Angelo2024-04-141-5/+11
* uic: use qOverload for ambiguous slotsAxel Spoerl2024-04-122-0/+191
* uic: Write QIcon theme enumsFriedemann Kleint2024-04-102-13/+49
* Add support for using an inline namespaces for -qtnamespaceFriedemann Kleint2024-04-036-6/+18
* Long live QT_TECH_PREVIEW_APIGiuseppe D'Angelo2024-02-202-0/+45
* rcc: Suppress MSVC warning C4711 in generated codehjk2024-02-196-0/+30
* Change license for tests filesLucie Gérard2024-02-04190-190/+190
* moc: store the FQN in JSON superClass objectsMarc Mutz2024-01-263-0/+50
* moc/QMetaProperty: Remove limitation on non-own-class notify signalsFabian Kosmale2024-01-261-0/+18
* tst_moc: fix some -Wunused-* warnings on MinGWMarc Mutz2024-01-101-0/+2
* tst_moc: DRY QProcess success verificationMarc Mutz2024-01-101-36/+23
* Dissociate QTypeRevision from QVersionNumberMarc Mutz2024-01-101-1/+1
* Unblacklist tests/auto/tools/rcc for CMake and Boot2QtJoerg Bornemann2024-01-091-2/+0
* qdbuscpp2xml: Register QtDBus metatypesIevgenii Meshcheriakov2023-11-283-9/+38
* Moc: don't stumple over inline namespace in more placesFabian Kosmale2023-11-241-0/+3
* uic: Use fully qualified enum value for remaining casesFriedemann Kleint2023-11-159-20/+20
* uic: Write fully qualified enum values for QMainWindow enumerationsFriedemann Kleint2023-11-151-2/+2
* uic: Prepare for encountering fully qualified enum values in new .ui filesFriedemann Kleint2023-11-1598-268/+268
* tst_qmakelib: compile with QT_NO_FOREACHAhmad Samir2023-08-193-12/+5
* tst_qmake: compile with QT_NO_FOREACHAhmad Samir2023-08-192-6/+3
* tst_moc: compile with QT_NO_FOREACHAhmad Samir2023-08-192-7/+4
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-197-0/+15
* tst_macdeplyqt: unbreak runVerifyDeployment()Marc Mutz2023-08-151-3/+3
* Fix registration of QtDBus types' metatypesThiago Macieira2023-08-142-2/+77
* tests/tools: only run qdbus{cpp2xml,xml2cpp} tests if D-Bus is availableThiago Macieira2023-08-141-1/+1
* tests: port assorted trivial uses of Q_FOREACH to ranged for loopsMarc Mutz2023-08-141-1/+1
* tst_rcc: port away from Q_FOREACHMarc Mutz2023-08-081-5/+5
* tst_macdeployqt: fix runVerifyDeployment()Marc Mutz2023-08-081-1/+1
* tst_qdbuscpp2xml: Remove unused variablesIevgenii Meshcheriakov2023-08-031-3/+0
* qdbuscpp2xml: Support MEMBER field of Q_PROPERTYIevgenii Meshcheriakov2023-08-031-0/+4
* QObject: replace _q_reregisterTimers with a lambdaAhmad Samir2023-07-311-14/+16
* moc: handle "L" integer suffixFabian Kosmale2023-07-281-0/+5
* qdbusxml2cpp: Improve error reportingIevgenii Meshcheriakov2023-07-061-8/+15
* CMake: Make qtbase tests standalone projectsAlexandru Croitor2023-07-0510-0/+59
* Moc: fix generated code for nested enum class corner caseAhmad Samir2023-06-181-0/+44
* moc: Handle attributes after meta-method tagFabian Kosmale2023-06-161-0/+28
* Moc: streamline how diagnostic messages are printedAhmad Samir2023-06-051-2/+2
* Replace AUTO_RESOURCE_PREFIX with RESOURCE_PREFIX in qt-cmake-projectAmir Masoud Abdol2023-05-301-1/+1
* Moc: silence a GCC warningAhmad Samir2023-05-181-0/+1
* MOC: pass the erroneous Symbol as an arg to Parser::error() overloadAhmad Samir2023-05-151-0/+9
* test: Don't remove macdeployqt test directory when debugging testTor Arne Vestbø2023-05-051-3/+1
* test: Pass -use-debug-libs for macdeploy test when built as debugTor Arne Vestbø2023-05-051-0/+3
* Add debug logging to macdeployqt testTor Arne Vestbø2023-05-051-21/+23
* Fix another warning when comparing size_t and qsizetypeVolker Hilsheimer2023-04-181-1/+1
* Fix warning when comparing size_t with qsizetypeVolker Hilsheimer2023-04-031-1/+1
* moc: Record types of enumerationsUlf Hermann2023-03-313-29/+161
* moc: Allow anonymous propertiesUlf Hermann2023-03-161-0/+51
* Silence warning about deliberately using deprecated APIVolker Hilsheimer2023-03-061-0/+2
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1711-29/+4
* Add simple project generation based on existing source filesAlexey Edelev2023-02-0821-0/+453