aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
...
* shiboken6: Clean up messages about cyclic dependencies of overloaded functionsFriedemann Kleint2021-11-033-29/+9
* shiboken6: Fix a leak in keyword arguments handlingFriedemann Kleint2021-11-012-2/+10
* shiboken6: Rewrite some helpers in terms of QStringViewFriedemann Kleint2021-10-305-6/+6
* Fix equality test for inherited signalsKyle Altendorf2021-10-293-10/+96
* shiboken6: Do not crash when class cannot be found in the overload sorterFriedemann Kleint2021-10-296-9/+33
* Signature: re-implement error messages for generic typesChristian Tismer2021-10-281-9/+15
* __feature__: handle properties with function overloadsChristian Tismer2021-10-285-1/+65
* shiboken6: Fix debug operator of AbstractMetaEnumValueFriedemann Kleint2021-10-281-4/+1
* CMake: Dissolve generic cmake_helpers/helpers.cmakeAlexandru Croitor2021-10-287-273/+273
* CMake: Move non-add-subdirectory related code to PysideSetup.cmakeAlexandru Croitor2021-10-282-234/+233
* CMake: Move non-add-subdirectory related code to ShibokenSetup.cmakeAlexandru Croitor2021-10-283-213/+212
* CMake: Search for shiboken package in the PySide project earlierAlexandru Croitor2021-10-281-2/+2
* CMake: Move shiboken_helpers into new cmake subdirectoryAlexandru Croitor2021-10-274-3/+3
* CMake: Don't use pkg-config by default when building for macOSAlexandru Croitor2021-10-272-0/+26
* CMake: Use namespaced shiboken6 target in custom commandsAlexandru Croitor2021-10-274-8/+8
* CMake: Clean up dumpcodemodel build system codeAlexandru Croitor2021-10-271-2/+9
* Fix QIcon.addPixmap() to accept a PyPathLike argumentFriedemann Kleint2021-10-273-0/+29
* PyPySide: circumvent an lldebug regressionChristian Tismer2021-10-271-0/+18
* PyPySide: fix quite a few tests using del or __del__Christian Tismer2021-10-27100-106/+501
* PySide6: Fix QFlags comparison to selfFriedemann Kleint2021-10-272-4/+32
* PySide6: Simplify rename-to/replace-default-expression in typeystem filesFriedemann Kleint2021-10-265-74/+14
* shiboken6: Ignore nullptr when fixing of default values of function argumentsFriedemann Kleint2021-10-222-3/+3
* shiboken6: Implement opaque containers for getters returning a const referenceFriedemann Kleint2021-10-227-16/+84
* shiboken6: Implement opaque containers for getters (non-const)Friedemann Kleint2021-10-2210-16/+99
* shiboken6: Improve fixing of enum default values of function argumentsFriedemann Kleint2021-10-219-150/+386
* Documentation: Fix platform note on getting started pageFriedemann Kleint2021-10-211-4/+3
* doc: include missing modulesCristián Maureira-Fredes2021-10-206-72/+98
* PySide6: Add QCborTagFriedemann Kleint2021-10-202-1/+4
* libshiboken: Fix a crash with enums with no valuesFriedemann Kleint2021-10-201-0/+2
* shiboken6: Handle enum default values that are casts from intFriedemann Kleint2021-10-201-2/+14
* Fix a signature warning about QEvent.Type.NoneFriedemann Kleint2021-10-191-0/+1
* shiboken6: Handle enums without valuesFriedemann Kleint2021-10-183-3/+21
* Add an option to disable implicit conversionsFriedemann Kleint2021-10-144-21/+47
* PySide6: Fix constructing a QFont from a family stringFriedemann Kleint2021-10-123-0/+64
* shiboken6: Adapt to LLVM 12.01Friedemann Kleint2021-10-121-1/+3
* shiboken: fix missing cleanup in overridden virtual methods of wrappersChristian Tismer2021-10-121-22/+25
* PySide6: Add qmlRegister functions taking a library URLFriedemann Kleint2021-10-114-0/+91
* shiboken: do some cleanup for writeVirtualMethodNative before fixingChristian Tismer2021-10-111-56/+62
* shiboken6/Clang parser: Replace #ifdefery for compiler/platform by variablesFriedemann Kleint2021-10-083-118/+92
* shiboken6/Clang parser: Refactor include checkingFriedemann Kleint2021-10-086-74/+77
* PySide6: Fix hang in QQmlApplicationEngine functions with message handlerFriedemann Kleint2021-10-071-1/+6
* Add a signals and slots tutorialFriedemann Kleint2021-10-073-0/+236
* PySide6: Enable the SSL methods of QWebSocketsFriedemann Kleint2021-10-051-11/+0
* PySide6: Fix QObject.property() for QFlag typesFriedemann Kleint2021-10-052-0/+15
* PySide6: Expose QVideoFrame::bits(int)Friedemann Kleint2021-10-042-4/+4
* Fix hang in test bug_430.py in Qt 6.3Friedemann Kleint2021-10-041-6/+8
* Documentation: Fix missing signal/slot lists in class documentationFriedemann Kleint2021-10-017-24/+34
* Shiboken: avoid an unused function warningChristian Tismer2021-10-011-1/+1
* pep386impl: fix a left-over from the Python 2 cleanupChristian Tismer2021-10-014-51/+1
* shiboken6: Document builtin custom typesFriedemann Kleint2021-09-303-0/+24