Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv31134
Modified Files:
event.py
Log Message:
add subtitle selection and osd info support for xine
Index: event.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/event.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** event.py 23 Oct 2003 02:26:52 -0000 1.28
--- event.py 9 Nov 2003 12:01:25 -0000 1.29
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.29 2003/11/09 12:01:25 dischi
+ # add subtitle selection and osd info support for xine
+ #
# Revision 1.28 2003/10/23 02:26:52 outlyer
# Bugfix for missing 'menu' button; it was here before, and it was removed
***************
*** 184,187 ****
--- 187,191 ----
VIDEO_MANUAL_SEEK = Event('VIDEO_MANUAL_SEEK')
VIDEO_NEXT_AUDIOLANG = Event('VIDEO_NEXT_AUDIOLANG')
+ VIDEO_NEXT_SUBTITLE = Event('VIDEO_NEXT_SUBTITLE')
STORE_BOOKMARK = Event('STORE_BOOKMARK')
MENU = Event('MENU')
***************
*** 366,369 ****
--- 370,375 ----
'ENTER' : DVDNAV_SELECT,
'SELECT' : DVDNAV_SELECT,
+ 'DISPLAY' : TOGGLE_OSD,
+ 'SUBTITLE' : VIDEO_NEXT_SUBTITLE,
'REW' : Event(SEEK, arg=-10),
'FFWD' : Event(SEEK, arg=10),
***************
*** 387,390 ****
--- 393,398 ----
'FFWD' : Event(SEEK, arg=10),
'MENU' : MENU,
+ 'DISPLAY' : TOGGLE_OSD,
+ 'SUBTITLE' : VIDEO_NEXT_SUBTITLE,
'1' : INPUT_1,
'2' : INPUT_2,
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog