diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2008-03-09 09:39:06 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2008-03-09 09:39:06 +0100 |
commit | 7b34d920b0043281d7877d1e0ece8642d27f212d (patch) | |
tree | c3fb775627f5889beca307e407fcb95b4e6b7342 /README | |
parent | 40650ddcf7b4142790b786e50f315dade90e8678 (diff) | |
download | vdr-plugin-skinenigmang-0.0.6.tar.gz vdr-plugin-skinenigmang-0.0.6.tar.bz2 |
2008-03-09: Version 0.0.6v0.0.6
- Added scrollbar in menu lists when compiled with VDR >= v1.5.15.
- Fixed: VDR didn't responde anymore if the font used for lists was too small (<11px) and the marker in front of the active list item has been turned on.
- Added workaround to fix chrashes (hopefully) for VDR 1.4.x and patched fonts.
- Updated French translation (Submitted by Patrice Staudt).
- Updated Dutch translation (Submitted by Johan Schuring).
- Updated Spanish translation (Submitted by Bittor Corl).
- Updated Finnish translation (Submitted by Rolf Ahrenberg).
- Fixed crash in EPG details when using epgsearch if channel isn't found.
- Updated Italian translation (Provided by Gringo).
- Fix TrueTypeFonts support when compiled with VDR >= v1.5.4.
- Use WeekDayNameFull() in VDR >= v1.5.5.
- Use "Full Title Width" setting also for Tracks and Replay OSD.
- Optionally scroll current event's title and subtitle in channel info.
- New setup option "Show status symbols" (Suggested by chrisz @vdr-portal.de).
- Moved to the new i18n system introduced in VDR 1.5.7; fully backwards compatible due to Udo Richter's po2i18n.pl.
- Optionally show current WSS mode as symbol (if Avards is running).
- Draw "Dolby Digital" and "MONO" indicator in language flags.
- Hide inactive status symbols.
- Removed date from OSDs: tracks, volume
- Added status symbols in replay OSD.
- Draw line right to logos in Tracks and Replay OSD as it's done in other OSDs too.
- Added channel info OSD for "Info on channel switch = no" VDR option (Reported by Pat @vdr-portal.de).
- Removed compile time dependencies to plugin services.
- Renamed SKINENIGMA_HAVE_EPGSEARCH define to SKINENIGMA_USE_PLUGIN_EPGSEARCH.
- Disable i18n support for VDR >= v1.5.7.
- Added Turkish to translation array (for VDR >= v1.5.2).
- Use group name for logos even if channel logos are searched for by channel id.
- Fixed problems when compiling with VDR v1.5.7+ (Reported by Matthias Fechner).
- Fixed problems with certain images (Submitted by pinky666 @vdr-portal.de).
- Fixed crash if using display of repeatings in EPG details and reelchannelscan plugin is loaded.
- New setup option for location of messages in menu OSD.
Diffstat (limited to 'README')
-rw-r--r-- | README | 46 |
1 files changed, 37 insertions, 9 deletions
@@ -29,11 +29,17 @@ Compile time configuration There are some configuration items you need to set before running "make plugins" in "Make.config": -SKINENIGMA_HAVE_EPGSEARCH = 1 +SKINENIGMA_USE_PLUGIN_EPGSEARCH = 1 If you are using the epgsearch plugin and want to see the number of timer conflicts in the main menu's info area. -NOTE: This requires the sources of the epgsearch Plugin beside the -EnigmaNG sources! + +SKINENIGMA_USE_PLUGIN_AVARDS = 1 +Include code to support the Avards plugin: + - Dynamic OSD size depending on current WSS mode. + - Display current WSS mode in channel info and replay OSDs. + +SKINENIGMA_USE_PLUGIN_MAILBOX = 1 +If you use the mailbox plugin this will include support for it. SKINENIGMA_NO_MENULOGO = 1 This turns usage of logos in the main menu complete. This might also @@ -43,11 +49,6 @@ HAVE_IMAGEMAGICK = 1 If you have installed ImageMagick and want to use images in event's and recording's details. -SKINENIGMA_USE_PLUGIN_MAILBOX = 1 -If you use the mailbox plugin this will include support for it. -NOTE: this can also be defined if you don't know if the mailbox -plugin will be used because it has no compile time requirements. - SKINENIGMA_DISABLE_ANIMATED_TEXT = 1 Disable any code that is used for scrolling or blinking text. NOTE: this is only useful if you want to save some bytes because you @@ -56,6 +57,7 @@ can disable them in the setup too. SKINENIGMA_FONTS = Set the descriptions for fonts you've patched in VDR. These fonts then can be selected in EnigmaNG setup. +NOTE: This is NOT the path to your TrueType fonts!!! HAVE_FREETYPE = 1 If you have installed FreeType2 and want to use TrueTypeFonts. @@ -140,7 +142,7 @@ Setup Options - Show info area in main menu This info area is shown in the main menu and it will show the current/next - timers and the number of timer conflicts (if SKINENIGMA_HAVE_EPGSEARCH has + timers and the number of timer conflicts (if SKINENIGMA_USE_PLUGIN_EPGSEACH has been defined). - Show auxiliary information (top/bottom) @@ -181,6 +183,18 @@ Setup Options This replaces progressbars shown with pipes (e.g. [|| ]) by a graphical progressbar. +- Dynamic OSD size + Get OSD size from Avards or VDR >= v1.5.4. + NOTE: This requires EnigmaNG compiled with SKINENIGMA_USE_PLUGIN_AVARDS = 1 + and a running Avards plugin. + +- Show messages in menu on (Last line/Help buttons/Free last line) + Last line - Messages will hide the last line in the menu OSD. + Help buttons - Messages will hide the help buttons in menu OSD. + Free last line - The same as "Last line" but now the available list items + is reduced by one. + + * Logos & Symbols - Show symbols @@ -200,10 +214,18 @@ Setup Options - Show marker in lists If enabled a small circle is drawn in front of the selected item in lists. +- Show status symbols + Display the status symbols in channel info and recording's progress info. + - Show flags If enabled graphical flags are drawn for the audio channel languages if the requested flag file exists. Else language's abbreviation is drawn. +- Show WSS mode symbols + Show symbols instead of text for the current WSS mode. + NOTE: This requires EnigmaNG compiled with SKINENIGMA_USE_PLUGIN_AVARDS = 1 + and a running Avards plugin. + - Show mail icon (never/only if new mail present/always) (NOTE: only visible if mailbox plugin support is compiled in and plugin is loaded!) Enables mail icon in channel info. @@ -385,4 +407,10 @@ Credits - Morone @vdr-portal.de for MoBuntu theme. http://www.vdr-portal.de/board/thread.php?postid=619867#post619867 + +- The translation team: + See i18n-template.c. + +- Udo Richter (udo_richter @gmx.de) for po2i18n.pl. + http://www.udo-richter.de/vdr/scripts.en.html#po2i18n // vim:et:sw=2:ts=2: |