summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | uic: eradicate all Q_FOREACH loops [generated code]Marc Mutz2016-01-261-35/+70
* | | rcc: eradicate all Q_FOREACH loopsMarc Mutz2016-01-262-5/+6
* | | qlalr: eradicate all Q_FOREACH loopsMarc Mutz2016-01-265-15/+18
* | | qlalr: remove uses of inefficient QListsMarc Mutz2016-01-262-2/+18
* | | qdbuscpp2xml: eradicate all Q_FOREACH loopsMarc Mutz2016-01-261-8/+9
* | | qdbusxml2cpp: eradicate all Q_FOREACH loopsMarc Mutz2016-01-261-10/+10
* | | qdbusxml2cpp: port classNameForInterface() to QStringRefMarc Mutz2016-01-261-9/+6
* | | moc: eradicate all Q_FOREACH loopsMarc Mutz2016-01-262-21/+38
* | | moc: simplify finding required Qt containersMarc Mutz2016-01-261-28/+44
* | | Updated license headersJani Heikkinen2016-01-2185-1495/+1066
|/ /
* | qdbuscpp2xml: Fixed wrong filename being reported in messagesSwen Kooij2016-01-161-1/+1
* | Moc: fix duplicate condition in AND expressionAnton Kudryavtsev2016-01-121-1/+1
* | moc: replace a QStack<QByteArray> with std::stack<QByteArray, QByteArrayList>Marc Mutz2015-12-301-2/+3
* | Optimize moc: Preallocate space for list of preprocessed symbols.Milian Wolff2015-12-121-0/+4
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-4/+1
|\|
| * make a proper header-only module for QtZlibOswald Buddenhagen2015-11-171-4/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-23129-65675/+255
|\|
| * qdoc is moving back to qttoolsOswald Buddenhagen2015-10-22124-65523/+0
| * moc: fix Q_PROPERTY with parentheses in their MEMBER clauseOlivier Goffart2015-10-221-0/+1
| * qdoc: Minor optimizationsTopi Reinio2015-10-212-62/+22
| * Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
| * qdoc: Conditionally generate the navigation bar items as table cellsTopi Reinio2015-10-192-30/+47
| * qdoc: Warn if a topic command is not allowed in a \qmlpropertygroupTopi Reinio2015-10-191-0/+4
| * uic: updates from running generate_ui (III)Marc Mutz2015-10-191-101/+101
| * uic: updates from running generate_ui (II)Marc Mutz2015-10-191-25/+25
| * Split two error cases so they get reported distinctly.Edward Welbourne2015-10-161-1/+4
| * tools: use QStringBuilderMarc Mutz2015-10-151-0/+1
| * uic: updates from running generate_uiMarc Mutz2015-10-152-1/+125
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1419-94/+132
|\|
| * qdoc: Improve formatting of function signaturesTopi Reinio2015-10-133-13/+14
| * qdoc: Insert targets for function and enum nodes read from the indexTopi Reinio2015-10-132-8/+41
| * qdoc: Fix single-character string literals.Friedemann Kleint2015-10-1310-36/+36
| * qdoc: Avoid extra spaces in function synopsesTopi Reinio2015-10-072-5/+5
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-021-3/+3
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-3/+3
| | |\
| | | * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-041-3/+2
| * | | Doc: replace \target with \keyword if at start of pageNico Vertriest2015-10-021-1/+1
| * | | Doc: Update obsolete URLs to external documentationTopi Reinio2015-10-023-7/+7
| * | | qdoc: Fix a regression with QML node attributes written to index filesTopi Reinio2015-10-021-19/+19
| * | | qdoc: Resolve namespaces declared in index treesTopi Reinio2015-10-021-1/+5
| |/ /
| * | uic/class_lib_map.h: Fix include path of QValidator-derived classes.Friedemann Kleint2015-09-301-4/+4
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2515-81/+197
|\| |
| * | qdoc: Fix write to invalid memoryTopi Reinio2015-09-251-4/+12
| * | qdoc: Document macro parametersTopi Reinio2015-09-241-0/+12
| * | qdoc: Allow linking to QML signals with their proper nameTopi Reinio2015-09-111-2/+6
| * | qdoc: Fix issue with findNodeForTarget()Topi Reinio2015-09-071-7/+4
| * | qdoc: Introduce codeprefix & codesuffix, re-introduce codeindentTopi Reinio2015-09-078-12/+33
| * | qdoc: Correctly resolve non-function links that end in parenthesesTopi Reinio2015-09-071-22/+10
| * | qdoc: allow 'void' function parameter without a parameter nameTopi Reinio2015-08-261-0/+1