summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Teach QDoc to output function and class template parametersTopi Reinio2020-01-206-44/+114
* Doc: Improve formatting of subtitles on class reference pagesTopi Reinio2020-01-202-6/+11
* Doc: Fix typos in QDoc ManualTopi Reinio2020-01-151-2/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-148-17/+13
|\
| * Remove identical code under if for different branchesLevon Sargsyan2020-01-131-5/+1
| * Update internal assistant documentationJarek Kobus2020-01-091-0/+0
| * Bump copyright yearJani Heikkinen2020-01-086-12/+12
* | qdoc: Introduce locationinfo configuration variableTopi Reinio2020-01-136-10/+45
* | qdoc: Introduce ignoresince configuration variableTopi Reinio2020-01-134-3/+53
* | qdoc: Make Config a singletonTopi Reinio2020-01-1331-128/+130
* | Don't use deprecated QMatrix class anymoreJarek Kobus2020-01-105-14/+14
* | Remove two potential instances of help engine before exec()Jarek Kobus2020-01-091-72/+90
* | Assistant: Remove unused stuffJarek Kobus2020-01-0911-495/+0
* | Assistant: Use the refactored stuff in the AssistantJarek Kobus2020-01-095-612/+79
* | Assistant: extract doc settings/widget in separate classesJarek Kobus2020-01-098-0/+674
* | QtHelp: Add filter settings struct and editor for itJarek Kobus2020-01-0916-2/+1344
* | Stop using SAX classesSona Kurazyan2020-01-088-164/+323
* | Qt Designer/Palette Editor: Set preview palette on QMdiSubWindowFriedemann Kleint2020-01-081-1/+1
* | Qt Designer/Palette Editor: Improve the Preview WidgetFriedemann Kleint2020-01-082-149/+270
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-077-33/+18
|\ \
| * \ Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-077-33/+18
| |\ \ | | |/
| | * Fix empty content and index widgets when qhc is readonlyJarek Kobus2020-01-062-0/+2
| | * QDoc: clean up ctor/dtor in AtomPaul Wicking2020-01-063-18/+10
| | * QDoc: Fix whitespace (again)Paul Wicking2020-01-061-5/+3
| | * QDoc: Use html5 charset declarationPaul Wicking2020-01-051-1/+1
| | * QDoc: Drop xml prolog from html outputPaul Wicking2020-01-051-5/+0
| | * qdoc: Fix regression in C++ functions sharing a documentation commentTopi Reinio2020-01-051-4/+2
* | | Add RHI info to qtdiagEirik Aavitsland2020-01-073-2/+113
|/ /
* | Implement DocBook support for qdocThibaut Cuvelier2020-01-0314-16/+4396
* | distancefieldgenerator: Fix deprecation warningFriedemann Kleint2020-01-021-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-2811-185/+215
|\ \ | |/
| * windeployqt: Fix deployment of MinGW/release with debug infoFriedemann Kleint2019-12-191-11/+28
| * Simplify the code printing the enum valuesThibaut Cuvelier2019-12-191-17/+9
| * Add a comment about the replacement of some identifiers by subscriptsThibaut Cuvelier2019-12-191-6/+9
| * windeployqt: Refactor platform enumerationFriedemann Kleint2019-12-195-50/+54
| * windeployqt: Fix debug detection of "_app" versions of MSVC runtimeOliver Wolff2019-12-191-0/+3
| * qdoc: Introduce ignorewords configuration variableTopi Reinio2019-12-184-102/+113
* | rcc.cpp: Use a QMultiHash explicitly if insertMulti() is being usedFriedemann Kleint2019-12-201-2/+2
* | Fix Qt6 buildAlexandru Croitor2019-12-194-11/+11
* | Fix Qt6 buildAlexandru Croitor2019-12-197-10/+10
* | Merge remote-tracking branch 'origin/5.14' into 5.15Paul Wicking2019-12-1867-4676/+3945
|\ \ | |/
| * clang-format QDocPaul Wicking2019-12-1767-4629/+3911
| * qdoc: Fix regression in output for QML properties with shared commentsTopi Reinio2019-12-161-51/+38
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-1445-1330/+967
|\ \ | |/
| * Factor out the formatting of the "since" textThibaut Cuvelier2019-12-133-35/+24
| * windeployqt: Fix MinGW deploymentFriedemann Kleint2019-12-133-6/+11
| * QDoc: Minor cleanup in main.cppPaul Wicking2019-12-121-48/+42
| * QDoc: Use QVector instead of QListPaul Wicking2019-12-1229-101/+102
| * QDoc: Minor adjustment/cleanupPaul Wicking2019-12-117-59/+59
| * QDoc: Get rid of unnecessary castsPaul Wicking2019-12-116-17/+17