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

Provide tooltips for the "Subproject" column in the time entries list #122

Closed tanius closed 2 years ago

tanius commented 4 years ago

When a project is selected that has one or more levels of sub-projects, the time entries list contains an additional column "Subproject". At least with more than one level of sub-projects, this column can however never be wide enough to show the full value. To still make it useful, you could:

  1. Provide a multiline tooltip overlay when mousing over a field value.

  2. Place the "..." ellipsis for abbreviating content at the beginning of the field instead of its end. That will render the leaf-level sub-project name, which is the most specific and most useful bit of the full sub-project path to know. Even better, if possible you could render two ellipses: one to omit the part of the sub-project path up to the start of the leaf-level sub-project name, and if necessary another one for the end of that leaf-level sub-project name if it does not fit into the column otherwise.

jansorg commented 2 years ago

Fixed for the next update

tanius commented 2 years ago

This was actually a duplicate of #97.