summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-1/+1
| * | | Add QUrl to bootstrap setUlf Hermann2019-05-071-0/+4
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-071-0/+7
| |\| |
| | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-05-031-0/+2
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-031-0/+2
| | | |\|
| | | | * Android: Copy extra libs in aux modeBogDan Vatra2019-05-021-0/+2
| | * | | androiddeployqt: print qmlimportscanner command in verbose modeMitch Curtis2019-05-031-0/+5
| | |/ /
| * | | Deprecate providing a function as a property flagLars Knoll2019-05-031-3/+17
| * | | Prefix textstream operators with Qt::Lars Knoll2019-05-029-322/+322
| * | | Moc: compile generate_keywords with corelib onlyGiuseppe D'Angelo2019-05-011-0/+1
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-271-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-261-1/+1
| | |\|
| | | * Revert "androiddeployqt: Do not check for stdcpp-path in auxiliary mode"BogDan Vatra2019-04-251-1/+1
| * | | uic: Fix missing Python import for QFontComboBoxFriedemann Kleint2019-04-241-1/+3
| * | | QRegExp include cleanupSamuel Gaist2019-04-194-3/+1
* | | | Rerun pro2cmake on projects that use .ui filesAlexandru Croitor2019-05-221-2/+0
* | | | Export tool config and target files for each relevant moduleAlexandru Croitor2019-05-029-0/+9
* | | | Merge remote-tracking branch 'gerrit/dev' into wip/cmakeTobias Hunger2019-04-164-63/+103
|\| | |
| * | | uic: Do not generate Q_UNUSED for PythonFriedemann Kleint2019-04-161-1/+1
| * | | uic: Port WriteInitialization::writeBrush() be able to generate PythonFriedemann Kleint2019-04-121-19/+27
| * | | uic: Refactor WriteInitialization::writeIconProperties() and add PythonFriedemann Kleint2019-04-121-43/+64
| * | | moc: Add a standard way of specifying a URI as part of Q_PLUGIN_METADATAUlf Hermann2019-04-113-0/+11
* | | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-1652-1139/+2587
|\| | |
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-104-17/+47
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-064-17/+47
| | |\|
| | | * Forward declare all types required for compilation with `-trace`Milian Wolff2019-04-054-17/+47
| * | | uic: Fix enum values for PythonFriedemann Kleint2019-04-083-77/+109
| * | | uic: Port method calls to pythonFriedemann Kleint2019-04-083-128/+228
| * | | uic: Adapt connection syntax to PythonFriedemann Kleint2019-04-054-18/+59
| * | | uic: Add qualification with "self." for PythonFriedemann Kleint2019-04-052-5/+12
| * | | uic: Add pythonFriedemann Kleint2019-04-0513-48/+630
| * | | uic: Refactor string constant formattingFriedemann Kleint2019-04-054-117/+226
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-031-3/+3
| |\| |
| | * | Fix remaining Q_DECL_OVERRIDE instancesAllan Sandfeld Jensen2019-04-021-3/+3
| * | | uic: Refactor reverse name lookupFriedemann Kleint2019-04-023-27/+36
| * | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-261-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-1/+1
| | |\|
| | | * Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-151-1/+1
| | | |\
| | | | * Merge 5.12 into 5.12.2Kari Oikarinen2019-02-202-4/+13
| | | | |\
| | | | * | androiddeployqt: Do not check for stdcpp-path in auxiliary modeChristian Kandeler2019-02-181-1/+1
| * | | | | rcc: Avoid raw string literalshjk2019-03-201-23/+12
| * | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-163-2/+4
| |\| | | |
| | * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-152-2/+2
| | |\| | |
| | | * | | uic: write out min/maximumSectionSize property before current sizeChristian Ehrlicher2019-03-141-1/+1
| | | * | | androiddeployqt: Also shellquote rootPath as part of importPathsUlf Hermann2019-03-141-1/+1
| | * | | | qfloat16: suppress the tables if FP16 is supported by the CPUThiago Macieira2019-03-141-0/+2
| * | | | | More nullptr usage in headersKevin Funk2019-03-143-6/+6
| * | | | | Add qstringview.cpp into bootstrapLiang Qi2019-03-131-0/+1
| * | | | | moc: Fix parsing of [[deprecated]] enum valuesOliver Wolff2019-03-111-0/+1
| * | | | | rcc: Support Python as output formathjk2019-03-073-26/+197