aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* setup.py: Reduce cmake_minimum_required to 3.16Alexandru Croitor2021-10-281-1/+1
* 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
* setup.py: Move all build dirs into a common 'build' subdirectoryAlexandru Croitor2021-10-271-21/+55
* setup.py: Make file paths in 'file copying' logs easier to readAlexandru Croitor2021-10-271-7/+7
* setup.py: Fix QT_SRC_DIR to only be set if a path is set and it existsAlexandru Croitor2021-10-271-2/+5
* 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
* setup.py: Allow specifying Qt without adding it to PATHAlexandru Croitor2021-10-272-11/+38
* setup.py: Set log verbosity to INFOAlexandru Croitor2021-10-271-1/+4
* Fix QIcon.addPixmap() to accept a PyPathLike argumentFriedemann Kleint2021-10-273-0/+29
* ci: Set log verbosity to INFOAlexandru Croitor2021-10-272-2/+6
* 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
* Replace qtlocation by qtpositioningFriedemann Kleint2021-10-271-1/+1
* PySide6: Simplify rename-to/replace-default-expression in typeystem filesFriedemann Kleint2021-10-265-74/+14
* Add changelog 6.2.1Cristián Maureira-Fredes2021-10-221-0/+45
* Relational table model exampleElisabeth Ortega2021-10-222-0/+170
* shiboken6: Ignore nullptr when fixing of default values of function argumentsFriedemann Kleint2021-10-222-3/+3
* Add screenshot exampleJaime Resano2021-10-224-0/+199
* 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
* Add the btscanner exampleFriedemann Kleint2021-10-209-0/+640
* 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
* Fix spelling take_at -> takeAtJaime Resano2021-10-181-18/+15
* Add tab dialog exampleJaime Resano2021-10-174-0/+231
* 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
* Port the rendercontrol_opengl/rendercontrol_opengl exampleFriedemann Kleint2021-10-116-0/+807
* 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
* New Areachart exampleElisabeth Ortega2021-10-104-0/+115
* New Barchart exampleElisabeth Ortega2021-10-104-0/+117
* 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 the 'adding' example of the QML reference examplesFriedemann Kleint2021-10-075-0/+265
* Add a signals and slots tutorialFriedemann Kleint2021-10-073-0/+236