summaryrefslogtreecommitdiffstats
path: root/src/tools/uic
Commit message (Expand)AuthorAgeFilesLines
* uic: Add pass to empty functionsCristián Maureira-Fredes2020-03-031-6/+13
* uic: handle header tag for python importsCristián Maureira-Fredes2020-02-271-0/+2
* uic/Python: Add imports for Q(Date)Time, QKeySequenceFriedemann Kleint2020-02-061-4/+4
* uic/Python: Set form object name correctlyFriedemann Kleint2020-02-051-1/+1
* 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
* 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
* uic: Rename raise() to raise_() for PythonCristián Maureira-Fredes2019-12-191-2/+2
* 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-024-1/+20
* uic: Fix remaining clang warningsFriedemann Kleint2019-06-285-18/+13
* uic: Add option to disable the call to QObject::connectSlotsByName()Friedemann Kleint2019-06-281-0/+5
* uic: Fix some clang warningsFriedemann Kleint2019-06-064-12/+9
* uic: Replace 'typedef' by 'using'Friedemann Kleint2019-06-064-10/+10
* uic: Introduce nullptrFriedemann Kleint2019-06-115-11/+10
* Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-101-1/+1
* uic/Python: Fix tab stop/Z-Order and buddy handlingFriedemann Kleint2019-05-084-42/+52
* 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: Fix missing Python import for QFontComboBoxFriedemann Kleint2019-04-241-1/+3
* 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-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 devQt Forward Merge Bot2019-03-161-1/+1
|\|
| * 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
* | | More nullptr usage in headersKevin Funk2019-03-141-2/+2
|/ /
* | uic: Fix broken icon code generationFriedemann Kleint2019-01-231-8/+9
* | uic: Refactor CustomWidgetsInfo::extends()Friedemann Kleint2019-01-105-42/+75
* | 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-133-61/+54
* | uic: No longer generate static_cast for enum values in legacy formsFriedemann Kleint2018-12-133-24/+111
* | uic: Small refactoringsFriedemann Kleint2018-12-127-120/+116
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-122-2/+2