summaryrefslogtreecommitdiffstats
path: root/src/tools/uic/cpp
Commit message (Expand)AuthorAgeFilesLines
...
| | * uic: setWeight replace semi-colon by language::eolCristián Maureira-Fredes2020-01-051-1/+1
| | * uic: Add colon missing for "if()" constructs in PythonFriedemann Kleint2020-01-031-5/+10
| | * uic: Fix empty strings for PythonFriedemann Kleint2020-01-031-7/+5
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-2/+2
|\| |
| * | 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
* | | uic: Migrate from QList to QVectorFriedemann Kleint2019-11-261-1/+1
|/ /
* / uic: Remove some usages of QListFriedemann Kleint2019-11-132-6/+7
|/
* uic: Add language::eol in more cases for python codeCristián Maureira-Fredes2019-10-251-18/+18
* Uic: fix crash when trying to resource icon informationChristian Ehrlicher2019-10-211-1/+1
* uic: Avoid use of Q_UNUSED in the generated codehjk2019-07-301-2/+3
* uic: Implement form window setting to disable QObject::connectSlotsByName()Friedemann Kleint2019-07-022-1/+5
* uic: Fix remaining clang warningsFriedemann Kleint2019-06-284-16/+11
* uic: Fix some clang warningsFriedemann Kleint2019-06-062-6/+3
* uic: Replace 'typedef' by 'using'Friedemann Kleint2019-06-062-8/+8
* uic: Introduce nullptrFriedemann Kleint2019-06-112-5/+4
* uic/Python: Fix tab stop/Z-Order and buddy handlingFriedemann Kleint2019-05-082-28/+16
* uic/Python: Generate empty strings as "" instead of QString()Friedemann Kleint2019-05-081-2/+4
* Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-1/+1
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-5/+5
* 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
* uic: Fix enum values for PythonFriedemann Kleint2019-04-081-77/+96
* uic: Port method calls to pythonFriedemann Kleint2019-04-081-128/+215
* uic: Adapt connection syntax to PythonFriedemann Kleint2019-04-052-18/+32
* uic: Add pythonFriedemann Kleint2019-04-052-33/+45
* uic: Refactor string constant formattingFriedemann Kleint2019-04-051-68/+68
* 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-021-19/+18
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-1/+1
|\
| * uic: write out min/maximumSectionSize property before current sizeChristian Ehrlicher2019-03-141-1/+1
* | uic: Fix broken icon code generationFriedemann Kleint2019-01-231-8/+9
* | uic: Refactor CustomWidgetsInfo::extends()Friedemann Kleint2019-01-102-28/+38
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-151-1/+18
|\|
| * uic: Generate version check macros around newly introduced palette color roleFriedemann Kleint2018-12-141-1/+18
* | uic: Refactor DOM class lookup in class DriverFriedemann Kleint2018-12-131-2/+2
* | uic: No longer generate static_cast for enum values in legacy formsFriedemann Kleint2018-12-131-24/+15
* | uic: Small refactoringsFriedemann Kleint2018-12-122-94/+77
* | uic: Generate correctly qualified invocation of QCoreApplication::translate()Friedemann Kleint2018-12-031-1/+1
* | uic: Remove unused codeFriedemann Kleint2018-12-032-25/+1
* | uic: Generate code for container page tooltips using the Qt configure systemFriedemann Kleint2018-11-191-12/+18
* | uic: Use the Qt configure system when generating codeFriedemann Kleint2018-11-131-36/+55
|/
* uic: Remove remains of old Java generatorFriedemann Kleint2018-11-011-2/+0
* uic: Write the float and double properties in 'f' formatJarek Kobus2018-10-051-2/+2
* uic: Fix pixmap functions for QIconFriedemann Kleint2018-09-062-2/+57
* uic: Fix clang-tidy warningsFriedemann Kleint2018-08-033-57/+50
* uic: Revert the microoptimization patch introducing QStringLiteralJarek Kobus2018-07-192-54/+63
* uic: Add the include for QIcon conditionallyJarek Kobus2018-03-061-0/+2