| Commit message (Expand) | Author | Age | Files | Lines |
| * | Avoid parenting of QNetworkReply on QNetworkAccessManager in request functions | Friedemann Kleint | 2024-07-02 | 1 | -6/+50 |
| * | Avoid parenting of QModbusReply on QModbusClient in the request functions | Friedemann Kleint | 2024-07-02 | 1 | -1/+22 |
| * | QtAsyncio: Use modern typing syntax | Adrian Herrmann | 2024-06-28 | 4 | -87/+81 |
| * | QtAsyncio: Properly document run() args | Adrian Herrmann | 2024-06-27 | 1 | -1/+19 |
| * | QtAsyncio: Remove application arg from loop policy | Adrian Herrmann | 2024-06-27 | 2 | -8/+7 |
| * | PySide6/QML: Fix Qt properties of type QAbstractItemModel | Friedemann Kleint | 2024-06-26 | 1 | -1/+2 |
| * | Python-3.10: Allow the new syntax for Python 3.9 | Christian Tismer | 2024-06-20 | 7 | -0/+7 |
| * | QtAsyncio: Clarify usage of singleShot w/o context | Adrian Herrmann | 2024-06-18 | 1 | -1/+4 |
| * | libshiboken: Fix some static analysis warnings | Friedemann Kleint | 2024-06-18 | 1 | -0/+1 |
| * | Android Deployment: Build wheels with macOS host | Shyamnath Premnadh | 2024-06-03 | 1 | -0/+9 |
| * | QtAsyncio: Improve documentation (part 3) | Adrian Herrmann | 2024-05-30 | 1 | -5/+14 |
| * | Fix suppressed exceptions for 0-delay singleShot | Adrian Herrmann | 2024-05-27 | 1 | -0/+2 |
| * | Fix type hint of QModelIndex.internalPointer() | Friedemann Kleint | 2024-05-22 | 1 | -0/+2 |
| * | PySide6: QNetworkAccessManager.setCache() takes ownership of cache object | Philipp Wolfer | 2024-05-17 | 1 | -0/+5 |
| * | Add QAccessibleSelectionInterface | Michael Weghorn | 2024-05-16 | 2 | -0/+2 |
| * | pyi: fix QItemSelection.__init(self) returning wrong type | Francisco Boni | 2024-05-16 | 1 | -2/+3 |
| * | Python 3.12: Avoid issues with reference counting of immortal Python types | Friedemann Kleint | 2024-05-16 | 2 | -5/+6 |
| * | Add missing QQuickWebEngineProfile.setUrlRequestInterceptor() and others | Friedemann Kleint | 2024-05-16 | 2 | -2/+12 |
| * | Fix build for Tech Preview classes | Friedemann Kleint | 2024-05-15 | 2 | -4/+4 |
| * | Fix undesired invalidation of QObjects/QWidgets after calling parent(Widget)() | Friedemann Kleint | 2024-05-14 | 2 | -6/+0 |
| * | Documentation: Add more doc file hints for QML functions | Friedemann Kleint | 2024-05-13 | 1 | -3/+6 |
| * | QtAsyncio: Improve documentation (part 2) | Adrian Herrmann | 2024-05-10 | 3 | -8/+43 |
| * | QtAsyncio: Improve documentation (part 1) | Adrian Herrmann | 2024-05-10 | 1 | -3/+110 |
| * | Shiboken: Simplify Python Error Messages | Christian Tismer | 2024-05-10 | 6 | -25/+13 |
| * | Fix type hint of QTranslator.translate() | Friedemann Kleint | 2024-05-10 | 1 | -0/+5 |
| * | shiboken6: Generate polymorphic bases into type discovery functions | Friedemann Kleint | 2024-05-06 | 3 | -4/+4 |
| * | QtAsyncio: Improve readability of _step | Adrian Herrmann | 2024-04-24 | 1 | -10/+9 |
| * | Add some missing classes | Friedemann Kleint | 2024-04-22 | 29 | -5/+125 |
| * | QtAsyncio: Round handle timeouts | Adrian Herrmann | 2024-04-22 | 1 | -1/+2 |
| * | QtAsyncio: Fix tasks with loop not cancelling | Adrian Herrmann | 2024-04-22 | 1 | -0/+11 |
| * | shiboken6: Generate Python override code for added virtuals | Friedemann Kleint | 2024-04-22 | 2 | -0/+24 |
| * | Release dialogs when using QDialog.exec() | Friedemann Kleint | 2024-04-12 | 2 | -1/+11 |
| * | Fix potential undefined behavior in type discovery of class hierarchies | Friedemann Kleint | 2024-04-12 | 4 | -97/+158 |
| * | Multimedia: Adapt to revert of QAudio->QtAudio namespace renaming | Friedemann Kleint | 2024-04-12 | 3 | -9/+4 |
| * | Fix spurious build error | Friedemann Kleint | 2024-04-09 | 1 | -1/+1 |
| * | Fix building without QtOpenGL | Friedemann Kleint | 2024-04-09 | 11 | -33/+95 |
| * | shiboken6: Add attributes for global inline namespaces | Friedemann Kleint | 2024-04-08 | 57 | -57/+114 |
| * | Build system: Clean Qt libraries linked by the modules | Friedemann Kleint | 2024-04-04 | 36 | -202/+75 |
| * | Fix broken comparison of QOperatingSystemVersion::OSType | Friedemann Kleint | 2024-04-04 | 1 | -1/+0 |
| * | Fix crash browsing https://outlook.com | Friedemann Kleint | 2024-04-04 | 1 | -1/+1 |
| * | Fix warning about invalid printf()-format | Friedemann Kleint | 2024-03-20 | 1 | -1/+1 |
| * | doc: Add page for pyside6-genpyi | Adrian Herrmann | 2024-03-19 | 1 | -9/+10 |
| * | Add QRhiGraphicsPipeline::StencilOpState | Friedemann Kleint | 2024-03-19 | 2 | -0/+2 |
| * | qiopipe: add missing include | Samuli Piippo | 2024-03-18 | 1 | -0/+1 |
| * | QtAsyncio: Improve handling of outside termination | Adrian Herrmann | 2024-03-15 | 1 | -8/+5 |
| * | Fix crash when adding None to a QLayout | Friedemann Kleint | 2024-03-14 | 2 | -10/+37 |
| * | LazyInit: Move the get arguments into a static structure | Christian Tismer | 2024-03-13 | 1 | -3/+4 |
| * | LazyInit: Implement Lazy Initialization by Delayed Module Entries | Christian Tismer | 2024-03-13 | 1 | -0/+2 |
| * | PySide6: fix systemLocale goes out of scope | Shyamnath Premnadh | 2024-03-13 | 1 | -1/+1 |
| * | Add QIOPipe | Adrian Herrmann | 2024-03-13 | 5 | -1/+187 |