aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/shibokenmodule
Commit message (Expand)AuthorAgeFilesLines
* pyi: support class attributesCristián Maureira-Fredes2024-02-262-0/+21
* Fix flake8 warnings in shibokenmodule/mapping.pyFriedemann Kleint2024-01-231-36/+51
* Typing: change mapping of bytesShyamnath Premnadh2023-12-041-10/+10
* Add QRhi and related classesFriedemann Kleint2023-11-031-0/+2
* Support running PySide on Python 3.12, extension bugChristian Tismer2023-10-241-1/+1
* Fix a warning resulting from bumping Python to 3.8Friedemann Kleint2023-10-121-4/+1
* Support running PySide on Python 3.12Christian Tismer2023-10-092-2/+13
* Fix syntax error in Shiboken.pyiFriedemann Kleint2023-09-291-1/+1
* Fix feature switching to work with unittest.mock.patch.dictFriedemann Kleint2023-09-281-3/+6
* VoidPtr: Add a signature for __init__Friedemann Kleint2023-09-221-0/+1
* Fix signature warning about QCborTag(-1)Friedemann Kleint2023-09-181-0/+1
* macOS wheel creation: Fix wheel nameShyamnath Premnadh2023-09-081-0/+1
* Shiboken Module: Fix installationShyamnath Premnadh2023-09-061-3/+6
* pytest: Fix a small glitch in _mod_uses_pysideChristian Tismer2023-08-311-0/+3
* signature: Use __doc__ attribute when providedCristián Maureira-Fredes2023-08-071-0/+2
* Fix signature warnings of QtGraphsFriedemann Kleint2023-07-251-0/+16
* Fix empty stub for QtCore.QCborTag (without ...)Adrian Herrmann2023-07-131-0/+6
* PyEnum: Shortcut old Enum code and generate Python enums directlyChristian Tismer2023-06-301-6/+0
* Fix typing error for QQmlExpression::evaluate(bool *v)Friedemann Kleint2023-06-201-0/+1
* PyEnum: Remove the now unreachable test cases for old enumsChristian Tismer2023-06-192-5/+3
* PyEnum: Update docs and rename the optionChristian Tismer2023-06-163-3/+3
* PyEnum: Remove old Enums and prepare direct creation of new EnumsChristian Tismer2023-06-091-3/+5
* signature: Fix a rare case in QDBusChristian Tismer2023-05-091-1/+2
* Type hints: Fix missing NoneType importFriedemann Kleint2023-04-121-1/+2
* Type hints: Fix checks for None with pyrightFriedemann Kleint2023-04-051-0/+1
* signature: make mapping module safe against missing cython nameChristian Tismer2023-03-221-1/+1
* PySide6: Implement QOpenGLContext.getProcAddress()Friedemann Kleint2023-03-181-0/+1
* pyi_generator: Generate imports only for external classesChristian Tismer2023-03-071-2/+5
* Add license headers to cmake filesFriedemann Kleint2023-02-161-0/+3
* libpyside: Remove function `getMetaDataFromQObject`Friedemann Kleint2023-02-131-2/+0
* shiboken: defer the feature initialization to be safe in other contextsChristian Tismer2023-01-171-8/+15
* feature: Make _mod_uses_pyside safe against binary modulesChristian Tismer2023-01-121-0/+6
* shiboken6: Port from QSharedPointer to std::shared_ptrFriedemann Kleint2023-01-051-1/+1
* __feature__: Fix a weird case of false metafunction lookupChristian Tismer2022-12-131-1/+4
* __feature__: heavily rework the context switchingChristian Tismer2022-11-292-7/+43
* Fix a cmake-only build, amendedChristian Tismer2022-11-241-1/+1
* Fix a cmake-only buildChristian Tismer2022-11-241-1/+1
* _PepUnicode_AsString: Fix a broken promiseFriedemann Kleint2022-11-101-6/+7
* CMake: Execute shiboken with appropriate PATH on WindowsAlexandru Croitor2022-11-091-10/+12
* signals: Generate signals into pyi files as attributesChristian Tismer2022-11-072-6/+29
* PyEnum: Drop the Embedding of the Enum ModuleChristian Tismer2022-10-215-1117/+4
* PyEnum: Relax the Impact of New Enums and Make Everything OptionalChristian Tismer2022-09-301-6/+12
* Modernize Shiboken.getAllValidWrappers()Friedemann Kleint2022-09-021-8/+7
* Fix stubs of shiboken6.ShibokenFriedemann Kleint2022-09-022-11/+11
* PyEnum: Simplify code generator because of full forgivenessChristian Tismer2022-09-011-12/+0
* signature: Update, cleanup and install signature test, 6.3 fixChristian Tismer2022-08-181-0/+1
* signature: Update, cleanup and install signature test, amendChristian Tismer2022-08-171-6/+0
* signature: Update, cleanup and install signature testChristian Tismer2022-08-173-2/+20
* PyEnum: Define a fixed list of Int(Enum|Flag) decisionsChristian Tismer2022-08-131-2/+5
* shiboken6: Always use the modified pyi return type of functions for signaturesFriedemann Kleint2022-08-081-1/+2