summaryrefslogtreecommitdiffstats
path: root/src/tools/uic
Commit message (Expand)AuthorAgeFilesLines
* uic: Write fully qualified enumerations for cursors/icon pixmapsFriedemann Kleint3 days1-5/+7
* uic/Python: Recognize more C++ suffixes when determining the custom widget mo...Friedemann Kleint4 days1-2/+6
* Long live [[nodiscard]] QFile::openGiuseppe D'Angelo9 days1-0/+1
* Tools: handle file opening failureGiuseppe D'Angelo13 days2-6/+8
* uic: use qOverload for ambiguous slotsAxel Spoerl2024-04-124-29/+144
* uic: Write QIcon theme enumsFriedemann Kleint2024-04-102-22/+75
* uic: Use fully qualified enum value for remaining casesFriedemann Kleint2023-11-151-3/+3
* uic: Write fully qualified enum values for QMainWindow enumerationsFriedemann Kleint2023-11-151-5/+13
* uic: Prepare for encountering fully qualified enum values in new .ui filesFriedemann Kleint2023-11-151-24/+38
* uic: Port enumeration lookups to QLatin1StringViewFriedemann Kleint2023-11-023-53/+53
* Remove redundant QPair includesAhmad Samir2023-09-061-1/+0
* Add TRY_RUN to host toolsAmir Masoud Abdol2023-06-081-0/+1
* uic: Generate QFont::WeightFriedemann Kleint2023-06-063-11/+44
* uic: Generate QFont::HintingPreferenceFriedemann Kleint2023-05-233-1/+38
* uic: Add a -no-qt-namespace optionhjk2023-02-203-2/+10
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-12/+1
* uic: Generate string-based connections for QLCDNumber::display()Friedemann Kleint2023-02-061-0/+4
* uic: Add option for absolute Python resource importsFriedemann Kleint2023-02-014-27/+108
* uic: Refactor options parsingFriedemann Kleint2023-01-231-45/+46
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-032-7/+7
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* uic/Python: Do not generate QByteArray for dynamic C-String propertiesFriedemann Kleint2022-10-051-2/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* uic: Add an option to modify the generated resource importFriedemann Kleint2022-09-153-3/+17
* uic: change the first parameter of pixCall to Q1LSVMate Barany2022-09-142-11/+11
* uic: use QString::compare in toBoolMate Barany2022-09-141-1/+1
* uic: Change some QLatin1String literals to QString literalsMate Barany2022-09-147-22/+22
* uic: Fix mismatches between QString/QLatin1StringViewMate Barany2022-09-123-7/+7
* uic: Remove trailing blanks generated into Python icon codeFriedemann Kleint2022-09-071-2/+1
* uic: Add QPdfViewFriedemann Kleint2022-09-071-0/+1
* QtBase tools: port away from deprecated qSetGlobalQHashSeed(0)Ivan Solovev2022-08-301-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* uic: Fix string list properties for PythonFriedemann Kleint2022-05-261-10/+27
* Make uic generate correct C++ commentsVolker Hilsheimer2022-05-181-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-1631-838/+63
* uic: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-266-10/+11
* uic: replace QLatin1String uses with _L1 or _sSona Kurazyan2022-04-2611-248/+264
* uic: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-238-27/+26
* Adapt generated sources of uic to latest string changesFriedemann Kleint2022-04-221-612/+615
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-8/+10
* uic: use C string literals for setObjectName()Marc Mutz2022-03-181-1/+1
* uic/Python: Import base class for flag valuesFriedemann Kleint2022-01-132-6/+22
* uic: Generate parameters for ambiguous signalsFriedemann Kleint2021-12-075-6/+47
* uic: Refactor CustomWidgetsInfo::extends() to use QAnyStringViewFriedemann Kleint2021-11-265-41/+41
* uic: Fix missing Python import when setting tab ordersFriedemann Kleint2021-10-201-1/+2
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-09-271-0/+1
* uic: Add QWebEngineViewFriedemann Kleint2021-09-201-0/+1
* uic: No longer generate star imports in PythonFriedemann Kleint2021-06-014-59/+182
* uic: Add further widgets to class lib mapFriedemann Kleint2021-05-251-0/+3