aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* qp5_tool: Add option to run "build" onlyFriedemann Kleint2020-02-251-3/+6
* Examples: Adapt to new qApp variableFriedemann Kleint2020-02-2521-23/+23
* qp5_tool: Output command parameters with quotes for shell if requiredFriedemann Kleint2020-02-251-1/+4
* 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
* Fix qtinfo on macOS when XCode is newly installedChristian Tismer2020-02-201-1/+1
* testrunner: Fix disrupted lines in the error logChristian Tismer2020-02-207-58/+146
* Make PySide2 tests using the helper modules from 'util' self-containedFriedemann Kleint2020-02-19224-74/+1001