summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-03-11fix tuner device mapping in case tuners are not starting as first device ↵Peter Bieringer
(e.g. NetCeiver mcli)
2021-03-11Merge remote-tracking branch 'upstream/master'Peter Bieringer
2021-03-07Update italian tanslation in metrixhd (thx to @fiveten_59 at vdr-portal.de)kamel5
2021-03-07Update italian tanslation in estuary4vdr (thx to @fiveten_59 at vdr-portal.de)kamel5
2021-03-04Version 1.2.141.2.14kamel5
2021-03-04Add active recordings to timeshift modekamel5
If the current program is paused (timeshift mode), a recording is created with an "@" at the beginning. A skin can display this mode differently than the normal playback of a recording. This change also enables a different display mode for currently active timer recordings.
2021-03-04Revert "Disabled timeshift display for non timeshift recordings"kamel5
This reverts commit 1fc5379e2eed0ecd7eb2227564077a62bc0b1e12.
2021-03-04Update estuary4vdrkamel5
Correct position of time
2021-03-01Merge remote-tracking branch 'upstream/master'Peter Bieringer
2021-02-15Version 1.2.131.2.13kamel5
2021-02-15Eliminate SetRecordingLengthkamel5
2021-02-15Move SetTimeShiftValueskamel5
2021-02-15Add element timeShiftTimes to displayreplaykamel5
In displayreplay the tokens recstart, playbacktime and timeshiftrest added to display start time, actual playback time and the rest of the actual recording in timeshiftmode.