summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|\|
| * Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-132-22/+26
| |\
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-132-22/+26
| | |\
| | | * Make it possible to specify the RCC data version formatSimon Hausmann2017-02-281-2/+2
| | | * Properly use the "process" featureUlf Hermann2017-02-271-20/+24