mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +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
Origin commit data
------------------
Commit: 513f56426f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-03-14 (Thu, 14 Mar 2013)
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