aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Fix broken if statement when setting allow-threadFriedemann Kleint2022-01-242-3/+3
* PyPySide: handle QPainter correctly with GCChristian Tismer2022-01-2422-0/+53
* QFileDialog: allow threads with modal dialogsCristián Maureira-Fredes2022-01-241-0/+2
* shiboken6/Type system parser: Use a QHash for element type lookupsFriedemann Kleint2022-01-241-9/+52
* PySide6: Add __repr__ to QEventsFriedemann Kleint2022-01-214-11/+119
* examples: Fix examples/widgets/richtext/textedit/textedit.pyChristian Tismer2022-01-211-4/+4
* examples: Fix state-machine/rogue/rogue.pyChristian Tismer2022-01-211-1/+1
* Examples: Remove remaining qmlRegisterType()Friedemann Kleint2022-01-219-21/+52
* examples: Fix widgets/screenshot.pyChristian Tismer2022-01-201-1/+2
* examples: Fix conversion omission in settingseditor.pyChristian Tismer2022-01-191-1/+1
* examples: Fix f-string in corelib/mimetypesbrowser.pyChristian Tismer2022-01-191-1/+1
* libpyside: Move helper isCompiledMethod() to pysideutils.hFriedemann Kleint2022-01-197-9/+12
* Adapt to new Multimedia-APIFriedemann Kleint2022-01-191-0/+3
* PySide6: Enable checking by patch versionFriedemann Kleint2022-01-191-1/+1
* Add new 6.3 APIFriedemann Kleint2022-01-192-0/+2
* Add qmltyperegistrar/qmllintFriedemann Kleint2022-01-185-4/+18
* Fix warnings about QOperatingSystemVersionBaseFriedemann Kleint2022-01-181-2/+2
* shiboken6: Fix handling of value types with protected constructorsFriedemann Kleint2022-01-186-4/+17
* shiboken6/Type system parser: Handle native-to-target and vv in argument conv...Friedemann Kleint2022-01-182-34/+80
* shiboken6/Type system parser: Purge empty code snippetsFriedemann Kleint2022-01-183-0/+34
* Improve documentation - Opaque ContainersShyamnath Premnadh2022-01-181-0/+203
* Safe distinction of Nuitka compiled methodsShyamnath Premnadh2022-01-1810-11/+79
* Silence signature warning about QByteArrayViewFriedemann Kleint2022-01-171-0/+1
* shiboken6: Pass more generator options to the api extractorFriedemann Kleint2022-01-1711-26/+79
* Add documentation to the plot exampleFriedemann Kleint2022-01-172-0/+36
* shiboken6/Type system parser: Introduce a helper for the code snippetsFriedemann Kleint2022-01-152-69/+107
* shiboken6/Type system parser: Simplify codeFriedemann Kleint2022-01-153-11/+10
* Regenerate the example ui filesFriedemann Kleint2022-01-148-33/+57
* Add a tool to regenerate the ui files of the PySide examplesFriedemann Kleint2022-01-141-0/+73
* shiboken6/Type system parser: Remove class StackElementFriedemann Kleint2022-01-132-212/+211
* shiboken6/Type system parser: Remove m_currentDroppedEntry pointerFriedemann Kleint2022-01-132-13/+6
* shiboken6/Type system parser: Move type entry from StackElement into StackEle...Friedemann Kleint2022-01-132-104/+114
* Documentation: Mention that .ui/.qml files should be passed to lupdateFriedemann Kleint2022-01-131-0/+10
* Switch to Qt 6.3Friedemann Kleint2022-01-131-1/+1
* Fix build against Qt 6.3 without protected hackFriedemann Kleint2022-01-131-2/+3
* Adapt to the QWidget/addAction changes in 6.3Friedemann Kleint2022-01-132-112/+169
* Add QXYSeries PointConfiguration enumCristián Maureira-Fredes2022-01-131-0/+1
* Documentation Update: conversion-rule tagShyamnath Premnadh2022-01-131-0/+11
* shiboken6: Move TemplateInstance/TemplateEntry members into type system parserFriedemann Kleint2022-01-132-29/+20
* shiboken6: Fix debug operators for code snipsFriedemann Kleint2022-01-122-9/+27
* signal: Fix equality test for inherited signals, updateChristian Tismer2022-01-122-7/+45
* shiboken6: Rename type system parser enumeration value for clarityFriedemann Kleint2022-01-122-11/+11
* shiboken6: Remove code for unimplemented elements "custom-constructor", "cust...Friedemann Kleint2022-01-116-123/+31
* PySide6: Fix crashes in WebEngine signal emissionsFriedemann Kleint2022-01-111-3/+3
* Python example for QRegularExpressionShyamnath Premnadh2022-01-115-0/+565
* libpyside: Remove unused dynamicqmetaobject_p.hFriedemann Kleint2022-01-075-112/+0
* Add a __repr__ function for QMetaObjectFriedemann Kleint2022-01-064-0/+113
* Add reserve()/capacity() to contiguous opaque containersFriedemann Kleint2022-01-064-0/+64
* Fix some doc warnings in the debugging tutorialFriedemann Kleint2022-01-062-4/+4
* build_scripts: Ensure cmake process terminatesFriedemann Kleint2022-01-051-6/+5