mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 00:49:55 +00:00
Autoimport Stealth/Background Mode
... new Feature to Autoimport without Dialog (with same timeframe option like the Dialog version)
... in case "Dates/Time" is missing - the Dialog Window appears and waits for input -
if entered and "Save" presses no further input action is required
... malformed activity files are silently ignored
... to avoid inconsistencies closing of the Athlete for which Background Import is running
is blocked until the Import is finalized (Info on import complete is sent to UI)
.. UI is not blocked by Autoimport - but a bit less reactive as long as the import is executed
This commit is contained in:
@@ -35,6 +35,10 @@ RideAutoImportRule::RideAutoImportRule() {
|
||||
_ruleDescriptions.append(tr("Autoimport with dialog - past 90 days"));
|
||||
_ruleDescriptions.append(tr("Autoimport with dialog - past 180 days"));
|
||||
_ruleDescriptions.append(tr("Autoimport with dialog - past 360 days"));
|
||||
_ruleDescriptions.append(tr("Autoimport in background"));
|
||||
_ruleDescriptions.append(tr("Autoimport in background - past 90 days"));
|
||||
_ruleDescriptions.append(tr("Autoimport in background - past 180 days"));
|
||||
_ruleDescriptions.append(tr("Autoimport in background - past 360 days"));
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user