aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Potential fix for deploying with cx_freeze using zip_include_packagesFriedemann Kleint2020-06-051-0/+3
* | Fix some leaks in enumeration creationFriedemann Kleint2020-06-081-7/+7
* | Clean the build/install output a bitCristián Maureira-Fredes2020-06-081-1/+1
* | Doc: Add import statement for QIODeviceNico Vertriest2020-06-051-1/+1
* | Add QSocketDescriptor classCristian Maureira-Fredes2020-06-053-0/+12
* | PySide2: Add QRegularExpressionValidatorFriedemann Kleint2020-06-052-0/+2
* | Doc: Fix a typo and a broken linkVenugopal Shivashankar2020-06-041-2/+2
* | Doc: Enable doc builds using the offline templateVenugopal Shivashankar2020-06-0414-40/+2156
* | docs: fix item list in tutorial/expensesCristian Maureira-Fredes2020-06-031-6/+6
* | Doc: Fix typo in the module pageVenugopal Shivashankar2020-06-021-1/+1
* | Doc: Document QtUiTools.loadUiType functionVenugopal Shivashankar2020-05-282-25/+36
* | Add QtQuickControls2Cristian Maureira-Fredes2020-05-263-0/+89
* | QtSerialPort improved unit testsAndreas Buhr2020-05-261-6/+43
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-05-2612-20/+336
|\|
| * 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
* | Rename pre_release_version_type to release_version_typeSimo Fält2020-05-251-2/+2
* | Rename and update some snippetsCristian Maureira-Fredes2020-05-2523-774/+984
* | doc: add tutorial for using qrc filesCristian Maureira-Fredes2020-05-2211-2/+172
* | PySide2: Prepare for Qt 6Friedemann Kleint2020-05-192-6/+14
* | pyside2: Prepare build system for Qt 6Friedemann Kleint2020-05-1858-388/+444
* | doc: add more videos from Qt eventsCristian Maureira-Fredes2020-05-171-1/+66
* | Add support for QSerialPortAndreas Buhr2020-05-154-0/+146
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-05-158-32/+28
|\|
| * shiboken: Prepare for introduction of __qualname__Christian Tismer2020-05-148-32/+28
* | libpyside: Remove deprecated APIFriedemann Kleint2020-05-139-243/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-05-063-6/+22
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-04-296-15942/+4697
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-04-174-0/+15
|\|
| * 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
* | Add struct QHelpLinkFriedemann Kleint2020-04-072-1/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-04-0710-8/+157
|\|
| * 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