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

Show seconds when editing a time entry's start or end time #125

Open tanius opened 3 years ago

tanius commented 3 years ago

Currently, a time entry's duration is measured with a precision of seconds, but editing its start or end time can only be done with a precision of minutes because no seconds field is shown when editing.

This has for example the effect that one cannot edit a time entry to be exactly 30 minutes long, because it is not possible to change the seconds fields which are usually non-zero.

jansorg commented 3 years ago

Workaround: „Edit“ in the context menu of an item should allow to edit seconds and milliseconds, I think.