- osd_setup: introduce g_settings.window_size to scale some windows

* remove g_settings.big_windows
* add setup window (use up/down to change size)
This commit is contained in:
svenhoefer
2013-09-02 20:59:26 +02:00
parent b8ec3b55e6
commit 6ed30528f9
10 changed files with 112 additions and 36 deletions

View File

@@ -363,7 +363,6 @@ typedef enum
LOCALE_EXTRA_AUDIO_RUN_PLAYER,
LOCALE_EXTRA_AUTO_DELETE,
LOCALE_EXTRA_AUTO_TIMESHIFT,
LOCALE_EXTRA_BIGWINDOWS,
LOCALE_EXTRA_CACHE_TXT,
LOCALE_EXTRA_CHADDED,
LOCALE_EXTRA_CHALREADYINBQ,
@@ -799,7 +798,6 @@ typedef enum
LOCALE_MENU_HINT_BACKLIGHT,
LOCALE_MENU_HINT_BACKUP,
LOCALE_MENU_HINT_BEDIT,
LOCALE_MENU_HINT_BIGWINDOWS,
LOCALE_MENU_HINT_CACHE_TXT,
LOCALE_MENU_HINT_CEC_MODE,
LOCALE_MENU_HINT_CEC_STANDBY,
@@ -1174,6 +1172,7 @@ typedef enum
LOCALE_MENU_HINT_VOLUME_DIGITS,
LOCALE_MENU_HINT_VOLUME_POS,
LOCALE_MENU_HINT_VOLUME_SIZE,
LOCALE_MENU_HINT_WINDOW_SIZE,
LOCALE_MENU_HINT_YTPLAY,
LOCALE_MENU_HINT_ZAP_CYCLE,
LOCALE_MENU_NEXT,
@@ -1987,6 +1986,7 @@ typedef enum
LOCALE_VIDEOMENU_VIDEOFORMAT_169,
LOCALE_VIDEOMENU_VIDEOFORMAT_43,
LOCALE_VIDEOMENU_VIDEOMODE,
LOCALE_WINDOW_SIZE,
LOCALE_WIZARD_INITIAL_SETTINGS,
LOCALE_WIZARD_INSTALL_SETTINGS,
LOCALE_WIZARD_SETUP,

View File

@@ -363,7 +363,6 @@ const char * locale_real_names[] =
"extra.audio_run_player",
"extra.auto_delete",
"extra.auto_timeshift",
"extra.bigwindows",
"extra.cache_txt",
"extra.chadded",
"extra.chalreadyinbq",
@@ -799,7 +798,6 @@ const char * locale_real_names[] =
"menu.hint_backlight",
"menu.hint_backup",
"menu.hint_bedit",
"menu.hint_bigwindows",
"menu.hint_cache_txt",
"menu.hint_cec_mode",
"menu.hint_cec_standby",
@@ -1174,6 +1172,7 @@ const char * locale_real_names[] =
"menu.hint_volume_digits",
"menu.hint_volume_pos",
"menu.hint_volume_size",
"menu.hint_window_size",
"menu.hint_ytplay",
"menu.hint_zap_cycle",
"menu.next",
@@ -1987,6 +1986,7 @@ const char * locale_real_names[] =
"videomenu.videoformat_169",
"videomenu.videoformat_43",
"videomenu.videomode",
"window_size",
"wizard.initial_settings",
"wizard.install_settings",
"wizard.setup",

View File

@@ -438,7 +438,7 @@ struct SNeutrinoSettings
int pip_x;
int pip_y;
int bigFonts;
int big_windows;
int window_size;
int eventlist_additional;
int channellist_additional;
int channellist_epgtext_align_right;