aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dump_metaobject.py
Commit message (Collapse)AuthorAgeFilesLines
* Python-3.10: Allow the new syntax for Python 3.9Christian Tismer2024-06-201-0/+1
| | | | | | | | Add a future statement to all Python source files. Task-number: PYSIDE-2786 Change-Id: Icd6688c7795a9e16fdcaa829686d57792df27690 Reviewed-by: Adrian Herrmann <[email protected]>
* Use SPDX license identifiersLucie Gérard2022-05-271-38/+2
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: I065150015bdb84a3096b5b39c061cf0a20ab637d Reviewed-by: Friedemann Kleint <[email protected]> Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* flake8: fix styling issues in tools/Cristián Maureira-Fredes2022-04-021-2/+1
| | | | | | Change-Id: I8cbf5d521900df4f55abf8f68997f8a71437f722 Reviewed-by: Qt CI Bot <[email protected]> Reviewed-by: Friedemann Kleint <[email protected]>
* Modernize helper tool dump_metaobject.pyFriedemann Kleint2022-03-021-24/+35
| | | | | | | Pick-to: 6.2 Change-Id: Id53d9eeb189a190a5b5e7535a9994c213c01fd3c Reviewed-by: Cristian Maureira-Fredes <[email protected]> Reviewed-by: Christian Tismer <[email protected]>
* Rename PySide2 to PySide6Friedemann Kleint2020-11-021-1/+1
| | | | | | | | Adapt CMake files, build scripts, tests and examples. Task-number: PYSIDE-904 Change-Id: I845f7b006e9ad274fed5444ec4c1f9dbe176ff88 Reviewed-by: Christian Tismer <[email protected]>
* metaobject_dump.py: Output scope and flag for enumerationsFriedemann Kleint2020-06-081-1/+7
| | | | | Change-Id: I72ea6904c6402e6d9f45b63b887aae32f3d29c29 Reviewed-by: Christian Tismer <[email protected]>
* metaobject_dump.py: Make output of methods more verboseFriedemann Kleint2020-04-301-4/+26
| | | | | | | | Add parameter names and types. Change-Id: I7f9471b4ec1d52d26b728678a03caf64b93e4b77 Reviewed-by: Cristian Maureira-Fredes <[email protected]> Reviewed-by: Christian Tismer <[email protected]>
* Add a tool to dump meta objects of QObject-derived classesFriedemann Kleint2020-04-161-0/+127
Task-number: PYSIDE-957 Change-Id: Ic5790098eef8e554cd437254277a78db4da8264a Reviewed-by: Cristian Maureira-Fredes <[email protected]> Reviewed-by: Christian Tismer <[email protected]>