mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
add thread for determining free hdd (recording dir) space, enable hdd usage icons on vfd (untested)
Conflicts: data/locale/deutsch.locale data/locale/english.locale src/driver/simple_display.cpp src/gui/hdd_menu.cpp src/gui/infoviewer_bb.cpp src/gui/infoviewer_bb.h src/gui/moviebrowser.cpp src/gui/record_setup.cpp src/neutrino.cpp src/system/ytcache.h
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
#include <driver/fontrenderer.h>
|
||||
#include <driver/fade.h>
|
||||
#include <system/settings.h>
|
||||
#include <system/hddstat.h>
|
||||
#include "widget/menue.h"
|
||||
#include <gui/components/cc.h>
|
||||
#include <string>
|
||||
@@ -125,13 +126,9 @@ class CInfoViewerBB
|
||||
void showBarSys(int percent = 0);
|
||||
void showBarHdd(int percent = 0);
|
||||
|
||||
int hddpercent;
|
||||
pthread_t hddperT;
|
||||
static void* hddperThread(void *arg);
|
||||
bool hddperTflag;
|
||||
CInfoViewerBB();
|
||||
|
||||
public:
|
||||
CInfoViewerBB();
|
||||
~CInfoViewerBB();
|
||||
static CInfoViewerBB* getInstance();
|
||||
void Init(void);
|
||||
|
Reference in New Issue
Block a user