| Commit message (Expand) | Author | Age | Files | Lines |
* | shiboken: add missing include6.7.1 | Samuli Piippo | 2024-05-28 | 1 | -0/+1 |
* | LazyInit: Optimize access to non-existing types by cachingv6.7.1 | Christian Tismer | 2024-05-22 | 3 | -3/+40 |
* | libpyside: Remove duplicated LoadLazyClassesWithName() call, take 2 | Christian Tismer | 2024-05-22 | 1 | -8/+1 |
* | LazyInit: Speed up QObject conversion | Friedemann Kleint | 2024-05-22 | 1 | -1/+43 |
* | libpyside: Remove duplicated LoadLazyClassesWithName() call | Friedemann Kleint | 2024-05-22 | 1 | -7/+0 |
* | Fix running on Fedora 40 with Python 3.12.3-2 | Friedemann Kleint | 2024-05-21 | 1 | -4/+1 |
* | Pin Qt5#6.7.1 sha1 take 3 | Simo FΓ€lt | 2024-05-16 | 1 | -1/+1 |
* | Pin Qt5#6.7.1 sha1 take 2 | Simo FΓ€lt | 2024-05-15 | 1 | -1/+1 |
* | Pin Qt5#6.7.1 sha1 and clean version strings for release | Simo FΓ€lt | 2024-05-10 | 3 | -7/+7 |
* | shiboken/Documentation: Add type discovery | Friedemann Kleint | 2024-05-07 | 3 | -31/+148 |
* | license: replace GPLv2 for GPLv3 on the READMEs | CristiΓ‘n Maureira-Fredes | 2024-05-07 | 4 | -4/+4 |
* | numpy initialization: Remove superfluous PyErr_Clear() | Friedemann Kleint | 2024-05-03 | 1 | -3/+1 |
* | Add changelog 6.7.1 | Friedemann Kleint | 2024-05-03 | 1 | -0/+61 |
* | Fix class hierarchies not working with legacy qmlRegisterType() | Friedemann Kleint | 2024-05-02 | 6 | -14/+108 |
* | PEP 697: Use the new type extension provision, final | Christian Tismer | 2024-05-02 | 3 | -19/+6 |
* | Revert "PEP 697: Use the new type extension provision, amended" | Christian Tismer | 2024-05-02 | 3 | -33/+20 |
* | shiboken/Documentation: Remove parts describing old converters | Friedemann Kleint | 2024-04-30 | 1 | -58/+0 |
* | PySide: Fix QML ListProperty | Shyamnath Premnadh | 2024-04-30 | 3 | -10/+129 |
* | File System Explorer: Fix app icon when launched from another directory | Friedemann Kleint | 2024-04-30 | 1 | -1/+1 |
* | CI: Add VC_SCRIPT env variable for setting MSVC 2022 env | Simo FΓ€lt | 2024-04-30 | 1 | -0/+7 |
* | shiboken6: Simplify code in argument pointer conversion | Friedemann Kleint | 2024-04-30 | 1 | -8/+4 |
* | Enable supressing warnings about signal disconnection failure | Friedemann Kleint | 2024-04-30 | 1 | -2/+2 |
* | shiboken6: Lazy-initialize the dependency graph | Friedemann Kleint | 2024-04-25 | 5 | -26/+98 |
* | libshiboken: Extract a template base class for the dependency graph | Friedemann Kleint | 2024-04-25 | 1 | -19/+24 |
* | Revert "Lazy Load: Fix polymorphic classes by identifying lazy groups" | Friedemann Kleint | 2024-04-25 | 4 | -234/+21 |
* | libshiboken: Refactor type discovery graph handling | Friedemann Kleint | 2024-04-25 | 3 | -34/+51 |
* | Documentation/QRC tutorial: Fix error in .qrc file snippet | Friedemann Kleint | 2024-04-25 | 1 | -1/+0 |
* | PEP 697: Use the new type extension provision, amended | Christian Tismer | 2024-04-24 | 3 | -20/+33 |
* | QtAsyncio: Let examples handle SIGINT | Adrian Herrmann | 2024-04-24 | 2 | -2/+2 |
* | QtAsyncio: Improve readability of _step | Adrian Herrmann | 2024-04-24 | 1 | -10/+9 |
* | shiboken6: Fix leaking tuples in introduceWrapperType() | Friedemann Kleint | 2024-04-24 | 5 | -50/+60 |
* | Documentation: Add QtQml.ListProperty | Friedemann Kleint | 2024-04-23 | 3 | -9/+34 |
* | shiboken: improve the display of disassembleFrame | Christian Tismer | 2024-04-23 | 1 | -6/+16 |
* | Lazy Load: Fix polymorphic classes by identifying lazy groups | Friedemann Kleint | 2024-04-23 | 5 | -21/+250 |
* | Documentation: Fix ClassInfo to be a proper decorator | Friedemann Kleint | 2024-04-22 | 1 | -7/+5 |
* | QtAsyncio: Round handle timeouts | Adrian Herrmann | 2024-04-22 | 1 | -1/+2 |
* | QtAsyncio: Fix tasks with loop not cancelling | Adrian Herrmann | 2024-04-22 | 2 | -0/+68 |
* | Add some missing classes | Friedemann Kleint | 2024-04-22 | 29 | -5/+125 |
* | shibokenmodule: Expose dumpTypeGraph(), dumpWrapperMap() from the binding man... | Friedemann Kleint | 2024-04-22 | 5 | -34/+102 |
* | shiboken6: Generate Python override code for added virtuals | Friedemann Kleint | 2024-04-22 | 18 | -21/+222 |
* | shiboken6: Introduce new position for code injection into virtual methods | Friedemann Kleint | 2024-04-22 | 4 | -1/+11 |
* | pyi: avoid ellipsis on classes with attributes | CristiΓ‘n Maureira-Fredes | 2024-04-19 | 1 | -1/+1 |
* | Fix missing NoneType import, amended | Friedemann Kleint | 2024-04-19 | 1 | -1/+1 |
* | pyi: check for imported types in return statements | CristiΓ‘n Maureira-Fredes | 2024-04-19 | 1 | -0/+5 |
* | shiboken6: Introduce verbose switching for the debug operators | Friedemann Kleint | 2024-04-19 | 2 | -7/+32 |
* | shiboken6: Fix warnings about unused init functions | Friedemann Kleint | 2024-04-19 | 1 | -5/+5 |
* | Documentation: Fix change describing address sanitizer usage | Friedemann Kleint | 2024-04-19 | 1 | -1/+1 |
* | shiboken: Prepare for [[nodiscard]] QFile::open | Friedemann Kleint | 2024-04-19 | 2 | -5/+11 |
* | Tooling: Add pyside6-balsamui | Shyamnath Premnadh | 2024-04-19 | 6 | -2/+36 |
* | Examples: Fix contactlist application | Shyamnath Premnadh | 2024-04-18 | 1 | -1/+2 |