vdr-plugin-tvguide/HISTORY

82 lines
2.8 KiB
Plaintext
Raw Normal View History

2013-01-17 13:16:44 +01:00
VDR Plugin 'tvguide' Revision History
-------------------------------------
2012-08-12: Version 0.0.1
- Initial revision.
2013-01-17: Version 0.0.2
- Changed color buttons to nOpacity style
- Changed channelheader to display transparent logos properly
- Added "style nOpacity" for backgrounds and theme nOpacity
2013-05-24 16:23:23 +02:00
2013-05-13: Version 0.0.3
- Added dummy grids if no EPG information is available for a certain
time
- Completely rewrote code for creation of epg grids for a channel column
- Completely rewrote code for scrolling forward and backward in time
- Added status header with epg information of currently selected
schedule and scaled video picture
2013-05-24 16:23:23 +02:00
2013-05-24: Version 0.0.4
- Introduced horizontal display
2013-06-01: Version 0.0.5
2013-05-24 16:23:23 +02:00
- Added Theme DarkRed
- Fixed some Bugs (position of video, deadlock)
- Added Theme IceBlue
- setup of usage of blending now done with clrDoBlending theme color
variable and not by setup
2013-05-31 13:58:22 +02:00
- font color of active grid themable
- avoided nasty font pixelation effects with theme iceblue
- Display of channel groups
- Buttons green / yellow can be configured to jump to prev / next channel
group
- Added setup option to hide last channel group
- Display of Main Menu Entry configurable
- Eliminated setup option "Number of channels to jump", directly jump
number of channel columns / rows with green / yellow
- Added setup option to switch functionality of keys "Blue" and "OK"
- Setup option to hide schedules time display in horizontal EPG grids
2013-07-09 00:17:42 +02:00
2013-07-08: Version 0.0.6
2013-07-23 20:06:57 +02:00
- added frame around scaled video picture
- added theme "keep it simple" (thanks @saman)
- display of additional EPG pictures in detailed epg view
2013-07-09 00:17:42 +02:00
- Introduction of "Search & Recording" Menu
- added possibility to replace original VDR schedules menu
2013-07-15 17:27:55 +02:00
- changed channel jump logic
- red button also available in detail view
- page scrolling with keys left and right in detail view
- added possibility to choose folder for instant recording, possible
folders are read from VDRs folders list
- recording folder also choosable for series timers
- blue button also available in detail view
- color buttons displayed as configured in VDR
2013-07-20 13:46:26 +02:00
- Added Setup Option to define if tvguide closes after channel switching
- Added remotetimers support (thanks @Saman for providing a patch)
2013-07-23 19:47:40 +02:00
- Pimped timeline
2013-07-23 20:06:57 +02:00
2013-07-23: Version 1.0.0
2013-08-25 13:57:10 +02:00
- added tvscraper support
2013-12-07 15:51:50 +01:00
Version 1.1.0
- changed build system
2013-12-21 11:25:03 +01:00
- introduced image caching
- introduced new "graphical" style
- added new graphical default theme and theme darkred NG corresponding
to nOpacity themes
- using automatically configured nOpacity theme if available
- adapted startup options to nOpacity startup options:
-e epgimages directory
-i icons directory
-l logo directory
- changed detailed epg view using full screen, some further optimisations