jansorg / tom-ui

Qt5-based user interface for the tom time tracker
https://www.tomtime.dev
GNU General Public License v3.0
8 stars 2 forks source link

Prevent accidental deletion of project entries #130

Open tanius opened 3 years ago

tanius commented 3 years ago

Currently, both the project tree and time entries list can have a line selected at the same time, making it visually hard to impossible to see which of these two has the keyboard focus. So when intending to delete a time entry by pressing Del, the project is deleted instead if the project entry had the keyboard focus. (Ok, there's a dialog box to confirm before it's really deleted, but sometimes it takes too long to read … :smile:).

Proposals: