summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* linguist: show endonyms in the translation config dialogOswald Buddenhagen2017-12-011-0/+14
* linguist: qualify language with country in message editorsOswald Buddenhagen2017-12-011-1/+5
* linguist: use endonym for the translated languageOswald Buddenhagen2017-12-012-19/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-2047-647/+161
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-1512-20/+41
| |\
| | * Call removeDatabase() when there is no QSqlDatabase object in scopeAndy Shaw2017-11-102-5/+14
| | * windeployqt: Do not set translations' file name as target directoryOliver Wolff2017-11-061-2/+2
| | * clazy: Fix clazy-detaching-temporaryFriedemann Kleint2017-11-048-8/+8
| | * macdeployqt sort QML modules before deploying themAurélien Gâteau2017-11-031-5/+17
| * | macdeployqt: Add missing Qt3D plugins deploymentSamuel Gaist2017-11-071-0/+11
| * | Fix styles deployment in macdeployqtv5.10.0-beta4Eike Ziller2017-11-021-0/+3
| * | Reduce some code duplication in macdeployqtEike Ziller2017-11-021-45/+28
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-306-21/+29
| |\ \ | | |/
| | * Qt Designer: Fix clazy-strict-iteratorsFriedemann Kleint2017-10-252-5/+6
| | * Qt Designer: Fix clazy-container-anti-patternFriedemann Kleint2017-10-252-6/+4
| | * Fix outdated FDL license headerKai Koehne2017-10-171-5/+5
| | * windeployqt: Print list of translationsFriedemann Kleint2017-10-161-5/+14
| * | Qt Designer: Fix clazy-qenumsv5.10.0-beta3Friedemann Kleint2017-10-263-3/+2
| * | Revert "Fix use after free"Jesus Fernandez2017-10-251-1/+1
| * | Qt Designer/Linguist/Assistant: Fix clazy-unused-non-trivial-variableFriedemann Kleint2017-10-2513-17/+0
| * | Fix use after freeJesus Fernandez2017-10-241-1/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-158-515/+16
| |\ \ | | |/
| | * windeployqt: Do not use debug redistributable files from "onecore" on Windows 7Friedemann Kleint2017-10-111-3/+7
| | * Increase kmap2qmap KEY_MAX to 0x2ffPekka Vuorela2017-10-101-2/+2
| | * Remove unused snippetsKai Koehne2017-10-043-506/+0
| | * Fix build with -no-feature-libraryJake Petroules2017-09-291-0/+2
| | * Fix typo in qdoc manualKai Koehne2017-09-121-1/+1
| | * qdoc: Fix linking of types in QML blocksMartin Smith2017-09-061-1/+1
| | * Account for custom property sheet extensions when getting objectNameAndy Shaw2017-09-041-3/+4
| * | Fix missing QRegExp includev5.10.0-beta2Samuel Gaist2017-10-051-0/+1
| * | Do not entirely skip designer if there is no process supportOliver Wolff2017-10-052-14/+17
| * | qdoc/generator: demonstrate QOverload instead of complex syntax...v5.10.0-beta1Gatis Paeglis2017-09-251-10/+9
| * | Fix problems when building with -no-feature-processUlf Hermann2017-09-127-13/+15
* | | qdoc: Handle shared comments betterMartin Smith2017-11-168-312/+287
* | | qdoc: Document C++ functions that are invokableMartin Smith2017-11-165-0/+36
* | | qdoc: Add optional since clause to \value commandMartin Smith2017-11-155-9/+53
* | | qdoc: Fix crash on ClangCodeParser::getMoreArgs()Topi Reinio2017-11-141-3/+4
* | | Merge remote-tracking branch 'origin/wip/qdoc-clang' into devLiang Qi2017-11-1330-2131/+2475
|\ \ \
| * | | qdoc: Remove unnecessary call of location().push()wip/qdoc-clangMartin Smith2017-11-081-1/+0
| * | | qdoc: Fix compilation warnings on MSVCTopi Reinio2017-10-111-2/+2
| * | | qdoc: skip the system include hack on MS-WinEdward Welbourne2017-09-272-1/+9
| * | | qdoc: Correct a misuse of a local variableMartin Smith2017-09-181-5/+5
| * | | qdoc: QPrivateSignal was not handled correctlyMartin Smith2017-09-181-3/+2
| * | | qdoc: This ends use of qdoc's old C++ parserMartin Smith2017-09-0813-669/+326
| * | | qdoc: Use clang to parse \fn commandsMartin Smith2017-09-067-11/+256
| * | | qdoc: Remove uses of QRegular ExpressionMartin Smith2017-09-061-55/+58
| * | | Merge remote-tracking branch 'origin/dev' into wip/qdoc-clangSimon Hausmann2017-09-0514-51/+114
| |\ \ \
| * | | | Build fixJędrzej Nowacki2017-08-101-2/+2
| * | | | qdoc: Better support for multi-\fn documentation blocksMartin Smith2017-08-108-92/+161
| * | | | qdoc: Remove chapter and part commandsMartin Smith2017-08-103-110/+51