mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Make Training View Configurable
The training view (aka realtime) is now configurable allowing users to drag and drop appropriate charts and dials onto the main view. The controls for this view are static and comprise the old controls with start/stop buttons, device selections etc. I have removed deprecated code too, the following are removed from the repository; * ViewSelection * RealtimeWindow * TrainWindow * TrainTabs Fixes #290.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "RaceDispatcher.h"
|
||||
#include "RealtimeData.h"
|
||||
|
||||
NullController::NullController(RealtimeWindow *parent,
|
||||
NullController::NullController(TrainTool *parent,
|
||||
DeviceConfiguration *)
|
||||
: RealtimeController(parent), parent(parent), load(100)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user