summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | moc: Fix parsing of [[deprecated]] enum valuesOliver Wolff2019-03-112-0/+60
* | | rcc: Support Python as output formathjk2019-03-072-0/+109
* | | Add support for C++ functions attributes in mocJędrzej Nowacki2019-03-073-1/+82
* | | rcc test: Streamline testFriedemann Kleint2019-03-061-44/+32
* | | rcc test: Properly check QProcess errorsFriedemann Kleint2019-03-051-37/+57
* | | rcc test: Avoid repetitive invocation of QFINDTESTDATA()Friedemann Kleint2019-03-051-19/+10
* | | moc: Parse namespaces from other filesUlf Hermann2019-02-211-0/+13
|/ /
* | uic: Fix broken icon code generationFriedemann Kleint2019-01-232-1/+5
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-071-0/+2
|\|
| * qmake: add $$read_registry() functionOswald Buddenhagen2019-01-051-0/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-042-0/+12
|\|
| * moc: add support for C++11 enum structSamuel Gaist2018-12-152-0/+12
* | uic: No longer generate static_cast for enum values in legacy formsFriedemann Kleint2018-12-1313-25/+25
* | Resources: reject compressed content we can't decompressThiago Macieira2018-12-125-15/+21
* | uic: Generate correctly qualified invocation of QCoreApplication::translate()Friedemann Kleint2018-12-03103-1004/+1004
* | tst_uic: Brush up the uic autotestFriedemann Kleint2018-11-1399-107/+127
* | uic: Use the Qt configure system when generating codeFriedemann Kleint2018-11-1335-388/+388
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-084-39/+39
|\|
| * uic: Write the float and double properties in 'f' formatJarek Kobus2018-10-054-39/+39
* | Use std::addressof for taking an address instead of operator& in mocJędrzej Nowacki2018-10-011-0/+29
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-072-0/+121
|\|
| * uic: Fix pixmap functions for QIconFriedemann Kleint2018-09-062-0/+121
* | rcc: Add some testshjk2018-08-2412-0/+378
|/
* Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-112-17/+23
* Fix moc'ing of enum class flagsAllan Sandfeld Jensen2018-07-262-0/+9
* uic: Revert the microoptimization patch introducing QStringLiteralJarek Kobus2018-07-19105-1562/+1562
* qmake: make argument validation of built-ins data drivenOswald Buddenhagen2018-06-271-36/+36
* qmake: make VFS aware of exact vs. cumulative evaluationOswald Buddenhagen2018-03-292-3/+3
* qmake: let QMakeVfs::readFile() report ENOFILE explicitlyOswald Buddenhagen2018-03-291-4/+0
* Make sure $$relative_path() uses an absolute path as its first argEdward Welbourne2018-03-221-2/+14
* Clean up the moc "no-keywords" testUlf Hermann2018-03-212-11/+14
* uic: Add the include for QIcon conditionallyJarek Kobus2018-03-065-0/+5
* moc: Don't error our when parsing "using namespace __identifier(...)"Andy Shaw2018-03-051-0/+1
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-143-21/+127
|\
| * qmake: require a drive in a DOS path for it to be absoluteEdward Welbourne2018-01-183-21/+127
* | uic: Support id-based translationsFriedemann Kleint2018-01-182-0/+104
* | Don't generate QAction include unconditionallyJarek Kobus2018-01-1596-96/+0
* | Don't generate QButtonGroup include unconditionallyJarek Kobus2018-01-15105-103/+487
* | Don't generate QHeaderView include unconditionallyJarek Kobus2018-01-1580-80/+0
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-14/+20
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-14/+20
| |\|
| | * Fix license headersJani Heikkinen2018-01-091-14/+20
* | | Remove references to obsolete platformsJake Petroules2017-11-052-2/+2
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-20/+20
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-313-2/+155
|\|
| * Adapt qmake's raw-string parser to avoid confusion by macrosEdward Welbourne2017-08-243-2/+155
* | uic: Use nullptr instead of Q_NULLPTR in generated codeAlexander Volkov2017-08-28102-995/+995
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-191-0/+4
|\|
| * Merge qt_error_string and QSystemErrorThiago Macieira2017-07-181-0/+4