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:
martii
2013-11-27 20:08:32 +01:00
committed by [CST] Focus
parent b74e80ee6f
commit 7c15db185f
15 changed files with 231 additions and 38 deletions

View File

@@ -716,6 +716,9 @@ const char * locale_real_names[] =
"hdd_settings",
"hdd_sleep",
"hdd_slow",
"hdd_statfs",
"hdd_statfs_always",
"hdd_statfs_recording",
"hdd_umount",
"hdd_umount_warn",
"hdd_umounted",
@@ -973,6 +976,7 @@ const char * locale_real_names[] =
"menu.hint_hdd_format",
"menu.hint_hdd_noise",
"menu.hint_hdd_sleep",
"menu.hint_hdd_statfs",
"menu.hint_hdd_tools",
"menu.hint_head_back",
"menu.hint_head_textcolor",