Implemented cStatus::MarksModified()

This commit is contained in:
Klaus Schmidinger
2018-01-29 14:09:59 +01:00
parent 0055eeeeb8
commit 5ae8d1a7a3
5 changed files with 30 additions and 5 deletions

View File

@@ -9162,7 +9162,7 @@ Video Disk Recorder Revision History
a subdirectory.
- SVDRP peering can now be limited to the default SVDRP host (see MANUAL for details).
2018-01-28: Version 2.3.9
2018-01-29: Version 2.3.9
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
@@ -9247,3 +9247,6 @@ Video Disk Recorder Revision History
cMenuPathEdit::ApplyChanges() and cReplayControl::Stop() (reported by Matthias Senzel).
- Fixed a possible deadlock when quickly zapping through encrypted channels (reported
by J<>rg Wendel).
- The new function cStatus::MarksModified() can be implemented by plugins to get
informed about any modifications to the editing marks of the currently played
recording (based on a patch from J<>rg Wendel).