summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add binary compatibility files for Qt 6.0.0 for QtToolsMilla Pohjanheimo2021-04-303-0/+61503
* Revert "QDoc: Make Generator::fileBase static"Topi Reinio2021-04-161-1/+1
* qdoc: Tag Q_INVOKABLE functions with [invokable]Topi Reinio2021-04-167-1/+38
* qdoc: Correctly handle const property typesTopi Reinio2021-03-196-1/+50
* qdoc: Drop \internal entities from the indexTopi Reinio2021-03-033-28/+0
* qdoc: Fix regression in handling of global functionsTopi Reinio2021-02-226-0/+140
* qdoc: Fix generation of TOC for basic QML/JS typesTopi Reinio2021-01-281-0/+2
* qdoc: Fix handling of overloads when adopting functions between parentsTopi Reinio2021-01-148-1/+81
* qdoc: Fix addendums for QML signals that contain '.' in the nameTopi Reinio2021-01-116-0/+34
* qdoc: Fix Section::reduce() omitting sections with obsolete membersTopi Reinio2021-01-0714-0/+106
* qdoc: Recursively resolve QML type inheritanceTopi Reinio2020-12-173-1/+36
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-093-1/+6
* tst_macdeployqt: Increase timeout for makeFriedemann Kleint2020-12-031-1/+2
* Doc: Use PRIVATE linkage with target_link_librariesKai Koehne2020-11-3018-18/+18
* qdoc: Fix example attributes being incorrectly appliedKai Koehne2020-11-271-1/+1
* qdoc: Fix CMake statementKai Koehne2020-11-2618-36/+36
* qdoc: Allow \generatelist to list collections with no membersTopi Reinio2020-11-165-0/+69
* tst_generatedoutput: find expected files correctlyDavid Faure2020-11-111-1/+1
* qdoc: Fix linking to property groupsTopi Reinio2020-11-118-8/+97
* qdoc: Unify generated documentation between \typedef and \typealiasTopi Reinio2020-11-0920-57/+48
* qdoc: Allow type aliases as a parameter to \class commandTopi Reinio2020-11-094-0/+52
* Unblock -developer-build in qt5.gitKai Koehne2020-11-091-4/+4
* qdoc: Allow excluding examples from the generated manifest fileTopi Reinio2020-11-095-3/+43
* CMake: Port linguist macros to Qt 6Kai Koehne2020-11-0415-118/+171
* Revert "qdoc: Prefer CMake example project files over qmake .pro files"Kai Koehne2020-10-291-1/+0
* qdoc: Fix issues in \include commandTopi Reinio2020-10-288-0/+21
* qdoc: Fix handling of \fn signatures with unnamed parametersTopi Reinio2020-10-2716-45/+56
* Add macdeployqt autotestMorten Johan Sørvig2020-10-237-2/+355
* Fix compiler warnings from deprecated QLibraryInfo::locationVolker Hilsheimer2020-10-235-5/+5
* Re-enable tst_windeployqtFriedemann Kleint2020-10-211-2/+0
* qdoc: Add 'private signal' attribute for private signalsTopi Reinio2020-10-202-2/+2
* qdoc: Fix parsing of private signalsTopi Reinio2020-10-206-0/+35
* qdoc: Allow documenting implicitly generated special member functionsTopi Reinio2020-10-1617-1/+163
* qdoc: Store group membership for all node types into index filesTopi Reinio2020-10-126-11/+30
* qdoc: Fix processing of related non-members read from indexTopi Reinio2020-10-123-12/+12
* qdoc: generatedOutput autotest: Don't regenerate files twiceTopi Reinio2020-10-091-1/+4
* qdoc: Document friend functions as related non-membersTopi Reinio2020-10-0814-0/+134
* qdoc: Fix regression in handling config variables defined as emptyTopi Reinio2020-10-051-0/+1
* QDoc: Move separator into utilitiesPaul Wicking2020-10-051-0/+74
* lupdate: Make good:proparsing test compilableJoerg Bornemann2020-10-0110-18/+11
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-0120-22/+22
* tst_lupdate: Print message where the sub-tests are runningJoerg Bornemann2020-09-301-1/+1
* QDoc: Turn QdocTagFiles into TagFileWriter to unify designPaul Wicking2020-09-283-2/+265
* qdoc: DocBook generator: Remove code for encoding special charactersTopi Reinio2020-09-272-2/+2
* qdoc: Test documentation for a macro parameter with a reference typeTopi Reinio2020-09-2610-29/+29
* qdoc: include QML import + major version number in keywordMarco Benelli2020-09-261-0/+8
* QDoc tests: Extend example manifest testPaul Wicking2020-09-267-1/+15
* qdoc: Fix printing of generated output test failuresTor Arne Vestbø2020-09-241-2/+2
* qdoc: Manage logging category in utilities.h/cppTor Arne Vestbø2020-09-246-14/+5
* qdoc: Test the C++ property macros in QDoc's generatedoutput autotestTopi Reinio2020-09-2310-0/+608