From 8b5efd6455370c02211f9fec2a3dbb74f5d0fcbc Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 25 Oct 2011 07:05:47 +0300 Subject: libmenu: remove OSD menu functionality (--menu) Something like the OSD menu functionality could be useful. However the current implementation has several problems and would require a relatively large amount of work to get into good shape. As far as I know there are few users of the existing functionality. Nobody is working on the existing code and keeping it compiling at all while changing other code would require extra work. So delete the menu code and some related code elsewhere that's used by nothing else. --- etc/dvb-menu.conf | 106 -------------------------------------- etc/input.conf | 27 ---------- etc/menu.conf | 151 ------------------------------------------------------ 3 files changed, 284 deletions(-) delete mode 100644 etc/dvb-menu.conf delete mode 100644 etc/menu.conf (limited to 'etc') diff --git a/etc/dvb-menu.conf b/etc/dvb-menu.conf deleted file mode 100644 index 7da289048e..0000000000 --- a/etc/dvb-menu.conf +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - -Welcome to MPlayer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/etc/input.conf b/etc/input.conf index 45b20f9b23..509f1bf876 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -109,14 +109,10 @@ JOY_BTN0 pause JOY_BTN1 osd JOY_BTN2 volume 1 JOY_BTN3 volume -1 -JOY_BTN4 set_menu main ## ## Apple Remote section ## -## To use OSD menu with Apple Remote, set key AR_MENU to any OSD menu command, -## or just comment out the 'AR_MENU osd' line and uncomment the line after it. -## AR_PLAY pause AR_PLAY_HOLD quit @@ -124,33 +120,10 @@ AR_NEXT seek 30 AR_NEXT_HOLD seek 120 AR_PREV seek -10 AR_PREV_HOLD seek -120 -AR_MENU menu up -#AR_MENU menu cancel AR_MENU_HOLD mute AR_VUP volume 1 AR_VDOWN volume -1 -## -## OSD Menu movement keys -## -## If you are using only the keyboard it is enough to define one command (like -## "menu up"), because then that single key will display the menu, which can -## then be navigated with the cursor keys and ENTER (defined in menu.conf). -## -## LIRC users should bind each "menu" command to a button on their remote. -## -## The set_menu command directly displays the (sub)menu specified as -## its argument. Usage should be self-explanatory (although not likely -## to be needed), after reading input.conf. -## - -#MOUSE_BTN0 menu up -#y menu down -#y menu ok -#y menu cancel -#y menu hide -#y set_menu general_pref - ## ## DVDNAV ## Requires dvdnav:// diff --git a/etc/menu.conf b/etc/menu.conf deleted file mode 100644 index 635a2f2a1c..0000000000 --- a/etc/menu.conf +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Welcome to MPlayer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3