aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pin Qt6.3.2 sha1 and fix version for releasev6.3.26.3.2Simo Fält2022-09-083-7/+7
* Documentation: Update the modules pageFriedemann Kleint2022-09-071-2/+60
* Doc: Add title to the SpinBoxDelegate docVenugopal Shivashankar2022-09-061-0/+3
* shiboken6: Fix a crash caused by invalid return types of added functionsFriedemann Kleint2022-09-061-1/+1
* Fix doc warningFriedemann Kleint2022-09-061-1/+3
* Add QML window example + shared QML moduleAdrian Herrmann2022-09-0535-0/+4106
* example: add google suggestjaime022022-09-056-0/+303
* shiboken6: Use the full path of libdir in pkg-config fileZhu Zihao2022-09-021-1/+1
* snippets_translate: Speed up regexp evaluationFriedemann Kleint2022-09-022-93/+134
* Complement the changelog 6.3.2Friedemann Kleint2022-09-021-1/+17
* snippets_translate: Refactor handling of castsFriedemann Kleint2022-09-022-20/+15
* Modernize Shiboken.getAllValidWrappers()Friedemann Kleint2022-09-021-8/+7
* Fix stubs of shiboken6.ShibokenFriedemann Kleint2022-09-022-11/+11
* PyEnum: Finish the flexible Enum/Flag assignment and correctChristian Tismer2022-09-024-20/+16
* PyEnum: Simplify code generator because of full forgivenessChristian Tismer2022-09-022-22/+2
* PyEnum: Improve the handling of QKeyCombinationChristian Tismer2022-09-024-4/+66
* doc: add section for cmake-only buildCristián Maureira-Fredes2022-09-011-8/+38
* doc: use more processes for sphinx-buildCristián Maureira-Fredes2022-09-013-3/+3
* Add the Bluetooth heart rate examplesFriedemann Kleint2022-09-0130-0/+2571
* PySide6: Add QBluetoothDeviceDiscoveryAgent.DiscoveryMethodsFriedemann Kleint2022-08-311-1/+1
* Documentation: Improve module pages titleFriedemann Kleint2022-08-271-2/+2
* Fix setting override cursors without context managerFriedemann Kleint2022-08-251-1/+1
* Examples: Add some missing slot decoratorsFriedemann Kleint2022-08-2540-40/+222
* quicknanobrowser example: Fix warningFriedemann Kleint2022-08-241-1/+1
* Fix blocking threads in static functions of QMessageBoxFriedemann Kleint2022-08-241-0/+9
* Fix binding,scriptable examples when no build typeAdrian Herrmann2022-08-223-5/+5
* Fix some bitrot in examplesFriedemann Kleint2022-08-193-17/+27
* Fix random values in QFormLayout.getItemPosition()Adrian Herrmann2022-08-182-18/+20
* snippets_translate: Handle connect statementsFriedemann Kleint2022-08-183-3/+53
* Add support for QFormLayout::TakeRowResultCristian Maureira-Fredes2022-08-183-2/+34
* shiboken6: Trim white space of default expressionsFriedemann Kleint2022-08-181-2/+5
* signature: Update, cleanup and install signature testChristian Tismer2022-08-185-21/+75
* CI: Use same python with testrun as with build on winSimo Fält2022-08-181-3/+4
* snippets_translate: Do convert return statements to functionsFriedemann Kleint2022-08-162-2/+6
* libpyside: Output a warning when a property metacall failsFriedemann Kleint2022-08-161-1/+5
* Add changelog 6.3.2Friedemann Kleint2022-08-161-0/+56
* snippets_translate: Fix indented conditionsFriedemann Kleint2022-08-152-3/+4
* snippets_translate: Fix the testsFriedemann Kleint2022-08-152-33/+57
* PyEnum: Enable the type definition to override all enum typesChristian Tismer2022-08-153-3/+8
* PyEnum: Accelerate item accessChristian Tismer2022-08-151-7/+11
* PyEnum: Define a fixed list of Int(Enum|Flag) decisionsChristian Tismer2022-08-1519-78/+259
* PyEnum: Fix QKeySequence to stay correct when switching IntEnum to EnumChristian Tismer2022-08-156-19/+38
* Fix the modelview programming tutorialFriedemann Kleint2022-08-126-1/+496
* snippets_translate: Add a way of using snippets from PythonFriedemann Kleint2022-08-1210-32/+198
* Port the modelview tutorialsFriedemann Kleint2022-08-129-0/+636
* PySide6: Fix a crash when overriding QAbstractItemModel::mimeData()Friedemann Kleint2022-08-111-1/+1
* Port the SpinBoxDelegate exampleFriedemann Kleint2022-08-113-0/+120
* shiboken6: Remove Python code snippet markersFriedemann Kleint2022-08-111-3/+6
* Update the VS Code debugging tutorial for WindowsAdrian Herrmann2022-08-102-31/+85
* Fix binding, scriptable examples for Windows debugAdrian Herrmann2022-08-103-5/+55