mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
Merge branch 'pu/cc' into next-cc
Conflicts: acinclude.m4 data/locale/deutsch.locale data/locale/english.locale src/driver/volume.cpp src/eitd/SIlanguage.cpp src/gui/bedit/bouqueteditor_channels.cpp src/gui/bedit/bouqueteditor_chanselect.cpp src/gui/bouquetlist.cpp src/gui/channellist.cpp src/gui/eventlist.cpp src/gui/osd_setup.cpp src/gui/scan.cpp src/gui/scan.h src/gui/test_menu.cpp src/gui/timeosd.cpp src/gui/widget/progressbar.cpp src/gui/widget/progressbar.h src/neutrino.cpp src/nhttpd/yconfig.h
This commit is contained in:
@@ -432,6 +432,7 @@ struct SNeutrinoSettings
|
||||
int pip_y;
|
||||
int bigFonts;
|
||||
int big_windows;
|
||||
int eventlist_additional;
|
||||
int channellist_additional;
|
||||
int channellist_epgtext_align_right;
|
||||
int channellist_extended;
|
||||
@@ -617,6 +618,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