summaryrefslogtreecommitdiffstats
path: root/src/tools/uic/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* uic: Support id-based translationsFriedemann Kleint2018-01-182-6/+9
* Don't generate QAction include unconditionallyJarek Kobus2018-01-152-1/+25
* Don't generate QButtonGroup include unconditionallyJarek Kobus2018-01-151-1/+2
* Don't generate QHeaderView include unconditionallyJarek Kobus2018-01-151-1/+8
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-052-2/+1
|\
| * uic: Fix clazy warnings clazy-qstring-left, clazy-unused-non-trivial-variableFriedemann Kleint2017-10-272-2/+1
* | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-1/+1
| |\
| | * Remove some unused, local variablesJędrzej Nowacki2017-10-141-1/+1
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-193-30/+30
|/ /
* | uic: Use nullptr instead of Q_NULLPTR in generated codeAlexander Volkov2017-08-281-1/+1
* | uic: Add -no-stringliteral optionAlexander Volkov2017-08-032-4/+22
* | uic: Don't clear and readd combobox items in retranslateUiJarek Kobus2017-07-051-46/+16
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-3/+4
|\|
| * uic: Fix possible crash when reading the size hint propertyJarek Kobus2017-06-131-3/+4
* | Remove ancient embedded pixmaps and scripts from uicJarek Kobus2017-06-1215-932/+10
* | uic: re-flow a lineMarc Mutz2017-06-021-1/+2
* | uic: standardize property lookups on QHash::value()Marc Mutz2017-06-021-17/+18
* | uic: Port Ui classes to QVectorFriedemann Kleint2017-04-132-16/+16
|/
* Use QStringBuilder moreAnton Kudryavtsev2017-03-301-10/+7
* Make uic handle -no-feature-shortcutPaul Olav Tvete2017-03-061-0/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-0/+1
|\
| * Add Q_ASSERT before dereference pointerJesus Fernandez2017-02-141-0/+1