summaryrefslogtreecommitdiffstats
path: root/src/tools/uic/cpp/cppwriteinitialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* uic: Fix font family code generation for pythonv6.1.0Friedemann Kleint2021-05-031-2/+4
* uic: Do not generate QComboBox::AdjustToMinimumContentsLength into codeFriedemann Kleint2021-01-041-6/+23
* uic: Do not generate QDockWidget::AllDockWidgetFeatures into codeFriedemann Kleint2020-12-031-1/+6
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-2/+2
* Ignore weight in .ui files instead of converting itEskil Abrahamsen Blomfeldt2020-09-031-53/+0
* Use OpenType font weightsJonas Karlsson2020-08-281-2/+51
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-2/+2
* Use QList instead of QVector in uicJarek Kobus2020-06-221-1/+1
* Port androiddeployqt and uic from QStringRef to QStringViewLars Knoll2020-06-151-2/+2
* uic: Generate string-based connections for custom slotsFriedemann Kleint2020-05-051-9/+18
* uic: Generate Qt 5 connection syntaxFriedemann Kleint2020-05-041-3/+30
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-111-6/+13
|\
| * uic: Add pass to empty functionsCristián Maureira-Fredes2020-03-031-6/+13
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-1/+1
|\|
| * uic/Python: Set form object name correctlyFriedemann Kleint2020-02-051-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-13/+16
|\|
| * uic: setWeight replace semi-colon by language::eolCristián Maureira-Fredes2020-01-051-1/+1
| * uic: Add colon missing for "if()" constructs in PythonFriedemann Kleint2020-01-031-5/+10
| * uic: Fix empty strings for PythonFriedemann Kleint2020-01-031-7/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-2/+2
|\|
| * uic: Rename raise() to raise_() for PythonCristián Maureira-Fredes2019-12-191-2/+2
* | uic: Remove some usages of QListFriedemann Kleint2019-11-131-4/+4
|/
* 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-021-1/+4
* uic: Fix remaining clang warningsFriedemann Kleint2019-06-281-9/+4
* uic: Fix some clang warningsFriedemann Kleint2019-06-061-5/+2
* uic: Introduce nullptrFriedemann Kleint2019-06-111-4/+3
* uic/Python: Fix tab stop/Z-Order and buddy handlingFriedemann Kleint2019-05-081-24/+14
* 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: 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-081-77/+96
* uic: Port method calls to pythonFriedemann Kleint2019-04-081-128/+215
* uic: Adapt connection syntax to PythonFriedemann Kleint2019-04-051-17/+25
* uic: Add pythonFriedemann Kleint2019-04-051-33/+41
* uic: Refactor string constant formattingFriedemann Kleint2019-04-051-68/+68
* 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-101-22/+32
* | 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