diff options
-rw-r--r-- | HISTORY | 6 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README.git | 16 | ||||
-rw-r--r-- | bitmap.c | 2 | ||||
-rw-r--r-- | bitmap.h | 2 | ||||
-rw-r--r-- | ffont.c | 2 | ||||
-rw-r--r-- | ffont.h | 2 | ||||
-rw-r--r-- | imon.c | 2 | ||||
-rw-r--r-- | imon.h | 2 | ||||
-rw-r--r-- | imonlcd.c | 4 | ||||
-rw-r--r-- | po/de_DE.po | 4 | ||||
-rw-r--r-- | po/it_IT.po | 2 | ||||
-rw-r--r-- | setup.c | 2 | ||||
-rw-r--r-- | setup.h | 2 | ||||
-rw-r--r-- | status.c | 2 | ||||
-rw-r--r-- | status.h | 2 | ||||
-rw-r--r-- | watch.c | 2 | ||||
-rw-r--r-- | watch.h | 2 |
18 files changed, 32 insertions, 26 deletions
@@ -1,6 +1,12 @@ VDR Plugin 'imonlcd' Revision History ------------------------------------- +2012-06-30 Version 1.0.0 +- Update plugin interface for vdr 1.7.26 +- Wrong time on playback of HD recordings (Bug #517) +- Ignore empty subtitle on replay (Feature #484) +- Avoid hidden ‘ciMonFont::DrawText’ [-Werror=overloaded-virtual] (Bug #1034) + 2010-11-03 Version 0.0.5 - blank the device by svdrp command 'off' - Allow turn display off at night (Feature #175) @@ -1,7 +1,7 @@ # # Makefile for iMON LCD plugin to VDR (C++) # -# (C) 2009 Andreas Brachold <vdr07 AT deltab de> +# (C) 2009-2012 Andreas Brachold <vdr07 AT deltab de> # # This iMON LCD plugin is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published @@ -12,21 +12,21 @@ set date in HISTORY git commit git status # must be clean -git tag -a -m'new release' '0.0.5' +git tag -a -m'new release' '1.0.0' git push --tags cd cd tmp -rm -rf imonlcd-0.0.5 -git clone git://projects.vdr-developer.org/vdr-plugin-imonlcd.git imonlcd-0.0.5 -cd imonlcd-0.0.5 -git checkout 0.0.5 +rm -rf imonlcd-1.0.0 +git clone git://projects.vdr-developer.org/vdr-plugin-imonlcd.git imonlcd-1.0.0 +cd imonlcd-1.0.0 +git checkout 1.0.0 rm -rf .git* cd .. -tar cfz vdr-imonlcd-0.0.5.tgz imonlcd-0.0.5 +tar cfz vdr-imonlcd-1.0.0.tgz imonlcd-1.0.0 -in the project configuration, add new version 0.0.5 -upload vdr-imonlcd-0.0.5.tgz +in the project configuration, add new version 1.0.0 +upload vdr-imonlcd-1.0.0.tgz announce new version at vdr@linuxtv.org @@ -1,7 +1,7 @@ /* * iMON LCD plugin for VDR (C++) * - * (C) 2009 Andreas Brachold <vdr07 AT deltab de> + * (C) 2009-2012 Andreas Brachold <vdr07 AT deltab de> * * This iMON LCD plugin is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as published @@ -1,7 +1,7 @@ /* * iMON LCD plugin for VDR (C++) * - * (C) 2009 Andreas Brachold <vdr07 AT deltab de> + * (C) 2009-2012 Andreas Brachold <vdr07 AT deltab de> * * This iMON LCD plugin is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as published @@ -1,7 +1,7 @@ /* * iMON LCD plugin for VDR (C++) * - * (C) 2009 Andreas Brachold <vdr07 AT deltab de> + * (C) 2009-2012 Andreas Brachold <vdr07 AT deltab de> * Glyph handling based on <vdr/font.c> * * This iMON LCD plugin is free software: you can redistribute it and/or @@ -1,7 +1,7 @@ /* * iMON LCD plugin for VDR (C++) * - * (C) 2009 Andreas Brachold <vdr07 AT deltab de> + * (C) 2009-2012 Andreas Brachold <vdr07 AT deltab de> * Glyph handling based on <vdr/font.c> * * This iMON LCD plugin is free software: you can redistribute it and/or @@ -1,7 +1,7 @@ /* * iMON LCD plugin for VDR (C++) * - * (C) 2009 Andreas Brachold <vdr07 AT deltab de> + * (C) 2009-2012 Andreas Brachold <vdr07 AT deltab de> * Based on lcdproc Driver for SoundGraph iMON OEM LCD Modules * Copyright (c) 2004, Venky Raju <dev (at) venky (dot) ws> * 2007, Dean Harding <dean (at) codeka dotcom> @@ -1,7 +1,7 @@ /* * iMON LCD plugin for VDR (C++) * - * (C) 2009-2010 Andreas Brachold <vdr07 AT deltab de> + * (C) 2009-2012 Andreas Brachold <vdr07 AT deltab de> * * This iMON LCD plugin is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as published @@ -1,7 +1,7 @@ /* * iMON LCD plugin for VDR (C++) * - * (C) 2009-2010 Andreas Brachold <vdr07 AT deltab de> + * (C) 2009-2012 Andreas Brachold <vdr07 AT deltab de> * * This iMON LCD plugin is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as published @@ -20,7 +20,7 @@ #include "status.h" #include "setup.h" -static const char *VERSION = "0.0.5"; +static const char *VERSION = "1.0.0"; static const char *DEFAULT_LCDDEVICE = "/dev/lcd0"; diff --git a/po/de_DE.po b/po/de_DE.po index 8a692f4..f7e44e6 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -2,10 +2,10 @@ # Copyright (C) Andreas Brachold <vdr07 AT deltab de> # This file is distributed under the same license as the PACKAGE package. # -# Andreas Brachold <vdr07 AT deltab de> 2009, 2010. +# Andreas Brachold <vdr07 AT deltab de> 2009, 2012. msgid "" msgstr "" -"Project-Id-Version: vdr-imonlcd-plugin 0.0.3\n" +"Project-Id-Version: vdr-imonlcd-plugin 1.0.0\n" "Report-Msgid-Bugs-To: <see README>\n" "POT-Creation-Date: 2010-11-19 19:23+0100\n" "PO-Revision-Date: 2010-04-18 18:21+0200\n" diff --git a/po/it_IT.po b/po/it_IT.po index 20f55c4..dfdd0b5 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-imonlcd-plugin 0.0.1\n" +"Project-Id-Version: vdr-imonlcd-plugin 1.0.0\n" "Report-Msgid-Bugs-To: <see README>\n" "POT-Creation-Date: 2010-11-19 19:23+0100\n" "PO-Revision-Date: 2010-08-09 20:18+0100\n" @@ -1,7 +1,7 @@ /* * iMON LCD plugin for VDR (C++) * - * (C) 2009 Andreas Brachold <vdr07 AT deltab de> + * (C) 2009-2012 Andreas Brachold <vdr07 AT deltab de> * * This iMON LCD plugin is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as published @@ -1,7 +1,7 @@ /* * iMON LCD plugin for VDR (C++) * - * (C) 2009 Andreas Brachold <vdr07 AT deltab de> + * (C) 2009-2012 Andreas Brachold <vdr07 AT deltab de> * * This iMON LCD plugin is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as published @@ -1,7 +1,7 @@ /* * iMON LCD plugin for VDR (C++) * - * (C) 2009 Andreas Brachold <vdr07 AT deltab de> + * (C) 2009-2012 Andreas Brachold <vdr07 AT deltab de> * * This iMON LCD plugin is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as published @@ -1,7 +1,7 @@ /* * iMON LCD plugin for VDR (C++) * - * (C) 2009 Andreas Brachold <vdr07 AT deltab de> + * (C) 2009-2012 Andreas Brachold <vdr07 AT deltab de> * * This iMON LCD plugin is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as published @@ -1,7 +1,7 @@ /* * iMON LCD plugin for VDR (C++) * - * (C) 2009-2010 Andreas Brachold <vdr07 AT deltab de> + * (C) 2009-2012 Andreas Brachold <vdr07 AT deltab de> * * This iMON LCD plugin is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as published @@ -1,7 +1,7 @@ /* * iMON LCD plugin for VDR (C++) * - * (C) 2009 Andreas Brachold <vdr07 AT deltab de> + * (C) 2009-2012 Andreas Brachold <vdr07 AT deltab de> * * This iMON LCD plugin is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as published |