mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
gui/scan_setup.cpp: add flag to track fe mode, diseqc mode changes;
show tuners setup in its own function; auto-apply tuners link if modes changed on quit from tuners setup menu; re-zap to current channel if fe modes or diseqc mode changed
This commit is contained in:
@@ -80,6 +80,8 @@ class CScanSetup : public CMenuTarget, public CChangeObserver
|
||||
|
||||
/* flag to allow any operations which can damage recordings */
|
||||
bool allow_start;
|
||||
/* flag to re-init frontends */
|
||||
bool fe_restart;
|
||||
|
||||
bool is_wizard;
|
||||
|
||||
@@ -101,7 +103,7 @@ class CScanSetup : public CMenuTarget, public CChangeObserver
|
||||
void fillSatSelect(CMenuOptionStringChooser *select);
|
||||
void fillCableSelect(CMenuOptionStringChooser *select);
|
||||
|
||||
void addScanMenuFrontendSetup(CMenuWidget *settings);
|
||||
int showScanMenuFrontendSetup();
|
||||
void addScanMenuTempSat(CMenuWidget *temp_sat, sat_config_t &satconfig);
|
||||
void addScanMenuManualScan(CMenuWidget *manual_Scan);
|
||||
void addScanMenuAutoScanAll(CMenuWidget *auto_ScanAll);
|
||||
|
Reference in New Issue
Block a user