mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Version 1.2.4
This commit is contained in:
parent
d5ecea55a6
commit
4474b5f5b5
11
HISTORY
11
HISTORY
@ -147,3 +147,14 @@ Version 1.2.3
|
|||||||
- Show inactive timer in EPG grid
|
- Show inactive timer in EPG grid
|
||||||
- Center channel logos in EPG
|
- Center channel logos in EPG
|
||||||
- Clock in timeline if displaymode horizontal
|
- 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"
|
||||||
|
3
Makefile
3
Makefile
@ -69,7 +69,8 @@ all: $(SOFILE) i18n
|
|||||||
### Implicit rules:
|
### Implicit rules:
|
||||||
|
|
||||||
%.o: %.c
|
%.o: %.c
|
||||||
$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) -o $@ $<
|
@echo CC $@
|
||||||
|
$(Q)$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) -o $@ $<
|
||||||
|
|
||||||
### Dependencies:
|
### Dependencies:
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: vdr-tvguide 0.0.1\n"
|
"Project-Id-Version: vdr-tvguide 0.0.1\n"
|
||||||
"Report-Msgid-Bugs-To: <see README>\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"
|
"PO-Revision-Date: 2012-08-25 17:49+0200\n"
|
||||||
"Last-Translator: Horst\n"
|
"Last-Translator: Horst\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@ -807,6 +807,9 @@ msgstr "Benutzerdef. Zeit 4 in Favoriten benutzen"
|
|||||||
msgid "Limit channels in favorites"
|
msgid "Limit channels in favorites"
|
||||||
msgstr "Kanäle in Favoriten beschränken"
|
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"
|
msgid "Create Log Messages for image loading"
|
||||||
msgstr "Log Nachrichten für das Laden der Bilder erzeugen"
|
msgstr "Log Nachrichten für das Laden der Bilder erzeugen"
|
||||||
|
|
||||||
@ -938,4 +941,3 @@ msgstr "TheMovieDB Popularität"
|
|||||||
|
|
||||||
msgid "TheMovieDB Vote Average"
|
msgid "TheMovieDB Vote Average"
|
||||||
msgstr "TheMovieDB durchschnittliche Bewertung"
|
msgstr "TheMovieDB durchschnittliche Bewertung"
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#error "VDR-2.0.0 API version or greater is required!"
|
#error "VDR-2.0.0 API version or greater is required!"
|
||||||
#endif
|
#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 *DESCRIPTION = "A fancy 2d EPG Viewer";
|
||||||
static const char *MAINMENUENTRY = "Tvguide";
|
static const char *MAINMENUENTRY = "Tvguide";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user