aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/shibokenmodule
Commit message (Expand)AuthorAgeFilesLines
* Fix typing error for QQmlExpression::evaluate(bool *v)Friedemann Kleint2023-06-201-0/+1
* 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
* shiboken: add a handy function to disassemble the current frameChristian Tismer2022-07-211-2/+12
* Shiboken: use the Python 3.11 buffer interface for Limited APIChristian Tismer2022-07-191-0/+4
* PyEnum: Increase compatibility by allowing defaults etc., refinementChristian Tismer2022-07-191-2/+3
* PyEnum: make forgiving duplicates work with Python 3.11Christian Tismer2022-07-141-1/+2
* Shiboken: Move the shibokensupport initialization into the moduleChristian Tismer2022-07-072-5/+2
* Adapt to Qt 6.4Friedemann Kleint2022-06-291-1/+2
* PyEnum: Remove the old duplication of Enums in the enclosing scopeChristian Tismer2022-06-211-1/+4
* Shiboken: Optimize attribute access a bit moreChristian Tismer2022-06-201-0/+1
* PyEnum: Use embedding of the Enum module for better execution speedChristian Tismer2022-06-168-7/+1121
* signature module: QPixMap.save should use str instead of bytesShyamnath Premnadh2022-06-161-0/+5
* Fix type hinting for QListWidget selected_indexes() returnShyamnath Premnadh2022-06-161-3/+1
* libshiboken: Amend error message "not enough arguments"Friedemann Kleint2022-06-151-0/+3
* Signature Module: Remove special handling of QtMultimediaFriedemann Kleint2022-06-011-16/+0
* Limited_API: Fix PyIndex_Check once and for allChristian Tismer2022-05-273-2/+10
* PyEnum: Fix the old Enums to produce correct .pyi files, againChristian Tismer2022-05-272-2/+2
* Use SPDX license identifiersLucie GĂ©rard2022-05-2715-577/+30
* PyEnum: Prepare Enum tests for both old and new enumsChristian Tismer2022-05-221-1/+1
* PyEnum: Implement Switchable Qt Enums Using Python EnumsChristian Tismer2022-05-223-5/+18
* PyEnum: Prepare to support both implementationsChristian Tismer2022-05-202-12/+69
* PySide6: Support Windows handle types HBITMAP, HICON, HRGNFriedemann Kleint2022-05-091-0/+3
* __feature__: improve the feature module by a reset functionChristian Tismer2022-04-272-8/+15