aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add borderlayout exampleJaime Resano2021-10-174-0/+298
* Add an option to disable implicit conversionsFriedemann Kleint2021-10-144-21/+47
* shiboken6: Adapt to LLVM 12.01Friedemann Kleint2021-10-121-1/+3
* PySide6: Fix constructing a QFont from a family stringFriedemann Kleint2021-10-123-0/+64
* Port the rendercontrol_opengl/rendercontrol_opengl exampleFriedemann Kleint2021-10-116-0/+807
* shiboken: fix missing cleanup in overridden virtual methods of wrappersChristian Tismer2021-10-111-22/+23
* PySide6: Add qmlRegister functions taking a library URLFriedemann Kleint2021-10-114-0/+91
* New Areachart exampleElisabeth Ortega2021-10-104-0/+115
* New Barchart exampleElisabeth Ortega2021-10-104-0/+117
* shiboken6: Refactor ShibokenGenerator::pythonPrimitiveTypeName()Friedemann Kleint2021-10-081-17/+15
* PySide6: Fix hang in QQmlApplicationEngine functions with message handlerFriedemann Kleint2021-10-071-1/+6
* shiboken: do some cleanup for writeVirtualMethodNative before fixingChristian Tismer2021-10-071-62/+67
* Add the 'adding' example of the QML reference examplesFriedemann Kleint2021-10-075-0/+265
* shiboken6/Clang parser: Replace #ifdefery for compiler/platform by variablesFriedemann Kleint2021-10-073-118/+93
* shiboken6/Clang parser: Refactor include checkingFriedemann Kleint2021-10-076-76/+81
* Add a signals and slots tutorialFriedemann Kleint2021-10-073-0/+236
* PySide6: Fix QObject.property() for QFlag typesFriedemann Kleint2021-10-052-0/+15
* PySide6: Enable the SSL methods of QWebSocketsFriedemann Kleint2021-10-051-11/+0
* shiboken6: Remove the PyObject_Check helper macroFriedemann Kleint2021-10-055-8/+10
* shiboken6: Refactor the code generating the type checkFriedemann Kleint2021-10-052-34/+31
* PySide6: Expose QVideoFrame::bits(int)Friedemann Kleint2021-10-042-4/+4
* shiboken6: Add std::string to the signature mappingFriedemann Kleint2021-10-041-0/+2
* Fix hang in test bug_430.py in Qt 6.3Friedemann Kleint2021-10-041-6/+8
* shiboken6: Document builtin primitive typesFriedemann Kleint2021-10-042-6/+29
* shiboken6: Make some ShibokenGenerator methods staticFriedemann Kleint2021-10-042-4/+5
* tools: improve and modernize debug_renamer.pyChristian Tismer2021-10-041-34/+50
* shiboken6: Add std::string types as builtinFriedemann Kleint2021-10-013-3/+36
* Remove some C++ primitive types from the typesystem filesFriedemann Kleint2021-10-014-50/+0
* shiboken6: Add builtin C++ typesFriedemann Kleint2021-10-015-4/+98
* pep386impl: fix a left-over from the Python 2 cleanup, take 2Christian Tismer2021-10-012-39/+0
* libshiboken: Split Shiboken::String::toCString() into 2 overloadsFriedemann Kleint2021-10-012-9/+20
* Documentation: Fix missing signal/slot lists in class documentationFriedemann Kleint2021-10-017-24/+34
* shiboken6: Refactor known primitive typesFriedemann Kleint2021-10-013-20/+92
* shiboken6: Store removed modification in AbstractMetaArgumentFriedemann Kleint2021-10-019-50/+76
* shiboken6: Refactor modified types of functionsFriedemann Kleint2021-10-0115-120/+199
* shiboken6: Store the AbstractMetaArgument instead of the type in OverloaddataFriedemann Kleint2021-10-013-12/+19
* pep386impl: fix a left-over from the Python 2 cleanupChristian Tismer2021-10-012-12/+1
* Shiboken: avoid an unused function warningChristian Tismer2021-09-301-1/+1
* shiboken6: Document builtin custom typesFriedemann Kleint2021-09-303-0/+24
* Revert "Doc: Fix the qtpositioning module's repo name."Venugopal Shivashankar2021-09-300-0/+0
* Limited API: Add a fast path to _PepUnicode_AsString()Friedemann Kleint2021-09-302-3/+24
* shiboken6: Make debug output for strings more verboseFriedemann Kleint2021-09-301-1/+81
* Limited API: Add more Unicode functionsFriedemann Kleint2021-09-304-12/+106
* shiboken6: Ensure that code parsing sees standard integer typedefsFriedemann Kleint2021-09-301-6/+7
* shiboken6: Remove ShibokenGenerator::guessCPythonCheckFunction()Friedemann Kleint2021-09-306-85/+22
* Fix Qt Quick Control2 example to workFriedemann Kleint2021-09-291-2/+2
* shiboken6: Add support for std::wstringFriedemann Kleint2021-09-2911-10/+193
* shiboken6: Add tests for the std::string conversionFriedemann Kleint2021-09-294-0/+15
* Update the online CSS to scale the iconsVenugopal Shivashankar2021-09-291-1/+2
* Shiboken: simplify and refactor more after PyTypeObject changeChristian Tismer2021-09-295-48/+39