aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* 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
* siboken: Fix compiler warningFriedemann Kleint2020-05-131-1/+4
* Revert "Fix deprecation warnings about Qt::SplitBehavior"Friedemann Kleint2020-05-133-6/+6
* 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
* 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
* 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
* shiboken: Fix classes with virtual destructors not being considered polymorphicFriedemann Kleint2020-03-204-5/+37
* Avoid a signature warning in Python 3.6Christian Tismer2020-03-201-1/+1
* Change the default of allow-thread to falseCristián Maureira-Fredes2020-03-133-7/+10
* Adjust the allow-thread behaviorCristián Maureira-Fredes2020-03-139-118/+122
* dumpcodemodel: Qualify function argumentsFriedemann Kleint2020-03-092-1/+30
* Avoid the GIL in SignalManager::retrieveMetaObjectChristian Tismer2020-03-092-1/+18
* Add QDeadlineTimerFriedemann Kleint2020-03-062-0/+5
* Change the dumpcodemodel tool to output typesystem XMLFriedemann Kleint2020-03-053-11/+148
* Accept EnumMeta as a valid Signal typeCristián Maureira-Fredes2020-03-043-1/+85
* Fix deprecation warnings about Qt::SplitBehaviorFriedemann Kleint2020-03-033-6/+6
* shiboken: Add XML attribute to turn off method cachingFriedemann Kleint2020-03-034-2/+12
* Avoid the GIL in non-overridden MethodsChristian Tismer2020-03-036-18/+109
* Fix running the PySide2 tests for Python 3.8/WindowsFriedemann Kleint2020-02-28479-332/+2512