aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2
Commit message (Expand)AuthorAgeFilesLines
* Fix QAxBase::dynamicCall(const char *, QVariantList)Friedemann Kleint2020-11-041-1/+7
* Add some missing enumerations and classesFriedemann Kleint2020-10-215-1/+8
* Add some more classes from QtConcurrentFriedemann Kleint2020-10-164-0/+34
* Add Network as dependency for WebEngineCoreCristian Maureira-Fredes2020-10-042-1/+5
* Signature: Revert SbkSpecial_Type_Ready to PyType_ReadyChristian Tismer2020-09-241-2/+2
* Add user property QLayout::contentsMarginsFriedemann Kleint2020-09-231-1/+2
* Fix crash when reimplementing QLayout.takeAt()Friedemann Kleint2020-09-231-0/+1
* Add QColorConstants namespaceCristián Maureira-Fredes2020-09-222-0/+13
* 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
* Fix crash when overriding QUiLoader::createWidget() in QUiLoaderFriedemann Kleint2020-09-171-0/+4
* Remove dependency of the QtQml module header on pysideqmlregistertype.hFriedemann Kleint2020-09-162-7/+16
* Fix slots being invoked from the wrong threadFriedemann Kleint2020-09-161-0/+6
* AxContainer: Add missing enumerationsFriedemann Kleint2020-09-111-2/+6
* 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
* signature: Avoid non-existent attributes in compiled code (Nuitka)Christian Tismer2020-08-311-1/+2
* signature: pass `self` directly from parserChristian Tismer2020-08-241-6/+6
* QQmlComponent: allow thread in constructorsCristian Maureira-Fredes2020-08-171-0/+6
* Add Qt3DExtras.QNormalDiffuseMapAlphaMaterialCristian Maureira-Fredes2020-08-172-0/+2
* shiboken: warn if the signature module fails to initializeChristian Tismer2020-08-071-1/+15
* feature-select: optimize feature access to the feasible maximumChristian Tismer2020-07-312-0/+8
* Brush up the code related to custom widgets in the QUiLoader moduleFriedemann Kleint2020-07-211-15/+17
* shiboken2: Re-add support for parsing Q_PROPERTYFriedemann Kleint2020-07-131-0/+7
* QByteArray::number(): Remove non-existent exclusions of number()Friedemann Kleint2020-07-061-3/+0
* QByteArray::number(): suppress small integer types as is for setNum()Friedemann Kleint2020-07-031-1/+7
* CMake: Use the portable Qt feature propertiesFriedemann Kleint2020-06-303-4/+5
* Indicate limited API builds in QLibraryInfo::build()Friedemann Kleint2020-06-292-0/+13
* Add QObject.findChildren(QRegularExpression)Friedemann Kleint2020-06-262-9/+15
* Change the return type of the hash functions to Py_ssize_tFriedemann Kleint2020-06-261-4/+4
* Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-06-262-1/+35
|\
| * pthreads: Try to abandon the GIL in case a thread was terminatedFriedemann Kleint2020-06-262-1/+35
* | PySide2: Add QByteArray::FromBase64ResultFriedemann Kleint2020-06-232-0/+8
* | PySide2: Reject internal namespaces of QtFriedemann Kleint2020-06-234-0/+14
* | PySide2/Qt 6: Fix warning about redefinition of QT_ANNOTATE_ACCESS_SPECIFIERFriedemann Kleint2020-06-221-3/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-06-191-4/+7
|\|
| * Use pyside2-uic instead of uic for the loadUiTypeCristian Maureira-Fredes2020-06-161-4/+7
* | Implement the QEnum/QFlag decorator, V2Christian Tismer2020-06-152-0/+15
* | Fix crashes in QThread::wait(), QWaitCondition::wait()Friedemann Kleint2020-06-151-0/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-06-111-0/+3
|\|
| * Potential fix for deploying with cx_freeze using zip_include_packagesFriedemann Kleint2020-06-051-0/+3
* | Add QSocketDescriptor classCristian Maureira-Fredes2020-06-053-0/+12
* | PySide2: Add QRegularExpressionValidatorFriedemann Kleint2020-06-052-0/+2
* | Doc: Document QtUiTools.loadUiType functionVenugopal Shivashankar2020-05-281-25/+0
* | Add QtQuickControls2Cristian Maureira-Fredes2020-05-262-0/+88
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-05-266-10/+194
|\|
| * Add QtUiTools.loadUiTypeCristian Maureira-Fredes2020-05-252-0/+174
| * PySide2: Fix conversion of quintptrFriedemann Kleint2020-05-182-2/+18