summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-09Version 1.2.18HEAD1.2.18masterkamel5
2021-12-22Cosmetic changeskamel5
2021-12-22Merge branch 'pbiering/skindesigner-extend-detection-recording-isHD-isUHD'kamel5
2021-12-20remove debug linesPeter Bieringer
2021-12-20extend detection of isHD and isUHD in case of stored EPG info (event) is ↵Peter Bieringer
missing any information regarding video (e.g. if EPG is missing on a channel)
2021-06-07Fix compiler errorkamel5
2021-05-31Version 1.2.171.2.17kamel5
2021-05-31Update Skin estuary4vdrkamel5
2021-05-30Update Skin estuary4vdr to display errors in recording infokamel5
2021-05-30Add token errors for recordings (VDR >= 2.5.4)kamel5
2021-05-30Fix display of the background in the display channelkamel5
If you enter the display channel in Zapcockpit mode with the right or left button and exit with OK, the background of the display channel was not displayed.
2021-05-29Fix incorrect display of posters and banners in the recording menukamel5
When using the narrow recording menu, the posters and banners were displayed incorrectly
2021-05-27Fix display of events in channel displaykamel5
When switching to a channel without EPG, the display of the current and following program was not updated.
2021-05-21Version 1.2.161.2.16kamel5
2021-05-21Fix update timer in the main menukamel5
The timers in the open main menu were not updated when a timer recording was started or stopped
2021-05-21Fix a device is currently recordingkamel5
The token indicating whether a device is currently recording was not updated correctly
2021-05-21Fix display of recording sign in display channelkamel5
The display of the instant timer has been corrected in the display channel so that all events contained in the timer that have a tmFull or tmPartial flag are marked with the recording symbol.
2021-05-15Fix Fehler: Aufruf des überladenen »min(int&, int&)« ist nicht eindeutigkamel5
2021-05-10Update timerliste in main menukamel5
The display of the instant timers has been corrected in the main menu so that they are displayed as in the timer list.
2021-05-06Merge branch 'pbiering/vdrstatus-displaymenu'kamel5
2021-05-06Delete asteriskkamel5
2021-05-05fix/update changelogPeter Bieringer
2021-05-05remove commentPeter Bieringer
2021-05-05fix vdrstatus in displaymenuPeter Bieringer
2021-05-05expose vdrstatus to displaymenuPeter Bieringer
2021-05-05Merge branch 'pbiering/vdrHasTimers'kamel5
2021-05-05Revert "update version"kamel5
This reverts commit fce870a315c5f8f45d35681a17c7bdad8496f5bc.
2021-05-05Revert "update version token"kamel5
This reverts commit 64658a1f565b8b3b3d1275d2fe2da0a7a332e9c7.
2021-05-04Merge branch 'vdrHasTimers' of gitlab.com:pbiering/skindesigner into ↵Peter Bieringer
vdrHasTimers
2021-05-04add {vdrHasTimers} to vdrstatus - can be used in skins for e.g. ↵Peter Bieringer
REC/SCHED/FREE (in combination with {vdrIsRecording})
2021-05-04update version tokenPeter Bieringer
2021-05-04update versionPeter Bieringer
2021-05-04Fix Incorrect detection of a recording that is currently runningkamel5
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-04Merge branch 'pbiering/recIsInUse-vdrIsRecording'kamel5
2021-05-04add {vdrHasTimers} to vdrstatus - can be used in skins for e.g. ↵Peter Bieringer
REC/SCHED/FREE (in combination with {vdrIsRecording})
2021-05-03update version tokenPeter Bieringer
2021-05-03update versionPeter Bieringer
2021-05-03add additional vdrstatus exposing "vdrIsRecordingsHandlersActive" and ↵Peter Bieringer
"vdrIsRecording" - can be used in skins for e.g. IDLE/BUSY REC/FREE
2021-05-03add additional recording flag "isInUse" - can be used in skins for e.g. ↵Peter Bieringer
records in cutting/copy(queue)
2021-04-25Merge branch 'pbiering/code-optimization' into developkamel5
2021-04-08Update skin estuary4vdr displaychannel.xmlkamel5
Fix incorrect display of weather info in Displaychannel.
2021-04-08Update skin estuary4vdr displaymenudefault.xmlkamel5
Fix incorrect display of list entrys separated by tab in Displaymenu.
2021-03-28Fix segfault with mpv plugin (thx to @lnj at vdr-portal.de)kamel5
This fix prevents a segfault when using the mpv plugin because there are no cutmarks.
2021-03-23Merge branch 'pbiering/fix-rsvg'kamel5
2021-03-20fix issue introduced with 85df1e7f980f0f7092523e5ac9ed4ff6db51d82e: ↵Peter Bieringer
(process:24445): librsvg-CRITICAL **: 16:03:34.427: rsvg_handle_read_stream_sync: assertion 'is_input_stream(stream)' failed
2021-03-20remove of duplicate code by introducing macros by https://gitlab.com/Mike838 ↵Peter Bieringer
from https://gitlab.com/kamel5/skindesigner/-/issues/1#note_508426185
2021-03-15Version 1.2.151.2.15kamel5
2021-03-15Fix cutting marks wasn't updatedkamel5
2021-03-11Eliminate warningskamel5
2021-03-11Merge branch 'pbiering/skindesigner-fix-tuner-device-mapping'kamel5