aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sources: migration from format() to f-stringsCristian Maureira-Fredes2021-01-0658-146/+146
* feature: Disable selection while creating a typeChristian Tismer2021-01-065-4/+24
* scriptable application: Actually make the generated module availableFriedemann Kleint2021-01-062-10/+8
* shiboken6: Guard against repeated invocation of the module init functionFriedemann Kleint2021-01-051-1/+6
* scriptable application/Unix: Remove setting of PYTHONHOME for virtualenvFriedemann Kleint2021-01-051-3/+1
* QSetting.value add overload documentationCristián Maureira-Fredes2021-01-051-0/+21
* build_scripts: fix get_config_var for Big SurCristian Maureira-Fredes2021-01-051-1/+2
* doc/tests: update old style printCristian Maureira-Fredes2021-01-0434-88/+88
* build_scripts: use f-strings instead of format()Cristian Maureira-Fredes2021-01-0410-232/+215
* basewrapper: clear all traces of special Q*Application treatmentChristian Tismer2021-01-049-189/+49
* build_scripts: replace print by distutils.logCristian Maureira-Fredes2021-01-044-27/+26
* Use Python3 as a default python with CISimo Fält2021-01-043-7/+21
* qp5_tool: use f-strings instead of format()Cristian Maureira-Fredes2021-01-041-10/+10
* Disable macOS 10.15 from pyside6 CI for nowSimo Fält2021-01-041-0/+3
* qApp: fix flag handling in Python 3.8+ and a Python 3.9 issueChristian Tismer2021-01-042-15/+27
* build_scripts: remove unused importsCristian Maureira-Fredes2021-01-046-7/+3
* PySide6: Remove misleading doc snippets about QSpinBox signalsFriedemann Kleint2021-01-011-30/+1
* signature: Fix infinite loop changing up directoriesFriedemann Kleint2021-01-011-2/+5
* Fix typo in CI instructionsSimo Fält2020-12-301-1/+1
* shiboken6: De-virtualize TypeEntry::targetLangApiName()Friedemann Kleint2020-12-232-58/+16
* Use provisioned libClang instead of instaling our ownSimo Fält2020-12-231-0/+3
* shiboken6: Consolidate type name utility headersFriedemann Kleint2020-12-226-49/+48
* shiboken6/ApiExtractorResult: Use const AbstractMetaClass * for the class listFriedemann Kleint2020-12-2211-20/+51
* shiboken6: Introduce class ApiExtractorResultFriedemann Kleint2020-12-2219-243/+353
* PySide6: Remove obsolete enumeration QPagedPaintDevice::PageSizeFriedemann Kleint2020-12-221-1/+0
* shiboken6: Move API for primitive/container types to generatorFriedemann Kleint2020-12-224-18/+6
* shiboken6: Do not sort classes unnecessarilyFriedemann Kleint2020-12-218-69/+33
* designer: add rpath for linuxCristian Maureira-Fredes2020-12-211-4/+5
* shiboken6: Refactor base class retrievalFriedemann Kleint2020-12-216-17/+49
* shiboken6: Rewite the graph sorterFriedemann Kleint2020-12-217-395/+430
* shiboken6: Refactor the class find algorithmFriedemann Kleint2020-12-201-18/+29
* PySide6: Remove rejection of namespace stdFriedemann Kleint2020-12-181-1/+0
* shiboken6: Fix support of multiple smart pointer typesFriedemann Kleint2020-12-181-11/+12
* PySide6: Add QTestlib's QAbstractItemModelTesterFriedemann Kleint2020-12-182-0/+5
* shiboken6: Fix code injected at target/end being invoked for several overload...Friedemann Kleint2020-12-171-1/+1
* Adapt to recent changes on Qt 6Friedemann Kleint2020-12-171-2/+1
* PySide6: Fix building of Qt 3DFriedemann Kleint2020-12-172-4/+3
* write a leak_finder scriptChristian Tismer2020-12-171-0/+196
* signature: Fix the parser regex for Qt6Christian Tismer2020-12-162-14/+17
* shiboken6: Reactivate sphinxtable testFriedemann Kleint2020-12-154-90/+140
* remove QBackingStore from qrasterwindow_test.pyChristian Tismer2020-12-152-28/+2
* Shiboken6: Decouple QtXmlToSphinx from the doc generatorFriedemann Kleint2020-12-157-210/+289
* Porting Guide: Mention classes that were movedFriedemann Kleint2020-12-151-0/+4
* shiboken6: Use QScopedPointer for the doc parser in QtDocGeneratorFriedemann Kleint2020-12-152-9/+7
* shiboken6: Clarify code comment about pointer operatorFriedemann Kleint2020-12-151-4/+3
* Use qt5#dev as a default dependencySimo Fält2020-12-151-3/+0
* shiboken6: Determine function types in the code modelFriedemann Kleint2020-12-1111-191/+348
* Move QKeyCombination from QtGui to QtCoreFriedemann Kleint2020-12-114-2/+3
* doc: amend porting urlCristian Maureira-Fredes2020-12-111-1/+1
* shiboken6: Fix enumeration/flag reference parametersFriedemann Kleint2020-12-101-4/+8