aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
Commit message (Expand)AuthorAgeFilesLines
* Cleanup version strings for 5.12.4 releasev5.12.45.12.4Simo Fält2019-06-191-2/+2
* Fix negative refcount on QSocketNotifierChristian Tismer2019-06-102-2/+3
* Bump version strings to 5.12.4Simo Fält2019-06-101-1/+1
* PySide: Allow any existing attribute in the constructorChristian Tismer2019-06-043-16/+104
* CMake: Change the default behavior CMAKE_BUILD_TYPEJulien Schueller2019-06-061-1/+1
* correct bool(qApp) on Python 2Christian Tismer2019-06-061-1/+1
* Implement the Buffer Protocol on VoidPtrRenaud Aubin2019-06-051-1/+6
* shiboken: Make it possible to extend namespacesFriedemann Kleint2019-05-224-0/+54
* Fix propagation of existing LD env vars when calling generate_pyiAlexandru Croitor2019-05-211-9/+20
* generate_pyi: Simplify, Enhance and Get Rid Of Any Import ProblemsChristian Tismer2019-05-192-153/+60
* Fix pyi generation on WindowsAlexandru Croitor2019-05-141-0/+13
* Add Some Hints For Dealing With PyInstallerChristian Tismer2019-05-141-0/+49
* Port property/signal/slot handling of libpyside to use QByteArrayFriedemann Kleint2019-05-066-227/+171
* libpyside: Refactor code building the signatureFriedemann Kleint2019-05-021-4/+4
* Add PySide2: Add OpenGL version functions as separate moduleFriedemann Kleint2019-05-0231-15/+1654
* Avoid too much stickiness when using --reuse-buildChristian Tismer2019-04-261-2/+41
* Fix warnings about signatures 'setUniformValue(const char*,...)' not being foundFriedemann Kleint2019-04-265-10/+13
* Add explicit methods for QOpenGLShaderProgramm.setUniformValue (i/f)Cristian Maureira-Fredes2019-04-242-0/+30
* Tutorials: Fix some sphinx warnings about unexpected indentationFriedemann Kleint2019-04-245-2/+23
* Declare XML files to be in encoding UTF-8Friedemann Kleint2019-04-1865-65/+65
* Make the PepType_AS_BUFFER definition completeChristian Tismer2019-04-161-4/+0
* Revert an unwanted debug change in generate_pyi.pyChristian Tismer2019-04-161-5/+1
* Add array modification for QGLShaderProgram::setAttributeArray(int,const floa...Friedemann Kleint2019-04-151-0/+3
* Remove copy for non-existing ApiExtractor docsCristián Maureira-Fredes2019-04-151-6/+2
* Doc: Add tutorials related to deploymentCristian Maureira-Fredes2019-04-045-0/+431
* Doc: Add descriptions, pages, and moving modulesCristian Maureira-Fredes2019-03-275-92/+255
* Update logoCristian Maureira-Fredes2019-03-261-0/+0
* Improve the Selftest in the RegistryChristian Tismer2019-03-252-35/+101
* Doc: Add subtitles to Getting Started to improve readabilityLeena Miettinen2019-03-251-2/+16
* Implement Embedding To Make Signatures Always AvailableChristian Tismer2019-03-205-11/+87
* Simplify Python Imports For EmbeddingChristian Tismer2019-03-2011-636/+19
* Doc: Add qml application tutorialVenugopal Shivashankar2019-03-2010-0/+319
* Add toBytes() and BufferProtocolCristian Maureira-Fredes2019-03-152-10/+54
* PySide2 documentation: Do not add module namesFriedemann Kleint2019-03-141-0/+2
* PySide2: Fix documentation build with module subsetsFriedemann Kleint2019-03-122-1/+5
* 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-012-15/+1
* Doc: Avoid marketing Qt for Python as a productVenugopal Shivashankar2019-02-281-6/+6
* Prevent Python 3.5 From Crashing The BuildChristian Tismer2019-02-262-1/+15
* Add setPageSize new signature to QPageSizeCristian Maureira-Fredes2019-02-262-0/+49
* Set proper parent when overloading QUiLoaderCristian Maureira-Fredes2019-02-251-0/+3
* Add common QPrintSupport typesystem for QWebEngineCristian Maureira-Fredes2019-02-255-3/+55
* Return PyObject wrapper when not valid QVariantCristian Maureira-Fredes2019-02-081-6/+10
* Fix Shiboken.ObjectType.__new__ for Python 2.7Christian Tismer2019-02-071-1/+6
* Make .pyi file generation a standalone CMake targetAlexandru Croitor2019-02-071-4/+8
* Modernize cmake buildAlexandru Croitor2019-02-0756-347/+123
* Propagate Property attributes to the MetaObjectCristian Maureira-Fredes2019-02-071-0/+11
* Update Qt version for CMakeCristian Maureira-Fredes2019-02-061-1/+1
* Type Hints: Handle Container Types Correctly: AddendumChristian Tismer2019-02-061-0/+1