summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix qinstall on Windows for directories containing read-only filesJoerg Bornemann2019-08-151-3/+0
* Add tst_qmake::qinstallJoerg Bornemann2019-08-143-0/+108
* Make moc grok binary literals with digit separatorsVille Voutilainen2019-05-101-0/+1
* Fix installation of .pdb files for applications that have VERSION setJoerg Bornemann2019-03-311-4/+1
* tst_qmake: Add XFAILing testJoerg Bornemann2019-03-264-5/+58
* tst_qmake: Keep the source dir cleanJoerg Bornemann2019-03-204-19/+75
* qmake: add $$read_registry() functionOswald Buddenhagen2019-01-051-0/+2
* moc: add support for C++11 enum structSamuel Gaist2018-12-152-0/+12
* uic: Write the float and double properties in 'f' formatJarek Kobus2018-10-054-39/+39
* uic: Fix pixmap functions for QIconFriedemann Kleint2018-09-062-0/+121
* 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
* | uic: Don't clear and readd combobox items in retranslateUiJarek Kobus2017-07-058-80/+97
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+4
|\|
| * Moc: Don't error out when parsing namespace __identifier(...)Olivier Goffart2017-06-191-0/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-193-117/+212
|\|
| * uic: Fix possible crash when reading the size hint propertyJarek Kobus2017-06-132-117/+203
| * moc: Don't error out when defining a keywordOlivier Goffart2017-06-061-0/+9
* | moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-232-6/+18
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-0/+1
|\|
| * Preserve last modification timestamps of installed filesSimon Hausmann2017-04-121-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-1/+1
|\|
| * tst_moc: fix include guardsOlivier Goffart2017-03-251-1/+1
* | qmake: Add test functions for comparing version numbersAlexander Volkov2017-03-201-0/+38
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-202-22/+41
|\|