mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-06 13:18:27 +02:00
movieplayer: allow bisectional jumps with RC_page_up/down
based upon code by TangoCash
Origin commit data
------------------
Branch: ni/coolstream
Commit: ca218e5390
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-13 (Sat, 13 May 2017)
Origin message was:
------------------
- movieplayer: allow bisectional jumps with RC_page_up/down
based upon code by TangoCash
------------------
This commit was generated by Migit
This commit is contained in:
@@ -512,6 +512,13 @@ void CKeybindSetup::showKeyBindMovieplayerSetup(CMenuWidget *bindSettings_mplaye
|
||||
mf->setHint("", key_settings[i].hint);
|
||||
bindSettings_mplayer->addItem(mf);
|
||||
}
|
||||
|
||||
bindSettings_mplayer->addItem(GenericMenuSeparatorLine); //NI
|
||||
|
||||
//NI - bisectional jumps
|
||||
CMenuOptionChooser * mc = new CMenuOptionChooser(LOCALE_MOVIEPLAYER_BISECTION_JUMP, &g_settings.movieplayer_bisection_jump, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true);
|
||||
mc->setHint("", LOCALE_MENU_HINT_MOVIEPLAYER_BISECTION_JUMP);
|
||||
bindSettings_mplayer->addItem(mc);
|
||||
}
|
||||
|
||||
void CKeybindSetup::showKeyBindMoviebrowserSetup(CMenuWidget *bindSettings_mbrowser)
|
||||
|
Reference in New Issue
Block a user