summaryrefslogtreecommitdiffstats
path: root/src/tools/uic
Commit message (Expand)AuthorAgeFilesLines
* 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
* uic: Extract a base class for WriteIncludesFriedemann Kleint2021-05-255-180/+288
* uic: Fix font family code generation for pythonFriedemann Kleint2021-05-033-2/+12
* uic: Update qclass_lib_map.hFriedemann Kleint2021-05-011-158/+7
* uic/Python: Add comments for mypy to ignore star importsFriedemann Kleint2021-04-291-3/+3
* Move build tools to libexec instead of the bin dirJoerg Bornemann2021-02-231-0/+1
* Hardcode a special case of using qOverload for slots without argumentsJarek Kobus2021-01-151-8/+19
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-46/+0
* Remove the qmake project filesJoerg Bornemann2021-01-075-61/+0
* uic: Do not generate QComboBox::AdjustToMinimumContentsLength into codeFriedemann Kleint2021-01-041-6/+23
* uic/rcc: Use QT_VERSION_MAJOR for major versionFriedemann Kleint2020-12-071-9/+11
* Fix uic/rcc generating outdated export for Qt for PythonFriedemann Kleint2020-12-041-6/+6
* uic: Do not generate QDockWidget::AllDockWidgetFeatures into codeFriedemann Kleint2020-12-031-1/+6
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-2/+2
* Update qclass_lib_map.h according to split of svg moduleJarek Kobus2020-11-131-2/+2
* Split QMutex and QRecursiveMutexLars Knoll2020-10-171-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-2/+2
* Remove the SAX parser from QtXmlLars Knoll2020-09-151-14/+0
* Ignore weight in .ui files instead of converting itEskil Abrahamsen Blomfeldt2020-09-033-79/+0