summaryrefslogtreecommitdiffstats
path: root/src/tools/uic/cpp/cppwriteinitialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* uic: Generate string-based connections for QLCDNumber::display()Friedemann Kleint2023-02-071-0/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-181-2/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-181-4/+4
* uic/Python: Do not generate QByteArray for dynamic C-String propertiesFriedemann Kleint2022-10-061-2/+3
* uic: Remove trailing blanks generated into Python icon codeFriedemann Kleint2022-09-071-2/+1
* uic: Fix string list properties for PythonFriedemann Kleint2022-05-261-10/+27
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* uic: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-261-3/+3
* uic: replace QLatin1String uses with _L1 or _sSona Kurazyan2022-04-261-187/+186
* uic: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-231-8/+8
* uic: use C string literals for setObjectName()Marc Mutz2022-03-181-1/+1
* uic: Generate parameters for ambiguous signalsFriedemann Kleint2021-12-071-2/+7
* uic: Refactor CustomWidgetsInfo::extends() to use QAnyStringViewFriedemann Kleint2021-11-261-23/+23
* uic: Fix font family code generation for pythonFriedemann 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