mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-15 17:33:43 +02:00
Merge branch 'check/pu-cc' into master
...needs some build- and logical fixing... Conflicts: data/locale/deutsch.locale data/locale/english.locale src/driver/volume.cpp src/gui/eventlist.cpp src/gui/moviebrowser.cpp src/gui/scan.cpp src/gui/timeosd.cpp src/gui/widget/progressbar.cpp src/gui/widget/progressbar.h
This commit is contained in:
@@ -606,6 +606,15 @@ struct SNeutrinoSettings
|
||||
std::string usermenu_text[BUTTON_MAX];
|
||||
int usermenu[BUTTON_MAX][ITEM_MAX]; // (USER_ITEM) [button][position in Menue] = feature item
|
||||
|
||||
//progressbar arrangement for infobar
|
||||
typedef enum
|
||||
{
|
||||
INFOBAR_PROGRESSBAR_ARRANGEMENT_DEFAULT = 0,
|
||||
INFOBAR_PROGRESSBAR_ARRANGEMENT_BELOW_CH_NAME = 1,
|
||||
INFOBAR_PROGRESSBAR_ARRANGEMENT_BELOW_CH_NAME_SMALL = 2,
|
||||
INFOBAR_PROGRESSBAR_ARRANGEMENT_BETWEEN_EVENTS = 3
|
||||
}INFOBAR_PROGRESSBAR_ARRANGEMENT_TYPES;
|
||||
|
||||
};
|
||||
|
||||
/* some default Values */
|
||||
|
Reference in New Issue
Block a user