]> git.sesse.net Git - vlc/commit
* skins2/commands/cmd_dvd.*: New commands for DVD navigation.
authorOlivier Teulière <ipkiss@videolan.org>
Sun, 12 Feb 2006 21:05:53 +0000 (21:05 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Sun, 12 Feb 2006 21:05:53 +0000 (21:05 +0000)
commit7d96a1d630d3069084f5d8c154adb154b421d217
tree4a302b7e3225641aff7d6bce694e439bda08ac51
parent68e2a72328bea59e14715b6ea903b2632354975c
 * skins2/commands/cmd_dvd.*: New commands for DVD navigation.
   You can use the following actions in the XML file:
    - dvd.nextTitle()
    - dvd.previousTitle()
    - dvd.nextChapter()
    - dvd.previousChapter()
    - dvd.rootMenu()
modules/gui/skins2/Modules.am
modules/gui/skins2/commands/cmd_dvd.cpp [new file with mode: 0644]
modules/gui/skins2/commands/cmd_dvd.hpp [new file with mode: 0644]
modules/gui/skins2/parser/interpreter.cpp