mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
deb5d34415d7fbc44c3992adabd84388e301ac49
.. enable auth settings to have a combo that is defined by the
service and user selectable.
.. Syntax:
settingname::name::val1::va12::val3
In the first example we used it to set the google drive scope
for authorisation, so in this case it is defined:
"<athlete-private>google_drive/
auth_scope::Scope::drive::drive.appdata::drive.file"
Which results in a user selectable combo box labelled "Scope"
from which they can select from the values drive, drive.appdata
and drive.file. The value is used to update the auth_scope
setting in config/athlete-private.ini
.. We can add more of these later if they are needed, perhaps on
the setting screen for settings not related to authorisation.
.. A "SettingCombo" widget has been created to simplify the way
a QComboBox is setup and queried.
Golden Cheetah install and build instructions are documented for each platform;
INSTALL-WIN32 For building on Microsoft Windows
INSTALL-LINUX For building on Ubuntu Linux
INSTALL-MAC For building on Apple OS X
Alternatively official builds are available from http://www.goldencheetah.org
whilst latest developer builds are available from https://github.com/GoldenCheetah/GoldenCheetah/releases
Description
Languages
Standard ML
68.3%
C++
28.1%
C
2.7%
Yacc
0.2%
QMake
0.2%
Other
0.1%