aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
Commit message (Expand)AuthorAgeFilesLines
* 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
* Activate existence_test.py for 5.12Christian Tismer2018-12-221-1/+1
* Complete The Signature IntrospectionChristian Tismer2018-12-224-39/+119
* PySide2: Add QWebEngineUrlScheme for 5.12Friedemann Kleint2018-12-212-0/+10
* Refine .pyi MessagesChristian Tismer2018-12-171-5/+15
* Bump shiboken2 and pyside2 version numbers to 5.12.1Simo Fält2018-12-121-1/+1
* Doc: Add a link to the known issues wiki pageVenugopal Shivashankar2018-12-121-9/+10
* generate_pyi.py: Add --quiet optionFriedemann Kleint2018-12-112-4/+11
* Fix typo on templateCristian Maureira-Fredes2018-12-111-3/+1
* Fix locking in generate_pyi.pyChristian Tismer2018-12-101-73/+47
* Merge remote-tracking branch 'origin/5.11' into 5.12Friedemann Kleint2018-12-072-8/+8
|\
| * Merge remote-tracking branch 'origin/5.11.3' into 5.115.11Friedemann Kleint2018-12-072-12/+1
| |\
| | * Revert QAbstractVideoSurface patch5.11.3Cristian Maureira-Fredes2018-12-071-11/+0
| | * Cleanup version strings for 5.11.3 release, take 2Simo Fält2018-12-051-1/+1
| | * Cleanup version strings for 5.11.3 releaseSimo Fält2018-12-051-1/+1
| |/
| * Bump version strings for impending 5.11.3 releaseAlexandru Croitor2018-11-191-1/+1
* | Make quiet builds really quietAlexandru Croitor2018-12-071-13/+39
* | Make it hard to use the create_pyside_module function incorrectlyAlexandru Croitor2018-12-0746-400/+376
* | Avoid DeprecationWarning in Python 3Cristian Maureira-Fredes2018-12-051-1/+1