Skip to content

Add Unresolve to correction table

GitHub PR Group requested to merge PullRequest_2 into master

Automatically updated from GitHub PR: https://github.com/ped-dyn-emp/PeTrack/pull/2

When accidentally mark a row in the correction table as resolved, it can now also be reverted. When clicking on Unresolve the status will be changed to Changed.

Closes #486 (closed)


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()

Merge request reports

Loading