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

Use the configured tom project delimiter in column tooltips #135

Open tanius opened 2 years ago

tanius commented 2 years ago

Since the 0.12 tom-ui pre-release, we have now tooltips showing the full value of abbreviated columns (see #97).

The tooltip for column "Subproject" currently seems to use always a slash "/" as delimiter between project hierarchy levels. This is different from the default project delimiter "→" in tom (see tom --project-delimiter docs), which is for example used in time reports. So it seems preferable to always use whatever project delimiter the user has configured.