summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-04update historyPeter Bieringer
2021-02-04add support for new feature: IsRecording1/2/3 and Recording1/2/3Peter Bieringer
2021-02-04add support for 3 dedicated recording lines and symbols: IsRecording1/2/3 ↵Peter Bieringer
and Recording1/2/3
2021-02-04fix Wformat-truncationPeter Bieringer
2021-02-04fix Wliteral-suffixPeter Bieringer
2021-02-04fix log levelsPeter Bieringer
2021-01-28Version 1.0.31.0.3Manuel Reimer
2021-01-28Version 1.0.3Manuel Reimer
2021-01-28Merge pull request #4 from pbiering/add-reelbox-skinManuel Reimer
- Import reviewed 'ReelBox' frontpanel skin
2021-01-28Merge pull request #3 from pbiering/fix-channel-delete-deadlockManuel Reimer
fix deadlock in case of deleting a channel
2021-01-28- Import reviewed 'ReelBox' frontpanel skinPeter Bieringer
2021-01-24fix deadlock for vdr >= 2.4.4 (at least found here) in case of deleting a ↵Peter Bieringer
channel
2021-01-18Merge branch 'pbiering-FixSetupShowReplayLogo'Manuel Reimer
2021-01-18Merge branch 'FixSetupShowReplayLogo' of ↵Manuel Reimer
https://github.com/pbiering/vdr-plugin-graphlcd into pbiering-FixSetupShowReplayLogo
2021-01-17Fix name inconsistency between read and write of setup config value ↵Peter Bieringer
"ShowReplayLogo"
2020-08-19Version 1.0.21.0.2Manuel Reimer
2020-08-19Fix VDR version detection in MakefileManuel Reimer
Thanks to TomJoad@VDR-Portal
2018-11-10Version 1.0.11.0.1Manuel Reimer
2018-11-09Improved trim functionManuel Reimer
2018-04-08Version 1.0.01.0.0Manuel Reimer
2017-01-29adapted to vdr >= 2.3.1Lucian Muresan
2017-01-29using mutex in cGraphLCDDisplay::SetBrightnessLucian Muresan
2016-10-21Merge branch 'master' into touchcolAndreas Regel
2013-01-27ensure -fPIC for old vdr versions, minor enhancements for make docs / make ↵mrwastl
uninstall
2013-01-25Makefile: should now be compliant with 'new style make' and old vdr versions ↵mrwastl
(incl. 1.4.x)
2013-01-21disallow inclusion of Make.config when VDR >= 1.7.33mrwastl
2013-01-21consider that both VDRDIR and PLGCFG can be emptymrwastl
2013-01-10added plugincflags for evaluation from some vdr.pc versions (thanks mrwastl ↵Lucian Muresan
for spotting)
2013-01-09Makefile tuned to be more robust when building against older VDR, like 1.4.7Lucian Muresan
2013-01-07graphlcd Makefile for vdr >= 1.7.34Lucian Muresan
2012-10-27Inactivity brightness also in replay modemrwastl
2012-09-13plugin.c: vdr >= 1.7.30 API-change: ConfigDirectory() -> ↵mrwastl
ResourceDirectory(); init. patch contr. by Copperhead
2012-03-27external services: fixed a bug that has been introduced in a former update ↵mrwastl
and rendered some services unusable
2012-03-25removed unnecessary 'include i18n.h' which causes problems with vdr >= 1.7.27mrwastl
2012-03-11added support for >= VDR 1.7.26 (modified API)mrwastl
2012-03-11Improve accuracy of {MenuTextScroll} (req. for scrolling of multiline ↵mrwastl
{MenuText}). Still not perfect, but better than before ...
2011-11-08use logos from master branchmrwastl
2011-10-29new tokens: {ActualDevice}, {SignalStrength}, {SignalQuality}, ↵mrwastl
{SupportsSignalInfo}; adaptions for new parameter 'evaluate' (<variable/> in skin-support of graphlcd-base; added method cGraphLCDDisplay::GetSkin(); beauty fixes
2011-10-26improved syslog messages (more consistent)mrwastl
2011-10-15skinconfig.c: don't crash when replay.control is NULL; plugin.c: beauty fixmrwastl
2011-10-08changes for SVDRP-commands 'SET', 'UNSET', and 'GET'. 'SETEXP' removedmrwastl
2011-10-04fixed wrong recordinglength with vdr-1.7.x (thx to copperhead for pointing ↵mrwastl
out this one)
2011-10-03bug fixes in replaymrwastl
2011-10-01default.skin: small bug fix (audio channel)mrwastl
2011-10-01default.skin: added audio channel to audio track selectionmrwastl
2011-10-01support added for audio track selection / audio channel display (new tokens: ↵mrwastl
'AudioTrackItem', 'AudioTrackCurrent', 'IsAudioTrackCurrent', 'AudioChannel'); skins: support for new display section 'audio'; default.skin: bug fixes, enhancements
2011-09-29updated default skin, should be applicable to most displays and scale fairly ↵mrwastl
well for most screen sizes
2011-09-23fixed retrieval of configDir; fixed a typo in a help informationmrwastl
2011-09-22support up to 4 displays; cExtData now able to bind data to a certain ↵mrwastl
display; location of graphlcd.conf can be defined in Makefile
2011-09-17cExtData is now a singleton class, thus its content survives a ↵mrwastl
DISCONN/CONNECT of a display; trans() now works as expected; three new tokens: 'IsMenuList', 'MenuText', 'MenuTextScroll'; support added for ':clean' and ':rest' for tokens 'MenuTitle', 'MenuCurrent', and 'MenuText'