aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
Commit message (Expand)AuthorAgeFilesLines
* 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
* typesystem_gui_common.xml: CleanupFriedemann Kleint2019-02-065-66/+41
* Replace the deprecated Qt algorithms by their std:: equivalentsFriedemann Kleint2019-02-051-1/+2
* Type Hints: Handle Container Types CorrectlyChristian Tismer2019-02-051-18/+8
* PySide2/QtSxcml: Support bool *ok in some of the models' evaluateTo() functionsFriedemann Kleint2019-02-042-0/+17
* PySide2/QtGui: Add more array modifications for const (unsigned) int * parame...Friedemann Kleint2019-02-011-1/+13
* PySide2: Remove enumeration AbstractPhysicalDevice::DeviceStatusFriedemann Kleint2019-02-011-3/+1
* QtGui: Fix warning about <array> modificationFriedemann Kleint2019-02-011-1/+1
* PySide2/Widgets: Add overload of QInputDialog::getDouble()Friedemann Kleint2019-01-312-0/+18
* PySide2: Remove non-existent or moved Qt3D classesFriedemann Kleint2019-01-312-9/+0
* PySide2: Fix some build warningsFriedemann Kleint2019-01-313-1/+3
* Bump version strings to 5.12.2Simo Fält2019-01-311-1/+1
* Add classes QWebEngineHistory, WebEngineHistoryItemFriedemann Kleint2019-01-302-5/+3