summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Qt Designer: Ensure newly added scratch pad items become visibleFriedemann Kleint2023-01-241-0/+2
* Assistant: port HelpEngineWrapper from QSharedPointer to unique_ptrMarc Mutz2023-01-021-11/+18
* Assistant: use QDateTime::currentDateTimeUtc()Marc Mutz2023-01-021-1/+1
* qtattributionsscanner: Fix QTextStream/QFile construction orderTopi Reinio2023-01-021-1/+1
* QDoc: Remove unused overload of \meta commandPaul Wicking2022-12-306-68/+4
* qdoc: Append translate attribute to few more blocksVenugopal Shivashankar2022-12-141-14/+14
* qdoc: Avoid invalid links generated for QML value typesTopi Reinio2022-12-131-7/+3
* qdoc: Unify handling of QML types and QML value typesTopi Reinio2022-12-1319-259/+78
* qdoc: Add translate attribute to HTML blocksVenugopal Shivashankar2022-12-131-26/+30
* qdoc: Fix keyword generated for QML modules in the .qhpTopi Reinio2022-12-131-0/+5
* QDoc: Remove unfinished support for documenting javascriptLuca Di Sera2022-12-1336-756/+208
* qtattributionsscanner: Read 'Files' property as array of stringsJoerg Bornemann2022-12-091-1/+17
* qdoc: Clean up methods related to tags in ManifestWriterKai Köhne2022-12-082-66/+63
* qdoc: Fix various clang warningsFriedemann Kleint2022-12-059-20/+25
* qdoc: Fix clang warnings about lambdas returning QStringBuilderFriedemann Kleint2022-12-054-4/+4
* qdoc: Fix clang warnings about temporary QRegularExpression objectsFriedemann Kleint2022-12-057-17/+21
* qtattributionsscanner: Fix incorrect */ for multiple license filesKai Köhne2022-11-301-3/+2
* qtattributionscanner: Fix glitch in validatePackageJoerg Bornemann2022-11-301-1/+1
* qdoc: Cache source files when retrieving code snippetsFriedemann Kleint2022-11-251-9/+45
* Refactor to use the startSection/endSection helpersThibaut Cuvelier2022-11-252-45/+51
* qdoc: Avoid C++ parsing issues when linking against libclang 15Topi Reinio2022-11-242-0/+13
* Doc: Link to Qt Design Studio from the Qt Designer manualKai Köhne2022-11-231-1/+2
* Doc: qdoc doesn't accept wildcard C++ defines anymoreKai Köhne2022-11-231-18/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-1998-278/+278
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-18102-531/+531
* qtattributionsscanner: Read license files from LICENSES directoryJoerg Bornemann2022-11-181-0/+78
* qtattributionsscanner: Exit with error for qt_attribution.json warningsKai Köhne2022-11-175-80/+154
* Qt Designer: Disable editing separator action namesFriedemann Kleint2022-11-151-1/+3
* Doc: Add overview page to LinguistToolsKai Köhne2022-11-143-6/+36
* qdoc: Query system include paths from the compiler on LinuxTopi Reinio2022-11-141-2/+4
* Remove OpenGL from Qt Quick / QtDS descriptionKai Köhne2022-11-131-2/+2
* Doc: Fix typosAndreas Eliasson2022-11-111-2/+2
* Modify getClangArgumentAdjuster to account for llvm15Lucie Gérard2022-11-081-20/+21
* Doc: Show CMake command summary also in page itselfKai Köhne2022-11-071-6/+6
* Update qlitehtml submoduleKai Köhne2022-10-301-0/+0
* CMake: Use new _qt_internal_get_tool_wrapper_script_pathAlexandru Croitor2022-10-281-6/+14
* qdoc: Enable correct linking to externally-built dependenciesTopi Reinio2022-10-261-9/+10
* lupdate: Explain -locations options in command helpKai Köhne2022-10-211-0/+5
* qdoc: Do not add 'doc' as example tag to manifest filesKai Köhne2022-10-171-0/+3
* lupdate: Fix build with clang 15+Björn Schäpers2022-10-062-3/+17
* Doc: QDoc Manual: Document the \wrapper commandTopi Reinio2022-09-292-0/+10
* qdoc: fix typo in variable name in documentationRolf Eike Beer2022-09-231-1/+1
* QDoc: Remove the "\newcode" and "\oldcode" command pairLuca Di Sera2022-09-228-74/+0
* Qt Designer: Fix blurry icon in version dialog on Hi DPI screensFriedemann Kleint2022-09-201-4/+6
* Update qlitehtml to newer stateJarek Kobus2022-09-161-0/+0
* lupdate: Fix spelling of Q_UNUSED macro and add semicolonØystein Heskestad2022-09-091-1/+1
* Use registerRef to ensure xml:id validity and unicityThibaut Cuvelier2022-09-026-52/+67
* Don't let \C and \Formatting collideThibaut Cuvelier2022-09-021-1/+6
* Revamp support for formattingThibaut Cuvelier2022-09-022-7/+32
* Fix several issues regarding duplicate/empty xml:idThibaut Cuvelier2022-09-011-5/+49