~ubuntu-branches/ubuntu/karmic/gxine/karmic

« back to all changes in this revision

Viewing changes to misc/keypad.xml

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-03-21 11:24:59 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080321112459-igb0jy01nytpdrzt
Tags: 0.5.901-1ubuntu1
* merge debian changes for hardy PPA. Remaining changes:
  - debian/control: added Xb-Npp-xxx tags accordingly to "firefox distro
    add-on suport" spec,
    (https://blueprints.launchpad.net/ubuntu/+spec/firefox-distro-addon-support)
* Feature Freeze exception granted in LP: #204563
* New upstream release fixes playing DVDs. LP: #128864
* mime.default: add "x-content/video-dvd;x-content/video-vcd;x-content/video-svcd;"
  to get it listed as a player for dvd and video cds in nautilus. Thanks to
  Sebastien Bacher for the hint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  </table>
43
43
  <table rows="4" cols="2" homogeneous="1" spacing="2">
44
44
   <tr>
45
 
    <td><button label="~Menu 1" onclick="input_menu (1);" /></td>
46
 
    <td><button label="~Menu 5" onclick="input_menu (5);" /></td>
47
 
   </tr>
48
 
   <tr>
49
 
    <td><button label="~Menu 2" onclick="input_menu (2);" /></td>
50
 
    <td><button label="~Menu 6" onclick="input_menu (6);" /></td>
51
 
   </tr>
52
 
   <tr>
53
 
    <td><button label="~Menu 3" onclick="input_menu (3);" /></td>
54
 
    <td><button label="~Menu 7" onclick="input_menu (7);" /></td>
55
 
   </tr>
56
 
   <tr>
57
 
    <td><button label="~Menu 4" onclick="input_menu (4);" /></td>
 
45
    <td><button label="~Menu 1" onclick="input_menu (1);" tip="~VDR: main menu" /></td>
 
46
    <td><button label="~Menu 5" onclick="input_menu (5);" tip="~VDR: recordings" /></td>
 
47
   </tr>
 
48
   <tr>
 
49
    <td><button label="~Menu 2" onclick="input_menu (2);" tip="~VDR: schedule
 
50
DVB: toggle recording"/></td>
 
51
    <td><button label="~Menu 6" onclick="input_menu (6);" tip="~VDR: setup" /></td>
 
52
   </tr>
 
53
   <tr>
 
54
    <td><button label="~Menu 3" onclick="input_menu (3);" tip="~VDR: channels
 
55
DVB: toggle zoom" /></td>
 
56
    <td><button label="~Menu 7" onclick="input_menu (7);" tip="~VDR: commands
 
57
DVB: now/next"/></td>
 
58
   </tr>
 
59
   <tr>
 
60
    <td><button label="~Menu 4" onclick="input_menu (4);" tip="~VDR: timers
 
61
DVB: pause/resume recording" /></td>
58
62
    <td><button stock="gtk-go-back" onclick="vdr ('BACK');" /></td>
59
63
   </tr>
60
64
  </table>