aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pin Qt6.2.4 sha1 as a dependency for releasev6.2.46.2.4Simo Fält2022-03-151-1/+1
* 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
* Add changelog 6.2.4Friedemann Kleint2022-03-011-0/+42
* 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
* Blacklist qthread_testFriedemann Kleint2022-02-251-0/+2
* 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-223-3/+94
* 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-036-24/+58
* Clean up QtWidgets testsFriedemann Kleint2022-02-0318-62/+47
* Fix the OpenGL textures example for Qt 6Friedemann Kleint2022-02-021-70/+88
* 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
* Fix examples/widgets/dialogs/classwizard.pyShyamnath Premnadh2022-01-281-1/+1
* Allow empty PRE_RELEASE_VERSION for release wheelsSimo Fält2022-01-282-7/+7
* Add changelog 6.2.3Friedemann Kleint2022-01-271-0/+56
* Examples: Fix example URLs and documentation warningsFriedemann Kleint2022-01-264-8/+5
* Add editable tree model exampleJaime Resano2022-01-268-0/+680
* shiboken6: Output class name in AbstractMetaFunction::debugSignature()Friedemann Kleint2022-01-261-0/+2
* Port the threadedqopenglwidget exampleFriedemann Kleint2022-01-267-0/+681
* PyPySide: fix a few more cases of QPainter without end()Christian Tismer2022-01-262-1/+4
* PyPySide: handle QPainter correctly with GCChristian Tismer2022-01-2422-0/+53
* 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