.. Global settings (themes, metadata etc) are now maintained in the config dialog as in the past, whilst athlete settings (such as zones, measures etc) are now maintained in a new config dialog accessible from the athlete view (gear icon). .. Config changes are communicated via two signals; * Context::configChanged(qint32) * GlobalContext::configChanged(qint32) Crucially, all global context signals are cascaded through the athlete contexts-- so athlete specific widgets only need to connect to the athlete context signal (and will get athlete and global config change notifications). Whilst global widgets such as the sidebar and mainwindow need only connect to the globalcontext signal since they are not interested in athlete specific details. [publish binaries]
GoldenCheetah
About
GoldenCheetah is an open-source data analysis tool primarily written in C++ with Qt for cyclists and triathletes with support for training as well.
GoldenCheetah can connect with indoor trainers and cycling equipment such as cycling computers and power meters to import data.
In addition, GoldenCheetah can connect to cloud services.
It can then manipulate and view the data, as well as analyze it.
Installing
Golden Cheetah install and build instructions are documented for each platform;
INSTALL-WIN32 For building on Microsoft Windows
INSTALL-LINUX For building on Linux
INSTALL-MAC For building on Apple OS X
Alternatively, official builds are available from http://www.goldencheetah.org
whilst the latest developer builds are available from https://github.com/GoldenCheetah/GoldenCheetah/releases