Merge branch 'master' into multituner

This commit is contained in:
[CST] Focus
2012-02-15 13:51:38 +04:00
20 changed files with 259 additions and 79 deletions

View File

@@ -118,7 +118,6 @@ class CInfoViewer
int lastsnr, lastsig, lasthdd, lastvar, lasttime;
CProgressBar *snrscale, *sigscale, *hddscale, *varscale, *timescale;
int hddwidth;
void changePB();
bool casysChange;
bool channellogoChange;
void paintBackground(int col_Numbox);
@@ -184,6 +183,7 @@ class CInfoViewer
int handleMsg(const neutrino_msg_t msg, neutrino_msg_data_t data);
void clearVirtualZapMode() {virtual_zap_mode = false;}
void changePB();
};
class CInfoViewerHandler : public CMenuTarget