vdr-plugin-skindesigner/coreengine
kamel5 09925e6113 Fix Incorrect detection of a recording that is currently running
To set timeShiftActive correctly, it is not sufficient to compare the
name of the recording and the timer in cGlobalTimers::IsRecording()
if no short text is available. Therefore, the start time of both is now
also compared.
2021-05-04 14:38:52 +02:00
..
animation.c Optimization for softhdcuvid 2019-10-12 18:28:07 +02:00
animation.h fixed bug that listelements were not drawn after scrolling 2016-07-30 15:05:47 +02:00
area.c fixed bug that listelements were not drawn after scrolling 2016-07-30 15:05:47 +02:00
area.h fixed bug that listelements were not drawn after scrolling 2016-07-30 15:05:47 +02:00
attribute.c left / right keys in zappilot configurable in skin 2016-05-29 10:07:28 +02:00
attribute.h left / right keys in zappilot configurable in skin 2016-05-29 10:07:28 +02:00
attributes.c redesigned animations 2016-07-22 15:21:09 +02:00
attributes.h redesigned animations 2016-07-22 15:21:09 +02:00
complextypes.c fix 3x Wstringop-overflow compiler warnings 2021-02-06 09:36:17 +01:00
complextypes.h added noteq compare type for conditions 2016-07-22 15:36:25 +02:00
definitions.h add additional vdrstatus exposing "vdrIsRecordingsHandlersActive" and "vdrIsRecording" - can be used in skins for e.g. IDLE/BUSY REC/FREE 2021-05-03 10:53:55 +02:00
functions.c fixed scrolling with centered aligned text 2016-06-25 05:43:48 +02:00
functions.h added valign bottom for vertical loops 2016-06-18 13:09:26 +02:00
globals.c Version 0.8.0 beta 2016-01-26 18:32:38 +01:00
globals.h Version 0.8.0 beta 2016-01-26 18:32:38 +01:00
gridelement.c fixed line breaks 2016-02-06 09:55:15 +01:00
gridelement.h fixed line breaks 2016-02-06 09:55:15 +01:00
listelements.c add additional recording flag "isInUse" - can be used in skins for e.g. records in cutting/copy(queue) 2021-05-03 07:01:04 +02:00
listelements.h fixed memory leak 2016-09-25 12:01:41 +02:00
osdwrapper.c redesigned animations 2016-07-22 15:21:09 +02:00
osdwrapper.h redesigned animations 2016-07-22 15:21:09 +02:00
view.c Optimization for softhdcuvid 2019-10-12 18:28:07 +02:00
view.h redesigned animations 2016-07-22 15:21:09 +02:00
viewdetail.c add additional recording flag "isInUse" - can be used in skins for e.g. records in cutting/copy(queue) 2021-05-03 07:01:04 +02:00
viewdetail.h Refactor reruns 2020-07-15 13:21:33 +02:00
viewdisplaychannel.c Optimization for softhdcuvid 2019-10-12 18:28:07 +02:00
viewdisplaychannel.h Eliminate a look sequence report in displaychannel 2019-06-21 14:02:15 +02:00
viewdisplaymenu.c add additional vdrstatus exposing "vdrIsRecordingsHandlersActive" and "vdrIsRecording" - can be used in skins for e.g. IDLE/BUSY REC/FREE 2021-05-03 10:53:55 +02:00
viewdisplaymenu.h add additional vdrstatus exposing "vdrIsRecordingsHandlersActive" and "vdrIsRecording" - can be used in skins for e.g. IDLE/BUSY REC/FREE 2021-05-03 10:53:55 +02:00
viewdisplaymessage.c redesigned animations 2016-07-22 15:21:09 +02:00
viewdisplaymessage.h redesigned animations 2016-07-22 15:21:09 +02:00
viewdisplayplugin.c redesigned animations 2016-07-22 15:21:09 +02:00
viewdisplayplugin.h redesigned animations 2016-07-22 15:21:09 +02:00
viewdisplayreplay.c Fix Incorrect detection of a recording that is currently running 2021-05-04 14:38:52 +02:00
viewdisplayreplay.h Add active recordings to timeshift mode 2021-03-04 17:47:32 +01:00
viewdisplaytracks.c redesigned animations 2016-07-22 15:21:09 +02:00
viewdisplaytracks.h redesigned animations 2016-07-22 15:21:09 +02:00
viewdisplayvolume.c redesigned animations 2016-07-22 15:21:09 +02:00
viewdisplayvolume.h redesigned animations 2016-07-22 15:21:09 +02:00
viewelement.c add additional vdrstatus exposing "vdrIsRecordingsHandlersActive" and "vdrIsRecording" - can be used in skins for e.g. IDLE/BUSY REC/FREE 2021-05-03 10:53:55 +02:00
viewelement.h detect isRadio proper in case recording is missing "X 1" (happen on e.g. RTL channel) 2021-01-23 10:32:08 +01:00
viewelementplugin.c fixed line breaks 2016-02-06 09:55:15 +01:00
viewelementplugin.h fixed line breaks 2016-02-06 09:55:15 +01:00
viewelementscommon.c fix tuner device mapping in case tuners are not starting as first device (e.g. NetCeiver mcli) 2021-03-11 12:52:08 +01:00
viewelementscommon.h fixed line breaks 2016-02-06 09:55:15 +01:00
viewelementsdisplaychannel.c An error with the remaining time in the channel display has been fixed 2021-02-11 17:34:23 +01:00
viewelementsdisplaychannel.h An error with the remaining time in the channel display has been fixed 2021-02-11 17:34:23 +01:00
viewelementsdisplaymenu.c add additional vdrstatus exposing "vdrIsRecordingsHandlersActive" and "vdrIsRecording" - can be used in skins for e.g. IDLE/BUSY REC/FREE 2021-05-03 10:53:55 +02:00
viewelementsdisplaymenu.h add additional vdrstatus exposing "vdrIsRecordingsHandlersActive" and "vdrIsRecording" - can be used in skins for e.g. IDLE/BUSY REC/FREE 2021-05-03 10:53:55 +02:00
viewelementsdisplayreplay.c add additional recording flag "isInUse" - can be used in skins for e.g. records in cutting/copy(queue) 2021-05-03 07:01:04 +02:00
viewelementsdisplayreplay.h Fix cutting marks wasn't updated 2021-03-15 14:10:18 +01:00
viewelementsdisplaytracks.c fixed line breaks 2016-02-06 09:55:15 +01:00
viewelementsdisplaytracks.h fixed line breaks 2016-02-06 09:55:15 +01:00
viewgrid.c fixed blinking deadlock again# 2016-03-05 10:20:45 +01:00
viewgrid.h fixed line breaks 2016-02-06 09:55:15 +01:00
viewlist.c redesigned animations 2016-07-22 15:21:09 +02:00
viewlist.h redesigned animations 2016-07-22 15:21:09 +02:00
xmlparser.c introduced zapcockpit extension 2016-05-26 10:47:45 +02:00
xmlparser.h introduced zapcockpit extension 2016-05-26 10:47:45 +02:00