summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* disable tools that don't make sense on iOS more sensiblyv5.12.0-alpha1Oswald Buddenhagen2018-09-111-3/+4
* remove bogus gui dependency from macdeployqtOswald Buddenhagen2018-09-113-1/+2
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-118-29/+70
|\
| * Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-096-13/+39
| |\
| | * QDoc: Link correctly to enums as function parametersv5.11.2Paul Wicking2018-09-031-1/+2
| | * qmake: Add test functions for comparing version numbersAlexander Volkov2018-09-031-0/+17
| | * Doc: Extend description of Clang dependency for QDocPaul Wicking2018-08-301-10/+16
| | * QDoc: Add check to avoid links to internal classes in online docsPaul Wicking2018-08-301-1/+1
| | * qdoc: Restore the correct output directory for example imagesTopi Reinio2018-08-281-1/+2
| | * Qt Designer: Fix crash when reloading resourcesFriedemann Kleint2018-08-211-0/+1
| * | macdeployqt: Deploy plugins when -no-framework is usedAndy Shaw2018-09-032-16/+30
| |/
* | qdoc: Allow parameters for \code, \qml, \js, and \badcode commandsTopi Reinio2018-09-092-7/+59
* | qdoc: Add regular expression matching to macrosTopi Reinio2018-09-092-20/+58
* | Fix crash when expanding macros in sectionsKai Koehne2018-09-061-1/+1
* | qdoc: Don't list inherited members on obsolete members pageMartin Smith2018-09-061-1/+1
* | qdoc: Only list obsolete members in details sectionMartin Smith2018-09-061-2/+3
* | qdoc: Fix generation of namespace documentationTopi Reinio2018-09-061-7/+9
* | Qt Designer: Fix some remaining clang-tidy warningsFriedemann Kleint2018-09-0311-25/+26
* | qdoc: Fix output for shared QML document nodesTopi Reinio2018-08-303-51/+96
* | Disable tools that don't make sense on iOSTor Arne Vestbø2018-08-271-3/+3
* | Skip building qdoc if Qt is configured with no-threadEskil Abrahamsen Blomfeldt2018-08-241-1/+1
* | Introduce distancefieldgeneratorEskil Abrahamsen Blomfeldt2018-08-2213-0/+2107
* | Fix division by zeroJesus Fernandez2018-08-201-3/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-181-2/+2
|\|
| * Doc: Fix typo in linguist manualPaul Wicking2018-08-081-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-083-20/+34
|\|
| * Doc: Update Installing clang for QDoc pagePaul Wicking2018-08-021-12/+15
| * Doc: Add information about locale file name conventionPaul Wicking2018-07-261-6/+17
| * Linguist: Fix detection of language by filenameKai Koehne2018-07-261-2/+2
* | Remove unneeded includeJarek Kobus2018-08-021-1/+0
* | Qt Designer: Refactor WidgetFactory::isPassiveInteractor()Friedemann Kleint2018-08-012-46/+44
* | Qt Designer: Fix clang-tidy warnings about loopsFriedemann Kleint2018-08-0120-91/+54
* | Qt Designer: Fix clang-tidy warnings about if / return statementsFriedemann Kleint2018-07-3131-217/+193
* | Qt Designer: Fix clang-tidy warnings about Qt usageFriedemann Kleint2018-07-3123-49/+87
* | Qt Designer: Refactor FormWindowManager::getUnsortedLayoutsToBeBroken()Friedemann Kleint2018-07-312-8/+7
* | Qt Designer: Fix clang-tidy warnings about class definitionsFriedemann Kleint2018-07-31151-444/+309
* | qdoc: Fix generated C++ and QML type listsTopi Reinio2018-07-311-3/+4
* | qdoc: Allow macro expansion in qdoc command argumentsTopi Reinio2018-07-311-37/+56
* | Doc: Add targets for lupdate and lreleaseKai Koehne2018-07-261-0/+2
* | Remove the QHelpDataInterface base classJarek Kobus2018-07-264-34/+20
* | Unexport HelpProjectData and move it to helpgenerator app treeJarek Kobus2018-07-269-20/+18
* | Merge qcollectiongenerator into qhelpgenerator toolJarek Kobus2018-07-2612-707/+681
* | Qt Designer: Simplify the form version checking codeFriedemann Kleint2018-07-251-17/+5
* | QUiLoader: Refactor QAbstractFormBuilder::applyTabStops()Friedemann Kleint2018-07-251-21/+13
* | Merge remote-tracking branch 'origin/5.11' into devFriedemann Kleint2018-07-2510-102/+143
|\|
| * Make the "Copyright" field in attribution files optionalNicolas Ettlin2018-07-241-3/+0
| * Doc: Exclude parts of QtUiTools documentation based on the qdoc configVenugopal Shivashankar2018-07-242-0/+4
| * QDoc: Check aggregates with Node::nodeNameLessThan to improve sortingPaul Wicking2018-07-181-11/+3
| * Qt Designer: Fix Qt Creator crashes on reloading malformed UI filesFriedemann Kleint2018-07-106-87/+137
* | Qt Designer: Modernize the ui4.cpp/.h filesFriedemann Kleint2018-07-242-440/+371