diff options
-rw-r--r-- | COPYING | 1 | ||||
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | bitmap.c | 1 | ||||
-rw-r--r-- | bitmap.h | 1 | ||||
-rw-r--r-- | ffont.c | 1 | ||||
-rw-r--r-- | ffont.h | 1 | ||||
-rw-r--r-- | imon.c | 1 | ||||
-rw-r--r-- | imon.h | 1 | ||||
-rw-r--r-- | imonlcd.c | 1 | ||||
-rw-r--r-- | po/de_DE.po | 1 | ||||
-rw-r--r-- | setup.c | 1 | ||||
-rw-r--r-- | setup.h | 1 | ||||
-rw-r--r-- | status.c | 1 | ||||
-rw-r--r-- | status.h | 1 | ||||
-rw-r--r-- | watch.c | 1 |
17 files changed, 17 insertions, 0 deletions
@@ -338,3 +338,4 @@ proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. + @@ -4,3 +4,4 @@ VDR Plugin 'imonlcd' Revision History 2009-05-19: Version 0.0.1 - Initial revision. + @@ -114,3 +114,4 @@ dist: clean clean: @-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ $(PODIR)/*.mo $(PODIR)/*.pot + @@ -101,3 +101,4 @@ Possible options are: vdr -P'imonlcd' vdr -P'imonlcd -d /dev/lcd0 -p ffdc' + @@ -96,3 +96,4 @@ bool ciMonBitmap::SetPixel(int x, int y) bitmap[n] |= c; return true; } + @@ -35,3 +35,4 @@ public: #endif + @@ -220,3 +220,4 @@ int ciMonFont::DrawText(ciMonBitmap *Bitmap, int x, int y, const char *s, int Wi return -1; } + @@ -77,3 +77,4 @@ public: #endif + @@ -638,3 +638,4 @@ bool ciMonLCD::SetFont(const char *szFont) { } return false; } + @@ -134,3 +134,4 @@ public: #endif + @@ -222,3 +222,4 @@ cString cPluginImonlcd::SVDRPCommand(const char *Command, const char *Option, in } VDRPLUGINCREATOR(cPluginImonlcd); // Don't touch this! + diff --git a/po/de_DE.po b/po/de_DE.po index 9cc629f..7dc1937 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -50,3 +50,4 @@ msgstr "Ende Modus" msgid "Unknown title" msgstr "Unbekannter Titel" + @@ -206,3 +206,4 @@ eOSState ciMonMenuSetup::ProcessKey(eKeys nKey) return cMenuSetupPage::ProcessKey(nKey); } + @@ -54,3 +54,4 @@ public: extern cIMonSetup theSetup; #endif //__IMON_SETUP_H___ + @@ -126,3 +126,4 @@ void ciMonStatusMonitor::OsdProgramme(time_t PresentTime, const char *PresentTit dsyslog("%5s %s", "", FollowingSubtitle); #endif } + @@ -36,3 +36,4 @@ class ciMonStatusMonitor : public cStatus { }; #endif + @@ -682,3 +682,4 @@ bool ciMonWatch::SetFont(const char *szFont) { return false; } + |