summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * qlalr: Use forward slashes in #include directivesKevin Funk2017-03-102-4/+8
| | * qlalr: Fix and re-run qlalr on its own sourcesKevin Funk2017-03-085-287/+226
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-03-205-31/+51
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-205-31/+51
| |\| |
| | * | uic & rcc: use the public API to set the hash seedThiago Macieira2017-03-162-6/+8
| | * | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-133-13/+38
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-133-13/+38
| | | |\|
| | | | * Make it possible to specify the RCC data version formatSimon Hausmann2017-02-283-13/+38
| | * | | moc: Support signals that return movable-only typeOlivier Goffart2017-03-131-6/+2
| | * | | moc: put the QPrivateSignal argument in the arg arrayOlivier Goffart2017-03-131-6/+3
| | |/ /
* | / / Use new QStringList::contains(QL1S)Anton Kudryavtsev2017-03-201-2/+2
|/ / /
* / / Basic Vulkan enablersLaszlo Agocs2017-03-172-0/+535
|/ /
* | moc: Add support for C++17 nested namespaces (N4230)Olivier Goffart2017-03-081-1/+21