aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6
Commit message (Expand)AuthorAgeFilesLines
* 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
* QtAsyncio: Reset loop policy after QtAsyncio.run()Adrian Herrmann2024-03-111-2/+13
* Fix connect() for QObject callablesAdrian Herrmann2024-03-111-7/+16
* QtAsyncio: Add handle_sigint argument to run()Adrian Herrmann2024-03-072-3/+7
* Fix a crash when using struct.unpack() on a QByteArray with Limited APIFriedemann Kleint2024-03-071-2/+2
* QtAsyncio: Fix missing return value of run()Adrian Herrmann2024-03-071-2/+2
* Long live PyObjectHolderFriedemann Kleint2024-03-058-45/+91
* Enum: Move special Flag patch into a snippetChristian Tismer2024-03-053-53/+38
* Fix error about deleted C++ object when calling QWidget.style() in embedded a...Friedemann Kleint2024-03-011-5/+10
* Documentation: List loadUiType() as a function instead a classFriedemann Kleint2024-03-012-2/+45
* QtGraphs: Remove missing symbols workaroundFriedemann Kleint2024-02-291-4/+0
* Add public native interface classesFriedemann Kleint2024-02-285-1/+97
* Adapt to renaming of namespace QAudio->QtAudioFriedemann Kleint2024-02-283-2/+16
* Adapt to Qt 6.7Friedemann Kleint2024-02-2822-23/+292
* Adapt to QtGraphs changed APIFriedemann Kleint2024-02-285-225/+82
* Fix conversion of QVariant<->QMatrix<n>x<m>Friedemann Kleint2024-02-222-11/+45
* PySide6: Enable inheritance from QAbstractTextureImage/QTextureImageDataGener...Friedemann Kleint2024-02-221-6/+2
* Fix hangs when changing the device or suspending in the audiooutput exampleFriedemann Kleint2024-02-211-4/+6
* Desktop Deployment: link permission libraries for macOSShyamnath Premnadh2024-02-216-0/+68
* Add QTextureImageData methods returning an enumeration of QOpenGLTextureFriedemann Kleint2024-02-204-0/+7
* QTimer: Call C++ function for singleShot timersAdrian Herrmann2024-02-132-60/+70
* QtAsyncio: Fix missing attribute on WindowsAdrian Herrmann2024-02-121-2/+2
* shiboken: Fix the polymorphic names in styleOptionTypeChristian Tismer2024-02-121-22/+22
* QTimer: Fix singleShot overload with contextAdrian Herrmann2024-02-071-23/+25
* QObject: Add connect() overload with context argAdrian Herrmann2024-02-072-0/+10
* QObject: Add param names to connect/disconnectAdrian Herrmann2024-02-061-11/+10
* PySide6: Fix callable invocationsFriedemann Kleint2024-02-014-20/+22
* LazyInit: Make imports computable from offset constantsChristian Tismer2024-01-312-8/+8
* Adapt to glue code to namespaced Qt buildsFriedemann Kleint2024-01-3011-2/+38
* QtAsyncio: Introduce quit_qapp argumentAdrian Herrmann2024-01-302-7/+15
* Add documentation on how to adapt to new Qt versionsFriedemann Kleint2024-01-291-0/+3
* shiboken6: Improve messages when skipping fields and functionsFriedemann Kleint2024-01-232-6/+6