mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
*neutrino scansettings: moved scan setup into it's own modul
this was a port of original tuxbox neutrino as a as similar for stand alone modules, hope it' works, but bugs are not excluded git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1331 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1254,6 +1254,8 @@ typedef enum
|
||||
LOCALE_SCANTS_NUMBEROFRADIOSERVICES,
|
||||
LOCALE_SCANTS_NUMBEROFTOTALSERVICES,
|
||||
LOCALE_SCANTS_NUMBEROFTVSERVICES,
|
||||
LOCALE_SCANTS_PREVERENCES_RECEIVING_SYSTEM,
|
||||
LOCALE_SCANTS_PREVERENCES_SCAN,
|
||||
LOCALE_SCANTS_PROVIDER,
|
||||
LOCALE_SCANTS_SELECT_TP,
|
||||
LOCALE_SCANTS_STARTNOW,
|
||||
|
@@ -1254,6 +1254,8 @@ const char * locale_real_names[] =
|
||||
"scants.numberofradioservices",
|
||||
"scants.numberoftotalservices",
|
||||
"scants.numberoftvservices",
|
||||
"scants.preverences_receiving_system",
|
||||
"scants.preverences_scan",
|
||||
"scants.provider",
|
||||
"scants.select_tp",
|
||||
"scants.startnow",
|
||||
|
@@ -558,8 +558,6 @@ const int PARENTALLOCK_PROMPT_ONSTART = 1;
|
||||
const int PARENTALLOCK_PROMPT_CHANGETOLOCKED = 2;
|
||||
const int PARENTALLOCK_PROMPT_ONSIGNAL = 3;
|
||||
|
||||
#define MAX_SATELLITES 80
|
||||
#define get_set CNeutrinoApp::getInstance()->getScanSettings()
|
||||
|
||||
class CScanSettings
|
||||
{
|
||||
|
Reference in New Issue
Block a user