aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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