aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
Commit message (Expand)AuthorAgeFilesLines
* Use pyside2-uic instead of uic for the loadUiTypeCristian Maureira-Fredes2020-06-161-4/+7
* Fix leaking reference in PySide2 property getterFriedemann Kleint2020-06-091-1/+0
* Potential fix for deploying with cx_freeze using zip_include_packagesFriedemann Kleint2020-06-051-0/+3
* Add QtUiTools.loadUiTypeCristian Maureira-Fredes2020-05-253-0/+249
* sbkenum: Fix refcounting leakChristian Tismer2020-05-182-5/+17
* Support pickling of Qt Enum objectsChristian Tismer2020-05-181-1/+32
* PySide2: Fix conversion of quintptrFriedemann Kleint2020-05-182-2/+18
* Implement __qualname__ and correct __module__ for classesChristian Tismer2020-05-165-12/+20
* shiboken: Prepare for introduction of __qualname__Christian Tismer2020-05-148-32/+28
* 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 compatibility, Part 2Christian Tismer2020-04-225-15945/+4697
* signature: Fix and simplify for mypy compatibilityChristian Tismer2020-04-215-1/+4
* Support type checking with the mypy moduleChristian Tismer2020-04-173-0/+8
* shiboken: Fix race condition with unprotected Py_INCREFsChristian Tismer2020-04-081-0/+7
* Fix alloc-dealloc-mismatch in MetaObjectBuilderMilian Wolff2020-04-061-1/+2
* Revert "shiboken: Add XML attribute to turn off method caching"Friedemann Kleint2020-04-061-1/+1
* shiboken: Fix Qt properties not working in classes inheriting QObjectFriedemann Kleint2020-04-052-0/+133
* PySide2: Fix lockups in QMetaObject.invokeMethod with BlockingQueuedConnectionFriedemann Kleint2020-04-041-0/+1
* Adapt UI files tutorial to newly added UiLoader exampleFriedemann Kleint2020-04-031-3/+8
* shiboken: Fix dict access without GILChristian Tismer2020-04-022-1/+5
* shiboken: Update sbkstring to use PyUnicode_GetLengthChristian Tismer2020-03-301-1/+1
* doc: add clarification to examples pageCristian Maureira-Fredes2020-03-301-1/+6
* Add doc getter for PropertyCristián Maureira-Fredes2020-03-251-0/+27
* Invert QTreeWidgetItem clear function loopCristian Maureira-Fredes2020-03-251-1/+9
* PySide2: Use int for QVariant conversion when possibleFriedemann Kleint2020-03-253-6/+23
* Add functions with callback of QWebEnginePageFriedemann Kleint2020-03-244-8/+229
* Adjust the allow-thread behaviorCristián Maureira-Fredes2020-03-139-118/+122
* Avoid the GIL in SignalManager::retrieveMetaObjectChristian Tismer2020-03-092-1/+18
* Add QDeadlineTimerFriedemann Kleint2020-03-062-0/+5
* Accept EnumMeta as a valid Signal typeCristián Maureira-Fredes2020-03-043-1/+85
* shiboken: Add XML attribute to turn off method cachingFriedemann Kleint2020-03-031-1/+1
* Fix running the PySide2 tests for Python 3.8/WindowsFriedemann Kleint2020-02-28479-332/+2512
* Add some qApp documentationChristian Tismer2020-02-271-1/+51
* Unify the py3kcompat.py test helpersFriedemann Kleint2020-02-273-103/+47
* docs: Add information about internal toolsCristián Maureira-Fredes2020-02-261-5/+53
* Fix web_engine_custom_scheme.pyFriedemann Kleint2020-02-241-6/+33
* Turn qApp into a normal Python variable, finallyChristian Tismer2020-02-217-54/+28
* Pyside2/tests: Split the helper moduleFriedemann Kleint2020-02-20205-373/+535
* Make PySide2 tests using the helper modules from 'util' self-containedFriedemann Kleint2020-02-19224-74/+1001
* shiboken: Improve the libdir for windowsCristián Maureira-Fredes2020-02-181-1/+8
* Bump versions stringsSimo Fält2020-02-121-1/+1
* Fix testrunner for Python 3.8/LinuxFriedemann Kleint2020-02-071-4/+18
* Fix build on Windows using Python 3.8Friedemann Kleint2020-02-061-10/+37
* Create best-matching wrapper for unknown classes inheriting QObjectFriedemann Kleint2020-02-061-2/+19
* QList/QTable/QTreeWidget: Fix ownership of return valueFriedemann Kleint2020-02-051-0/+18
* Fix PyBuffer interface for QByteArrayCristián Maureira-Fredes2020-02-052-1/+15
* Fix Python 3.8 warnings about deprecated int conversions of enums/flagsFriedemann Kleint2020-01-291-1/+7