summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.h
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-09-02 22:42:27 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-09-02 22:42:27 (GMT)
commit28cc8bad3efc117db88d38e19e7d9a8a75efbe75 (patch)
tree6a3e9f90e43096324d028d115fc04ab4144c3cf4 /abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.h
parent848e967b25b1e9baedc07d7bb5cf74b3b024b14b (diff)
downloadlinhes_pkgbuild-28cc8bad3efc117db88d38e19e7d9a8a75efbe75.zip
linhes_pkgbuild-28cc8bad3efc117db88d38e19e7d9a8a75efbe75.tar.gz
linhes_pkgbuild-28cc8bad3efc117db88d38e19e7d9a8a75efbe75.tar.bz2
mythinstall: simplify default device to 1 list
there are some cards that we identify wrong as analog or digital so to remove confusion just offer 1 list with all found devices
Diffstat (limited to 'abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.h')
-rwxr-xr-xabs/core/mythinstall/MythVantage-app/mythinstall/installsettings.h38
1 files changed, 7 insertions, 31 deletions
diff --git a/abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.h b/abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.h
index 62b2500..3a53048 100755
--- a/abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.h
+++ b/abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.h
@@ -190,10 +190,6 @@ class SoundSettings: public TriggeredConfigurationGroup {
public:
SoundSettings();
HostComboBox *HostAudiotype;
- HostCheckBox *HostsyncXine;
- HostCheckBox *HostsyncMplayer;
- HostCheckBox *HostsyncMythMusic;
- HostCheckBox *HostsyncMythFrontend;
signals:
@@ -210,9 +206,7 @@ class SoundOSSsettings: public TriggeredConfigurationGroup {
Q_OBJECT
public:
SoundOSSsettings();
- HostComboBox *HostSoundOssAnalog;
- HostComboBox *HostSoundOssDigital;
- HostComboBox *HostSoundTypeout;
+ HostComboBox *HostSoundOssAll;
void fillossselection();
public slots:
void soundossgathersettings();
@@ -223,9 +217,7 @@ class SoundALSAsettings: public TriggeredConfigurationGroup {
Q_OBJECT
public:
SoundALSAsettings();
- HostComboBox *HostSoundALSAAnalog;
- HostComboBox *HostSoundALSADigital;
- HostComboBox *HostSoundALSATypeout;
+ HostComboBox *HostSoundALSAAll;
void fillALSAselection();
public slots:
void soundalsagathersettings();
@@ -483,28 +475,14 @@ struct HostParms
QString ThisHostXNvidia1080i;
QString ThisHostXNvidia720p;
QString ThisHostXNvidia480p;
- QString ThisHostAudiotype;
-
- QString ThisHostSoundTypeout;
- QString ThisHostSoundOSSAnalog;
- QString OLDHostSoundOSSAnalog;
- QString ThisHostSoundOSSDigital;
- QString OLDHostSoundOSSDigital;
- QString ThisHostSoundDigital;
+ QString ThisHostAudiotype;
+ QString ThisHostSoundOSSAll;
+ QString OLDHostSoundOSSAll;
QString ThisHostSoundDevice;
+ QString ThisHostSoundALSAAll;
+ QString OLDHostSoundALSAAll;
- QString ThisHostSoundALSAAnalog;
- QString OLDHostSoundALSAAnalog;
- QString ThisHostSoundALSADigital;
- QString OLDHostSoundALSADigital;
- QString ThisHostSoundALSATypeout;
-
-
- QString ThisHostsyncXine;
- QString ThisHostsyncMplayer;
- QString ThisHostsyncMythMusic;
- QString ThisHostsyncMythFrontend;
QString ThisHostLCDType;
QString ThisHostRemoteBackup;
QString ThisHostRemoteBackupDir;
@@ -521,7 +499,6 @@ struct HostParms
QString ThisHostpluginmythvideo_dvdcss;
QString ThisHostpluginmythappletrailers;
-// QString ThisHostMiro;
QString ThisHostwebonlinhes;
QString ThisHostXBMC;
QString ThisHostPLEXHT;
@@ -537,7 +514,6 @@ struct HostParms
QString ThisHostpluginmythgameDolphin;
QString ThisHostpluginmythgameXe;
-// QString ThisHostXine;
QString ThisHostwebmin;
QString ThisHostfoldingathome;
QString ThisHostfoldingusername;