summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline
Commit message (Expand)AuthorAgeFilesLines
* uic: Write fully qualified enumerations for cursors/icon pixmapsFriedemann Kleint2024-04-233-11/+11
* uic: use qOverload for ambiguous slotsAxel Spoerl2024-04-122-0/+191
* uic: Write QIcon theme enumsFriedemann Kleint2024-04-102-13/+49
* Change license for tests filesLucie Gérard2024-02-0451-51/+51
* uic: Use fully qualified enum value for remaining casesFriedemann Kleint2023-11-159-20/+20
* uic: Write fully qualified enum values for QMainWindow enumerationsFriedemann Kleint2023-11-151-2/+2
* uic: Prepare for encountering fully qualified enum values in new .ui filesFriedemann Kleint2023-11-1598-268/+268
* Make uic generate correct C++ commentsVolker Hilsheimer2022-05-1851-102/+177
* Use SPDX license identifiersLucie Gérard2022-05-1651-1432/+179
* uic: use C string literals for setObjectName()Marc Mutz2022-03-18108-1557/+1557
* uic: Fix missing Python import when setting tab ordersFriedemann Kleint2021-10-201-1/+1
* uic: No longer generate star imports in PythonFriedemann Kleint2021-06-011-4/+11
* uic/Python: Add comments for mypy to ignore star importsFriedemann Kleint2021-04-291-3/+3
* Hardcode a special case of using qOverload for slots without argumentsJarek Kobus2021-01-1547-77/+181
* Fix uic/rcc generating outdated export for Qt for PythonFriedemann Kleint2020-12-041-3/+3
* Ignore weight in .ui files instead of converting itEskil Abrahamsen Blomfeldt2020-09-031-1/+0
* Use OpenType font weightsJonas Karlsson2020-08-281-1/+1
* uic/Python: import all the classes for QtCore and QtGuiCristian Maureira-Fredes2020-05-051-5/+2
* uic: Generate string-based connections for custom slotsFriedemann Kleint2020-05-052-0/+415
* uic: Generate Qt 5 connection syntaxFriedemann Kleint2020-05-0456-92/+131
* uic tests: Update version in baselineFriedemann Kleint2020-04-29104-104/+104
* Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-298-8/+8
* 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-1/+1
* uic: Extend the baseline test for PythonFriedemann Kleint2020-01-071-0/+678
* uic: Avoid use of Q_UNUSED in the generated codehjk2019-07-301-1/+1
* uic: Implement form window setting to disable QObject::connectSlotsByName()Friedemann Kleint2019-07-022-3/+1
* uic: Fix broken icon code generationFriedemann Kleint2019-01-232-1/+5
* uic: No longer generate static_cast for enum values in legacy formsFriedemann Kleint2018-12-1313-25/+25
* uic: Generate correctly qualified invocation of QCoreApplication::translate()Friedemann Kleint2018-12-03103-1004/+1004
* tst_uic: Brush up the uic autotestFriedemann Kleint2018-11-1398-98/+98
* uic: Use the Qt configure system when generating codeFriedemann Kleint2018-11-1335-388/+388
* uic: Write the float and double properties in 'f' formatJarek Kobus2018-10-054-39/+39
* uic: Fix pixmap functions for QIconFriedemann Kleint2018-09-062-0/+121
* uic: Revert the microoptimization patch introducing QStringLiteralJarek Kobus2018-07-19105-1562/+1562
* uic: Add the include for QIcon conditionallyJarek Kobus2018-03-065-0/+5
* uic: Support id-based translationsFriedemann Kleint2018-01-182-0/+104
* Don't generate QAction include unconditionallyJarek Kobus2018-01-1596-96/+0
* Don't generate QButtonGroup include unconditionallyJarek Kobus2018-01-15105-103/+487
* Don't generate QHeaderView include unconditionallyJarek Kobus2018-01-1580-80/+0
* uic: Use nullptr instead of Q_NULLPTR in generated codeAlexander Volkov2017-08-28102-995/+995
* uic: Don't clear and readd combobox items in retranslateUiJarek Kobus2017-07-058-80/+97
* uic: Fix possible crash when reading the size hint propertyJarek Kobus2017-06-132-117/+203
* Make uic handle -no-feature-shortcutPaul Olav Tvete2017-03-063-3/+11
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-05102-985/+985
|\
| * uic: generate translate calls with Q_NULLPTR instead of 0Dyami Caliri2016-09-03102-985/+985
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-102-3/+3
|\|
| * Always generate size hint for spacer itemsJarek Kobus2016-08-082-3/+3