diff gui/app/app.c @ 36429:28ea255e40ce

Add support for TV/DVB to the GUI. Support is limited to a single (resp. the first) card. At the same time, add the new GUI option 'gui_tv_digital', the new GUI message 'evPlayTV' and the new GUI font symbol 'b'. Additionally, update the documentation.
author ib
date Fri, 29 Nov 2013 12:41:32 +0000
parents 6fd886ce32b9
children bb067298265a
line wrap: on
line diff
--- a/gui/app/app.c	Fri Nov 29 12:34:21 2013 +0000
+++ b/gui/app/app.c	Fri Nov 29 12:41:32 2013 +0000
@@ -57,6 +57,7 @@
     { evPlayDVD,           "evPlayDVD"           },
     { evLoadURL,           "evSetURL"            }, // legacy
     { evLoadURL,           "evLoadURL"           },
+    { evPlayTV,            "evPlayTV"            },
     { evPlaySwitchToPause, "evPlaySwitchToPause" },
     { evPauseSwitchToPlay, "evPauseSwitchToPlay" },
     { evBackward10sec,     "evBackward10sec"     },