summaryrefslogtreecommitdiff
path: root/status.c
AgeCommit message (Collapse)Author
2009-05-16Locales for text2skin plug-in (VDR >= 1.5.7, skins + locale patch).Thomas Günther
Patch from http://toms-cafe.de/vdr/download/text2skin-1.1-cvs-locale.diff The skins have to be patched, too. The patches for DeepBlue, Enigma and enElchi are ready for download from http://toms-cafe.de/vdr/download/. To patch other skins the Makefile from these patches could be used without any changes, missing translation entries should be added to the *.skin file (e.g. as comments <!-- trans('Volume') -->)
2009-05-16Revert "Make compatible with VDR >= 1.5.7."Thomas Günther
This reverts commit 5a745217debc3e82d153c7cb2325a15686a97eee.
2009-01-03Make compatible with VDR >= 1.5.7.Stone
2006-03-17- adopted to newer vdrlordjaxom
2005-06-03- protected access to recordings list with a mutexlordjaxom
2005-01-31- hopefully fixed flushing orderlordjaxom
2005-01-25- fixed segfault happening when deleting a running timer when ↵lordjaxom
{CurrentRecording} is used in the same display
2005-01-15- fixed last language initializationlordjaxom
2005-01-11- implemented ReplayShuffle and ReplayLoop itemslordjaxom
- moved OsdClear() for cosmetic reasons
2005-01-07- consequent use of cxType for strings and numberslordjaxom
2005-01-02*** empty log message ***lordjaxom
2004-12-21- finished {CurrentRecording}lordjaxom
- improved marquee - added some missing checks
2004-12-21- dunnolordjaxom
2004-12-19Initial revisionlordjaxom
2004-12-081.0-pre1v1.0-pre1lordjaxom
2004-06-13- added parameter alpha for imagesv0.0.4lordjaxom
- added ReplayMode as Logo to display a replaylogo (normal, vcd, mp3, dvd, ...) - added some german and finnish (thx to Rolf Ahrenberg) translations - fixed VPSTime which was displayed although is was equal to the StartTime - fixed MenuItems which displayed non-Text items periodically - fixed calculation of the editable width in the main menu - fixed animation delay (specified in 1/100th, used 1/1000th) - flushing cache when entering a new display (now the cache basically holds all items necessary in one display) - removed "flush image cache" from setup menu - added "max. cache size" to setup menu