aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Amend the Embedding Patch for cx_Freezev5.12.25.12.2Christian Tismer2019-03-211-4/+6
* Cleanup version strings for 5.12.2 releaseAkseli Salovaara2019-03-212-4/+4
* Add line to changelog concerning embeddingChristian Tismer2019-03-201-1/+2
* Implement Embedding To Make Signatures Always AvailableChristian Tismer2019-03-2022-305/+1029
* Simplify Python Imports For EmbeddingChristian Tismer2019-03-2030-1182/+412
* Doc: Add qml application tutorialVenugopal Shivashankar2019-03-2010-0/+319
* Update dist/changes-5.12.2Cristian Maureira-Fredes2019-03-181-0/+1
* Fix animation/alignment of the chartthemes examplesCristian Maureira-Fredes2019-03-181-33/+48
* testrunner: Fix error message about forgotten --build-testsFriedemann Kleint2019-03-181-1/+1
* Add toBytes() and BufferProtocolCristian Maureira-Fredes2019-03-153-29/+100
* Add changelogs for missing versionsCristian Maureira-Fredes2019-03-153-2/+94
* shiboken/documentation: Shorten the types in link texts and parametersFriedemann Kleint2019-03-141-18/+23
* PySide2 documentation: Do not add module namesFriedemann Kleint2019-03-141-0/+2
* Remove unnecessary show() in tutoralCristián Maureira-Fredes2019-03-146-6/+0
* shiboken: Generate deprecation information for functions and classesFriedemann Kleint2019-03-132-0/+16
* shiboken: Fix the formatting of function signaturesFriedemann Kleint2019-03-132-30/+56
* shiboken: Make the indentor helper class more flexibleFriedemann Kleint2019-03-135-49/+95
* PySide2: Fix documentation build with module subsetsFriedemann Kleint2019-03-122-1/+5
* Say hello to qp5_tool.pyFriedemann Kleint2019-03-051-0/+261
* Add ownership to QGraphicsItemGroup.addToGroupCristian Maureira-Fredes2019-03-051-1/+7
* Update link to shiboken's words of advise pageCristian Maureira-Fredes2019-03-041-1/+1
* Amend The Python 3.5 FixChristian Tismer2019-03-016-25/+3
* Fix Refcounting Bug Shown By __doc__ HandlingChristian Tismer2019-03-011-2/+9
* Move the .pyqtc files to .pyproject filesFriedemann Kleint2019-03-018-137/+123
* shiboken: Handle <array> modifications in template inheritanceFriedemann Kleint2019-03-017-36/+89
* shiboken: Add allow-thread attribute to type system and class entriesFriedemann Kleint2019-02-288-35/+97
* Doc: Avoid marketing Qt for Python as a productVenugopal Shivashankar2019-02-281-6/+6
* shiboken: Fix exception handling when specified in base classFriedemann Kleint2019-02-284-45/+91
* shiboken: Extend the exception handling testFriedemann Kleint2019-02-262-11/+97
* Fix conversions of list of smart pointers to pythonRenato Araujo Oliveira Filho2019-02-265-1/+60
* Prevent Python 3.5 From Crashing The BuildChristian Tismer2019-02-267-3/+499
* Add setPageSize new signature to QPageSizeCristian Maureira-Fredes2019-02-262-0/+49
* Allow Subclassing PyCFunction in Extension ModulesChristian Tismer2019-02-251-2/+2
* Set proper parent when overloading QUiLoaderCristian Maureira-Fredes2019-02-251-0/+3
* Add common QPrintSupport typesystem for QWebEngineCristian Maureira-Fredes2019-02-255-3/+55
* Fix error when importing signatures in frozen executablesAlberto Sottile2019-02-222-17/+24
* Fix smart pointers with namespaceRenato Araujo Oliveira Filho2019-02-216-2/+45
* Add dependency version for shiboken2Cristian Maureira-Fredes2019-02-131-2/+2
* setup.py: Retry to downloading dependenciesFriedemann Kleint2019-02-111-4/+9
* shiboken: Suppress warnings about deprecated code in QtFriedemann Kleint2019-02-111-0/+3
* Fix environment check regarding msvc redist libraries, take 2Friedemann Kleint2019-02-111-1/+1
* Return PyObject wrapper when not valid QVariantCristian Maureira-Fredes2019-02-081-6/+10
* Fix Shiboken.ObjectType.__new__ for Python 2.7Christian Tismer2019-02-072-1/+19
* Make .pyi file generation a standalone CMake targetAlexandru Croitor2019-02-071-4/+8
* Make setup.py more robust when invoked in a weird wayAlexandru Croitor2019-02-061-0/+7
* Add pyObj check to setSequenceOwnershipCristian Maureira-Fredes2019-02-061-0/+4
* Modernize cmake buildAlexandru Croitor2019-02-0777-487/+571
* Propagate Property attributes to the MetaObjectCristian Maureira-Fredes2019-02-071-0/+11
* Update Qt version for CMakeCristian Maureira-Fredes2019-02-062-2/+2
* Type Hints: Handle Container Types Correctly: AddendumChristian Tismer2019-02-062-2/+3