aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Binding Example helpers: Remove version numbersFriedemann Kleint2020-11-0210-210/+219
* build scripts: Introduce variables for the versionsFriedemann Kleint2020-11-029-71/+122
* Examples: Remove utils.pyFriedemann Kleint2020-11-026-68/+15
* Remove version suffixes from the example documentationFriedemann Kleint2020-11-027-14/+14
* shiboken6 tests: Consolidate import/export macrcosFriedemann Kleint2020-11-024-51/+46
* Clean up PySide2/global.hFriedemann Kleint2020-11-021-11/+1
* Remove old pyside2-tools directoryCristian Maureira-Fredes2020-10-312-1/+1
* Declare some missing functions in QListFriedemann Kleint2020-10-302-4/+13
* shiboken6: Enable declaring functions on container typesFriedemann Kleint2020-10-301-1/+5
* shiboken6: Add element <declare-function>Friedemann Kleint2020-10-307-11/+62
* shiboken6: Consolidate argument type parsing of added functionsFriedemann Kleint2020-10-302-62/+73
* TestRunner: Fix syntax errorFriedemann Kleint2020-10-291-1/+1
* Fix the C++ - based examples to workFriedemann Kleint2020-10-294-16/+21
* PySide2: Fix the doc buildFriedemann Kleint2020-10-281-4/+12
* testing: remove __future__ and Python2 referencesCristian Maureira-Fredes2020-10-288-28/+5
* examples: Remove Python 2.7 and <3.6 related codeCristian Maureira-Fredes2020-10-2822-66/+10
* pyside/doc: remove python 2 referencesCristian Maureira-Fredes2020-10-287-30/+8
* shiboken2: Handle operators written as hidden friendsFriedemann Kleint2020-10-284-9/+76
* doc: move setup.py docs and updatesCristian Maureira-Fredes2020-10-285-295/+290
* Rename shiboken2 to shiboken6Friedemann Kleint2020-10-28725-388/+388
* shiboken2: Add location to error messages about added functionsFriedemann Kleint2020-10-283-6/+16
* remove traces of Python2 from C codeChristian Tismer2020-10-2719-465/+5
* remove traces of Python2 from Python codeChristian Tismer2020-10-2713-69/+17
* build_scripts: remove references to python 2Cristian Maureira-Fredes2020-10-277-68/+24
* setup: remove ez_setup and update requirementsCristian Maureira-Fredes2020-10-273-386/+3
* build_scripts: Fix the make_path error messageChristian Tismer2020-10-271-2/+3
* Remove deprecated QVariant::TypeFriedemann Kleint2020-10-272-47/+0
* Bump the version.py filesFriedemann Kleint2020-10-272-4/+4
* feature-select: implement class propertiesChristian Tismer2020-10-2710-22/+387
* shiboken2: Add a disable-wrapper attribute for complex typesFriedemann Kleint2020-10-274-1/+21
* shiboken2: Remove version suffix from generators directoryFriedemann Kleint2020-10-2710-5/+5
* shiboken2: AbstractMetaArgument: use QSharedData[Pointer]Friedemann Kleint2020-10-2729-458/+647
* PySide snippets: Fix deprecation warnings about constructing a QVariant from ...Friedemann Kleint2020-10-271-34/+28
* libpyside: Fix deprecation warnings about constructing a QVariant from a type idFriedemann Kleint2020-10-272-5/+5
* shiboken2: Split out class DocumentationFriedemann Kleint2020-10-275-76/+148
* shiboken2: Fix a potential crash in debug operator of AbstractMetaTypeFriedemann Kleint2020-10-271-0/+4
* shiboken2: Improve error messages about cyclic dependenciesFriedemann Kleint2020-10-277-25/+55
* shiboken2: Handle typedefs of template parameters within templatesFriedemann Kleint2020-10-271-11/+47
* setup.py: Make ninja the default generatorFriedemann Kleint2020-10-261-2/+2
* pysideproperty.cpp: Fix warning about offsetofFriedemann Kleint2020-10-261-13/+15
* Remove wheel.pep425tags importsCristian Maureira-Fredes2020-10-262-19/+20
* shiboken2: AbstractMetaType: use QSharedData[Pointer]Friedemann Kleint2020-10-2338-1682/+1917
* QtQml: Implement QmlElementMaximilian Goldstein2020-10-226-4/+130
* Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-10-224-4/+113
|\
| * Update SmartPointers conversionsRenato Araujo Oliveira Filho2020-10-214-4/+113
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-10-2119-247/+309
|\|
| * Add some missing enumerations and classesFriedemann Kleint2020-10-215-1/+8
| * Fix SmartPointer conversion name registerRenato Araujo Oliveira Filho2020-10-211-11/+30
| * shiboken2: Fix one more instance of an invalid metatype passed aroundFriedemann Kleint2020-10-211-1/+3
| * doc: update versions and comandsCristian Maureira-Fredes2020-10-2110-184/+243