aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Windows: Fix warning about inconsistent DLL linkage of QtQml_VolatileBoolTypeF()Friedemann Kleint2021-03-191-1/+1
* Improve Porting documentationFriedemann Kleint2021-03-191-6/+68
* enum: implement enums on module levelChristian Tismer2021-03-181-2/+0
* move "shiboken6/shiboken6" to "shiboken6/Shiboken" temp, fixChristian Tismer2021-03-182-6/+17
* doc: migrate qdoc approach to document examplesCristian Maureira-Fredes2021-03-1712-203/+1
* doc: add sphinx-panels to the documentationCristian Maureira-Fredes2021-03-177-35/+142
* __feature__: Make imports more safe against installation errorsChristian Tismer2021-03-173-6/+13
* Qt Datavisualization: Fix crashes in QBar/SurfaceDataProxy add/set/insertRow()Friedemann Kleint2021-03-173-46/+105
* Add an option to disable copying of the Qt toolsFriedemann Kleint2021-03-161-37/+40
* shiboken6: Fix AbstractMetaClass::fullName() for nested classesFriedemann Kleint2021-03-161-1/+1
* Fix build after moving uic/rcc to libexecFriedemann Kleint2021-03-161-4/+5
* Remove const_cast<char *> which are no longer needed in Python 3Friedemann Kleint2021-03-155-32/+11
* Pyside6: Move QtOpenGLFunctions into QtOpenGLFriedemann Kleint2021-03-1236-641/+448
* libshiboken: Fix some clang analzyer warningsFriedemann Kleint2021-03-129-93/+110
* PySide6: Add QOpenGLVersionFunctionsFactoryFriedemann Kleint2021-03-114-1/+109
* libpyside: Fix some clang analzyer warningsFriedemann Kleint2021-03-1114-172/+165
* libshiboken: Silence unimplemented array type warningFriedemann Kleint2021-03-111-1/+0
* shiboken6: Brush up the test code with regards to iteratorsFriedemann Kleint2021-03-1114-93/+72
* shiboken6: Brush up class FileOutFriedemann Kleint2021-03-113-50/+33
* shiboken6: Make generated converter code easier to navigateFriedemann Kleint2021-03-101-6/+6
* shiboken6: Do not hardcode libclang's build typeFriedemann Kleint2021-03-101-1/+2
* shiboken6: Mention add-conversion for conversion rulesFriedemann Kleint2021-03-101-2/+3
* QtNetwork: Add new enums for 6.1Friedemann Kleint2021-03-101-0/+2
* PySide6: Move injected code snippets where they belongFriedemann Kleint2021-03-108-96/+184
* PySide6: Brush up the injected code snippets and templatesFriedemann Kleint2021-03-107-73/+77
* shiboken6: Make missing snippet labels a fatal errorFriedemann Kleint2021-03-103-12/+37
* PySide6: Remove unused glue codeFriedemann Kleint2021-03-1012-471/+0
* shiboken6: No longer crash on fatal errorsFriedemann Kleint2021-03-107-30/+122
* Fix broken return type conversions of QOpenGLExtraFunctions::glGetStringi()Friedemann Kleint2021-03-102-1/+6
* shiboken6: Brush up the code injection documentationFriedemann Kleint2021-03-103-13/+22
* shiboken6/AutoArrayPointer: Change to use ssize_tFriedemann Kleint2021-03-101-2/+2
* shiboken6: Simplify types when collecting instantiated containersFriedemann Kleint2021-03-101-1/+6
* PySide6: Add QOpenGLFunctions.glShaderSource()/glGetShaderSource()Friedemann Kleint2021-03-042-0/+30
* Fix QtStateMachine/QtScxml to buildFriedemann Kleint2021-03-033-4/+2
* Modernize sequence conversionsFriedemann Kleint2021-03-023-20/+21
* shiboken6: Take functions imported via "using" into account for templatesFriedemann Kleint2021-03-013-4/+66
* shiboken6: Add constructors of base classes imported via "using"Friedemann Kleint2021-03-0123-25/+525
* feature: write some documentation that explains featureChristian Tismer2021-03-013-1/+279
* Rename the templates and adapt the types from QVector to QList in DataVisuali...Friedemann Kleint2021-03-012-19/+19
* Documentation build: Avoid re-running qdoc/shiboken every timeFriedemann Kleint2021-02-262-25/+39
* Add further documentation on the Qt Designer pluginFriedemann Kleint2021-02-235-16/+93
* shiboken6: Extract helper function to create constructorsFriedemann Kleint2021-02-221-31/+39
* cppgenerator: simplify code further using AutoDecrefChristian Tismer2021-02-222-25/+19
* sbkconverter: fix a potential refcounting crashChristian Tismer2021-02-221-1/+1
* shiboken6: Remove AbstractMetaAttributesFriedemann Kleint2021-02-1914-274/+224
* doc: example gallery show code in tabsCristian Maureira-Fredes2021-02-181-1/+2
* shiboken6: Move C++ access specifiers into a global enumFriedemann Kleint2021-02-1717-166/+187
* shiboken6: Remove unused function Generator::useEnumAsIntForProtectedHack()Friedemann Kleint2021-02-172-21/+0
* shiboken6: Improve detection of default/copy constructabilityFriedemann Kleint2021-02-179-35/+158
* shiboken6: Fix handling of parameters for values with copy constructors onlyFriedemann Kleint2021-02-173-4/+17