aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
Commit message (Expand)AuthorAgeFilesLines
* Cleanup version strings for 5.15.1 releasev5.15.15.15.1Simo Fält2020-09-091-3/+3
* 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
* Add Qt3DExtras.QNormalDiffuseMapAlphaMaterialCristian Maureira-Fredes2020-08-172-0/+2
* feature-select: delay the feature switchingChristian Tismer2020-08-141-10/+24
* 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-315-22/+75
* feature-select: apply tiny comment improvements and optimize a bitChristian Tismer2020-07-241-16/+22
* feature-select: allow snake_case instead of camelCase for methodsChristian Tismer2020-07-247-25/+450
* Test signal_arguments.py: Use Qt Quick Controls 2Friedemann Kleint2020-07-232-2/+3
* doc: fix Property indentationCristian Maureira-Fredes2020-07-221-24/+24
* Brush up the code related to custom widgets in the QUiLoader moduleFriedemann Kleint2020-07-215-118/+80
* feature-select: fix crash in scriptable applicationChristian Tismer2020-07-161-5/+1
* Doc: add briefcase deployment docJimmy Girardet2020-07-132-1/+211
* shiboken2: Re-add support for parsing Q_PROPERTYFriedemann Kleint2020-07-131-0/+7
* feature-select: Implement a selectable feature frameworkChristian Tismer2020-07-106-0/+558
* QByteArray::number(): Remove non-existent exclusions of number()Friedemann Kleint2020-07-061-3/+0
* qfontmetrics_test.py: Stop using deprecated APIFriedemann Kleint2020-07-031-1/+1
* QByteArray::number(): suppress small integer types as is for setNum()Friedemann Kleint2020-07-032-1/+15
* basewrapper.cpp: add PyErr_Fetch/Restore in SbkDeallocWrapperCommon()Kyle Altendorf2020-07-012-0/+86
* 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-263-11/+20
* Change the return type of the hash functions to Py_ssize_tFriedemann Kleint2020-06-262-5/+5
* 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
* | Further build fixes for Qt 6Friedemann Kleint2020-06-222-0/+7
* | libpyside: Port away from deprecated QRegExpFriedemann Kleint2020-06-221-8/+10
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Friedemann Kleint2020-06-191-4/+7
|\ \
| * | 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
* | | doc: Add widget styling tutorialCristian Maureira-Fredes2020-06-198-0/+288
|/ /
* | Implement the QEnum/QFlag decorator, V2Christian Tismer2020-06-1511-19/+599
* | 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-112-1/+3
|\|
| * Fix leaking reference in PySide2 property getterFriedemann Kleint2020-06-091-1/+0