summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-032006-12-03: Version 1.1-cvs_ext-0.10 (vdr-text2skin-1.1-cvs_ext-0.10.diff)brougs78-extensionsAndreas Brugger
- set EditableWidth. This is important for plugins like 'rotor' or 'extrecmenu' - now setting the locale setting LC_TIME according to the language-selection in VDR
2009-06-032006-11-19: Version 1.1-cvs_ext-0.9a (vdr-text2skin-1.1-cvs_ext-0.9a.diff)Andreas Brugger
- added APIVERSION to the Makefile for vdr-1.3.47 - fixed possible buffer overflow in xml reading (updated to cvs-version of text2skin)
2009-06-032006-11-19: Version 1.1-cvs_ext-0.9 (vdr-text2skin-1.1-cvs_ext-0.9.diff)Andreas Brugger
- 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 timer-conflicts are now checked with epgsearch (service-interface "Epgsearch-lastconflictinfo-v1.0", as it works more reliable and is supported by the plugin author - 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 - changed token TimerConflict to TimerConflicts - added token PresentEventID for EPG-images - added tokens for recordings: RecordingFilename, RecordingPriority, RecordingLifetime - removed Text2skin.diff from the rotor-plugin
2009-06-032006-02-04: Version 1.1-cvs_ext-0.8 (vdr-text2skin-1.1-cvs_ext-0.8.diff)Andreas Brugger
- added a configuration option for showing the scrollbar in the menus and finished implementation
2009-06-032006-02-04: Version 1.1-cvs_ext-0.7 (vdr-text2skin-1.1-cvs_ext-0.7.diff)Andreas Brugger
- changed the routines to determine the next timers - 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)
2009-06-032006-01-10: Version 1.1-cvs_ext-0.6 (vdr-text2skin-1.1-cvs_ext-0.6.diff)Andreas Brugger
- updated to cvs-version of text2skin - since vdr-1.3.38 it is possible to exactly identify the replayed recording, so the replay-tokens work now - switched the search-order for the fonts to priorise the skin-folder (this avoids error-messages in the log)
2009-06-032006-01-07: Version 1.1-cvs_ext-0.5 (vdr-text2skin-1.1-cvs_ext-0.5.diff)Andreas Brugger
- modifications to compile with vdr-versions >= 1.3.18 - added tokens: OsdWidth, OsdHeight - activating the token ReplayVideoAR
2009-06-032005-12-18: Version 1.1-cvs_ext-0.4 (vdr-text2skin-1.1-cvs_ext-0.4.diff)Andreas Brugger
- modified the way, the current replayed recording is determined (status.c: cText2SkinStatus::Replaying) There remains a problem that recordings with the same name cannot be distinguished, so information optained from mReplay are not necessarily correct (all the ones added in vdr-text2skin-1.1-cvs_ext-0.2.diff)
2009-06-032005-12-11: Version 1.1-cvs_ext-0.3 (vdr-text2skin-1.1-cvs_ext-0.3.diff)Andreas Brugger
- added recording-tokens: RecordingLength, RecordingCuttedLength
2009-06-032005-11-19: Version 1.1-cvs_ext-0.2 (vdr-text2skin-1.1-cvs_ext-0.2.diff)Andreas Brugger
- removed the previously introduced tokens NextTimerName, NextTimerStart, NextTimerChannel, CurrentRecordingsCount and 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 (not activated yet) - additional recording-tokens: RecordingVideoAR, RecordingSize - added a reset for scrolling text (configurable) - included Text2skin.diff from the rotor-plugin
2009-06-032005-10-22: Version 1.1-cvs_ext-0.1 (vdr-text2skin-1.1-cvs_ext-0.1.diff)Andreas Brugger
- added several tokens: NextTimerName, NextTimerStart, NextTimerChannel, TimerConflict, CurrentRecordingsCount, using the service "CheckTimerConflict-v1.0" to check timer conflicts. A patch for the timeline-plugin is included in Enigma-0.4pre2 (timeline_CheckTimerConflictService-0.1.diff)
2006-09-04- typolordjaxom
2006-09-04- fixed possible buffer overflow in xml readinglordjaxom
2006-03-17- adopted to newer vdrlordjaxom
2006-03-17- removed a printflordjaxom
2005-12-17- added missing semicolon (oops)lordjaxom
2005-12-17- fixed displaying of partial channel numbers while changing channels (thanks tolordjaxom
Chris Warren)
2005-11-06- adopted to VDR >= 1.3.36lordjaxom
2005-09-20- fixed crash due to uninitialized pointer (thanks to Frank Enderle)lordjaxom
2005-06-05- patch for PresentRemaining by Björn (VDR-Portal)lordjaxom
2005-06-03- replaced loading in cBitmap::Available with a mere access/globlordjaxom
2005-06-03- protected access to recordings list with a mutexlordjaxom
2005-05-30- added tokens RecordingLanguageCode, RecordingLanguageDescriptionlordjaxom
2005-05-30- changed version numberlordjaxom
2005-05-30- added tokens for Recording Info Displaylordjaxom
(RecordingName, RecordingDateTime, RecordingTitle, RecordingShortText, RecordingDescription)
2005-05-30- fixed a race condition (thanks to Reinhard Nissl for pointing this out)lordjaxom
- updated finnish translations (thanks to Rolf Ahrenberg)
2005-02-06- updated to 1.0v1.0lordjaxom
2005-02-06- updatedlordjaxom
2005-01-31- hopefully fixed flushing orderlordjaxom
2005-01-31- moved Flush from abstract class to specialisationlordjaxom
2005-01-31- updated documentationlordjaxom
2005-01-31- removed unnecessary code and variableslordjaxom
2005-01-30- new version from Kennylordjaxom
2005-01-28- another compiler fixlordjaxom
2005-01-28- fixup of template handling, which is obviously too broken to work everywherelordjaxom
2005-01-27- fixed some issues when using buggy compilerslordjaxom
- implemented BENCH make option
2005-01-27- moved template specialisations to bitmap.h for buggy compilerslordjaxom
2005-01-27- implemented BENCH make optionlordjaxom
2005-01-27- implemented file globbing if filename contains '*'lordjaxom
2005-01-27- removed ImageMagick 8bpp checklordjaxom
2005-01-27- adapted for gcc 3lordjaxom
2005-01-26- replaced image cache with universal versionlordjaxom
- cache check now respects requested image's dimensions and alpha - consolidated duplicate code
2005-01-26- moved tBitmapSpec from cache.h to bitmap.hlordjaxom
- replaced image cache with universal version - cache check now respects requested image's dimensions and alpha - consolidated duplicate code
2005-01-26- everything has moved to the templated version in cache.hlordjaxom
2005-01-26- moved tBitmapSpec from cache.h to bitmap.hlordjaxom
- replaced image cache with templated generic cache class
2005-01-26- added tAudioTrack to audio tracks menulordjaxom
- removed unnecessary struct
2005-01-26- removed unnecessary structlordjaxom