summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add option to specify qmlimportscanner importPathsIlya Bizyaev2018-10-313-4/+16
* qdoc: Accept all #include lines in module headerMartin Smith2018-10-231-17/+13
* qdoc: support \generatelist <groupname>Martin Smith2018-10-232-0/+33
* qdoc: Let qdoc print better log messagesMartin Smith2018-10-235-26/+49
* qdoc: Reorganize Qdoc's Node class hierarchyMartin Smith2018-10-2328-2245/+2316
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-202-4/+1
|\
| * Qt Designer: Add missing overridev5.12.0-beta3Friedemann Kleint2018-10-171-1/+1
| * Qt Designer: Fix build of the QWebView plugin when using split tarballsFriedemann Kleint2018-10-151-3/+0
* | Support qmlimport option in windeployqtIlya Bizyaev2018-10-183-4/+19
* | Introduce QHelpCollectionDetails classJarek Kobus2018-10-173-0/+208
* | Create new filter tables inside qch filesJarek Kobus2018-10-173-33/+645
* | Introduce QHelpFilterData structureJarek Kobus2018-10-173-0/+158
* | Simplify FilterNameDialogJarek Kobus2018-10-171-38/+26
* | Remove unneeded codeJarek Kobus2018-10-173-11/+0
* | Add a new option widgetJarek Kobus2018-10-173-0/+270
* | Preferences dialog: ignore OK presses when docs were addedJarek Kobus2018-10-172-3/+1
* | Obsolete readersAboutToBeInvalidated()Jarek Kobus2018-10-173-22/+5
* | QDoc: Add more unit tests for QDocGlobalsPaul Wicking2018-10-162-9/+2
* | Refactor content widget internals to mimic index widgetJarek Kobus2018-10-161-21/+16
* | Fix disabling index widget while reindexingJarek Kobus2018-10-161-0/+9
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-134-9/+27
|\|
| * qdistancefieldgenerator: Properly install toolv5.12.0-beta2Kai Koehne2018-10-121-0/+6
| * Fix feature dependenciesValentin Fokin2018-10-093-9/+21
* | QDoc: Refactor command line parser class out of main.cppPaul Wicking2018-10-126-249/+328
* | QDoc: Move global variables out of main.cppPaul Wicking2018-10-115-95/+371
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-065-14/+48
|\|
| * Don't build Assistant if Qt Sql is missingEskil Abrahamsen Blomfeldt2018-10-051-0/+1
| * Doc: Fix typo and remove invalid quotes in QDoc manualPaul Wicking2018-10-031-2/+2
| * Skip unknown tokens of qhp files instead of raising an errorv5.12.0-beta1Jarek Kobus2018-10-021-12/+17
| * Doc: Add an entry to the pro file to include the qdocconfVenugopal Shivashankar2018-10-012-0/+28
* | Remove code repetitionJarek Kobus2018-10-052-10/+6
* | QDoc: Change zero as null pointer constants to nullptr in main.cppPaul Wicking2018-10-041-3/+3
* | Extend qtattributionscanner to handle Chromium third-party contentNicolas Ettlin2018-10-024-61/+202
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-292-55/+71
|\|
| * Doc: Improve Clang for QDoc documentationPaul Wicking2018-09-271-10/+27
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-221-45/+44
| |\
| | * Doc: Fix language issues in Qt Help overview docsLeena Miettinen2018-09-211-45/+44
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-2220-1291/+1703
|\| |
| * | Qt Designer: Make font point size combo in Device Profile dialog editableFriedemann Kleint2018-09-212-2/+11
| * | Doc: Update QDoc manual to describe auto-detection of libclangPaul Wicking2018-09-201-20/+29
| * | qmake: Apply modernize-use-nullptrAlessandro Portale2018-09-148-26/+26
| * | qmake: break out testFunc_cache() from evaluateBuiltinConditional()Edward Welbourne2018-09-142-162/+175
| * | qmake: make access to raw data temporaries safeOswald Buddenhagen2018-09-143-76/+160
| * | qmake: centralize resolution of file name arguments to qmake functionsOswald Buddenhagen2018-09-142-17/+23
| * | qmake: make argument validation of built-ins data drivenOswald Buddenhagen2018-09-144-777/+618
| * | qmake: skip empty parts when splitting strings in some more placesOswald Buddenhagen2018-09-143-6/+10
| * | qmake: make even more use QStringRef and QStringView overloadsOswald Buddenhagen2018-09-141-5/+4
| * | qmake: minor fixups to ioutils for building in qt creator contextOswald Buddenhagen2018-09-142-5/+8
| * | qmake: updates to the parsing code of external propertiesOswald Buddenhagen2018-09-142-20/+38
| * | qmake: remove unnecessary QMakeGlobals::setProperties() overloadOswald Buddenhagen2018-09-142-8/+0