hamster
hamster copied to clipboard
Need more control on the stats area height
If I go on the overview of today's projects that I wrote down and click on the line at the bottom to see the summed summary of the hours spent I see for example:
I am missing some of my Projects that I started today, I guess there is a missing scrolling option?
Thanks for the report. Is the list going all the way down to the window border ? (not visible on the screenshot) Are the missing Projects the ones with the smallest total duration ?
Yes exactly, it is the end of the window and yes these are the one with the shortest duration
Thanks, confirmed.
We probably need a GtkPaned
to split the window between facts and stats.
And the Totals
should be inserted in a separate GtkScrolledWindow
as well.
In the meantime, you may change manually the height in this line:
https://github.com/projecthamster/hamster/blob/f5acb4de5f06e3f0334536c9f5f6f8f284aefdb3/src/hamster/overview.py#L353
I tried installing the latest master branch but I am seeing the same problem...
Indeed. That's why the issue is still open. We are working hard on other parts of the code, and the dots feel like an unkind tentative to push. As the milestone 3.1 implied, this won't be fixed in v3.0. Have you even tried the workaround given above ?
@xMordax did you manage to increase the height? I am having the same problem and I need to see all the projects. But I'm a noob about pulling and compiling my own hamster version. Did you manage to create a package?
Help needed. I need to see all projects in the stats area to be able to give feedback to my clients :/ Did someone compiled a version on Hamster with an increased height for the stats area?
AFAIK nobody has worked on this request. You could us Menu->Export to export to html, which opens a browser window on a report with the complete list.
Thank you very much !!! I didn't know this functionality :)