aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* shiboken6/test: Fix warnings about implicitly generated assignment operatorsFriedemann Kleint2022-09-2316-56/+58
* Documentation/patch_qhp.py: Strip the module from the indexFriedemann Kleint2022-09-212-1/+17
* PyEnum: write about new Enums and Forgiveness ModeChristian Tismer2022-09-202-3/+165
* Remove the ported Python examples pages from additionaldocs.lstFriedemann Kleint2022-09-151-110/+0
* Documentation/patch_qhp.py: Brush up scriptFriedemann Kleint2022-09-133-27/+40
* Documentation: Sort the modules page alphabeticallyFriedemann Kleint2022-09-131-57/+40
* Update documentationFriedemann Kleint2022-09-126-38/+26
* Fix Property GC tracking for Python 3.11Christian Tismer2022-09-121-0/+2
* Fix TypeError when comparing Qt.Flags and objectsAdrian Herrmann2022-09-082-2/+27
* Documentation: Update the modules pageFriedemann Kleint2022-09-071-2/+60
* 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
* shiboken6: Use the full path of libdir in pkg-config fileZhu Zihao2022-09-021-1/+1
* 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-012-2/+2
* 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
* Fix blocking threads in static functions of QMessageBoxFriedemann Kleint2022-08-241-0/+9
* Fix random values in QFormLayout.getItemPosition()Adrian Herrmann2022-08-182-18/+20
* 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-184-19/+75
* libpyside: Output a warning when a property metacall failsFriedemann Kleint2022-08-161-1/+5
* 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-125-0/+458
* PySide6: Fix a crash when overriding QAbstractItemModel::mimeData()Friedemann Kleint2022-08-111-1/+1
* shiboken6: Remove Python code snippet markersFriedemann Kleint2022-08-111-3/+6
* Update the VS Code debugging tutorial for WindowsAdrian Herrmann2022-08-102-31/+85
* Add a typesystem XML attribute for Python enum typesFriedemann Kleint2022-08-105-0/+46
* Documentation: Fix some snippets of the model view tutorialsFriedemann Kleint2022-08-102-0/+42
* snippets_translate: Add a way of overriding snippetsFriedemann Kleint2022-08-085-0/+23
* QtDataVisualization: Add ownership transfers for QValue3DAxisFormatterFriedemann Kleint2022-08-081-1/+13
* build: Fix a weird build problem on macOS and other platformsChristian Tismer2022-08-041-7/+0
* Fix build error on Windows caused by macro copysign in CPythonFriedemann Kleint2022-08-011-0/+6
* Shiboken: use the Python 3.11 buffer interface for Limited APIChristian Tismer2022-07-193-7/+7
* PyEnum: Increase compatibility by allowing defaults etc., refinementChristian Tismer2022-07-193-20/+38
* PyEnum: Simplify the test-cases with the new forgiveness modeChristian Tismer2022-07-147-55/+34
* PyEnum: Increase compatibility by allowing defaults and old flag namesChristian Tismer2022-07-147-8/+339
* PyEnum: make forgiving duplicates work with Python 3.11Christian Tismer2022-07-144-13/+20
* Shiboken: Fix the oldest shiboken bug ever which shows up on Python 3.11Christian Tismer2022-07-111-1/+1
* Fix signal QAbstractItemModel::layoutAboutToBeChanged(QList<QPersistentModelI...Friedemann Kleint2022-07-081-0/+7