mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
Version 0.1.5
This commit is contained in:
parent
96076489bb
commit
3a6dced6c1
3
HISTORY
3
HISTORY
@ -163,3 +163,6 @@ Version 0.1.4
|
||||
- added possibility for skinners to define a skin setup, skin setup can
|
||||
be done in plugin setup menu
|
||||
- made skin blackhole configurable, adapted xml files
|
||||
|
||||
Version 0.1.5
|
||||
|
||||
|
1
config.c
1
config.c
@ -187,7 +187,6 @@ void cDesignerConfig::UpdateGlobals(void) {
|
||||
if (skinSetupActiveSkin && tmplGlobals) {
|
||||
dsyslog("skindesigner: globals for skin %s adapted to skin setup", activeSkin.c_str());
|
||||
skinSetupActiveSkin->AddToGlobals(tmplGlobals);
|
||||
tmplGlobals->Debug();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -19,7 +19,6 @@ cSDDisplayMenu::cSDDisplayMenu(cTemplate *menuTemplate) {
|
||||
doOutput = false;
|
||||
return;
|
||||
}
|
||||
esyslog("skindesigner: menu opened");
|
||||
}
|
||||
|
||||
cSDDisplayMenu::~cSDDisplayMenu() {
|
||||
@ -27,7 +26,6 @@ cSDDisplayMenu::~cSDDisplayMenu() {
|
||||
delete rootView;
|
||||
if (textAreaFont)
|
||||
delete textAreaFont;
|
||||
esyslog("skindesigner: menu closed");
|
||||
}
|
||||
|
||||
void cSDDisplayMenu::Scroll(bool Up, bool Page) {
|
||||
|
@ -19,7 +19,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
static const char *VERSION = "0.1.4";
|
||||
static const char *VERSION = "0.1.5";
|
||||
static const char *DESCRIPTION = "SkinDesigner";
|
||||
static const char *MAINMENUENTRY = "Skin Designer";
|
||||
|
||||
@ -118,7 +118,6 @@ bool cPluginSkinDesigner::Start(void) {
|
||||
}
|
||||
config.TranslateSetup();
|
||||
config.SetSkinSetupParameters();
|
||||
config.DebugSkinSetups();
|
||||
|
||||
if (skins.size() == 0) {
|
||||
esyslog("skindesigner: no skins found! Using default Skin LCARS!");
|
||||
|
Loading…
Reference in New Issue
Block a user