summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-08-245-38/+31
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-245-38/+31
| | |\ \ \ \ \ \ | |/ / / / / / / | | | _ / / / / | | | / / / /
| | * | | | | qdoc: Avoid errors related to PCH usageTopi Reinio2019-08-211-2/+4
| | * | | | | Fix applying font and option settingsJarek Kobus2019-08-213-35/+26
| | * | | | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-08-171-1/+1
| | |\ \ \ \ \
| | | * \ \ \ \ Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-171-1/+1
| | | |\ \ \ \ \ | | |/ / / / / / | | | | _ / / / | | | | / / /
| | | * | | | distancefieldgenerator: Fix garbled text with large fonts on little endianEskil Abrahamsen Blomfeldt2019-08-151-1/+1
| * | | | | | QDoc: remove unused includePaul Wicking2019-08-231-2/+0
| * | | | | | QDoc: Remove QDocCommandLineParser's dependency on QDocGlobalsPaul Wicking2019-08-225-42/+59
| * | | | | | QDoc manual: fix typoPaul Wicking2019-08-211-1/+1
* | | | | | | Assistant: Fix filter line edit for doc list in optionsJarek Kobus2019-08-222-2/+34
* | | | | | | Assistant/Topic chooser: Fix PageUp/PageDown key handlingJarek Kobus2019-08-211-17/+8
* | | | | | | Qt Designer: Add missing space to messageFriedemann Kleint2019-08-211-1/+1
|/ / / / / /
* | | | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-08-173-0/+61899
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-173-0/+61899
| |\ \ \ \ \ \ |/ / / / / / / | | _ / / / / | | / / / /
| * | | | | Binary compatibility file against Qt5.13.0 for QtToolsMilla Pohjanheimo2019-08-143-0/+61899
| | |_|_|/ | |/| | |
* | | | | QDoc: Remove unused config strings/macrosPaul Wicking2019-08-162-15/+0
* | | | | QDoc: Get rid of old #if 0 blocksPaul Wicking2019-08-168-81/+0
* | | | | Use correct name in test functionPaul Wicking2019-08-151-2/+2
* | | | | QDoc: Further detangle QDocCommandLineParser::process()Paul Wicking2019-08-144-21/+32
* | | | | QDoc: Set default Config options in Config's constructorPaul Wicking2019-08-146-65/+8
* | | | | QDoc: Clarify dependency between QDocCommandLineParser and ConfigPaul Wicking2019-08-145-17/+26
* | | | | QDoc: Stop defining QDOC2_COMPATPaul Wicking2019-08-121-3/+0
* | | | | QDoc: Remove empty destructors and add missing override keywordPaul Wicking2019-08-1215-40/+15
* | | | | QDoc: Get rid of C-style casts in config.cppPaul Wicking2019-08-121-2/+2
* | | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-08-101-7/+8
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-101-7/+8
| |\ \ \ \ \ |/ / / / / / | | _ / / / | | / / /
| * | | | qtplugininfo: don't abort on missing userdata if we don't careDavid Faure2019-08-061-7/+8
| | |_|/ | |/| |
* | | | QDoc: Extract helper functions from Generator to UtilitiesPaul Wicking2019-08-098-32/+112
* | | | QDoc: Minor cleanup in editdistance.cppPaul Wicking2019-08-081-5/+3
* | | | Add empty clangcpp parser functionalityLucie Gérard2019-08-084-2/+124
* | | | Refactor lupdateLucie Gérard2019-08-089-127/+141
* | | | QDoc: Clean up whitespacePaul Wicking2019-08-0860-2102/+2102
* | | | Doc: Fix typos and formatting in QDoc documentationPaul Wicking2019-08-081-58/+81
* | | | qdoc: Document qdoc's Node classesMartin Smith2019-08-072-699/+1926
* | | | QDoc: Ensure all includes are uniform and according to stylePaul Wicking2019-08-0367-249/+303
* | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-08-0211-305/+350
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-0211-305/+350
| |\ \ \ \ |/ / / / / | | _ / / | | / /
| * | | qdoc: Fix "Inherited By" outputMartin Smith2019-07-3110-304/+345
| * | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-301-1/+5
| |\ \ \ | | |_|/ | |/| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-301-1/+5
| | |\ \ | |/ / / | | | _
| | * Qt Designer: Enable editing of current datesFriedemann Kleint2019-07-291-1/+5
* | | QDoc: Remove superfluous qAsConstPaul Wicking2019-08-021-1/+1
* | | QDoc: Fix typo in warningPaul Wicking2019-07-311-1/+1
* | | Fix deprecation warningsFriedemann Kleint2019-07-314-6/+5
* | | QDoc: Clean up includes in QDocCommandLineParserPaul Wicking2019-07-302-4/+4
* | | QDoc: Clean up includes in Generator and ClangCodeParserPaul Wicking2019-07-302-12/+17
* | | QDoc: Clean up Config's includes and use range-based forPaul Wicking2019-07-302-12/+15
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-301-5/+7
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-301-5/+7
| |\ \ \ |/ / / / | | _ / | | /