aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.14.2Friedemann Kleint2020-05-2541-128/+724
|\
| * Add QtUiTools.loadUiTypeCristian Maureira-Fredes2020-05-253-0/+249
| * Fix the no longer tested Py_LIMITED_APIChristian Tismer2020-05-222-4/+5
| * sbkenum: Fix refcounting leakChristian Tismer2020-05-183-16/+29
| * Support pickling of Qt Enum objectsChristian Tismer2020-05-186-1/+183
| * PySide2: Fix conversion of quintptrFriedemann Kleint2020-05-182-2/+18
| * libshiboken: Support musl libcFriedemann Kleint2020-05-181-1/+7
| * shiboken: Fix cross buildsFriedemann Kleint2020-05-182-2/+2
| * Implement __qualname__ and correct __module__ for classesChristian Tismer2020-05-1613-43/+149
| * Fix imports: add missing sys importAndreas Buhr2020-05-151-0/+2
| * shiboken: Make AutoDecRef safeChristian Tismer2020-05-141-1/+3
| * shiboken: Prepare for introduction of __qualname__Christian Tismer2020-05-1417-65/+84
* | Merge remote-tracking branch 'origin/5.14' into 5.14.2Friedemann Kleint2020-05-143-7/+10
|\|
| * siboken: Fix compiler warningFriedemann Kleint2020-05-131-1/+4
| * Revert "Fix deprecation warnings about Qt::SplitBehavior"Friedemann Kleint2020-05-133-6/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.14.2Friedemann Kleint2020-05-1120-16075/+4788
|\|
| * Fix memory corruption for QML registered typesFriedemann Kleint2020-05-111-1/+6
| * 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
| * shiboken: Remove unused static functionsFriedemann Kleint2020-04-282-46/+0
| * shiboken: Rework sbkenum by fixing refcountsChristian Tismer2020-04-273-30/+37
| * signature: Add comparison for existing_doc typeCristian Maureira-Fredes2020-04-221-1/+6
| * signature: Fix and simplify for mypy compatibility, Part 2Christian Tismer2020-04-225-15945/+4697
| * signature: Fix and simplify for mypy compatibilityChristian Tismer2020-04-217-50/+16
| * Support type checking with the mypy moduleChristian Tismer2020-04-173-0/+8
* | Bump version number for fix releaseSimo Fält2020-04-183-3/+3
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.14.2"Friedemann Kleint2020-04-1724-105/+350
|\|
| * doc: fix error in shiboken getting startedCristian Maureira-Fredes2020-04-121-2/+2
| * shiboken: Fix race condition with unprotected Py_INCREFsChristian Tismer2020-04-081-0/+7
| * Fix alloc-dealloc-mismatch in MetaObjectBuilderMilian Wolff2020-04-061-1/+2
| * pep384impl.cpp: Make the implementation more statelessChristian Tismer2020-04-061-36/+41
| * Revert "shiboken: Add XML attribute to turn off method caching"Friedemann Kleint2020-04-065-15/+3
| * shiboken: Support Clang version 10Friedemann Kleint2020-04-061-1/+1
| * shiboken: Fix Qt properties not working in classes inheriting QObjectFriedemann Kleint2020-04-053-0/+140
| * 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-025-1/+71
| * shiboken: Update sbkstring to use PyUnicode_GetLength rev. 2Christian Tismer2020-03-311-4/+0
| * shiboken: Update sbkstring to use PyUnicode_GetLengthChristian Tismer2020-03-307-14/+39
| * Refine pep384impl.cpp a bitChristian Tismer2020-03-303-37/+39
| * doc: add clarification to examples pageCristian Maureira-Fredes2020-03-301-1/+6
* | Merge branch '5.14' into 5.14.2v5.14.2Cristian Maureira-Fredes2020-03-3018-46/+400
|\|
| * 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
| * shiboken: Enable flags types in added functionsFriedemann Kleint2020-03-231-0/+2
| * shiboken: Improve error messages about invalid types of added functionsFriedemann Kleint2020-03-234-25/+72