summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14.2' into 5.145.14Qt Forward Merge Bot2020-04-211-0/+24
|\
| * Add changes file for Qt 5.14.2v5.14.25.14.2Antti Kokko2020-03-161-0/+24
* | Doc: Add note about the llvm installer on WindowsJoerg Bornemann2020-04-151-0/+4
* | Just link against the qsqlite plugin when statically linkingAndy Shaw2020-03-101-0/+1
|/
* QDoc: Fix handling of -isystem optionDmitry Shachnev2020-03-041-0/+3
* QDoc: Fix handling of -F optionEike Ziller2020-02-271-17/+21
* windeployqt: Use correct file name for ANGLEYuhang Zhao2020-02-181-1/+1
* qdoc: Extend \include command to include exampledirsVenugopal Shivashankar2020-02-1427-10/+1177
* QDoc: Remove Location::nullPaul Wicking2020-02-128-26/+22
* qdoc: Fix regression in linking to QML properties in offline docsTopi Reinio2020-02-128-32/+34
* Doc: Remove references to 4.x in QDoc manualPaul Wicking2020-02-123-25/+17
* Bump versionAlexandru Croitor2020-02-021-1/+1
* QDoc: Move logging to helper methodPaul Wicking2020-01-301-13/+24
* qdoc: Do not sort nodes based on their addressTopi Reinio2020-01-291-1/+1
* qdoc: Override isObsolete() for a FunctionNodeTopi Reinio2020-01-293-17/+19
* qdoc: Allow per-example override of install pathTopi Reinio2020-01-2910-15/+85
* QMake: fix GCC 9 -Wdeprecated-copy warningsThiago Macieira2020-01-282-1/+1
* Merge remote-tracking branch 'origin/5.14.1' into 5.14Qt Forward Merge Bot2020-01-271-0/+26
|\
| * Add more into changes file of 5.14.1v5.14.15.14.1Jarek Kobus2020-01-171-0/+2
| * Merge 5.14 into 5.14.1Kari Oikarinen2020-01-152-5/+1
| |\
| * | Add changes file for Qt 5.14.1Antti Kokko2020-01-141-0/+24
* | | qdoc: Sort the members of shared comment node collectiveTopi Reinio2020-01-244-7/+14
* | | qdoc: Fix regression in QML types inheriting property groupsTopi Reinio2020-01-245-31/+100
* | | QDoc: Let configure accept libclang built from git sourcesPaul Wicking2020-01-211-4/+4
| |/ |/|
* | 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
* Change test function positions to match their declaration orderLevon Sargsyan2020-01-061-24/+23
* 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-0526-26/+26
* QDoc: Drop xml prolog from html outputPaul Wicking2020-01-0526-30/+0
* qdoc: Fix regression in C++ functions sharing a documentation commentTopi Reinio2020-01-057-6/+37
* Add an autotest for QDoc's example manifest fileTopi Reinio2019-12-203-0/+35
* 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
* clang-format QDocPaul Wicking2019-12-1767-4629/+3911
* Bump versionDaniel Smith2019-12-161-1/+1
* qdoc: Fix regression in output for QML properties with shared commentsTopi Reinio2019-12-1611-140/+195
* Add binary compatibility files for qttools 5.14 branchMilla Pohjanheimo2019-12-163-0/+62061
* Factor out the formatting of the "since" textThibaut Cuvelier2019-12-135-38/+27
* Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-131-0/+63
|\
| * Add qdoc-specific changes to changes-5.14.0v5.14.0-rc2v5.14.05.14.0Topi Reinio2019-12-031-0/+10
| * Add changes file for Qt 5.14.0v5.14.0-rc1Antti Kokko2019-12-021-0/+53
* | QDoc: Add tests to cover webXML generationPaul Wicking2019-12-1318-0/+384