-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wishlist: Please add laps filter to histogram view #64
Comments
Yes, I would like to have this feature. Looking at the screenshot, it looks like you already implemented this? If so, can you open a pull request for this, so I have a look at the code? |
No, it is only "photoshop". I would try to implement it. |
I pushed some initial work towards implementing this to the This implementation is incomplete. At least the following are missing:
|
I would prefer to allow manual setting of ranges for both axes. This will make it easy to compare even different activities. I am missing this feature in a chart view too. |
How to debug? I set breakpoints in inspect-histogram.rkt in a function refresh-plot, but it dosn't hit. What i am doing wrong? |
I don't use the Racket debugger myself, but you can ask for help about it on the racket-users list at https://groups.google.com/g/racket-users. I use several techniques for debugging, and did not write all of them down, but here are some tips of what might help in this case:
Hope this helps. |
I add a code to deselect an item with a click on it. https://github.com/idealist1508/ActivityLog2/tree/ah/histogram-laps |
* The lap panels for laps and elevation graph in the map tab can now be resized by dragging the split line between the panels. Same for the lap panel in the graphs tab, see also #66 * The laps in the graphs, map and laps pane can now be unselected by clicking a second time on a selected item, based on an idea from @idealist1508, see #64 (comment)
Thanks for the suggestion for unclicking items -- I ended up using a slightly different approach which does not make use of a |
This solution has one bug. Double click doesn't work on selected items. |
I found that under linux in a single mode it was possible to deselect an item by a ctrl click. I don't know if this works on Windows too. |
Double click works fine on Windows with these changes, and I am not sure how it would stop working in Linux, since the "double click" is a different message.... |
Maybe my description was not optimal, so I made a video. |
Partial revert of 30b6855, since this does not work on Linux, see #64 (comment) Kept the rest of the un-select mechanism in place, in the hope that this functionality can be implemented in a portable way in the qresults-list% widget.
Thanks for explaining this -- un-select is not supported on Windows, but I just reverted this change as it is probably best not to modify the native widget behavior as it is not portable *racket/gui uses the native widget on each platform whenever possible). |
I am using ActivityLog2 to compare my trainings.
To compare laps with each other please add laps filter to histogram view:
What do you think? I could try to implement this and make PR.
The text was updated successfully, but these errors were encountered: