Errors are now shown as diamond shaped markers in the replay progress display of the default skins

This commit is contained in:
Klaus Schmidinger
2024-09-19 09:49:02 +02:00
parent 32d8e473fb
commit 9e523073aa
15 changed files with 139 additions and 25 deletions

View File

@@ -9984,7 +9984,7 @@ Video Disk Recorder Revision History
version numbering. Version numbers are simply counted upwards, with each of the three
parts ("version", "major", "minor") always being a single digit, and '0' being skipped.
2024-09-18:
2024-09-19:
- Fix for compilers that don't like non-constant format strings (thanks to Stefan Hofmann).
- Deprecated code is now marked with [[deprecated]] to issue a compile time warning when
@@ -10002,3 +10002,8 @@ Video Disk Recorder Revision History
- Now distinguishing between frames with errors and completely missing frames.
- Recording errors are now marked in the index file.
- Fixed description of cSkinDisplayReplay::SetRecording().
- Errors are now shown as diamond shaped markers in the replay progress display of the
default skins. Plugin authors can switch to the new constructor of cProgressBar to
benefit from this feature. Of course this only works with recordings that have error
information stored in their index file.
APIVERSNUM is now 30004.