aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.14.2"Friedemann Kleint2020-04-1727-108/+425
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.14.2Friedemann Kleint2020-04-1659-249/+968
| |\|
| | * 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
| | * Relax the build_scripts for macOS and designerChristian Tismer2020-04-061-2/+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
| | * ci: pin numpy version for Python 2.7Cristian Maureira-Fredes2020-04-061-1/+2
| | * 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
| | * Add an example for QUiLoaderFriedemann Kleint2020-03-301-0/+71
| | * 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-3029-137/+539
|\ \ \ | | |/ | |/|
| * | Update changelog for 5.14.2Cristian Maureira-Fredes2020-03-291-7/+21
| * | Pin setuptools to v44 for Python 2Cristian Maureira-Fredes2020-03-261-1/+5
| * | Remove qApp import from chartthemes examplesCristian Maureira-Fredes2020-03-261-1/+1
| * | 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
| * | TabbedBrowser example: Fix most flake8 warningsFriedemann Kleint2020-03-247-77/+103
| * | 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
| * | Improve wheel_tester script a bitChristian Tismer2020-03-201-5/+9
| * | 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
| * | Examples: Remove qApp importFriedemann Kleint2020-03-166-6/+6
| |/
* | Cleanup version string for 5.14.2 releaseSimo Fält2020-03-232-4/+4
* | Examples: Remove qApp importFriedemann Kleint2020-03-166-6/+6
|/
* Add 5.14.2 changelogFriedemann Kleint2020-03-131-0/+52
* 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
* Add Python to Qt/C++ conversion toolFriedemann Kleint2020-03-059-0/+1201
* Accept EnumMeta as a valid Signal typeCristián Maureira-Fredes2020-03-043-1/+85
* Fix running scriptableapplication in a virtualenv on Windows with Python 3.8Friedemann Kleint2020-03-041-4/+20
* changelog-tool: Add handling of actual changelog entriesFriedemann Kleint2020-03-031-21/+61
* 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