| Commit message (Expand) | Author | Age | Files | Lines |
| * | uic: Handle horizontal and vertical layout size constraints (Qt 7) | Friedemann Kleint | 2025-05-24 | 1 | -0/+6 |
| * | uic: Add #ifdef depending on Qt version for QPalette::Accent | Friedemann Kleint | 2025-02-10 | 1 | -0/+2 |
| * | uic: Write Palette/Gradient code with fully qualified enumerations | Friedemann Kleint | 2025-01-21 | 1 | -10/+15 |
| * | uic: Generate fully qualified enumerations for QFormLayout | Friedemann Kleint | 2024-12-30 | 1 | -2/+3 |
| * | Replace a few toString() or fromUtf8() QString::arg() parameters | Marc Mutz | 2024-12-03 | 1 | -2/+2 |
| * | uic: Relax property name checks | Friedemann Kleint | 2024-07-08 | 1 | -22/+53 |
| * | uic: Fix some clang-tidy warnings | Friedemann Kleint | 2024-07-06 | 1 | -32/+34 |
| * | uic: Prevent code injection via invalid property names/values | Friedemann Kleint | 2024-06-13 | 1 | -4/+55 |
| * | Replace 'Qt Designer' and 'Qt Widgets Designer' in code | Kai Köhne | 2024-05-16 | 1 | -1/+1 |
| * | uic: Write fully qualified enumerations for cursors/icon pixmaps | Friedemann Kleint | 2024-04-23 | 1 | -5/+7 |
| * | uic: use qOverload for ambiguous slots | Axel Spoerl | 2024-04-12 | 1 | -8/+11 |
| * | uic: Write QIcon theme enums | Friedemann Kleint | 2024-04-10 | 1 | -22/+73 |
| * | uic: Use fully qualified enum value for remaining cases | Friedemann Kleint | 2023-11-15 | 1 | -3/+3 |
| * | uic: Write fully qualified enum values for QMainWindow enumerations | Friedemann Kleint | 2023-11-15 | 1 | -5/+13 |
| * | uic: Prepare for encountering fully qualified enum values in new .ui files | Friedemann Kleint | 2023-11-15 | 1 | -24/+38 |
| * | uic: Port enumeration lookups to QLatin1StringView | Friedemann Kleint | 2023-11-02 | 1 | -1/+1 |
| * | uic: Generate QFont::Weight | Friedemann Kleint | 2023-06-06 | 1 | -10/+18 |
| * | uic: Generate QFont::HintingPreference | Friedemann Kleint | 2023-05-23 | 1 | -0/+12 |
| * | uic: Generate string-based connections for QLCDNumber::display() | Friedemann Kleint | 2023-02-06 | 1 | -0/+4 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-11-03 | 1 | -2/+2 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-11 | 1 | -2/+2 |
| * | uic/Python: Do not generate QByteArray for dynamic C-String properties | Friedemann Kleint | 2022-10-05 | 1 | -2/+3 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -2/+2 |
| * | uic: change the first parameter of pixCall to Q1LSV | Mate Barany | 2022-09-14 | 1 | -10/+10 |
| * | uic: Change some QLatin1String literals to QString literals | Mate Barany | 2022-09-14 | 1 | -6/+6 |
| * | uic: Fix mismatches between QString/QLatin1StringView | Mate Barany | 2022-09-12 | 1 | -4/+4 |
| * | uic: Remove trailing blanks generated into Python icon code | Friedemann Kleint | 2022-09-07 | 1 | -2/+1 |
| * | uic: Fix string list properties for Python | Friedemann Kleint | 2022-05-26 | 1 | -10/+27 |
| * | 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 | -3/+3 |
| * | uic: replace QLatin1String uses with _L1 or _s | Sona Kurazyan | 2022-04-26 | 1 | -187/+186 |
| * | uic: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-23 | 1 | -8/+8 |
| * | uic: use C string literals for setObjectName() | Marc Mutz | 2022-03-18 | 1 | -1/+1 |
| * | uic: Generate parameters for ambiguous signals | Friedemann Kleint | 2021-12-07 | 1 | -2/+7 |
| * | uic: Refactor CustomWidgetsInfo::extends() to use QAnyStringView | Friedemann Kleint | 2021-11-26 | 1 | -23/+23 |
| * | uic: Fix font family code generation for python | Friedemann Kleint | 2021-05-03 | 1 | -2/+4 |
| * | uic: Do not generate QComboBox::AdjustToMinimumContentsLength into code | Friedemann Kleint | 2021-01-04 | 1 | -6/+23 |
| * | uic: Do not generate QDockWidget::AllDockWidgetFeatures into code | Friedemann Kleint | 2020-12-03 | 1 | -1/+6 |
| * | QFont: Prefer setFamilies() over setFamily() | Andy Shaw | 2020-11-20 | 1 | -2/+2 |
| * | Ignore weight in .ui files instead of converting it | Eskil Abrahamsen Blomfeldt | 2020-09-03 | 1 | -53/+0 |
| * | Use OpenType font weights | Jonas Karlsson | 2020-08-28 | 1 | -2/+51 |
| * | Another round of 0->nullptr cleanup | Allan Sandfeld Jensen | 2020-07-31 | 1 | -2/+2 |
| * | Use QList instead of QVector in uic | Jarek Kobus | 2020-06-22 | 1 | -1/+1 |
| * | Port androiddeployqt and uic from QStringRef to QStringView | Lars Knoll | 2020-06-15 | 1 | -2/+2 |
| * | uic: Generate string-based connections for custom slots | Friedemann Kleint | 2020-05-05 | 1 | -9/+18 |
| * | uic: Generate Qt 5 connection syntax | Friedemann Kleint | 2020-05-04 | 1 | -3/+30 |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2020-03-11 | 1 | -6/+13 |
| |\ |
|
| | * | uic: Add pass to empty functions | Cristián Maureira-Fredes | 2020-03-03 | 1 | -6/+13 |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2020-02-06 | 1 | -1/+1 |
| |\| |
|
| | * | uic/Python: Set form object name correctly | Friedemann Kleint | 2020-02-05 | 1 | -1/+1 |