aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove QGraphicsItem::scroll from QtCharts5.13Mariana Meireles2019-11-261-0/+3
* Add python_requires to the python setupCristián Maureira-Fredes2019-11-181-2/+2
* Bump version numbersSimo Fält2019-11-112-2/+2
* Add changelog for 5.13.2Cristián Maureira-Fredes2019-10-291-0/+37
* Fix booleans and empty list cases in QSettingsCristián Maureira-Fredes2019-10-282-16/+73
* Doc: Use the exclude_patterns instead of exclude_treesVenugopal Shivashankar2019-10-281-1/+1
* Fix Python 3 deprecation warning about Buffer APIFriedemann Kleint2019-10-251-0/+4
* abstractmetabuilder_p.h: Fix compilation with some versions of g++Friedemann Kleint2019-10-251-1/+1
* Doc: Add the additional and the API ref pages to the toctreeVenugopal Shivashankar2019-10-254-54/+76
* Shiboken: QtDoc: Fix how brief and class tags are handledVenugopal Shivashankar2019-10-251-5/+1
* shiboken: Fix pyi generation for external modulesAndreas Beckermann2019-10-251-5/+0
* Fix hasVirtualDestructor() for implicit destructorsAndreas Beckermann2019-10-253-1/+39
* Add inject-code for QVideoFrame::bits()VaL Doroshchuk2019-10-252-0/+10
* Add support for __repr__ in QObject derived classesAndreas Beckermann2019-10-2512-20/+185
* Release ownership in QAbstractVideoFilterWrapper::createFilterRunnableVaL Doroshchuk2019-10-241-1/+7
* Doc: Minor fixes to the snippets and their orderVenugopal Shivashankar2019-10-163-2/+4
* Doc: Fix the broken download linksVenugopal Shivashankar2019-10-151-2/+2
* Doc: Set up necessary infra. for example doc generationVenugopal Shivashankar2019-10-1510-1/+145
* Shiboken: QtDoc generator: Handle 'group' tag as a 'page' tagVenugopal Shivashankar2019-10-151-4/+6
* Doc: Add Porting guide tutorialVenugopal Shivashankar2019-10-1529-0/+2443
* Split build instructions to build and packagingSimo Fält2019-10-151-22/+35
* Fix wrong "only package" condition in build_scripts/main.pyAlexandru Croitor2019-10-071-1/+1
* Shiboken: Provide a context for the additional docsVenugopal Shivashankar2019-10-071-1/+2
* shiboken: Fix handling of modified default expressionsFriedemann Kleint2019-10-046-5/+48
* Fix bad shutdown effect on QApplication.instance()Christian Tismer2019-09-302-2/+25
* Add .pyproject files for each exampleCristián Maureira-Fredes2019-09-2761-0/+198
* Remove trailing whitespace from __repr__Andreas Beckermann2019-09-271-0/+1
* Shiboken: Add check for 'external' link typeVenugopal Shivashankar2019-09-251-0/+2
* libpyside: Fix compiler warningFriedemann Kleint2019-09-251-1/+2
* Example: Replace date type with text for authors' birthdateVenugopal Shivashankar2019-09-201-7/+6
* Disable Android target from CISimo Fält2019-09-201-1/+1
* Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Friedemann Kleint2019-09-114-6/+42
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-09-114-6/+42
| |\
| | * 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
* | | Fix formatting of the deployment documentationFriedemann Kleint2019-09-111-5/+5
|/ /
* | Bump version to 5.13.2Simo Fält2019-09-062-2/+2
* | Add 5.13.1 changelogCristián Maureira-Fredes2019-09-041-0/+47
* | Fix heaptype conflict with QtCore.QObject.__new__in Python 2.7Christian Tismer2019-09-031-40/+54
* | Doc: Improve the documentation styleTopi Reinio2019-09-022-40/+152
* | signature: Support typing.Optional[T] and refine a bitChristian Tismer2019-08-298-78/+161
* | CMake modularization: macros creationCristián Maureira-Fredes2019-08-287-441/+486
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Jukka Jokiniva2019-08-273-1/+8
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Jukka Jokiniva2019-08-273-1/+8
|/| | | |/
| * 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
* | Fix a typing bug in Python 2.7 and updateChristian Tismer2019-08-222-94/+431