aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Fix blocking threads in static functions of QMessageBoxFriedemann Kleint2022-08-241-0/+9
* shiboken6: Propagate C++ enum deprecationFriedemann Kleint2022-08-228-7/+88
* signature: Update, cleanup and install signature test, 6.3 fixChristian Tismer2022-08-181-0/+1
* 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-171-2/+5
* signature: Update, cleanup and install signature test, amendChristian Tismer2022-08-171-6/+0
* signature: Update, cleanup and install signature testChristian Tismer2022-08-175-18/+43
* Fix warnings about glGet(Double|Float)i_v() in QtOpenGLFriedemann Kleint2022-08-163-20/+18
* 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: Define a fixed list of Int(Enum|Flag) decisions, amendedChristian Tismer2022-08-151-1/+1
* PyEnum: Accelerate item accessChristian Tismer2022-08-151-7/+11
* PyEnum: Define a fixed list of Int(Enum|Flag) decisionsChristian Tismer2022-08-1319-77/+257
* Fix the modelview programming tutorialFriedemann Kleint2022-08-125-0/+347
* PySideTools: Add qmllsShyamnath Premnadh2022-08-112-1/+6
* Add glGet(Boolean|Double|Float|Integer)i_v() to QtOpenGL's versioned functionsFriedemann Kleint2022-08-115-2/+85
* Add glGet(Boolean|Double|Float|Integer)v() to QtOpenGL's versioned functionsFriedemann Kleint2022-08-116-3/+250
* PySide6: Fix a crash when overriding QAbstractItemModel::mimeData()Friedemann Kleint2022-08-111-1/+1
* shiboken6: Remove Python code snippet markersFriedemann Kleint2022-08-101-3/+6
* Documentation: Fix some snippets of the model view tutorialsFriedemann Kleint2022-08-102-0/+42
* Update the VS Code debugging tutorial for WindowsAdrian Herrmann2022-08-092-31/+85
* Add a typesystem XML attribute for Python enum typesFriedemann Kleint2022-08-095-0/+46
* PyEnum: Fix QKeySequence to stay correct when switching IntEnum to EnumChristian Tismer2022-08-096-19/+38
* Add glGet(Boolean|Integer)i_v() to QtGui's QOpenGLExtraFunctionsFriedemann Kleint2022-08-092-0/+78
* Fix setting properties by named arguments for Q[VH]BoxLayoutFriedemann Kleint2022-08-093-6/+35
* shiboken6: Do not add removed arguments to the signature stringsFriedemann Kleint2022-08-081-7/+10
* shiboken6: Always use the modified pyi return type of functions for signaturesFriedemann Kleint2022-08-084-10/+12
* QOpenGLFunctions: Restore old overloads of glGet(Float|Integer)_v()Friedemann Kleint2022-08-081-14/+14
* QtDataVisualization: Add ownership transfers for QValue3DAxisFormatterFriedemann Kleint2022-08-081-1/+13
* Add glGet(Boolean|Float|Integer)v() to QtGui's QOpenGLFunctionsFriedemann Kleint2022-08-053-5/+109
* libshiboken: Add helpers for numpy array creationFriedemann Kleint2022-08-054-0/+113
* PySideTools: Add qmlformatShyamnath Premnadh2022-08-032-1/+6
* snippets_translate: Add a way of overriding snippetsFriedemann Kleint2022-08-035-0/+23
* shiboken6: Propagate exceptions through return value ownership modificationsFriedemann Kleint2022-08-027-11/+69
* build: Fix a weird build problem on macOS and other platformsChristian Tismer2022-08-021-7/+0
* Fix build error on Windows caused by macro copysign in CPythonFriedemann Kleint2022-08-011-0/+6
* Remove QhttpServerFutureResponseShyamnath Premnadh2022-08-012-3/+1
* shiboken: add a handy function to disassemble the current frameChristian Tismer2022-07-214-4/+48
* 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
* doc: add package detail pageCristián Maureira-Fredes2022-07-084-4/+151
* Fix Documentation - Cross CompilationShyamnath Premnadh2022-07-071-0/+5
* Shiboken: Rewrite the signature initializationChristian Tismer2022-07-0711-104/+68
* Shiboken: Move the shibokensupport initialization into the moduleChristian Tismer2022-07-075-31/+16
* Fix getting started Qt for PythonShyamnath Premnadh2022-07-073-3/+12