1
0
mirror of https://github.com/rofafor/vdr-plugin-femon.git synced 2023-10-10 11:36:53 +00:00

Redesigned the user interface.

Transponder information is now available in advanced display mode: Press 'OK' key to switch between the simple and the advanced display mode.
Moved bitrate calculation to it's own thread for improved accurancy.
This commit is contained in:
Rolf Ahrenberg
2004-03-03 04:20:00 +02:00
parent 52b9653b42
commit 23487c5972
12 changed files with 762 additions and 212 deletions

View File

@@ -7,7 +7,7 @@ VDR Plugin 'femon' Revision History
2004-02-23: Version 0.0.1b
- Fixed cThread to work under vdr-1.2.6.
- Fixed cThread initialization to work under vdr-1.2.6.
2004-02-26: Version 0.0.2
@@ -22,3 +22,10 @@ VDR Plugin 'femon' Revision History
- Translation only update:
Fixed 'Deutsch' (Thanks to Olaf Henkel @ VDRPortal).
Added 'Italiano' (Thanks to Sean Carlos).
2004-03-03: Version 0.0.3
- Redesigned the user interface.
- Transponder information is now available in advanced display mode:
Press 'OK' key to switch between the simple and the advanced display mode.
- Moved bitrate calculation to it's own thread for improved accurancy.