summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2012-12-29 13:29:10 +0100
committerlouis <louis.braun@gmx.de>2012-12-29 13:29:10 +0100
commitc7fd4e9eaea25ac7b2a593e5402d52614e1df944 (patch)
tree5031bbc72986995154e24b552504deffd5704f63 /HISTORY
parent7c2a71393299eed572c1b4dfc2f35a7819e8843b (diff)
downloadskin-nopacity-c7fd4e9eaea25ac7b2a593e5402d52614e1df944.tar.gz
skin-nopacity-c7fd4e9eaea25ac7b2a593e5402d52614e1df944.tar.bz2
Version 0.0.5
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY25
1 files changed, 24 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 310641b..60c6e88 100644
--- a/HISTORY
+++ b/HISTORY
@@ -58,9 +58,32 @@ VDR Plugin 'nOpacity' Revision History
more information about epgsearch integration)
- Fixed "fade in" bug, cancelling threads correctly (Thanks to everybody who
was involved)
-
- Fixed a crash when trying to access channel name in epg detail view
- Fixed a crash when changing values in setup menu
- Fixed a crash when opening and closing epg menus
- Fixed a bug to only use epgsearchmenu.conf if lines for all possible
menus are set
+
+2012-12-29: Version 0.0.5
+
+- VDR version 1.7.34 mandatory
+- Introducing of scrolling in menu elements if text is longer than
+ available space
+- displaying first found jpeg in recordings folder as epg image for this
+ recording in recording detail view
+- Configurable display of disc usage and timers in main menu
+- yaepg patch no longer needed to scale video window, using native VDR
+ functionality now (thanks @Zoolook for providing the new code)
+- Complete rewrite of menu category detection by using the eMenuCategory
+ enumeration integrated in VDR 1.7.31 - 34
+- Usage of new VDR interfaces SetItemsEvent(), SetItemsChannels for dispalying
+ Schedules menus and Channel menus
+ See README explaining consequences of this changes
+- Displaying of detailed EPG information directly in schedules views in a
+ separate window if according menu item is selected a specific configurable time
+- Some Improvements in menu element scrolling behaviour (suggeted by Taipan)
+- Using narrow menu items in "Settings" category (thanks @BooStar for providing
+ the new icons)
+- Split of skins VDR menu configuration section in "Common", "Geometry" and "Fonts"
+ sections for clearer arrangement
+- different minor changes and fixes