aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6
Commit message (Expand)AuthorAgeFilesLines
* Avoid parenting of QNetworkReply on QNetworkAccessManager in request functionsFriedemann Kleint2024-07-021-6/+50
* Avoid parenting of QModbusReply on QModbusClient in the request functionsFriedemann Kleint2024-07-021-1/+22
* QtAsyncio: Use modern typing syntaxAdrian Herrmann2024-06-284-87/+81
* QtAsyncio: Properly document run() argsAdrian Herrmann2024-06-271-1/+19
* QtAsyncio: Remove application arg from loop policyAdrian Herrmann2024-06-272-8/+7
* PySide6/QML: Fix Qt properties of type QAbstractItemModelFriedemann Kleint2024-06-261-1/+2
* Python-3.10: Allow the new syntax for Python 3.9Christian Tismer2024-06-207-0/+7
* QtAsyncio: Clarify usage of singleShot w/o contextAdrian Herrmann2024-06-181-1/+4
* libshiboken: Fix some static analysis warningsFriedemann Kleint2024-06-181-0/+1
* Android Deployment: Build wheels with macOS hostShyamnath Premnadh2024-06-031-0/+9
* QtAsyncio: Improve documentation (part 3)Adrian Herrmann2024-05-301-5/+14
* Fix suppressed exceptions for 0-delay singleShotAdrian Herrmann2024-05-271-0/+2
* Fix type hint of QModelIndex.internalPointer()Friedemann Kleint2024-05-221-0/+2
* PySide6: QNetworkAccessManager.setCache() takes ownership of cache objectPhilipp Wolfer2024-05-171-0/+5
* Add QAccessibleSelectionInterfaceMichael Weghorn2024-05-162-0/+2
* pyi: fix QItemSelection.__init(self) returning wrong typeFrancisco Boni2024-05-161-2/+3
* Python 3.12: Avoid issues with reference counting of immortal Python typesFriedemann Kleint2024-05-162-5/+6
* Add missing QQuickWebEngineProfile.setUrlRequestInterceptor() and othersFriedemann Kleint2024-05-162-2/+12
* Fix build for Tech Preview classesFriedemann Kleint2024-05-152-4/+4
* Fix undesired invalidation of QObjects/QWidgets after calling parent(Widget)()Friedemann Kleint2024-05-142-6/+0
* Documentation: Add more doc file hints for QML functionsFriedemann Kleint2024-05-131-3/+6
* QtAsyncio: Improve documentation (part 2)Adrian Herrmann2024-05-103-8/+43
* QtAsyncio: Improve documentation (part 1)Adrian Herrmann2024-05-101-3/+110
* Shiboken: Simplify Python Error MessagesChristian Tismer2024-05-106-25/+13
* Fix type hint of QTranslator.translate()Friedemann Kleint2024-05-101-0/+5
* shiboken6: Generate polymorphic bases into type discovery functionsFriedemann Kleint2024-05-063-4/+4
* QtAsyncio: Improve readability of _stepAdrian Herrmann2024-04-241-10/+9
* Add some missing classesFriedemann Kleint2024-04-2229-5/+125
* QtAsyncio: Round handle timeoutsAdrian Herrmann2024-04-221-1/+2
* QtAsyncio: Fix tasks with loop not cancellingAdrian Herrmann2024-04-221-0/+11
* shiboken6: Generate Python override code for added virtualsFriedemann Kleint2024-04-222-0/+24
* Release dialogs when using QDialog.exec()Friedemann Kleint2024-04-122-1/+11
* Fix potential undefined behavior in type discovery of class hierarchiesFriedemann Kleint2024-04-124-97/+158
* Multimedia: Adapt to revert of QAudio->QtAudio namespace renamingFriedemann Kleint2024-04-123-9/+4
* Fix spurious build errorFriedemann Kleint2024-04-091-1/+1
* Fix building without QtOpenGLFriedemann Kleint2024-04-0911-33/+95
* shiboken6: Add attributes for global inline namespacesFriedemann Kleint2024-04-0857-57/+114
* Build system: Clean Qt libraries linked by the modulesFriedemann Kleint2024-04-0436-202/+75
* Fix broken comparison of QOperatingSystemVersion::OSTypeFriedemann Kleint2024-04-041-1/+0
* Fix crash browsing https://outlook.comFriedemann Kleint2024-04-041-1/+1
* Fix warning about invalid printf()-formatFriedemann Kleint2024-03-201-1/+1
* doc: Add page for pyside6-genpyiAdrian Herrmann2024-03-191-9/+10
* Add QRhiGraphicsPipeline::StencilOpStateFriedemann Kleint2024-03-192-0/+2
* qiopipe: add missing includeSamuli Piippo2024-03-181-0/+1
* QtAsyncio: Improve handling of outside terminationAdrian Herrmann2024-03-151-8/+5
* Fix crash when adding None to a QLayoutFriedemann Kleint2024-03-142-10/+37
* LazyInit: Move the get arguments into a static structureChristian Tismer2024-03-131-3/+4
* LazyInit: Implement Lazy Initialization by Delayed Module EntriesChristian Tismer2024-03-131-0/+2
* PySide6: fix systemLocale goes out of scopeShyamnath Premnadh2024-03-131-1/+1
* Add QIOPipeAdrian Herrmann2024-03-135-1/+187