Selectable show/hide planned activities#4811
Selectable show/hide planned activities#4811amtriathlon merged 2 commits intoGoldenCheetah:masterfrom
Conversation
|
Nice approach, I like it much better than a separate tree. The following caught my eye:
|
|
Hi Paul, I like how this looks like and behave on Windows! |
|
@thejockl Unfortunately I only have a Windows 11 development environment, so if you have some time please update this PR with any corrections required for MacOs or Linux. |
|
I tried the ci build on macOS and it works as expected the text is dimmed but perhaps it is better that way, "Completed" is too long and it doesn't look good chopped, may we use "Actual" instead? |
|
"Actual" would work for me - but I am not a native speaker (far from). If we rename it, I should follow that term in the calendar. |
|
Fine with me, I'll update the PR |
|
I will merge this, thanks Paul. |
Changes from v3.8-DEV2601 4db88fa Update translation files 663526c Choose cyclist default to no avatar (#4814) f6d4f6a Using "actual activity" instead of "completed activity" (#4813) 253b220 Add Zoomed Elevation Widget to Graphical Meters For simulation workouts without GPS data b0d16d1 Add reconnect attempt timer after BT40Device unexpected disconnect (#4812) c85da47 Fix typo in Nonzero Average Power description 07e673d Selectable show/hide planned activities (#4811) 1a4dd1d Updated Time Range context menu (#4808) 686f431 Revert to Qt 6.5.3 for macOS builds a00e276 Dialog to build filter queries for similar activities (#4805) 749a21d Train mode: Improved readability for ErgFilePlot (#4806) 3e8c6fe Updating power values of planned activities with linked workouts (#4799) 1c69798 Fix Edit menu disappearing when changing languages on macOS (#4797) [publish binaries]
Changes from v3.8-DEV2601 3b5ec90 Fix bug in RideMetadata 9087c0d Combine view indexes and view relevance definitions into single enumerated type (#4795) a0fe8af Planned activities: Keeping track of original date (#4822) 31d8708 Fix default Plan layout a124799 AppVeyor - Refactor Windows build scripts (#4820) d8b10fe Cloud Service creates unnecessary GlobalContext instances (#4823) 40db2bc Standardize how the config is created for releases. (#4784) 6ab9950 AppVeyor - run lupdate on Windows a36f527 Copy & Paste for planned activities on calendar (#4819) dfd932d Fit file import - don't crash on malformed files 2eaf1bc Upgrade Python, Pandas, and SIP versions (#4747) b00d3b7 Update German translation 4db88fa Update translation files 663526c Choose cyclist default to no avatar (#4814) f6d4f6a Using "actual activity" instead of "completed activity" (#4813) 253b220 Add Zoomed Elevation Widget to Graphical Meters For simulation workouts without GPS data b0d16d1 Add reconnect attempt timer after BT40Device unexpected disconnect (#4812) c85da47 Fix typo in Nonzero Average Power description 07e673d Selectable show/hide planned activities (#4811) 1a4dd1d Updated Time Range context menu (#4808) a00e276 Dialog to build filter queries for similar activities (#4805) 749a21d Train mode: Improved readability for ErgFilePlot (#4806) 3e8c6fe Updating power values of planned activities with linked workouts (#4799) 1c69798 Fix Edit menu disappearing when changing languages on macOS (#4797) [publish binaries]



This PR provides a ride navigator filter to display:
If a global filter has been set and the ride nav display filter, the ride navigator activities list will display the intersection of the two filters. The default setting is "All", and its last setting will be stored on a per athlete basis.
It aims to resolve issue: #4809