summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-06Updated README.deThomas Günther
2009-09-03Added documentation of new attributes introduced by chr13-optimizations ↵Thomas Günther
(references #142)
2009-09-03Added documentation of new tokens introduced by brougs78-extensions ↵Thomas Günther
(references #142)
2009-09-03Updated documentation to the state of plugin version 1.2 (references #142)Thomas Günther
synchronized with http://www.linuxtv.org/vdrwiki/index.php/Text2skin-skin_reference
2009-09-03Fixed spelling of refresh attribute: "allways" -> "always"Thomas Günther
2009-08-22Fixed segmentation fault with token ChannelSource (closes #159 - thanks to ↵Thomas Günther
a.g.prosat at tochka.ru for reporting this)
2009-08-21Fixed width and height of the selected parts of the replay progress bar ↵Thomas Günther
(closes #158) The selected parts of the replay progress bar don't reach the marks. Width and height of the selected parts has to be increased by 1 pixel to be fully compatible with the replay progress bar of the standard skins.
2009-08-05Update last updated date.Ville Skyttä
2009-08-05Fix URLs.Ville Skyttä
2009-07-28Add example skin Makefile by Thomas Günther.Ville Skyttä
2009-07-24Fixed: Text scroller is not UTF-8 aware (closes #146)Thomas Günther
2009-07-22Added ReplayMode "audiocd" (thanks to Björn Sturzrehm - closes #138)Thomas Günther
2009-07-19Fixed resetting of replay information (closes #156)Thomas Günther
2009-07-17Updated Italian language texts (thanks to Diego Pierotto / closes #153)Thomas Günther
2009-07-17Adapted to new recording format and variable frame rate (VDR >= 1.7.3)Thomas Günther
2009-07-17Draw replay progress bar symmetricallyThomas Günther
2009-07-14Ensure only one image library is used.Ville Skyttä
2009-07-13Add support for building with GraphicsMagick.Ville Skyttä
2009-07-13Ignore *.gmo.Ville Skyttä
2009-07-13Interface/preprocessor directive cleanups.Ville Skyttä
2009-07-13Replace asprintf by cString::sprintf in font loading.Ville Skyttä
2009-07-13Compile internal image quantizing code only in Imlib2 builds.Ville Skyttä
2009-07-13Update syntax in font load error message.Ville Skyttä
2009-07-13Replace internal freetype font handling with VDR's font facilities.Ville Skyttä
Skins that use fonts other than VDR's standard "Osd", "Fix", and "Sml" need to be adapted to use font names as understood by VDR's CreateFont() (Family:Style as of writing this) instead of filenames in their font attributes' names, to use '@' instead of ':' as the separator before sizes, and have fonts shipped with the skin installed and configured in fontconfig. Typically, install font files (if necessary) to a dir somewhere, run fc-cache(1) on the dir, replace for example font="SomeFont.ttf:22,85" with font="Some Font@22,85" or font="SomeFontBold.ttf:22,85" with font="Some Font:Bold@22,85" in the *.skin file. Also, in case the shipped fonts are derivatives of some existing ones, they may need to be properly renamed to something so they will be used instead of the original if it happens to be installed. (closes #36)
2009-07-12Yet another tiny Finnish translation update.Ville Skyttä
2009-07-11Removed useless code in loader.cThomas Günther
2009-07-10Replaced asprintf with cString::sprintf in GetFrontend*()Thomas Günther
2009-07-10Fixed crash with FrontendHasLock and FrontendHasSignal (closes #147 -Thomas Günther
thanks to a.g.prosat at tochka.ru for reporting this)
2009-07-10Finnish translation improvements.Ville Skyttä
2009-07-09Use pkg-config for finding FreeType and Imlib2.Ville Skyttä
2009-07-09Spelling fixes.Ville Skyttä
2009-07-08Ignore *.mo.Ville Skyttä
2009-07-08Convert to UTF-8.Ville Skyttä
2009-07-08Partial Finnish translation update.Ville Skyttä
2009-06-21Fixed compile error if ImageMagick has double as Quantum type (closes #140)Thomas Günther
2009-06-21Removed backward compatibility to VDR < 1.6.0 (closes #137)Thomas Günther
2009-06-15Allow overriding 'strip' executable to use in debug builds.Ville Skyttä
2009-06-07Updated gettext language filesThomas Günther
2009-06-07Updated FSF address in the license informationThomas Günther
2009-06-07Corrected implementation of ReplayLanguageCodeThomas Günther
2009-06-07Added translators infoThomas Günther
2009-06-06Removed unnecessary yes/no texts from cMenuEditBoolItem callsThomas Günther
2009-06-06Corrected text in setup menu (timer-conflicts are now checked with epgsearch)Thomas Günther
2009-06-06Added chr13-optimizations (thanks to Christian Tusche / closes #39)Christian Tusche
- increased efficiency in drawing list items in the main menu - introduce relative Pos and Size of objects to given BasePos, BaseSize (used to draw list items) - increase skin file version to 1.1 - the position of list items is interpreted relative to the "list" container when file version >= 1.1 - when a position is specified for "block" elements, the position of all contained elements is interpreted relative to the container position - selective update of changed objects refresh can be controlled for individual objects by the attributes "refresh" and "changed" default behaviour is to redraw everything (compatible with old skins) - moved state tracking of marquee, blink, scroll from cText2SkinRender to cxObject - fixed use of Update.Lock() in render.h - new: dynamic width/height of objects - new: Option "bgColor" used for items "Text", "Marquee", and "Blink". - remember period to next timeout when doing a non-timeout refresh prevent occasional start/stop of marquee-text
2009-06-06Added brougs78-extensions (thanks to Andreas Brugger / references #39)Andreas Brugger
- added tokens for the next 3 timers: CurrentEventsTitle[123], CurrentEventsStartDateTime[123], CurrentEventsStopDateTime[123], CurrentEventsChannelNumber[123], CurrentEventsChannelName[123], CurrentEventsIsRecording[123] - added audio- and video-tokens: PresentLanguageCode, PresentLanguageDescription, PresentVideoAR and implemented the missing code for the Language-token - added tokens for replay: ReplayName, ReplayDateTime, ReplayShortText, ReplayDescription, ReplayLanguageCode, ReplayLanguageDescription, ReplayVideoAR - additional recording-tokens: RecordingVideoAR, RecordingSize - added a reset for scrolling text (configurable) - added recording-tokens: RecordingLength, RecordingCuttedLength - added tokens: OsdWidth, OsdHeight - switched the search-order for the fonts to priorise the skin-folder (this avoids error-messages in the log) - added the possibility to have a scrollbar in every menu - not fully implemented yet (to position in menu-lists is not necessarily correct, if there are more items with the same osd-text) - added a configuration option for showing the scrollbar in the menus - added token TimerConflicts using the service interface of the epgsearch plugin "Epgsearch-lastconflictinfo-v1.0" - added a test-feature to search for reruns of a program and add the information to the extended epg-info (trigger DEVELOPMENT_FEATURES). This uses a service interface of the epgsearch plugin "Epgsearch-searchresults-v1.0" - the extended epg-info and the recording-info are extended by AUX-Infos (configurable) there is also an option to strip known tags - the tab-widths are scaled for taking into account that different TT-Fonts have a different width than the default font from VDR - added tokens for signal-info: FrontendSTR, FrontendSNR, FrontendHasLock, FrontendHasSignal - added token PresentEventID for EPG-images - added tokens for recordings: RecordingFilename, RecordingPriority, RecordingLifetime - set EditableWidth. This is important for plugins like 'rotor' or 'extrecmenu'
2009-06-042007-07-29: Version 1.1-cvs_ext-0.11 (text2skin-1.1-cvs_ext-0.11.diff)chr13-optimizationsChristian Tusche
- moved state tracking of marquee, blink, scroll from cText2SkinRender to cxObject - fixed compatibility with gcc-4 and vdr-1.5.x - fixed use of Update.Lock() in render.h - new: dynamic width/height of objects - new: Option "bgColor" used for items "Text", "Marquee", and "Blink". - remember period to next timeout when doing a non-timeout refresh prevent occasional start/stop of marquee-text
2009-06-042007-05-06: Version 1.1-cvs_ext-0.10c (text2skin-1.1-cvs_ext-0.10c.diff)Christian Tusche
- selective update of changed objects refresh can be controlled for individual objects by the attributes "refresh" and "changed" default behaviour is to redraw everything (compatible with old skins)
2009-06-042007-05-06: Version 1.1-cvs_ext-0.10b (text2skin-1.1-cvs_ext-0.10b.diff)Christian Tusche
- increase skin file version to 1.1 - the position of list items is interpreted relative to the "list" container when file version >= 1.1 - when a position is specified for "block" elements, the position of all contained elements is interpreted relative to the container position
2009-06-042007-05-06: Version 1.1-cvs_ext-0.10a (text2skin-1.1-cvs_ext-0.10a.diff)Christian Tusche
- increased efficiency in drawing list items in the main menu - introduce relative Pos and Size of objects to given BasePos, BaseSize (used to draw list items)
2009-06-03Added Italian language texts (thanks to Diego Pierotto / closes #134)Diego Pierotto