aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/qtattributionsscannertorst.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]>
* Documentation: Fix flake8 warnings in documentation scriptsFriedemann Kleint2024-02-231-4/+3
| | | | | | Pick-to: 6.6 Change-Id: I5323989df5e489f28eb69593597329ff86b2b614 Reviewed-by: Shyamnath Premnadh <[email protected]>
* Fix some flake8 warnings in the documentation scriptsFriedemann Kleint2023-06-161-1/+7
| | | | | | | Pick-to: 6.5 Change-Id: Ifbf248d0cc0aae511b3f96cc03baf80f582f5d4a Reviewed-by: Adrian Herrmann <[email protected]> Reviewed-by: Shyamnath Premnadh <[email protected]>
* Fix qtattributionsscannertorst to not require Qt in PATHFriedemann Kleint2022-11-091-11/+27
| | | | | | | | | | | | | | Previously, the tool used qtpaths to find the Qt libexec dir. This can fail when building against a system Qt version on Linux, finding a Qt 5 version. Pass the Qt libexec dir from CMake and change the fallback to use qtpaths6. Pick-to: 6.4 Task-number: PYSIDE-1106 Change-Id: I6789d3628370e38e176f216b3d7ebfedd3b1d9b7 Reviewed-by: Christian Tismer <[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]>
* doc: change http by httpsCristián Maureira-Fredes2022-04-011-1/+1
| | | | | | Pick-to: 6.2 Change-Id: Id796694e947643152dc0d57dd760efb89ddd8f16 Reviewed-by: Christian Tismer <[email protected]>
* qtattributionsscanner.py: Locate binary in libexecFriedemann Kleint2021-07-201-1/+5
| | | | | | | | | qtattributionsscanner was moved to libexec by qttools/0861ee9e695300645e098c331428ae3a256e74e5 (Qt 6.2). Change-Id: I4267faa2fb429b20ab0486bf5665e0a585da9574 Reviewed-by: Christian Tismer <[email protected]>
* Switch from os.path to pathlib.Path, all source changes but testsChristian Tismer2021-02-101-2/+8
| | | | | | | | | | | With this patch, os.path in Shiboken and Pyside will be completely removed from sources. The rest will be done later. Task-number: PYSIDE-1499 Change-Id: Id01782779487ceec62efdd1f32f65beee0234338 Reviewed-by: Friedemann Kleint <[email protected]>
* sources: migration from format() to f-stringsCristian Maureira-Fredes2021-01-061-12/+9
| | | | | | | | | This should be the last patch related the usage of f-strings from the 'sources' directory. Pick-to: 6.0 Change-Id: I0288d720dc4930dee088ca3396a66d1b3ba18f76 Reviewed-by: Friedemann Kleint <[email protected]>
* Rename PySide2 to PySide6Friedemann Kleint2020-11-021-0/+131
Adapt CMake files, build scripts, tests and examples. Task-number: PYSIDE-904 Change-Id: I845f7b006e9ad274fed5444ec4c1f9dbe176ff88 Reviewed-by: Christian Tismer <[email protected]>