aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* qp5_tool: Add --avoid option for Incredibuild/LinuxFriedemann Kleint2020-02-191-0/+1
* shiboken: Fix funny Python 2.7 glitchesChristian Tismer2020-02-192-1/+4
* qp5_tool: Add test runFriedemann Kleint2020-02-191-2/+34
* 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
* Sign windows binariesSimo Fält2020-02-191-1/+25
* Cleanup build and test instructions callsSimo Fält2020-02-192-233/+29
* Split module config instructionsSimo Fält2020-02-197-489/+516
* shiboken: Handle typedef'ed enumsFriedemann Kleint2020-02-182-9/+28
* shiboken: Improve the libdir for windowsCristián Maureira-Fredes2020-02-183-3/+17
* Bump versions stringsSimo Fält2020-02-122-2/+2
* Fix running the shiboken tests for Python 3.8/WindowsFriedemann Kleint2020-02-12143-32/+919
* Polish qp5_tool.pyFriedemann Kleint2020-02-121-52/+166
* Add the webchannel standalone exampleFriedemann Kleint2020-02-119-0/+575
* shiboken: Refactor writing of get/setattro methodsFriedemann Kleint2020-02-104-137/+173
* shiboken: Add explanatory comment to getattro functionFriedemann Kleint2020-02-101-0/+2
* shiboken: Refactor the generated getattro()-methodFriedemann Kleint2020-02-101-75/+57
* shiboken: Fix usage of Qt's endl, preparing for Qt 6Friedemann Kleint2020-02-105-858/+844
* Fix testrunner for Python 3.8/LinuxFriedemann Kleint2020-02-071-4/+18