diff options
-rw-r--r-- | menu_main.c | 17 | ||||
-rw-r--r-- | menu_main.h | 1 | ||||
-rw-r--r-- | menu_searchactions.c | 2 | ||||
-rw-r--r-- | menu_whatson.c | 17 | ||||
-rw-r--r-- | menu_whatson.h | 1 | ||||
-rw-r--r-- | po/ca_ES.po | 2 | ||||
-rw-r--r-- | po/cs_CZ.po | 2 | ||||
-rw-r--r-- | po/da_DK.po | 2 | ||||
-rw-r--r-- | po/de_DE.po | 2 | ||||
-rw-r--r-- | po/el_GR.po | 2 | ||||
-rw-r--r-- | po/es_ES.po | 2 | ||||
-rw-r--r-- | po/et_EE.po | 2 | ||||
-rw-r--r-- | po/fi_FI.po | 2 | ||||
-rw-r--r-- | po/fr_FR.po | 2 | ||||
-rw-r--r-- | po/hr_HR.po | 2 | ||||
-rw-r--r-- | po/hu_HU.po | 2 | ||||
-rw-r--r-- | po/it_IT.po | 2 | ||||
-rw-r--r-- | po/nl_NL.po | 2 | ||||
-rw-r--r-- | po/nn_NO.po | 2 | ||||
-rw-r--r-- | po/pl_PL.po | 2 | ||||
-rw-r--r-- | po/pt_PT.po | 2 | ||||
-rw-r--r-- | po/ro_RO.po | 2 | ||||
-rw-r--r-- | po/ru_RU.po | 2 | ||||
-rw-r--r-- | po/sl_SI.po | 2 | ||||
-rw-r--r-- | po/sv_SE.po | 2 | ||||
-rw-r--r-- | po/tr_TR.po | 2 |
26 files changed, 57 insertions, 23 deletions
diff --git a/menu_main.c b/menu_main.c index a288c42..4da04dc 100644 --- a/menu_main.c +++ b/menu_main.c @@ -77,6 +77,23 @@ cMenuSearchMain::cMenuSearchMain(void) ShowSummary(); } +#ifdef USE_GRAPHTFT +void cMenuSearchMain::Display(void) +{ + cOsdMenu::Display(); + + if (Count() > 0) + { + int i = 0; + + for (cOsdItem *item = First(); item; item = Next(item)) + cStatus::MsgOsdEventItem(!item->Selectable() ? 0 : + ((cMenuMyScheduleItem*)item)->event, + item->Text(), i++, Count()); + } +} +#endif /* GRAPHTFT */ + cMenuSearchMain::~cMenuSearchMain() { cMenuWhatsOnSearch::ScheduleChannel(); // makes sure any posted data is cleared diff --git a/menu_main.h b/menu_main.h index b1045d7..720e3e6 100644 --- a/menu_main.h +++ b/menu_main.h @@ -57,6 +57,7 @@ class cMenuSearchMain : public cOsdMenu { void UpdateCurrent(); #ifdef USE_GRAPHTFT virtual const char* MenuKind() { return "MenuEpgsSchedule"; } + virtual void Display(void); #endif static int forceMenu; diff --git a/menu_searchactions.c b/menu_searchactions.c index dafc02a..9021b18 100644 --- a/menu_searchactions.c +++ b/menu_searchactions.c @@ -167,7 +167,7 @@ eOSState cMenuSearchActions::Execute() return osBack; } if (current == 10) - return AddSubMenu(new cMenuConflictCheck()); + return AddSubMenu(new cMenuConflictCheck()); } return osContinue; } diff --git a/menu_whatson.c b/menu_whatson.c index 973d5cf..5993789 100644 --- a/menu_whatson.c +++ b/menu_whatson.c @@ -297,7 +297,22 @@ const char* cMenuWhatsOnSearch::MenuKind() if (currentShowMode > showNext) return "MenuEpgsWhatsOnElse"; else return "MenuWhatsOnElse"; } -#endif + +void cMenuWhatsOnSearch::Display(void) +{ + cOsdMenu::Display(); + + if (Count() > 0) + { + int i = 0; + + for (cOsdItem *item = First(); item; item = Next(item)) + cStatus::MsgOsdEventItem(!item->Selectable() ? 0 : + ((cMenuMyScheduleItem*)item)->event, + item->Text(), i++, Count()); + } +} +#endif /* GRAPHTFT */ int cMenuWhatsOnSearch::GetTab(int Tab) { diff --git a/menu_whatson.h b/menu_whatson.h index 2c2a1ae..07a721e 100644 --- a/menu_whatson.h +++ b/menu_whatson.h @@ -79,6 +79,7 @@ private: void UpdateCurrent(); #ifdef USE_GRAPHTFT virtual const char* MenuKind(); + virtual void Display(void); #endif }; diff --git a/po/ca_ES.po b/po/ca_ES.po index beb85e1..0ee99bc 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Jordi Vilà <jvila@tinet.org>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/cs_CZ.po b/po/cs_CZ.po index 02e43f3..96e8162 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Vladimír Bárta <vladimir.barta@k2atmitec.cz>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/da_DK.po b/po/da_DK.po index ee6585f..bd2fc8a 100644 --- a/po/da_DK.po +++ b/po/da_DK.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Mogens Elneff <mogens@elneff.dk>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/de_DE.po b/po/de_DE.po index d5a6df8..c761e31 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Klaus Schmidinger <kls@cadsoft.de>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/el_GR.po b/po/el_GR.po index efadfff..8cb9a2a 100644 --- a/po/el_GR.po +++ b/po/el_GR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Dimitrios Dimitrakos <mail@dimitrios.de>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/es_ES.po b/po/es_ES.po index ee45744..bf6e2fe 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-11-18 20:09+0200\n" "Last-Translator: bittor from open7x0.org <bittor7x0 _at_ gmail.com>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/et_EE.po b/po/et_EE.po index 0ecf669..c8a49b3 100644 --- a/po/et_EE.po +++ b/po/et_EE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Arthur Konovalov <kasjas@hot.ee>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/fi_FI.po b/po/fi_FI.po index 093d0b9..1d2ec8c 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Rolf Ahrenberg <rahrenbe@cc.hut.fi>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/fr_FR.po b/po/fr_FR.po index 0343022..e51307b 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2008-04-30 08:36+0200\n" "Last-Translator: Patrice Staudt <patrice.staudt@laposte.net>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/hr_HR.po b/po/hr_HR.po index 49df9cd..05d7796 100644 --- a/po/hr_HR.po +++ b/po/hr_HR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Drazen Dupor <drazen.dupor@dupor.com>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/hu_HU.po b/po/hu_HU.po index b84fbe7..cd7109e 100644 --- a/po/hu_HU.po +++ b/po/hu_HU.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Istvan Koenigsberger <istvnko@hotmail.com>, Guido Josten <guido.josten@t-online.de>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/it_IT.po b/po/it_IT.po index cd7c4ee..09f0733 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-07-03 20:44+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2008-06-29 03:25+0100\n" "Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/nl_NL.po b/po/nl_NL.po index 6d15212..39db6fa 100644 --- a/po/nl_NL.po +++ b/po/nl_NL.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Maarten Wisse <Maarten.Wisse@urz.uni-hd.de>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/nn_NO.po b/po/nn_NO.po index 55ba793..32a8294 100644 --- a/po/nn_NO.po +++ b/po/nn_NO.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Truls Slevigen <truls@slevigen.no>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/pl_PL.po b/po/pl_PL.po index 3c68b74..3dc7d5f 100644 --- a/po/pl_PL.po +++ b/po/pl_PL.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Michael Rakowski <mrak@gmx.de>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/pt_PT.po b/po/pt_PT.po index 77f9bb0..cfd9d09 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Paulo Lopes <pmml@netvita.pt>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/ro_RO.po b/po/ro_RO.po index 471cf83..1ccf8c1 100644 --- a/po/ro_RO.po +++ b/po/ro_RO.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Lucian Muresan <lucianm@users.sourceforge.net>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/ru_RU.po b/po/ru_RU.po index b0e42c0..9787e5d 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Vyacheslav Dikonov <sdiconov@mail.ru>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/sl_SI.po b/po/sl_SI.po index 2cb3d28..dd578b3 100644 --- a/po/sl_SI.po +++ b/po/sl_SI.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Matjaz Thaler <matjaz.thaler@guest.arnes.si>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/sv_SE.po b/po/sv_SE.po index 32eeae0..59502ee 100644 --- a/po/sv_SE.po +++ b/po/sv_SE.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Tomas Prybil <tomas@prybil.se>\n" "Language-Team: <vdr@linuxtv.org>\n" diff --git a/po/tr_TR.po b/po/tr_TR.po index 79bada5..feee2ac 100644 --- a/po/tr_TR.po +++ b/po/tr_TR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-05-01 14:37+0200\n" +"POT-Creation-Date: 2008-09-20 14:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Oktay Yolgeçen <oktay_73@yahoo.de>\n" "Language-Team: <vdr@linuxtv.org>\n" |