aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
Commit message (Expand)AuthorAgeFilesLines
* Cleanup version strings for 5.13.2 releasev5.13.25.13.2Simo Fält2019-10-311-2/+2
* 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
* Doc: Add the additional and the API ref pages to the toctreeVenugopal Shivashankar2019-10-254-54/+76
* Add inject-code for QVideoFrame::bits()VaL Doroshchuk2019-10-252-0/+10
* Add support for __repr__ in QObject derived classesAndreas Beckermann2019-10-257-8/+157
* 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
* Doc: Add Porting guide tutorialVenugopal Shivashankar2019-10-1529-0/+2443
* Fix bad shutdown effect on QApplication.instance()Christian Tismer2019-09-301-0/+18
* libpyside: Fix compiler warningFriedemann Kleint2019-09-251-1/+2
* Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Friedemann Kleint2019-09-112-6/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-09-112-6/+1
| |\
| | * Remove extra ref on QDataStream::setDeviceCristian Maureira-Fredes2019-09-061-6/+0
| | * Bump version for 5.12.5Simo Fält2019-08-271-1/+1
* | | Fix formatting of the deployment documentationFriedemann Kleint2019-09-111-5/+5
|/ /
* | Bump version to 5.13.2Simo Fält2019-09-061-1/+1
* | Doc: Improve the documentation styleTopi Reinio2019-09-021-20/+76
* | signature: Support typing.Optional[T] and refine a bitChristian Tismer2019-08-291-21/+52
* | CMake modularization: macros creationCristián Maureira-Fredes2019-08-281-180/+13
* | Add QtCore.Slot.__signature__ and much more manuallyChristian Tismer2019-08-218-48/+103
* | Fix wrong Python init return codesChristian Tismer2019-08-205-9/+9
* | Docs: Add missing pysideversion codeCristián Maureira-Fredes2019-08-201-4/+18
* | Update docs styleCristián Maureira-Fredes2019-08-201-12/+79
* | simplify the qslot_object_test to use the qApp macroChristian Tismer2019-08-151-9/+5
* | Bump version to 5.13.1Simo Fält2019-08-151-1/+1
* | Documentation: update QInputDialog snippetsCristián Maureira-Fredes2019-08-141-12/+12
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-08-143-4/+3
|\|
| * correct QtPrintSupport dependencyChristian Tismer2019-07-292-1/+1
| * shiboken: Allow for "auto" as target of type for CONVERTTOCPP in injected codeFriedemann Kleint2019-07-291-3/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Alex Blasche2019-07-1840-5/+142
|\|
| * Cleanup signature module before substantial changeChristian Tismer2019-07-171-0/+4
| * 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-175-5/+138
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-07-057-6/+161
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-07-022-6/+1
|\|
| * Leave QVariantMap as a name, not a typeCristian Maureira-Fredes2019-07-022-6/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-06-26230-23634/+74
|\|
| * Cleanup pointer and trailing whitespace (omissions)Christian Tismer2019-06-2523-74/+74
| * Remove left-over C++ example snippetsFriedemann Kleint2019-06-25207-23560/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-06-2438-736/+739
|\|
| * Cleanup pointer whitespace everywhereChristian Tismer2019-06-2438-736/+739
* | Doc: Fix minor issuesVenugopal Shivashankar2019-06-193-6/+8
* | Doc: Fix typoVenugopal Shivashankar2019-06-131-1/+1
* | Example: Move the SQL statementsVenugopal Shivashankar2019-06-181-29/+22
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-06-195-24/+118
|\|