aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/shiboken2tasks.py
Commit message (Collapse)AuthorAgeFilesLines
* shiboken2tasks.py: Fix for WindowsFriedemann Kleint2020-10-281-1/+2
| | | | | | | | File names were not captured since ':' was excluded which can appear in a file name on Windows. Change-Id: I4bbf08c63faa12d3b76d73e927aef1457c09e02f Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Add shiboken2tasks.py for converting Qt for Python's shiboken tool warningsFriedemann Kleint2020-06-241-0/+52
Add a tool for converting shiboken warnings to task files to be able to load them into the Issues pane of Qt Creator. Task-number: PYSIDE-904 Change-Id: Ie28e93ad76a615e549594edf5bba60e134b46a88 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>