mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 08:59:55 +00:00
.. applies to all charts in the perspective, so you can create a perspective called "Running" and set the filter to "isRun" and all charts in the perspective will only show data from runs. .. updated charts on Trends view to honor the perspective filter, as below: * Overview * Trends * User Chart * Treemap * Critical Power * R Chart * Python Chart * Histogram - for metrics * Summary - no change as deprecating shortly .. renamed the HomeView to TrendsView in line with some of the other recent name changes. The class names were set over 10 years ago and no longer reflect the UI concepts. .. New signal: GcWindow::perspectiveChanged(Perspective *) When the chart is moved from one perspective to another, likely does not need to do anything on Analysis view, but on Trends view its quite likely the filter has changed, so refresh is needed. .. New signal: GcWindow::perspectiveFilterChanged(QString) When the perspective filter is updated this signal is called but only on trends view since it doesn't really matter on Analysis from the charts point of view.