aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
Commit message (Expand)AuthorAgeFilesLines
* Cleanup version strings for 5.15.2 releasev5.15.2Simo Fält2020-11-121-3/+3
* Fix QAxBase::dynamicCall(const char *, QVariantList)Friedemann Kleint2020-11-041-1/+7
* pysideproperty.cpp: Fix warning about offsetofFriedemann Kleint2020-10-261-13/+15
* Add some missing enumerations and classesFriedemann Kleint2020-10-215-1/+8
* doc: update versions and comandsCristian Maureira-Fredes2020-10-219-181/+229
* Add some more classes from QtConcurrentFriedemann Kleint2020-10-164-0/+34
* property_python_test.py: Restrict exceptFriedemann Kleint2020-10-131-1/+1
* Update QtCore.Property to the current standardChristian Tismer2020-10-125-53/+410
* feature_select: finish properties and postpone static propertiesChristian Tismer2020-10-091-3/+76
* Generate flags operator methods for QFlags on hidden top level namespaceRenato Araujo Oliveira Filho2020-10-065-0/+101
* Documentation: Fix virtualenv URLFriedemann Kleint2020-10-051-1/+1
* doc: remove qApp importCristian Maureira-Fredes2020-10-055-5/+5
* Add Network as dependency for WebEngineCoreCristian Maureira-Fredes2020-10-042-1/+5
* Move the annotations for parsing Qt-based headers to shiboken2Friedemann Kleint2020-10-021-1/+0
* Consolidate export/import macrosFriedemann Kleint2020-10-019-52/+92
* Add command to build rst documentation onlyCristian Maureira-Fredes2020-09-292-73/+87
* Feature-select: Implement signature-awareness of snake_caseChristian Tismer2020-09-291-29/+3
* doc: fix more sphinx warningsCristian Maureira-Fredes2020-09-295-6/+9
* Fix some sphinx warnings in Pyside2 documentationFriedemann Kleint2020-09-282-8/+10
* Signature: Revert SbkSpecial_Type_Ready to PyType_ReadyChristian Tismer2020-09-246-9/+9
* add wiki link to doc indexJimmy Girardet2020-09-231-0/+4
* Add user property QLayout::contentsMarginsFriedemann Kleint2020-09-232-3/+5
* Fix crash when reimplementing QLayout.takeAt()Friedemann Kleint2020-09-231-0/+1
* Add QColorConstants namespaceCristián Maureira-Fredes2020-09-223-2/+16
* signal: Supply the missing __get__ methodChristian Tismer2020-09-213-2/+106
* shiboken2: Allow specifying the sequence of overloadsFriedemann Kleint2020-09-211-0/+4
* Q(Plain)TextEdit::createMimeDataFromSelection(): Fix a crash when creating QM...Friedemann Kleint2020-09-211-0/+12
* shiboken2: Add attribute for generating "using namespace"Friedemann Kleint2020-09-181-1/+1
* signal: perform a cleanup before fixing __get__Christian Tismer2020-09-183-68/+67
* Fix crash when overriding QUiLoader::createWidget() in QUiLoaderFriedemann Kleint2020-09-172-0/+20
* uiloader_test.py: Remove unused/duplicated codeFriedemann Kleint2020-09-171-20/+6
* Fix launching PySide2 from paths with non-ASCII latin charactersFriedemann Kleint2020-09-161-3/+9
* Remove dependency of the QtQml module header on pysideqmlregistertype.hFriedemann Kleint2020-09-162-7/+16
* feature_select: Implement True PropertiesChristian Tismer2020-09-168-64/+231
* Fix slots being invoked from the wrong threadFriedemann Kleint2020-09-163-0/+113
* Do some cleanup to pysideproperty.cpp and feature selectChristian Tismer2020-09-142-22/+16
* AxContainer: Add missing enumerationsFriedemann Kleint2020-09-111-2/+6
* Implement default __ne__ and __eq__ for all PySide typesAlex Hughes2020-09-083-0/+89
* Add the QWidget *-based overloads of the QtWinExtras functionsCristian Maureira-Fredes2020-09-083-2/+14
* QDomElement: remove unnecesary setAttribute overloadsCristian Maureira-Fredes2020-09-041-1/+14
* signature: Use a clean init function to initialize itChristian Tismer2020-09-041-1/+2
* Add compatibility with NuitkaChristian Tismer2020-09-042-7/+12
* Fix up qprocess_test.pyFriedemann Kleint2020-09-031-1/+2
* signature: Avoid non-existent attributes in compiled code (Nuitka)Christian Tismer2020-08-311-1/+2
* Return QVariantList when using list as Signal argumentCristian Maureira-Fredes2020-08-311-0/+2
* CSS: Make sidebar stick to the topTopi Reinio2020-08-261-1/+6
* signature: pass `self` directly from parserChristian Tismer2020-08-241-6/+6
* support Python 3.9Christian Tismer2020-08-191-2/+10
* Port some tests away from deprecated APIFriedemann Kleint2020-08-182-9/+13
* QQmlComponent: allow thread in constructorsCristian Maureira-Fredes2020-08-171-0/+6