aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qtpy2cpp_lib/visitor.py
Commit message (Expand)AuthorAgeFilesLines
* Move qtpy2cpp to sources/pyside-toolsFriedemann Kleint2022-09-021-443/+0
* qtpy2cpp: Further improvementsFriedemann Kleint2022-06-211-2/+3
* qtpy2cpp: Handle "augmented assignment" (operator +=, -=)Friedemann Kleint2022-06-151-7/+24
* qtpy2cpp: Qualify the Qt namespace with "::" instead of "->"Friedemann Kleint2022-06-101-1/+5
* qtpy2cpp: Handle indexesFriedemann Kleint2022-06-101-0/+10
* qtpy2cpp: Improve function definitionsFriedemann Kleint2022-06-041-10/+43
* qtpy2cpp: Handle context managersFriedemann Kleint2022-06-031-0/+20
* qtpy2cpp: Move Qt class information to a separate fileFriedemann Kleint2022-06-031-10/+2
* qtpy2cpp: Handle chained function calls a()->b()->c()Friedemann Kleint2022-06-011-2/+33
* qtpy2cpp: Handle main()Friedemann Kleint2022-06-011-0/+25
* qtpy2cpp: Improve construction of Qt classesFriedemann Kleint2022-06-011-2/+47
* qtpy2cpp: Add return tokenFriedemann Kleint2022-06-011-2/+7
* qtpy2cpp: Improve error handlingFriedemann Kleint2022-06-011-7/+10
* qtpy2cpp: Add more operatorsFriedemann Kleint2022-05-311-2/+38
* Use SPDX license identifiersLucie Gérard2022-05-271-38/+2
* flake8: fix styling issues in tools/Cristián Maureira-Fredes2022-04-021-5/+2
* Add Python to Qt/C++ conversion toolFriedemann Kleint2020-03-051-0/+260