summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change license header of uitools to LGPLv5.8.05.8.0Kai Koehne2017-01-023-9/+31
* Doc: Edit the Qt Help System overviewv5.8.0-rc1Leena Miettinen2016-12-141-35/+35
* Add changes file for 5.8.0Jani Heikkinen2016-12-091-0/+41
* Remove license acknowledgment for removed codeKai Koehne2016-12-091-40/+0
* Fix build after changes to QtQMLJoerg Bornemann2016-12-021-3/+28
* qtattributionscanner: Support optional QtParts propertyKai Koehne2016-11-288-4/+51
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-264-20/+24
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-243-20/+21
| |\
| | * Qt Designer: Remove unused variableFriedemann Kleint2016-11-161-1/+0
| | * pixeltool: Check whether initial geometry is applicableFriedemann Kleint2016-11-081-6/+21
| | * remove dependencies from sync.profileOswald Buddenhagen2016-11-061-13/+0
| * | Merge remote-tracking branch 'origin/5.7.1' into 5.7Liang Qi2016-11-244-29/+74
| |\ \
| | * | Fix a leak and a crash in designerv5.7.15.7.1Jarek Kobus2016-11-033-29/+71
| | * | Fix assert when instantiating QWebEngineViewKai Koehne2016-10-271-0/+3
* | | | Fix a crash on Designer exitJarek Kobus2016-11-181-0/+4
* | | | qtattributionscanner: Print (and link to) upstream version in qdoc outputKai Koehne2016-11-181-2/+17
* | | | qdoc: Correctly check for feature xmlstreamwriterFriedemann Kleint2016-11-161-2/+1
* | | | Fix sorting of generatelistKai Koehne2016-11-161-32/+33
* | | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-0835-141/+421
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-0435-141/+421
| |\ \ \ | | |/ / | |/| / | | |/
| | * macOS: Handle -qtlibinfix correctly in macdeployqtAndy Shaw2016-10-261-5/+29
| | * lupdate: Add qrc resource file supportTakumi ASAKI2016-10-2513-57/+294
| | * prevent .prf files from postponing work to build passesOswald Buddenhagen2016-10-254-14/+39
| | * fix test execution in dirs with spacesOswald Buddenhagen2016-10-252-6/+6
| | * deduplicate test command launching a bitOswald Buddenhagen2016-10-252-13/+15
| | * Doc: Update documentation on \legalese QDoc commandTopi Reinio2016-10-251-35/+11
| | * designer-manual.qdoc: Fix typo in documentationFrederik Schwarzer2016-10-181-1/+1
| | * Qt Designer: Introduce utility function for the Qt logo iconFriedemann Kleint2016-10-125-13/+25
| | * Qt Designer: Update logo icon used for iconless custom pluginsFriedemann Kleint2016-10-126-1/+4
| | * windeployqt: Fix temporary file leakFriedemann Kleint2016-10-101-1/+2
* | | Fix symmetry of streaming enums in QDataStreamThiago Macieira2016-11-021-1/+1
* | | Qt Designer: Mark forms as dirty when changing the promoted classesFriedemann Kleint2016-10-311-2/+14
* | | Qt Designer: Remove class QDesignerUndoStackFriedemann Kleint2016-10-315-193/+11
* | | qdoc: Resolve attribution pages in single-exec modeTopi Reinio2016-10-281-0/+1
* | | attributionscanner: Allow to specify multiple filesv5.8.0-beta1Kai Koehne2016-10-277-4/+39
* | | Fix a leak and a crash in designerJarek Kobus2016-10-263-8/+67
* | | Remove unneeded map and simplify extension codeJarek Kobus2016-10-211-23/+6
* | | qtattributionsscanner: Fix MSVC compiler warningFriedemann Kleint2016-10-211-2/+3
* | | use modularized platformsupport modulesOswald Buddenhagen2016-10-212-2/+2
* | | Put attribution files into module namespaceKai Koehne2016-10-201-2/+2
* | | Linguist: Delay translations of the file format descriptionsFriedemann Kleint2016-10-148-10/+12
* | | qtattributionscanner: Ignore licenseId's with spacesKai Koehne2016-10-111-1/+16
* | | add discard_from() functionOswald Buddenhagen2016-10-103-5/+45
* | | make include(,<into>) implementation a bit less convolutedOswald Buddenhagen2016-10-102-6/+9
* | | optimize operator+ ProString vs. char*Oswald Buddenhagen2016-10-101-2/+2
* | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-10-102-4/+4
* | | add support for returning the command's exit status to $$system()Oswald Buddenhagen2016-10-102-6/+17
* | | print no message at all when no argument is supplied to error()Oswald Buddenhagen2016-10-101-1/+1
* | | Improve error reporting when parsing JSON filesLars Knoll2016-10-102-3/+9
* | | add $$sorted() functionOswald Buddenhagen2016-10-102-1/+11