diff options
-rw-r--r-- | HISTORY | 11 | ||||
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | po/de_DE.po | 6 | ||||
-rw-r--r-- | tvguide.c | 2 |
4 files changed, 18 insertions, 4 deletions
@@ -147,3 +147,14 @@ Version 1.2.3 - Show inactive timer in EPG grid - Center channel logos in EPG - Clock in timeline if displaymode horizontal + +Version 1.2.4 + +- Add Support for new SVDRPPeering +- Add italian translation +- Use graphicsmagick instead of imagemagick +- Correct a switchtimer error +- Add "switchMinsBefore" to setup menu +- Eliminate some warnings +- Center channel logos in favorite view +- Update "services/epgsearch.h" @@ -69,7 +69,8 @@ all: $(SOFILE) i18n ### Implicit rules: %.o: %.c - $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) -o $@ $< + @echo CC $@ + $(Q)$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) -o $@ $< ### Dependencies: diff --git a/po/de_DE.po b/po/de_DE.po index d2e7cdf..d74911a 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: vdr-tvguide 0.0.1\n" "Report-Msgid-Bugs-To: <see README>\n" -"POT-Creation-Date: 2014-05-10 17:24+0200\n" +"POT-Creation-Date: 2019-03-23 16:23+0100\n" "PO-Revision-Date: 2012-08-25 17:49+0200\n" "Last-Translator: Horst\n" "Language-Team: \n" @@ -807,6 +807,9 @@ msgstr "Benutzerdef. Zeit 4 in Favoriten benutzen" msgid "Limit channels in favorites" msgstr "Kanäle in Favoriten beschränken" +msgid "Minutes a switchtimer switches before start of a show" +msgstr "Umschalten (x)min vor Start der Sendung" + msgid "Create Log Messages for image loading" msgstr "Log Nachrichten für das Laden der Bilder erzeugen" @@ -938,4 +941,3 @@ msgstr "TheMovieDB Popularität" msgid "TheMovieDB Vote Average" msgstr "TheMovieDB durchschnittliche Bewertung" - @@ -26,7 +26,7 @@ #error "VDR-2.0.0 API version or greater is required!" #endif -static const char *VERSION = "1.2.3"; +static const char *VERSION = "1.2.4"; static const char *DESCRIPTION = "A fancy 2d EPG Viewer"; static const char *MAINMENUENTRY = "Tvguide"; |