aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Cleanup version string for 5.14.0 releasev5.14.05.14.0Simo Fält2019-12-162-4/+4
* Doc: Document the Property function in QtCoreVenugopal Shivashankar2019-12-121-0/+62
* Finalize the Python 3.8 refcount fixChristian Tismer2019-12-121-5/+7
* Shiboken: QtDoc: Fix the fancy TOC in the module index pageVenugopal Shivashankar2019-12-121-0/+3
* Doc: Fix warnings about link targets and indentationVenugopal Shivashankar2019-12-0611-33/+58
* Optimize the Python 3.8 refcount fix a tiny bitChristian Tismer2019-12-051-1/+1
* Fix Python 3.8 problemsChristian Tismer2019-12-0519-30/+148
* docs: Simplify the Quick Start topicKavindra Palaraja2019-12-042-23/+19
* New documentation structureCristián Maureira-Fredes2019-12-0322-636/+900
* Fix refcount issues with QSettings glue codeCristián Maureira-Fredes2019-11-281-4/+11
* Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-11-285-4/+7
|\
| * Remove QGraphicsItem::scroll from QtCharts5.13Mariana Meireles2019-11-261-0/+3
| * Bump version numbersSimo Fält2019-11-112-2/+2
* | docs: Propose new structure for overviewKavindra Palaraja2019-11-271-36/+4
* | docs: Clean up the PyInstaller topicKavindra Palaraja2019-11-271-66/+50
* | shiboken: Refactor metatype comparisonFriedemann Kleint2019-11-253-42/+50
* | Shiboken: QtDoc: Fix the new filename logic for the extras foundVenugopal Shivashankar2019-11-251-1/+1
* | shiboken: Refactor target lang nameFriedemann Kleint2019-11-257-157/+76
* | shiboken: Store the unqualified entry name in TypeEntryFriedemann Kleint2019-11-259-137/+154
* | Replace imp by importlibCristián Maureira-Fredes2019-11-192-10/+15
* | shiboken: Give the type system entries a pointer to their parentFriedemann Kleint2019-11-187-78/+189
* | shiboken: Fix crash when smartptr template class cannot be foundFriedemann Kleint2019-11-183-1/+23
* | Doc: Drop PySide prefix from the RST filenamesVenugopal Shivashankar2019-11-1820-6/+14
* | shiboken/Doc generator: Refactor the Table classFriedemann Kleint2019-11-152-42/+55
* | shiboken: Remove more usages of QListFriedemann Kleint2019-11-153-6/+7
* | shiboken: Refactor the logic deciding whether headers should be parsedFriedemann Kleint2019-11-151-31/+48
* | shiboken: Refactor TypeEntry::addExtraInclude()Friedemann Kleint2019-11-152-13/+12
* | shiboken: Split the headers of libsmartFriedemann Kleint2019-11-146-193/+370
* | Fix clang parsing with update MSCV versionsFriedemann Kleint2019-11-131-0/+2
* | shiboken: Remove unused codeFriedemann Kleint2019-11-075-40/+0
* | Simplify recreation of registry filesChristian Tismer2019-11-073-0/+19
* | PySide2: Enable a build for Qt built with -no-feature-sslFriedemann Kleint2019-11-011-4/+4
* | shiboken: Refactor lookForEnumsInClassesNotToBeGenerated()Friedemann Kleint2019-11-011-9/+7
* | Doc: Fix sphinx warnings about indentation and linkingVenugopal Shivashankar2019-11-0111-118/+149
* | Revert "PySide2: Fix Qt3D events' modifier enumerations for 5.14"Friedemann Kleint2019-11-011-2/+2
* | Update the registry files after merging 5.13 into 5.14Christian Tismer2019-11-014-0/+162439
* | Make the scrape script robust enough, againChristian Tismer2019-10-311-1/+3
* | Add designer to the pyside toolsCristián Maureira-Fredes2019-10-311-0/+0
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-10-3125-99/+397
|\|
| * 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