summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | CMake: Re-generate bootstrap-related CMakeLists.txt filesTobias Hunger2019-03-045-154/+243
| * | | | | | | | | | | | | | | CMake: Re-generate CMakeLists.txt files for src/tools/*Tobias Hunger2019-03-044-5/+61
| * | | | | | | | | | | | | | | CMake: Re-generate CMakeLists.txt file for uicTobias Hunger2019-03-041-12/+36
| * | | | | | | | | | | | | | | cmake: Use consistent naming scheme for BootstrapKevin Funk2019-02-121-10/+11
| * | | | | | | | | | | | | | | CMake: Use AUTOMOC/AUTOUIC/AUTORCCTobias Hunger2018-12-142-633/+0
| * | | | | | | | | | | | | | | Build qlalrTobias Hunger2018-11-012-0/+14
| * | | | | | | | | | | | | | | Build qdbusxml2cpp and qdbuscpp2xmlTobias Hunger2018-11-013-0/+35
| * | | | | | | | | | | | | | | Begin port of qtbase to CMakeSimon Hausmann2018-11-0110-0/+830
* | | | | | | | | | | | | | | | Cleanup code where we mixed QHash and QMultiHash iterator codeLars Knoll2020-02-032-13/+9
| |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-285-4/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Introduce Q_PROPERTY attribute REQUIREDFabian Kosmale2020-01-233-0/+7
| * | | | | | | | | | | | | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-232-4/+4
* | | | | | | | | | | | | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-01-171-5/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-161-5/+23
| |\| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-5/+23
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | uic/Python: Fix missing QCursor importFriedemann Kleint2020-01-141-1/+1
| | | * | | | | | | | | | | | uic: add customwidget imports support for pythonCristián Maureira-Fredes2020-01-141-4/+22
* | | | | | | | | | | | | | | Introduce Q_MOC_INCLUDEOlivier Goffart2020-01-175-7/+42
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-133-4/+5
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-093-4/+5
| |\| | | | | | | | | | | |
| | * | | | | | | | | | | | Bump copyright yearJani Heikkinen2020-01-092-4/+4
| | * | | | | | | | | | | | AAB files can be signed only with jarsigner toolBogDan Vatra2020-01-091-0/+1
* | | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-077-13/+60
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-067-13/+60
| |\| | | | | | | | | | | |
| | * | | | | | | | | | | | uic: setWeight replace semi-colon by language::eolCristián Maureira-Fredes2020-01-051-1/+1
| | * | | | | | | | | | | | uic: Add handling of resources imports for PythonFriedemann Kleint2020-01-034-0/+40
| | * | | | | | | | | | | | uic: Add colon missing for "if()" constructs in PythonFriedemann Kleint2020-01-031-5/+10
| | * | | | | | | | | | | | uic: Fix empty strings for PythonFriedemann Kleint2020-01-033-7/+9
* | | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-048-25/+173
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-2/+2
| |\| | | | | | | | | | | |
| | * | | | | | | | | | | | uic: Rename raise() to raise_() for PythonCristián Maureira-Fredes2019-12-191-2/+2
| * | | | | | | | | | | | | Teach moc to output a Make-style depfileAlexandru Croitor2019-12-173-0/+133
| * | | | | | | | | | | | | Mark the old style unprefixed stream functions deprecatedAllan Sandfeld Jensen2019-12-161-1/+1
| * | | | | | | | | | | | | moc: change QMap::unite to QMap::insertMårten Nordheim2019-12-121-2/+2
| * | | | | | | | | | | | | Use a QMultiHash explicitly if insertMulti() is being usedLars Knoll2019-12-122-4/+4
| * | | | | | | | | | | | | Support Q_GADGET QMetaObject super class hierarchies across templatesMilian Wolff2019-12-121-1/+3
| * | | | | | | | | | | | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-12-122-16/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-122-16/+23
| | |\| | | | | | | | | | | |
| | | * | | | | | | | | | | | Support both qrc and qml files for qmlimportscannerMichael Dippold2019-12-111-9/+10
| | | * | | | | | | | | | | | rcc: Fix namespace handling for initializerSamuel Gaist2019-12-101-7/+13
| * | | | | | | | | | | | | | Split cborstream feature in twoUlf Hermann2019-12-121-0/+6
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Basic QImage cleanupAllan Sandfeld Jensen2019-12-181-1/+0
* | | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-093-3/+3
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Tidy nullptr usageAllan Sandfeld Jensen2019-12-063-3/+3
* | | | | | | | | | | | | | Change representation of string data in the meta objectLars Knoll2019-12-081-8/+5
* | | | | | | | | | | | | | Use Q_NAMESPACE for the Qt namespace, and remove the old moc hack to support itOlivier Goffart2019-12-061-9/+2
* | | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-291-1/+1
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | androidtestrunner: Fix warnings about missing parameter to QStringLiteralFriedemann Kleint2019-11-281-1/+1
* | | | | | | | | | | | | | Moc Sort json file list in collectjsonLeander Beernaert2019-11-271-1/+3
* | | | | | | | | | | | | | uic: Migrate from QList to QVectorFriedemann Kleint2019-11-264-62/+62