aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Cleanup version strings for 6.2.4 releaseSimo Fält2022-03-152-6/+6
* PySide6: Fix properties of type QQmlPropertyMap *Friedemann Kleint2022-03-112-0/+3
* Doc: Drop Qt Location overviews from the listVenugopal Shivashankar2022-02-281-12/+0
* Fix signals/slots with non-QObject object typesFriedemann Kleint2022-02-282-2/+41
* PyPySide: Fix a regression with thread initializationChristian Tismer2022-02-282-1/+13
* Fix entry points for UI tools on macOSFriedemann Kleint2022-02-281-6/+11
* signature module - mapping.py cleanupShyamnath Premnadh2022-02-281-3/+0
* Fix build with 3.10/Limited APIFriedemann Kleint2022-02-241-0/+2
* PySide6: Fix crash when implementing QQuickAsyncImageProvider::requestImageRe...Friedemann Kleint2022-02-231-1/+7
* __feature__: rework constructor handling of both featuresChristian Tismer2022-02-224-56/+290
* QAbstractOAuth - add setModifyParametersFunctionShyamnath Premnadh2022-02-222-0/+74
* Fix the multimap/hash conversion and add the testFriedemann Kleint2022-02-221-0/+1
* __feature__: Do the renaming also in the hidden methodsChristian Tismer2022-02-211-11/+52
* Documentation: Mark briefcase as supporting Qt 6Friedemann Kleint2022-02-171-1/+1
* PySide6: Fix parent relationship in QWizard::setPage()Friedemann Kleint2022-02-171-0/+5
* shiboken6: Fix build against 6.4Friedemann Kleint2022-02-171-0/+1
* Fix QLowEnergyServiceData.chacteristics()Friedemann Kleint2022-02-173-7/+83
* shiboken6: Output new type flags in the debug operatorFriedemann Kleint2022-02-171-0/+20
* shiboken6: nullptr_t converter - remove unnecessary convertersShyamnath Premnadh2022-02-171-11/+1
* Update license year in the generated licenseFriedemann Kleint2022-02-161-1/+1
* shiboken6/tests: Fix compilation with MSVC 2022 in C++ 20 modeFriedemann Kleint2022-02-151-5/+6
* __feature__: Fix true_property overridingChristian Tismer2022-02-122-6/+21
* __feature__: Fix snake_case handling on user defined classesChristian Tismer2022-02-103-6/+47
* PySide: Leave the underscore variable alone in QApplicationChristian Tismer2022-02-081-5/+4
* Documentation: Remove mentions of qmakeFriedemann Kleint2022-02-085-20/+22
* Build system: Fix misleading message about Documentation buildFriedemann Kleint2022-02-081-1/+1
* shiboken6: Check the clang version during configureFriedemann Kleint2022-02-081-0/+5
* pyside: fix exception strJulien Schueller2022-02-041-1/+1
* Prospective fix for broken QByteArray::__msetitem__() on big endian architect...Friedemann Kleint2022-02-031-3/+4
* Refactor code snippets for QByteArray::__msetitem__()/__mgetitem__()Friedemann Kleint2022-02-032-32/+25
* PyPySide: Fix locker handling which enables MandelbrotChristian Tismer2022-02-034-4/+38
* Clean up QtWidgets testsFriedemann Kleint2022-02-0318-62/+47
* shiboken6: Consider .h files as C++Friedemann Kleint2022-02-021-1/+3
* nothing.h - why is it required?Shyamnath Premnadh2022-02-011-0/+3
* Convert QVariant to Enum typesShyamnath Premnadh2022-01-312-3/+71
* shiboken6: Output class name in AbstractMetaFunction::debugSignature()Friedemann Kleint2022-01-261-0/+2
* PyPySide: fix a few more cases of QPainter without end()Christian Tismer2022-01-262-1/+4
* shiboken6: Fix broken if statement when setting allow-threadFriedemann Kleint2022-01-242-3/+3
* QFileDialog: allow threads with modal dialogsCristián Maureira-Fredes2022-01-241-0/+2
* shiboken6/Type system parser: Use a QHash for element type lookupsFriedemann Kleint2022-01-241-9/+52
* PySide6: Add __repr__ to QEventsFriedemann Kleint2022-01-214-11/+119
* Safe distinction of Nuitka compiled methodsShyamnath Premnadh2022-01-2010-10/+82
* Adapt to new Multimedia-APIFriedemann Kleint2022-01-191-0/+3
* PySide6: Enable checking by patch versionFriedemann Kleint2022-01-191-1/+1
* shiboken6/Type system parser: Purge empty code snippetsFriedemann Kleint2022-01-193-0/+34
* shiboken6/Type system parser: Handle native-to-target and vv in argument conv...Friedemann Kleint2022-01-192-34/+80
* shiboken6: Fix handling of value types with protected constructorsFriedemann Kleint2022-01-196-4/+17
* shiboken6: Pass more generator options to the api extractorFriedemann Kleint2022-01-1811-26/+79
* shiboken6/Type system parser: Introduce a helper for the code snippetsFriedemann Kleint2022-01-152-69/+107
* shiboken6/Type system parser: Simplify codeFriedemann Kleint2022-01-153-11/+10