The new class cSortedTimers can be used to quickly get a list of all timers, sorted by their start time

This commit is contained in:
Klaus Schmidinger
2012-06-02 12:10:36 +02:00
parent 7548639021
commit 4e57f40096
3 changed files with 25 additions and 3 deletions

View File

@@ -7118,3 +7118,5 @@ Video Disk Recorder Revision History
- Fixed resetting CAMs (thanks to Marco Skambraks).
- The new function RgbShade() (include osd.h) can be used to generate a brighter or
darker version of a given color.
- The new class cSortedTimers can be used to quickly get a list of all timers, sorted
by their start time.