aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Add doc config for the QtQml moduleVenugopal Shivashankar2018-07-101-0/+5
* shiboken: Provide g++ internal headers for CentOS, tooFriedemann Kleint2018-07-101-7/+32
* Adapt Licenses to Python 3.7.0Christian Tismer2018-07-099-5633/+59
* Fix Limited API and Signature Glitches in Python 3.7Christian Tismer2018-07-095-11/+9
* Fix macOS build when building inside Homebrew environmentAlexandru Croitor2018-07-091-0/+34
* Add missing ownership handling for QtChartsCristian Maureira-Fredes2018-07-061-5/+136
* shiboken: Fix handling of deleted functionsFriedemann Kleint2018-07-064-1/+45
* shiboken: Handle enum class forward declarationsFriedemann Kleint2018-07-062-1/+5
* Remove Py_TPFLAGS_HAVE_VERSION_TAG in Python 3Boxiang Sun2018-07-053-0/+72
* Add test case for QVariant/PySequence issueCristian Maureira-Fredes2018-07-041-8/+34
* Add test for "Segfault when emitting string with emoji"Christian Tismer2018-07-042-0/+79
* Add ownership condition for finite PySequencesCristian Maureira-Fredes2018-07-031-1/+8
* Implement proper slice assignment for QByteArrayBoxiang Sun2018-07-023-40/+249
* shiboken: Use raw string literals in ApiExtractor test testtemplatesFriedemann Kleint2018-07-021-193/+195
* Change deprecated header qtest_global.hCristian Maureira-Fredes2018-07-021-1/+1
* shiboken: Remove code fixing template argumentsFriedemann Kleint2018-06-301-78/+2
* Implement proper convert from QString to PyUnicodeObjectBoxiang Sun2018-06-291-5/+2
* Doc: Add the snippets for QtUiTools and QtChartsVenugopal Shivashankar2018-06-292-0/+96
* Create registry files for 5.11Christian Tismer2018-06-293-0/+55760
* shiboken: Remove unused code from the generatorsFriedemann Kleint2018-06-2811-214/+15
* Doc: Update doc config to enable conditional exclusionVenugopal Shivashankar2018-06-281-0/+3
* shiboken: No longer hard-code the C++ language levelFriedemann Kleint2018-06-2711-14/+157
* Prepare Limited API for Python 3.7Christian Tismer2018-06-263-94/+132
* existence_test.py: Make multi signature mismatch message more verboseFriedemann Kleint2018-06-261-2/+12
* Fix index() method of QAbstractItemModel-derived classesFriedemann Kleint2018-06-252-2/+14
* Doc: Fix typos and minor editsVenugopal Shivashankar2018-06-252-4/+4
* shiboken: Search for Clang builtin-includes at runtimeFriedemann Kleint2018-06-233-56/+82
* shiboken: Add command line options for system include pathsFriedemann Kleint2018-06-223-40/+59
* shiboken: Add error handling to added functionsFriedemann Kleint2018-06-221-2/+17
* shiboken: Improve error message about missing function for modificationFriedemann Kleint2018-06-223-7/+20