aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2
Commit message (Expand)AuthorAgeFilesLines
* Windows: Fix encoding in custom message handlerFriedemann Kleint2020-05-061-1/+1
* qareaseries: keep references of lower/upper seriesCristian Maureira-Fredes2020-05-041-1/+12
* QMutexLocker allow-thread in constructorCristian Maureira-Fredes2020-04-301-1/+7
* Q*Mutex allow-thread in lock/tryLock and remove unlockCristian Maureira-Fredes2020-04-301-3/+2
* signature: Fix and simplify for mypy compatibilityChristian Tismer2020-04-211-1/+0
* Support type checking with the mypy moduleChristian Tismer2020-04-173-0/+8
* Revert "shiboken: Add XML attribute to turn off method caching"Friedemann Kleint2020-04-061-1/+1
* PySide2: Fix lockups in QMetaObject.invokeMethod with BlockingQueuedConnectionFriedemann Kleint2020-04-041-0/+1
* shiboken: Update sbkstring to use PyUnicode_GetLengthChristian Tismer2020-03-301-1/+1
* Invert QTreeWidgetItem clear function loopCristian Maureira-Fredes2020-03-251-1/+9
* PySide2: Use int for QVariant conversion when possibleFriedemann Kleint2020-03-251-1/+5
* Add functions with callback of QWebEnginePageFriedemann Kleint2020-03-242-1/+180
* Adjust the allow-thread behaviorCristián Maureira-Fredes2020-03-139-118/+122
* Add QDeadlineTimerFriedemann Kleint2020-03-062-0/+5
* shiboken: Add XML attribute to turn off method cachingFriedemann Kleint2020-03-031-1/+1
* Turn qApp into a normal Python variable, finallyChristian Tismer2020-02-211-2/+2
* Fix build on Windows using Python 3.8Friedemann Kleint2020-02-061-10/+37
* QList/QTable/QTreeWidget: Fix ownership of return valueFriedemann Kleint2020-02-051-0/+18
* Fix PyBuffer interface for QByteArrayCristián Maureira-Fredes2020-02-051-1/+9
* Let qApp be noApp instead of pretending to be NoneChristian Tismer2020-01-291-0/+7
* Fix ownership of QTextDocument::createObjectCristián Maureira-Fredes2020-01-241-1/+2
* shiboken: Introduce "until" version attribute as opposite of "since"Friedemann Kleint2020-01-241-1/+5
* PySide2/__init__.py: Print import errors verboselyFriedemann Kleint2020-01-241-1/+11
* Fix Python 3.8 problemsChristian Tismer2019-12-051-2/+2
* Fix refcount issues with QSettings glue codeCristián Maureira-Fredes2019-11-281-4/+11
* Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-11-281-0/+3
|\
| * Remove QGraphicsItem::scroll from QtCharts5.13Mariana Meireles2019-11-261-0/+3
* | shiboken: Store the unqualified entry name in TypeEntryFriedemann Kleint2019-11-251-7/+8
* | PySide2: Enable a build for Qt built with -no-feature-sslFriedemann Kleint2019-11-011-4/+4
* | Revert "PySide2: Fix Qt3D events' modifier enumerations for 5.14"Friedemann Kleint2019-11-011-2/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-10-313-14/+47
|\|
| * Fix booleans and empty list cases in QSettingsCristián Maureira-Fredes2019-10-281-13/+30
| * Add inject-code for QVideoFrame::bits()VaL Doroshchuk2019-10-252-0/+10
| * Release ownership in QAbstractVideoFilterWrapper::createFilterRunnableVaL Doroshchuk2019-10-241-1/+7
* | Improve the NumPy Support by iterablesChristian Tismer2019-10-303-11/+32
* | Properly nest types in type system filesFriedemann Kleint2019-10-281-3/+3
* | Qt3DAnimation: Add class QAbstractChannelMappingFriedemann Kleint2019-10-252-0/+2
* | Speed: Avoid some repeated string constant initializationFriedemann Kleint2019-09-302-6/+6
* | Enable the Function Registry for 5.14Christian Tismer2019-09-281-7/+4
* | Add bindings for Qt 5.14Friedemann Kleint2019-09-257-0/+29
* | Clean up string related macrosFriedemann Kleint2019-09-241-4/+3
* | PySide: Clean up indentation, fix refcounts and improve generated codeChristian Tismer2019-09-181-2/+3
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-111-6/+0
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-09-111-6/+0
| |\
| | * Remove extra ref on QDataStream::setDeviceCristian Maureira-Fredes2019-09-061-6/+0
* | | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-052-23/+72
|\| |
| * | signature: Support typing.Optional[T] and refine a bitChristian Tismer2019-08-291-21/+52
| * | Add QtCore.Slot.__signature__ and much more manuallyChristian Tismer2019-08-212-5/+23
| * | Fix wrong Python init return codesChristian Tismer2019-08-201-2/+2
* | | Add Qt Core bindings for Qt 5.14Friedemann Kleint2019-09-052-3/+16