aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11.3' into 5.115.11Friedemann Kleint2018-12-073-13/+2
|\
| * Revert QAbstractVideoSurface patch5.11.3Cristian Maureira-Fredes2018-12-071-11/+0
| * Cleanup version strings for 5.11.3 release, take 2Simo Fält2018-12-052-2/+2
| * Cleanup version strings for 5.11.3 releaseSimo Fält2018-12-052-2/+2
|/
* Bump version strings for impending 5.11.3 releaseAlexandru Croitor2018-11-192-2/+2
* QIODevice bindings: Fix invalid reads in read() functionsFriedemann Kleint2018-10-312-7/+5
* Fix Memory Leak Caused By Wrong Limited API DefaultChristian Tismer2018-10-2913-26/+31
* Add qCompress/qUncompress bindingsCristian Maureira-Fredes2018-10-221-0/+4
* Fix crash when using a MSVC debug buildFriedemann Kleint2018-10-171-1/+1
* Release Py_buffer after gets its underlying pointerBoxiang Sun2018-09-191-5/+4
* Update the Registry After Explicit Linux NamingChristian Tismer2018-09-133-0/+55868
* Update the Signature Registry After ResetChristian Tismer2018-09-133-2/+37691
* shiboken/pep384: Avoid warning by literal comparisonCristian Maureira-Fredes2018-09-121-1/+1
* Add explanation to findChild/findChildren methodsCristian Maureira-Fredes2018-09-121-0/+16
* Automate Parsing COIN testresults for exists_{platf}_{version}_ci.pyChristian Tismer2018-09-102-2/+369
* Reset the Signature Registry after the Total ScanChristian Tismer2018-09-106-55775/+30
* PySide2: Fix warnings about not finding function for modificationFriedemann Kleint2018-09-073-62/+53
* shiboken: Fix handling of dropped type entriesFriedemann Kleint2018-09-061-1/+1
* PySide2: Add some enumerations that were overlooked beforeFriedemann Kleint2018-09-065-3/+11
* Doc: Remove redundant .qdocconf files from the buildTopi Reinio2018-09-053-6/+2
* shiboken/doc generator: Add FunctionMask case to avoid warningCristian Maureira-Fredes2018-09-031-0/+2
* shiboken/other test: Add override to avoid warningCristian Maureira-Fredes2018-09-031-1/+1
* libshiboken: Use empty() to check for empty containers as clang-tidy advisesFriedemann Kleint2018-08-302-3/+3
* Support for QAbstractVideoSurface in QMediaPlayerCristian Maureira-Fredes2018-08-291-0/+11
* PySide2: Fix compilation with a with custom namespace specified for QtFriedemann Kleint2018-08-292-0/+4
* Fix help display of backport_inspect (python 2.7)Christian Tismer2018-08-282-0/+9
* Add ownership transfer to setGraphicsEffectCristian Maureira-Fredes2018-08-271-0/+5
* Document the Signature ModuleChristian Tismer2018-08-272-61/+281
* Reduce the redundant signature_testChristian Tismer2018-08-273-89/+5
* Make signature module unconditionalChristian Tismer2018-08-274-33/+25
* Enforce pure PyDict to be associated to VariantMapCristian Maureira-Fredes2018-08-231-1/+1
* Document the Python Limited APIChristian Tismer2018-08-212-291/+704
* Implement Proper Name ManglingChristian Tismer2018-08-217-11/+232
* Remove wrong ownership transferCristian Maureira-Fredes2018-08-161-5/+0
* QtLocation: add missing enumsCristian Maureira-Fredes2018-08-101-2/+6
* QtDataVisualization: add ownership transfersCristian Maureira-Fredes2018-08-091-10/+302
* Qt3DRender: add missing classesCristian Maureira-Fredes2018-08-081-6/+14
* Replace PySequence by PyList typeCristian Maureira-Fredes2018-08-081-1/+1
* Invert return tuple order in QFont dialogsCristian Maureira-Fredes2018-08-072-2/+21
* Fix Some Minor Limited API Omissions And QuirksChristian Tismer2018-08-066-29/+16
* PySide2/QtGui: Fix build of Debian/armel,armh (OpenGL ES 2)Friedemann Kleint2018-08-061-4/+11
* Doc: Remove third-pary license text and link to the Qt licenses pageVenugopal Shivashankar2018-08-063-36/+5
* shiboken: Work around non-deterministic buildsFriedemann Kleint2018-07-261-0/+3
* Pep 384 Final Cut: Remove PepTypeChristian Tismer2018-07-2329-141/+134
* shiboken: Remove -fno-exceptions from Clang parse optionsFriedemann Kleint2018-07-231-1/+0
* libshiboken: Use std::set::find() instead of searching the setFriedemann Kleint2018-07-191-1/+1
* Doc: Add snippet override for QQuickViewVenugopal Shivashankar2018-07-191-0/+67
* Doc: Remove repetitive text in the licenses pageVenugopal Shivashankar2018-07-191-4/+0
* Generate fully Qualified Names for FlagsChristian Tismer2018-07-162-4/+9
* Fix limited API incompatibility with Python 3.7Christian Tismer2018-07-103-77/+8