summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings from using deprecated QLibraryInfo APIVolker Hilsheimer2020-09-1615-17/+17
* Fix more compiler warnings from deprecated application attributesVolker Hilsheimer2020-09-162-2/+1
* Fix compile warning from deprecated application attributesVolker Hilsheimer2020-09-155-40/+0
* QtHelp: Prevent the endless loop when using filter engine and setupJarek Kobus2020-09-151-3/+8
* Linguist: Replace foreach with range-based forJarek Kobus2020-09-1528-161/+177
* Linguist: Port to typed signal-slot connectionsJarek Kobus2020-09-1515-266/+354
* Designer: Fix a crash on startup when built without clipboardJarek Kobus2020-09-154-4/+20
* Assistant: Use new config system for cursorJarek Kobus2020-09-151-4/+4
* Assistant: fix build with QT_NO_CLIPBOARDJarek Kobus2020-09-159-19/+49
* qdoc: Fix warnings when building without qtdeclarativeJoerg Bornemann2020-09-152-0/+4
* Fix build errors due to forward declarations of QStringListFriedemann Kleint2020-09-154-4/+0
* Fix build in qttoolsLars Knoll2020-09-141-3/+3
* Fix static build of assistantJarek Kobus2020-09-141-1/+1
* QtHelp: Fix documentsFor() when not using filter engineJarek Kobus2020-09-113-33/+83
* QDoc: Drop ditaref remainsPaul Wicking2020-09-1113-140/+9
* QDoc: Extract ManifestWriter from HTML generatorPaul Wicking2020-09-117-284/+412
* Fix QMetaType-related deprecation warningsFriedemann Kleint2020-09-094-9/+10
* Qt Designer: Fix build of the QPrinter-related codeFriedemann Kleint2020-09-091-1/+3
* Fix Translator::resolveDuplicates()Lars Knoll2020-09-091-3/+8
* qtattributionsscanner: Linkify dejacode URN's for LicenseIdKai Koehne2020-09-071-2/+6
* Use operator| to compose key sequencesFriedemann Kleint2020-09-075-17/+18
* QDoc: Make Generator::fileBase staticPaul Wicking2020-09-045-12/+13
* QDoc: Cleanup in html generatorPaul Wicking2020-09-042-84/+82
* QDoc: Remove unused methodPaul Wicking2020-09-042-14/+0
* QDoc: Warn about missing example propertiesPaul Wicking2020-09-042-2/+8
* Remove old stuffJarek Kobus2020-09-041-2/+0
* Use OpenType font weightsJonas Karlsson2020-09-032-10/+2
* Fix build against latest qtbaseLars Knoll2020-09-032-5/+10
* Adapt to latest changes in qtbaseJarek Kobus2020-09-0311-45/+45
* QDoc: Add Config::showInternal()Paul Wicking2020-09-025-3/+7
* Doc: fix typo in QDoc manualPaul Wicking2020-09-021-1/+1
* qdoc: Skip ignored entries in .qhpTopi Reinio2020-09-011-1/+1
* CMake: Regenerate load(qt_app) projectsAlexandru Croitor2020-08-2618-80/+456
* Remove deprecated functionalityLars Knoll2020-08-244-73/+0
* qdoc: Fix incorrect loop when processing tagged \fn parametersTopi Reinio2020-08-241-1/+1
* qdoc: Fix output of \footnote commandTopi Reinio2020-08-242-3/+1
* Remove makeqpfEskil Abrahamsen Blomfeldt2020-08-2011-2182/+0
* lupdate: Cross-compilation compilation fixesCristian Adam2020-08-193-5/+6
* qdoc: Adapt to recent changes in Q(Multi)MapTopi Reinio2020-08-197-69/+47
* Fix against latest qtbase changesMaurice Kalinowski2020-08-184-3/+5
* windeployqt: Add an option taking a list of languagesFriedemann Kleint2020-08-181-3/+12
* CMake: Do not built qdoc/lupdate for MSVC NMC with CMake < 3.19Joerg Bornemann2020-08-172-0/+14
* Do not use random access APIs on QMap iteratorsGiuseppe D'Angelo2020-08-141-2/+2
* Fix unqualified calls to sin/cosGiuseppe D'Angelo2020-08-141-4/+4
* Tools: Fix qHash signatureKai Koehne2020-08-134-10/+11
* Fix compilation after QMultiMap changesMaurice Kalinowski2020-08-131-1/+1
* Assistant: Fix compilation issues with QMultiMapKai Koehne2020-08-139-60/+55
* qdoc: Fix regression in processing macro parametersTopi Reinio2020-08-121-0/+9
* Doc: Avoid changing html filenamesTopi Reinio2020-08-121-1/+1
* qdoc: Fix assert in the DocBook generator when writing property docsTopi Reinio2020-08-121-2/+8