aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: add package detail pageCristián Maureira-Fredes2022-07-084-4/+151
* Shiboken: Rewrite the signature initializationChristian Tismer2022-07-0711-104/+68
* Shiboken: Move the shibokensupport initialization into the moduleChristian Tismer2022-07-075-31/+16
* Fix Documentation - Cross CompilationShyamnath Premnadh2022-07-071-0/+5
* Fix getting started Qt for PythonShyamnath Premnadh2022-07-073-3/+12
* Fix Typo : PySide Debugging TutorialShyamnath Premnadh2022-07-071-1/+1
* shiboken6: Simplify smart pointer types when searching instantiationsFriedemann Kleint2022-07-031-7/+11
* Remove left-over archive fileFriedemann Kleint2022-06-301-0/+0
* libpyside: Improve error message about using the wrong signal overloadFriedemann Kleint2022-06-301-6/+13
* libshiboken: Remove old code paths for static stringsFriedemann Kleint2022-06-271-59/+0
* libshiboken: Fix crashes with static strings in Python 3.11Friedemann Kleint2022-06-241-2/+17
* Fix returning flags from QAbstractTableModel and other modelsFriedemann Kleint2022-06-241-3/+2
* support enum handling for headerData(...)Shyamnath Premnadh2022-06-241-0/+4
* Remove build warning qCDebug, qCWarning, qCInfo, qCCriticalShyamnath Premnadh2022-06-231-4/+4
* libshiboken: Fix build with numpy 1.23.0Friedemann Kleint2022-06-231-0/+5
* Fix build with QT_LEAN_HEADERSFriedemann Kleint2022-06-231-0/+2
* shiboken6/Doc generator: Fix index pagesFriedemann Kleint2022-06-231-2/+2
* shiboken6: Do not consider move constructors for tp_initFriedemann Kleint2022-06-211-1/+3
* PyEnum: Remove the old duplication of Enums in the enclosing scopeChristian Tismer2022-06-218-19/+70
* pyside: Modify QAbstractListModel.data(..) to consider enumsShyamnath Premnadh2022-06-202-0/+13
* Shiboken: Optimize attribute access a bit moreChristian Tismer2022-06-207-8/+12
* PySide: speedup all cleanup calls by using PyName for staticMetaObjectChristian Tismer2022-06-172-19/+21
* PyEnum: Use embedding of the Enum module for better execution speedChristian Tismer2022-06-1710-9/+1160
* signature module: QPixMap.save should use str instead of bytesShyamnath Premnadh2022-06-171-0/+5
* Fix type hinting for QListWidget selected_indexes() returnShyamnath Premnadh2022-06-171-3/+1
* libshiboken: Amend error message "not enough arguments"Friedemann Kleint2022-06-152-1/+5
* shiboken6: Fix compile error in testsFriedemann Kleint2022-06-151-2/+2
* QEnum: Adapt to the new enum implementationChristian Tismer2022-06-154-30/+28
* Fix usage of Py_TYPE() for Python 3.11Friedemann Kleint2022-06-133-7/+9
* Documentation: Fix mention of the clang environment variableFriedemann Kleint2022-06-103-8/+8
* libshiboken: Fix hangs introduced by mutexFriedemann Kleint2022-06-101-7/+7
* libshiboken: Fix a crash in Shiboken::Object::isValid() for Python 3.11Friedemann Kleint2022-06-101-0/+1
* Fix deprecation of the Py_TRASHCAN_SAFE_BEGIN/END macrosFriedemann Kleint2022-06-102-0/+16
* libshiboken: Fix occasional crashes when using QMLFriedemann Kleint2022-06-031-0/+12