summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Moc: test if superclass list is not empty before accessing first()Jacek Całusiński2015-04-271-1/+2
* qdoc: Resolve base classes for a class declared in a namespaceTopi Reinio2015-04-271-3/+4
* qdoc: Sanitize anchors in URLs for functionsTopi Reinio2015-04-274-58/+58
* uic: Delay the setting of QPushButton::default.Friedemann Kleint2015-04-231-1/+6
* Fix inconsistent overrides. [-Winconsistent-missing-override]Sérgio Martins2015-04-201-1/+1
* qdoc: Properly document "private" signalsMartin Smith2015-04-168-3/+49
* qdoc: Don't end sentences with a full stop in requisite tablesTopi Reinio2015-04-152-3/+3
* Work around MSVC warnings about unused variables in moc outputKai Koehne2015-04-151-0/+3
* qdoc: Use the title instead of plain name when listing groupsTopi Reinio2015-04-071-1/+1
* qdoc: No internal qmlabstract types in the "inherited by" listMartin Smith2015-03-274-5/+6
* qdoc: Update for classes in namespacesMartin Smith2015-03-275-9/+44
* qdoc: Add details to messages about not finding files.Friedemann Kleint2015-03-272-3/+9
* qdoc: Duplicate QML types in the "All QML Types" list are distinguishedMartin Smith2015-03-257-146/+96
* qdoc: Remove obsolete stuff from the qdoc manualMartin Smith2015-03-259-104/+7
* qdoc: Recursively set the output subdirectory for InnerNodeTopi Reinio2015-03-162-1/+12
* qdoc: ignores .pragma and .import in javascript filesMartin Smith2015-03-143-12/+23
* qdoc: Show correct method signatures for QML typesMartin Smith2015-03-125-0/+203
* qdoc: Bring qdoc's QML parser up to dateMartin Smith2015-03-129-324/+498
* qdoc: Fix const correctness in old style castsThiago Macieira2015-03-115-29/+29
* qdoc: Fix regression in Node type testingMartin Smith2015-03-071-6/+18
* qdoc: Teach qdoc to resolve namespacesMartin Smith2015-03-078-89/+153
* qdoc: Fix generation of Doxygen tag filesTopi Reinio2015-02-261-8/+19
* qdoc: Correct parsing of the using clauseMartin Smith2015-02-267-24/+118
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-245-30/+30
|\
| * qdoc: Replace qt-project.org/doc with doc.qt.ioSergio Ahumada2015-02-145-30/+30
* | Merge dev into 5.5Oswald Buddenhagen2015-02-2327-1022/+1123
|\ \
| * | qdoc: Support documentation of JavaScriptMartin Smith2015-02-2022-941/+1022
| * | qdoc: Mark Genus of each Node objectMartin Smith2015-02-204-29/+50
| * | qdoc: Omit output subdirectory from paths written to .qhpTopi Reinio2015-02-201-15/+14
| * | qdoc: Reduce size of Node classMartin Smith2015-02-202-41/+41
| * | Fixed license headersJani Heikkinen2015-02-175-5/+5
* | | Merge remote-tracking branch 'origin/dev' into 5.5Frederik Gladhorn2015-02-171-0/+1
|\| |
| * | qdoc: Clear the list of output files during generator initTopi Reinio2015-02-161-0/+1
* | | Output the JSON binary data with printable charactersThiago Macieira2015-02-171-1/+7
|/ /
* | Remove support for some very old compilersAllan Sandfeld Jensen2015-02-152-25/+0
* | Updated BSD licensed file headersJani Heikkinen2015-02-153-9/+9
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-1311-16/+15
* | Make qdbusxml2cpp output reproducibleSune Vuorela2015-02-121-10/+4
* | Update copyright headersJani Heikkinen2015-02-11191-1527/+1431
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-108-347/+353
|\|
| * uic: don't use QStringLiteral in comparisonsMarc Mutz2015-02-021-273/+273
| * uic: update sources from current generate_uiMarc Mutz2015-02-022-63/+66
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-296-10/+11
| |\
| | * rcc: fix build failure on Windows XP / MinGW 4.9Giuseppe D'Angelo2015-01-191-0/+1
| | * Bump copyright year to 2015Kai Koehne2015-01-155-10/+10
| * | Make it possible to generate rcc files from stdinAleix Pol2015-01-211-1/+3
* | | Remove traces of the Maemo platformTor Arne Vestbø2015-02-041-6/+0
* | | Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-031-2/+2
* | | qdoc: Change remaining uses of qmlClass to qmlTypeMartin Smith2015-02-037-73/+73
* | | qdoc: Change uses of module and qmlModuleMartin Smith2015-02-0311-130/+152