aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/shibokenmodule
Commit message (Expand)AuthorAgeFilesLines
* pyi: Fix syntax error in class attributesFriedemann Kleint2024-03-271-1/+1
* stubs: add type for os.PathLike type hintsCristián Maureira-Fredes2024-03-261-3/+3
* doc: Add page for shiboken6-genpyiAdrian Herrmann2024-03-201-4/+0
* Add public native interface classesFriedemann Kleint2024-02-281-0/+1
* Adapt to Qt 6.7Friedemann Kleint2024-02-281-0/+1
* pyi: support class attributesCristián Maureira-Fredes2024-02-262-0/+21
* LazyInit: Make imports computable from offset constantsChristian Tismer2024-01-311-0/+3
* Fix flake8 warnings in shibokenmoduleFriedemann Kleint2024-01-2410-51/+73
* Fix flake8 warnings in shibokenmodule/mapping.pyFriedemann Kleint2024-01-231-36/+51
* Fix refcount bug in Shiboken.wrapInstance()Friedemann Kleint2024-01-171-2/+4
* Shiboken.wrapInstance(): Return existing instance (preserve ids)Friedemann Kleint2024-01-161-3/+5
* Split out code snippets of shibokenmodule into a separate .cpp fileFriedemann Kleint2024-01-162-92/+116
* Add QLatin1StringFriedemann Kleint2024-01-081-0/+1
* Typing: change mapping of bytesShyamnath Premnadh2023-12-041-10/+10
* Add QRhi and related classesFriedemann Kleint2023-11-021-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