Simon python refactoring
I revisited some of my python code and made a few improvements
Reviewer Checklist
General code quality
-
naming conventions are met (see .clang-tidy for detailed information) -
no static analyzer warnings in new code parts (e.g., use clang-tidy for checking)
General usability
-
old versions of pet-files are still loadable -
documentation updated (if applicable)
Only if changes in UI
-
new elements are also saved and loaded from pet-file -
check if tab order is still correct -
all new SpinBoxes are promoted -
new keybindings added to Petrack::keyBindings()
Edited by Tobias Arens
Merge request reports
Activity
assigned to @s.hermanns
requested review from @t.arens
added 9 commits
-
7038ce9f...46efa76e - 8 commits from branch
master
- 78ac3d09 - Merge branch 'master' into simon_python_refactoring
-
7038ce9f...46efa76e - 8 commits from branch
enabled an automatic merge when all merge checks for 78ac3d09 pass
added 3 commits
-
78ac3d09...d62bd9a2 - 2 commits from branch
master
- 96f0800c - Merge branch 'master' into simon_python_refactoring
-
78ac3d09...d62bd9a2 - 2 commits from branch
enabled an automatic merge when all merge checks for 96f0800c pass
Please register or sign in to reply