summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | add $$str_member() functionOswald Buddenhagen2016-10-102-37/+74
* | | add $$str_size() functionOswald Buddenhagen2016-10-101-2/+9
* | | add $$num_add() (numeric addition) functionOswald Buddenhagen2016-10-101-2/+26
* | | add $$take_first() and $$take_last() functionsOswald Buddenhagen2016-10-101-1/+18
* | | remove remaining pointless conversions to QStringOswald Buddenhagen2016-10-101-27/+24
* | | make split_value_list() take a QStringRef as inputOswald Buddenhagen2016-10-103-10/+12
* | | make QMakeParser take a QStringRef as inputOswald Buddenhagen2016-10-105-26/+29
* | | make QMakeEvaluator::isActiveConfig() take a QStringRef argumentOswald Buddenhagen2016-10-105-6/+15
* | | add ProStringList::join(ProString) overload and make use of itOswald Buddenhagen2016-10-103-3/+8
* | | introduce a new way to pass arbitrary arguments to the project fileOswald Buddenhagen2016-10-102-1/+12
* | | add ProString::toLongLong() and make use of itOswald Buddenhagen2016-10-102-1/+2
* | | remove pointless conversion to QString in isTrue()Oswald Buddenhagen2016-10-101-5/+4
* | | remove pointless conversions to QString when converting to intOswald Buddenhagen2016-10-101-6/+6
* | | optimize ProString::toInt()/toShort()Oswald Buddenhagen2016-10-101-2/+2
* | | qmake: restore nothrow move special membersMarc Mutz2016-10-101-0/+14
* | | qmake: de-duplicate QString::number() calls with same argAnton Kudryavtsev2016-10-101-2/+3
* | | qmake: optimize container usage in the json handling.Anton Kudryavtsev2016-10-101-5/+11
* | | qmake: use reserve to optimize memory allocationAnton Kudryavtsev2016-10-102-1/+6
* | | qmake: eradicate Q_FOREACH loops [already const]Marc Mutz2016-10-104-18/+18
* | | qmake: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-10-103-10/+10
* | | qmake: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-10-103-17/+34
* | | qmake: don't iterate over .keys()Marc Mutz2016-10-101-2/+2
* | | qmake: replace a Q_FOREACH loop with QList::op+=Marc Mutz2016-10-101-4/+1
* | | QMake: Add option to set qt.conf fileDavid Schulz2016-10-103-1/+9