aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | Cleanup version string for 5.14.2 releaseSimo Fält2020-03-232-4/+4
|/
* 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
* Add some qApp documentationChristian Tismer2020-02-271-1/+51
* Unify the py3kcompat.py test helpersFriedemann Kleint2020-02-274-108/+80
* shiboken tests: Extract helpers for setting the environmentFriedemann Kleint2020-02-271-23/+55
* docs: Add information about internal toolsCristián Maureira-Fredes2020-02-261-5/+53
* Re-structure shiboken documentationCristián Maureira-Fredes2020-02-2617-304/+361
* Fix web_engine_custom_scheme.pyFriedemann Kleint2020-02-241-6/+33
* Turn qApp into a normal Python variable, finallyChristian Tismer2020-02-2111-236/+55
* 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: Fix funny Python 2.7 glitchesChristian Tismer2020-02-192-1/+4
* shiboken: Fix uninitialized time stamps in test logFriedemann Kleint2020-02-193-0/+7
* cmake: Fix warning about missing scope for --quietFriedemann Kleint2020-02-191-1/+1
* shiboken: Handle typedef'ed enumsFriedemann Kleint2020-02-182-9/+28