aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix and cleanup version string for 5.12.6 releasev5.12.65.12.6Simo Fält2019-11-202-6/+6
* Brute solution for skipping missing ci templateSimo Fält2019-11-203-8/+510
* Add 5.12.6 changelogFriedemann Kleint2019-11-141-0/+29
* Fix RuntimeError: dictionary changed size during iterationJulien Schueller2019-10-211-1/+1
* Disable Android target from CISimo Fält2019-10-211-1/+1
* Remove extra ref on QDataStream::setDeviceCristian Maureira-Fredes2019-09-061-6/+0
* Fix heaptype conflict with QtCore.QObject.__new__in Python 2.7Christian Tismer2019-09-061-40/+54
* Add 5.12.5 changelogCristián Maureira-Fredes2019-09-061-0/+40
* Bump version for 5.12.5Simo Fält2019-08-272-2/+2
* Add Proprietary License to be show in metadataSimo Fält2019-08-261-0/+1
* Documentation: add a paragraph related to licensesCristián Maureira-Fredes2019-08-261-0/+6
* Fix Xcode sdk value embedded into PySide2 binariesAlexandru Croitor2019-08-241-1/+1
* Update pyside2-tools submoduleFriedemann Kleint2019-08-151-0/+0
* Exclude SLES_12,15 from COIN buildsFriedemann Kleint2019-08-151-1/+2
* Fix crash when accessing a invalid property in the smart pointerRenato Araujo Oliveira Filho2019-08-073-1/+21
* correct QtPrintSupport dependencyChristian Tismer2019-07-292-1/+1
* shiboken: Allow for "auto" as target of type for CONVERTTOCPP in injected codeFriedemann Kleint2019-07-293-4/+5
* shiboken: fix a signature bug in __doc__ handling of global functionsChristian Tismer2019-07-231-9/+19
* Cleanup signature module before substantial changeChristian Tismer2019-07-179-277/+562
* Change QtQml tests file permissions to 644Cristián Maureira-Fredes2019-07-1734-0/+0
* Add optional support for types in QSettings::valueCristián Maureira-Fredes2019-07-176-8/+145
* Use PyInstaller version 3.4Cristian Maureira-Fredes2019-07-161-1/+2
* shiboken: Improve handling of pointer types for CONVERTTOCPP in injected codeFriedemann Kleint2019-07-134-4/+47
* wheel_tester.py: Add a command line option to disable wheel installationFriedemann Kleint2019-07-121-4/+12
* shiboken: List location of anonymous structs in rejected classesFriedemann Kleint2019-07-082-0/+5
* Add support for parameterNames in SignalsCristian Maureira-Fredes2019-07-046-5/+161
* PySide2/QtCore: Remove duplicated type entry for "bool"Friedemann Kleint2019-07-041-1/+0
* shiboken: Move typesystem parser out of typesystem.cppFriedemann Kleint2019-07-045-2954/+2990
* Leave QVariantMap as a name, not a typeCristian Maureira-Fredes2019-07-022-6/+1
* Update pyside2-tools submoduleFriedemann Kleint2019-07-011-0/+0
* Fix qApp import of QCoreApplicationChristian Tismer2019-06-281-5/+7
* shiboken: Fix various clang warningsFriedemann Kleint2019-06-2531-153/+151
* shiboken: Replace C-style casts by C++ castsFriedemann Kleint2019-06-256-20/+19
* shiboken: Replace 'typedef' by 'using'Friedemann Kleint2019-06-2543-145/+133
* shiboken: Introduce autoFriedemann Kleint2019-06-2521-128/+127
* shiboken: Introduce nullptrFriedemann Kleint2019-06-2565-278/+278
* Cleanup pointer and trailing whitespace (omissions)Christian Tismer2019-06-2524-82/+82
* Remove left-over C++ example snippetsFriedemann Kleint2019-06-25207-23560/+0
* shiboken: Introduce member initializationFriedemann Kleint2019-06-2515-35/+29
* shiboken: Fix out of bounds string accessFriedemann Kleint2019-06-241-1/+1
* Add script to generate changelogsCristian Maureira-Fredes2019-06-171-0/+219
* Cleanup pointer whitespace everywhereChristian Tismer2019-06-2487-2576/+2580
* Use default compiler on macOSCristián Maureira-Fredes2019-06-191-2/+3
* Fix type name for lookup of QFlags<> convertersFriedemann Kleint2019-06-181-8/+23
* shiboken: Generate code for smart pointers only within declaring packageFriedemann Kleint2019-06-131-2/+5
* Support the qApp macro in "scriptable application"Christian Tismer2019-06-175-15/+47
* Allow content in the dist directoryCristian Maureira-Fredes2019-06-141-1/+1
* Add changelog 5.12.4Cristian Maureira-Fredes2019-06-141-0/+43
* Revert "shiboken: Disambiguate indexes of smart pointer types"Friedemann Kleint2019-06-131-4/+1
* shiboken: Fix handling shared pointers passed by const-ref, take 2Friedemann Kleint2019-06-132-5/+9