aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6
Commit message (Expand)AuthorAgeFilesLines
...
* Enable QtDBus on macSimo Fält2022-03-251-1/+1
* Windows: Enable building without QMLFriedemann Kleint2022-03-231-1/+4
* PySide6: Fix crash when implementing QQuickFramebufferObject.createRenderer()Friedemann Kleint2022-03-231-0/+5
* Documentation: Link the Tutorial from the Signal/Slot reference pagesFriedemann Kleint2022-03-233-0/+5
* shiboken6: Fix comparison operators in namespacesFriedemann Kleint2022-03-221-0/+5
* Docs: Add missing semicolon to CSSFeRD (Frank Dana)2022-03-211-1/+1
* Fix failing test qimage_test.pyFriedemann Kleint2022-03-211-0/+2
* PySide6: Fix build broken by mixed flag operatorsFriedemann Kleint2022-03-191-0/+8
* Add a context manager for override cursorsFriedemann Kleint2022-03-185-2/+99
* PyPySide: fix callbacks with the new "builtin method" typeChristian Tismer2022-03-172-1/+29
* Port code to use size() instead of count() of Qt containersFriedemann Kleint2022-03-175-17/+16
* Documentation: Update additionaldocs.lstFriedemann Kleint2022-03-162-122/+456
* PySide6/Documentation: Add module descriptionsFriedemann Kleint2022-03-1630-11/+1358
* Add QtNfc documentationFriedemann Kleint2022-03-163-0/+40
* Remove *.qdocconf.in files of removed modulesFriedemann Kleint2022-03-163-6/+0
* libpyside: Refactor handling of named signal argumentsFriedemann Kleint2022-03-143-24/+20
* Documentation: Add constructor documentation to Signal/SlotFriedemann Kleint2022-03-143-4/+39
* Documentation: Clean up extra documentationFriedemann Kleint2022-03-148-47/+38
* Strip libraries in release modeFriedemann Kleint2022-03-143-0/+5
* PyPy: Fix timeout in bug_997.py, take 2Friedemann Kleint2022-03-122-11/+14
* PyPySide: fix a bunch of pseudo-errorsChristian Tismer2022-03-116-0/+15
* PyPySide: disable __feature__ completely, temporarilyChristian Tismer2022-03-114-12/+27
* PyPy: Fix tests with timeoutsFriedemann Kleint2022-03-103-6/+22
* PySide6: Fix properties of type QQmlPropertyMap *Friedemann Kleint2022-03-101-0/+4
* Fix some tests checking delection for PyPyFriedemann Kleint2022-03-071-0/+11
* Expose QtGui's qFuzzyCompare() overloadsFriedemann Kleint2022-03-042-3/+16
* Add QtNfcFriedemann Kleint2022-03-045-0/+158
* libpysideqml: Fix size of QObjectFriedemann Kleint2022-03-041-4/+2
* Simplify special code handling Qt Quick type registrationFriedemann Kleint2022-03-033-157/+60
* Fix grouped QML propertiesFriedemann Kleint2022-03-035-10/+219
* Store the type object in PySidePropertyFriedemann Kleint2022-03-032-3/+18
* Add explanatory comment to PySidePropertyFriedemann Kleint2022-03-031-0/+3
* Improve readability of the Property documentationFriedemann Kleint2022-03-021-3/+6
* Implement QQmlPropertyValueSourceFriedemann Kleint2022-02-286-3/+96
* Fix signals/slots with non-QObject object typesFriedemann Kleint2022-02-281-1/+36
* Doc: Drop Qt Location overviews from the listVenugopal Shivashankar2022-02-281-12/+0
* PyPySide: Fix a regression with thread initializationChristian Tismer2022-02-282-1/+13
* Fix build with pypy on WindowsFriedemann Kleint2022-02-241-1/+1
* Refactor handling of QmlListPropertyFriedemann Kleint2022-02-245-149/+128
* Refactor SignalManager::qt_metacall()Friedemann Kleint2022-02-242-91/+99
* 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-211-0/+1
* Fix QLowEnergyServiceData.chacteristics()Friedemann Kleint2022-02-173-7/+83
* 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
* PySide6: Add QLocale::LanguageCodeTypes flagsFriedemann Kleint2022-02-171-1/+1
* libpyside: Fix documentation of DecoratorPrivate::tp_call_check()Friedemann Kleint2022-02-161-2/+2
* Add the QmlAttached decoratorFriedemann Kleint2022-02-1614-3/+608