summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-052-2/+1
|\
| * uic: Fix clazy warnings clazy-qstring-left, clazy-unused-non-trivial-variableFriedemann Kleint2017-10-272-2/+1
* | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-1/+1
| |\
| | * Remove some unused, local variablesJędrzej Nowacki2017-10-141-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-172-9/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-9/+7
| |\|
| | * moc: remove useless cast in qt_static_metacall generated codeEric Lemanissier2017-09-271-3/+2
| | * moc: don't use const_cast in qt_metacast generated codeOlivier Goffart2017-09-251-6/+5
| * | Add a "shim" to allow use of Clang 5's __builtin_available everywhereJake Petroules2017-09-271-0/+1
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-196-41/+41
* | | Add QTemporaryDir to the bootstrap libraryMartin Smith2017-09-121-0/+1
* | | moc: Use 'using' instead of 'typedef' in generated codeAlexander Volkov2017-09-041-1/+1
|/ /
* | uic: Use nullptr instead of Q_NULLPTR in generated codeAlexander Volkov2017-08-281-1/+1
* | uic: Add -no-stringliteral optionAlexander Volkov2017-08-035-17/+29
* | Win: Set a proper description for the Qt toolsKai Koehne2017-07-317-0/+7
* | QFileSystemEngine: Remove the remainder of Windows XP functionsThiago Macieira2017-07-251-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-192-2/+7
|\|
| * Bump copyright year of qdbuscpp2xml and qdbusxml2cpp to 2017Alex Blasche2017-07-142-2/+2
| * Fix empty "Command line was" string in generated source filesAlex Blasche2017-07-141-0/+5
* | Move the readlink(2) wrapper to qcore_unix.cppThiago Macieira2017-07-081-1/+2
* | uic: Don't clear and readd combobox items in retranslateUiJarek Kobus2017-07-051-46/+16
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+3
|\|
| * Moc: Don't error out when parsing namespace __identifier(...)Olivier Goffart2017-06-191-0/+3
* | uic: Ignore deprecated elements instead of raising an errorJarek Kobus2017-06-271-0/+31
* | Revert "Add QDeadlineTimer to the bootstrap library"Thiago Macieira2017-06-251-1/+0
* | Add QDeadlineTimer to the bootstrap libraryThiago Macieira2017-06-201-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-192-10/+10
|\|
| * uic: Fix possible crash when reading the size hint propertyJarek Kobus2017-06-131-3/+4
| * moc: Don't error out when defining a keywordOlivier Goffart2017-06-061-7/+6
| * Revert "moc: remove _MSC_EXTENSIONS #define"Jani Heikkinen2017-06-051-3/+0
| * moc: remove _MSC_EXTENSIONS #defineJoerg Bornemann2017-05-301-0/+3
* | Remove ancient embedded pixmaps and scripts from uicJarek Kobus2017-06-1224-3406/+444
* | Move qrand() & qsrand() to qrandom.cppThiago Macieira2017-06-121-0/+1
* | uic: re-flow a lineMarc Mutz2017-06-021-1/+2
* | uic: standardize property lookups on QHash::value()Marc Mutz2017-06-022-19/+20
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-2/+5
|\|
| * fix random build error with -no-feature-commandlineparserOswald Buddenhagen2017-05-121-2/+5
* | moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-234-7/+40
* | Keep in sync uic sources with qttools moduleJarek Kobus2017-05-042-3108/+1664
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-1/+0
|\|
| * bootstrap: Remove redundant occurrence of qcore_foundation.mmGabriel de Dietrich2017-04-121-1/+0
* | uic: Port Ui classes to QVectorFriedemann Kleint2017-04-136-331/+197
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-043-13/+10
|\|
| * Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-301-2/+2
| * Prefer rvalue version of toLocal8Bit()Anton Kudryavtsev2017-03-301-1/+1
| * Use QStringBuilder moreAnton Kudryavtsev2017-03-301-10/+7
* | Fix clang doc parsing in generation qvulkanfunctions.hLaszlo Agocs2017-03-291-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-285-288/+231
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-215-288/+231
| |\