| Commit message (Expand) | Author | Age | Files | Lines |
| * | uic: Fix some clang-tidy warnings | Friedemann Kleint | 2024-07-06 | 1 | -3/+3 |
| * | uic/Python: Recognize more C++ suffixes when determining the custom widget mo... | Friedemann Kleint | 2024-04-22 | 1 | -2/+6 |
| * | uic: Add option for absolute Python resource imports | Friedemann Kleint | 2023-02-01 | 1 | -23/+47 |
| * | uic: Add an option to modify the generated resource import | Friedemann Kleint | 2022-09-15 | 1 | -3/+7 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -27/+2 |
| * | uic: replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-04-26 | 1 | -1/+1 |
| * | uic: replace QLatin1String uses with _L1 or _s | Sona Kurazyan | 2022-04-26 | 1 | -4/+6 |
| * | uic: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-23 | 1 | -2/+2 |
| * | uic/Python: Import base class for flag values | Friedemann Kleint | 2022-01-13 | 1 | -6/+21 |
| * | uic: Refactor CustomWidgetsInfo::extends() to use QAnyStringView | Friedemann Kleint | 2021-11-26 | 1 | -3/+3 |
| * | uic: Fix missing Python import when setting tab orders | Friedemann Kleint | 2021-10-20 | 1 | -1/+2 |
| * | uic: No longer generate star imports in Python | Friedemann Kleint | 2021-06-01 | 1 | -52/+154 |
| * | uic/Python: Add comments for mypy to ignore star imports | Friedemann Kleint | 2021-04-29 | 1 | -3/+3 |
| * | uic/rcc: Use QT_VERSION_MAJOR for major version | Friedemann Kleint | 2020-12-07 | 1 | -9/+11 |
| * | Fix uic/rcc generating outdated export for Qt for Python | Friedemann Kleint | 2020-12-04 | 1 | -6/+6 |
| * | uic/Python: import all the classes for QtCore and QtGui | Cristian Maureira-Fredes | 2020-05-05 | 1 | -5/+2 |
| * | uic: handle header tag for python imports | Cristián Maureira-Fredes | 2020-02-27 | 1 | -0/+2 |
| * | uic/Python: Add imports for Q(Date)Time, QKeySequence | Friedemann Kleint | 2020-02-06 | 1 | -4/+4 |
| * | uic/Python: Fix missing QCursor import | Friedemann Kleint | 2020-01-14 | 1 | -1/+1 |
| * | uic: add customwidget imports support for python | Cristián Maureira-Fredes | 2020-01-14 | 1 | -4/+22 |
| * | uic: Add handling of resources imports for Python | Friedemann Kleint | 2020-01-03 | 1 | -0/+32 |
| * | uic: Fix missing Python import for QFontComboBox | Friedemann Kleint | 2019-04-24 | 1 | -1/+3 |
| * | uic: Add python | Friedemann Kleint | 2019-04-05 | 1 | -0/+92 |