summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix path of embedded .qm files in sub-directoriesJoerg Bornemann4 days1-1/+2
* QHelpEngineCore: Reinitialize on changing the read only modeJarek Kobus8 days1-0/+4
* Doc: QDoc Manual: Remove duplicated documentation for a warningTopi Reinio8 days1-21/+5
* qdoc: validatedQDocOutput autotest: Stop relying on standard libraryTopi Reinio8 days2-2/+8
* CMake: Exclude all AUTOGENerated files from lupdateJoerg Bornemann9 days2-21/+36
* Correct license for module and plugin filesLucie Gérard9 days6-6/+6
* Qt Designer: Use new qHash(QMap)Friedemann Kleint10 days1-4/+1
* qdoc: Delay processing of \relates meta-command argumentsTopi Reinio2024-04-1911-35/+152
* qdoc: Collect \fn parsing failures and process them separatelyTopi Reinio2024-04-199-41/+163
* QDoc: Update readme for end-to-end testPaul Wicking2024-04-181-0/+10
* QDoc: Add structure to E2E test dataPaul Wicking2024-04-18121-95/+88
* QHelpEngineCore: Remove the old hack for dynamic readonly propertyJarek Kobus2024-04-181-3/+1
* QDoc: Generate unique references to TOC entriesPaul Wicking2024-04-1811-9/+199
* QDoc: Refactor Tree::refForAtomPaul Wicking2024-04-181-7/+12
* QDoc: Extract method from Tree::resolveTargets (4/4)Paul Wicking2024-04-182-13/+29
* QDoc: Extract method from Tree::resolveTargets (3/4)Paul Wicking2024-04-182-12/+22
* QDoc: Extract method from Tree::resolveTargets (2/4)Paul Wicking2024-04-182-13/+25
* QDoc: Extract method from Tree::resolveTargets (1/4)Paul Wicking2024-04-182-22/+30
* QDoc: Add Atom::append(const QString&)Paul Wicking2024-04-181-0/+1
* Make Tree::refForAtom a public static methodPaul Wicking2024-04-171-1/+1
* QDoc: Rename method in AtomPaul Wicking2024-04-173-6/+6
* QDoc: Minor code cleanup in DocParserPaul Wicking2024-04-171-2/+3
* Qt Designer: Add icon theme enum sub property editorFriedemann Kleint2024-04-152-2/+116
* Qt Designer: Add icon theme enums to the main icon propertyFriedemann Kleint2024-04-154-10/+76
* Qt Designer: Add icon theme enums to the action editorFriedemann Kleint2024-04-152-16/+53
* Qt Designer: Add IconThemeEnumEditor and dialogFriedemann Kleint2024-04-154-29/+160
* qdoc: Stop mistreating the QtQuick QML moduleTopi Reinio2024-04-127-26/+8
* QDoc: Remove CodeParser from PureDocParserLuca Di Sera2024-04-122-20/+1
* QDoc: Remove CodeParser from ClangCodeParserLuca Di Sera2024-04-123-29/+7
* QDoc: Unify handling of Cpp and QDoc filesLuca Di Sera2024-04-124-33/+103
* QDoc: Move parseFnArg out of ClangCodeParserLuca Di Sera2024-04-125-21/+47
* QDoc: Move buildPCH out of ClangCodeParserLuca Di Sera2024-04-123-158/+198
* qdoc: Remove conflicting QDoc command in a test caseTopi Reinio2024-04-123-8/+1
* Assistant: Update qlitehtml submoduleEike Ziller2024-04-101-0/+0
* Correct license for tests fileLucie Gérard2024-04-0935-35/+35
* Change license for tools filesLucie Gérard2024-04-0911-11/+11
* Correct license in Qt Widget Designer pluginsLucie Gérard2024-04-0921-21/+21
* Remove dead code for WinRTKai Köhne2024-04-095-907/+0
* Doc::quoteFromFile: refactoringsGiuseppe D'Angelo2024-04-042-5/+4
* Modify name ending of python scriptLucie Gérard2024-04-042-2/+2
* Correct license for examples filesLucie Gérard2024-04-042-2/+2
* Correct license for documentation filesLucie Gérard2024-04-043-3/+3
* QDoc: Move properties testPaul Wicking2024-04-0325-593/+940
* QDoc: Move nestedmacro testPaul Wicking2024-04-037-191/+10
* QDoc: Move `dontdocument` testPaul Wicking2024-04-0319-91/+129
* QDoc: Move ignoresince testPaul Wicking2024-04-0313-301/+39
* lupdate: Fix 2 warnings about deprecated Clang API in Clang 18.1Friedemann Kleint2024-03-262-2/+2
* Use NO_GENERATE_CPP_EXPORTS explicitlyAlexey Edelev2024-03-259-0/+9
* CMake: Don't disable qdoc if FEATURE_clangcpp is OFFJoerg Bornemann2024-03-221-1/+1
* qdoc: Support auto-generated values in QML docs from C++ enumsTopi Reinio2024-03-2131-6/+848