aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* shiboken: replace first()/last() by constFirst/constLast()Friedemann Kleint2018-01-177-62/+59
* shiboken: Fix some clazy warningsFriedemann Kleint2018-01-1712-60/+45
* Add quotes to Shiboken cmakeCristian Maureira-Fredes2018-01-161-1/+1
* Port OpenGL hellogl2 example which uses shadersAlexandru Croitor2018-01-151-0/+473
* Fix cmake scope for locally installed modulesCristian Maureira-Fredes2018-01-151-1/+4
* Prevent infinite loop due to bad __getitem__ implCristian Maureira-Fredes2018-01-151-7/+9
* Fix system header inclusions for proper support of C primitive typesAlexandru Croitor2018-01-152-12/+22
* Fix system framework handling on macOSAlexandru Croitor2018-01-152-6/+8
* Add missing image to widgets/animation/animatedtilesFriedemann Kleint2018-01-151-0/+0
* Use cmake install for typesystem filesFriedemann Kleint2018-01-151-1/+2
* Add bindings for QHelpSearchResultCristian Maureira-Fredes2018-01-154-0/+47
* Fix return conversion for readData/readLineDataCristian Maureira-Fredes2018-01-153-6/+90
* QtWebKitWidgets: fix path to typesystem_printsupport.xmlDavide Pesavento2018-01-131-1/+1
* Remove modules from typesystem files when installingFriedemann Kleint2018-01-121-1/+12
* Move examples from submodule to pyside-setupFriedemann Kleint2018-01-12236-12/+44257
* Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2018-01-123-0/+77
|\
| * Extract iculibs for linux standalone wheelSimo Fält2018-01-112-0/+67
| * Enhance testrunner to ignore old test logsChristian Tismer2018-01-051-0/+8
* | Re-add header.BSD-OLDFriedemann Kleint2018-01-121-0/+39
* | Remove old license header templatesFriedemann Kleint2018-01-1215-449/+0
* | Add bindings for QColormapCristian Maureira-Fredes2018-01-094-2/+50
* | Revive PySide2 API documentationTopi Reinio2018-01-0810-357/+95
* | pysideinclude.py: Fix reading included filesVenugopal Shivashankar2018-01-081-1/+1
* | setup.py: Ensure that the Qt source path is correctVenugopal Shivashankar2018-01-051-6/+14
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2018-01-0512-827/+1092
|\|
| * Signature existence tests: Fix generation of the signature fileFriedemann Kleint2018-01-042-5/+7
| * Remove sync.profile which is no longer usedChristian Tismer2017-12-281-19/+0
| * small enhancement for testrunnerChristian Tismer2017-12-223-20/+18
| * testrunner 5: Improve the algorithmChristian Tismer2017-12-215-67/+245
| * testrunner 4: Improve the error listingChristian Tismer2017-12-212-3/+3
| * testrunner 3: Replace (n)make and tee by ctestChristian Tismer2017-12-212-60/+73
| * testrunner 2: Remove unused code and clean upChristian Tismer2017-12-212-235/+14
| * testrunner 1: Turn into a packageChristian Tismer2017-12-218-787/+1100
| * blacklist.txt: Remove duplicate entryFriedemann Kleint2017-12-211-4/+0
* | Replace Python2-style constructsVenugopal Shivashankar2018-01-041-1/+1
* | libshiboken: Recover from numpy import failuresFriedemann Kleint2017-12-211-3/+3
* | Remove attributes Final and FinalInCppFriedemann Kleint2017-12-213-37/+17
* | shiboken: Remove unused code in abstractmetalang.hFriedemann Kleint2017-12-213-547/+25
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-12-2110-157/+266
|\|
| * Signature existence tests: Fall back to previous patch releasesFriedemann Kleint2017-12-212-18/+51
| * Adjust inheritance_diagram.py exception to Python 3 syntaxChristian Tismer2017-12-211-1/+1
| * Fix QtCore test bug829 to run on WindowsFriedemann Kleint2017-12-192-7/+20
| * Blacklist flaky QtCore::qthread_prod_cons_test testAlexandru Croitor2017-12-051-0/+4
| * Unify signature registry for py2 / py3 and clean upChristian Tismer2017-12-056-88/+161
| * Fix signature registry on Python2 with .pyc files, part 2Christian Tismer2017-12-043-49/+45
| * libpyside: Fix code forwarding Python exceptions to JSFriedemann Kleint2017-11-301-14/+4
* | shiboken/AbstractMetaBuilder: Remove create* functionsFriedemann Kleint2017-12-092-59/+15
* | shiboken: Stop using the FinalInCpp attribute for classesFriedemann Kleint2017-12-093-17/+27
* | shiboken: Refactor copying of the MetaLang* classesFriedemann Kleint2017-12-062-11/+35
* | shiboken: Unify constructors of the MetaLang* classesFriedemann Kleint2017-12-052-108/+110