From 13817c785fcf2589f857b169fd9af9e428dc64b5 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 1 Nov 2014 10:23:34 +0100 Subject: added {channelname}, {channelid}, {channellogoexists} for all schedules list and current views --- HISTORY | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 35945a8..81551b4 100644 --- a/HISTORY +++ b/HISTORY @@ -47,5 +47,6 @@ Version 0.0.3 - changed skin metrixHD to display bitrate infos - added "active" Token for cutting marks so that a mark can be displayed in a dedicated way if current position in replay exactly hits the mark +- added {channelname}, {channelid}, {channellogoexists} for all schedules list and current views -- cgit v1.2.3 From f9f2c47cb258874dcdd75bd2154a60c65f068657 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 1 Nov 2014 13:03:52 +0100 Subject: added printf function for --- HISTORY | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 81551b4..ad4ef68 100644 --- a/HISTORY +++ b/HISTORY @@ -48,5 +48,6 @@ Version 0.0.3 - added "active" Token for cutting marks so that a mark can be displayed in a dedicated way if current position in replay exactly hits the mark - added {channelname}, {channelid}, {channellogoexists} for all schedules list and current views +- added printf function for , see Wiki for documentation -- cgit v1.2.3 From f9f68cae8d64f5c60ffaa34118b66f5ebab28506 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 1 Nov 2014 13:19:07 +0100 Subject: removed code for displaying bitrates in displaychannel again --- HISTORY | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index ad4ef68..059fdcf 100644 --- a/HISTORY +++ b/HISTORY @@ -49,5 +49,6 @@ Version 0.0.3 in replay exactly hits the mark - added {channelname}, {channelid}, {channellogoexists} for all schedules list and current views - added printf function for , see Wiki for documentation +- removed code for displaying bitrates in displaychannel again because of incompatibility with dvbapi Plugin -- cgit v1.2.3 From f478ad10bbac192819c98a2edab464fb6347d5e9 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 1 Nov 2014 16:02:56 +0100 Subject: optimized performance when creating a menu list --- HISTORY | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 059fdcf..33a8dc3 100644 --- a/HISTORY +++ b/HISTORY @@ -50,5 +50,6 @@ Version 0.0.3 - added {channelname}, {channelid}, {channellogoexists} for all schedules list and current views - added printf function for , see Wiki for documentation - removed code for displaying bitrates in displaychannel again because of incompatibility with dvbapi Plugin +- optimized performance when creating a menu list -- cgit v1.2.3 From 53c1eefa016b1482e16f98c74e5663ac888653d0 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 2 Nov 2014 10:35:29 +0100 Subject: fixed Bug that displaychannel was not shown after closing displaymenu with backspace (with active menuorg plugin) --- HISTORY | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 33a8dc3..f81da89 100644 --- a/HISTORY +++ b/HISTORY @@ -51,5 +51,6 @@ Version 0.0.3 - added printf function for , see Wiki for documentation - removed code for displaying bitrates in displaychannel again because of incompatibility with dvbapi Plugin - optimized performance when creating a menu list - +- fixed Bug that displaychannel was not shown after closing displaymenu with "backspace" (with active + menuorg plugin) -- cgit v1.2.3 From ef4502cc02b4a1b287b6710826f04f953fd4691b Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 2 Nov 2014 11:41:41 +0100 Subject: fixed Bug with menuselection Patch --- HISTORY | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index f81da89..0693f0e 100644 --- a/HISTORY +++ b/HISTORY @@ -53,4 +53,5 @@ Version 0.0.3 - optimized performance when creating a menu list - fixed Bug that displaychannel was not shown after closing displaymenu with "backspace" (with active menuorg plugin) +- fixed Bug with menuselection Patch -- cgit v1.2.3