aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add QtRemoteObjects classesFriedemann Kleint2019-01-304-1/+121
* QtCore snippets: Fix warning about printf() format in generated codeFriedemann Kleint2019-01-301-1/+2
* Run generate_pyi After Generation of All BinariesChristian Tismer2019-01-221-1/+15
* Fix a crash when overriding QAbstractNativeEventFilter.QAbstractNativeEventFi...Friedemann Kleint2019-01-141-2/+4
* Fix snippet typoCristian Maureira-Fredes2019-01-111-1/+1
* Documentation: Add \nullptr macro definitionFriedemann Kleint2019-01-101-0/+2
* Doc: Update and fix the Slot documentationCristian Maureira-Fredes2019-01-101-15/+15
* Produce TypeError Messages Using the Signature ModuleChristian Tismer2019-01-101-0/+1
* Avoid creation of empty build directories in install treeStefan Brüns2019-01-081-3/+3
* [reg] Remove createIndex method that uses PyObject*Cristian Maureira-Fredes2019-01-087-15/+56
* libpyside: Use helper function for accessing the meta object in quick type re...Friedemann Kleint2019-01-081-4/+3
* Fix a rare type hint racing conditionChristian Tismer2019-01-061-0/+2
* Pyside2: Add free functions from namespace QtQmlFriedemann Kleint2019-01-043-1/+9
* Fix crash when mixing static overloads with instance methods in derived classesFriedemann Kleint2019-01-045-10/+12
* Fix crash related to multiple inheritanceFriedemann Kleint2019-01-031-2/+23
* Update after Activate existence_test.py for 5.12Christian Tismer2018-12-274-0/+98441
* Doc: Reduce module list duplicationVenugopal Shivashankar2018-12-262-29/+0