summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Use Node::name if Node::logicalModuleName is empty for qml modulesAlbert Astals Cid2015-10-161-0/+3
* Doc: Corrected link issues in qtbaseNico Vertriest2015-09-041-3/+2
* qdoc: Fix incorrect keyword details written to .qhp for QML propertiesTopi Reinio2015-07-311-7/+1
* qdoc: Fix string used in compatibility members pageTopi Reinio2015-07-311-1/+1
* qdoc: Add images used in examples into .qhpTopi Reinio2015-07-311-1/+3
* Fix build with clang 3.7Bernhard Rosenkränzer2015-07-201-4/+4
* Rcc: Do not output empty lines when listing .qrc contentshjk2015-07-081-1/+2
* Replace MAC OS X with OS XNico Vertriest2015-06-302-5/+5
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-271-2/+12
|\
| * qdoc: Keep track of attributes written to example manifest filesTopi Reinio2015-06-171-2/+12
* | qdoc: Clear the map of HTML anchors for each generated pageTopi Reinio2015-06-051-0/+1
* | Don't assign iterator to const_iteratorSérgio Martins2015-06-025-16/+16
|/
* moc: Fix crash parsing invalid macro invocationOlivier Goffart2015-05-301-3/+5
* qdoc: Improve logic for automatic example tag generationTopi Reinio2015-05-191-17/+33
* moc: Generate qt_static_metacall for creatable-only gadgetsGabriel de Dietrich2015-05-131-1/+2
* moc: Fix type for gadget's CreateInstance metacallGabriel de Dietrich2015-05-131-1/+2
* qdoc: Enable prepare-phase warnings in single-exec modeTopi Reinio2015-05-051-2/+2
* 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