- timerlist: don't discard unsaved user-changes at timers silently

- some more small changes/fixes:
  * don't allow reminder-timer with standard message text ("---")
  * fix display of changed recording directory
  * use addIntroItems() function in menus
  * fix dependency of menuitems in apids-menu
  * use pulldown-mode to choose timer-type
This commit is contained in:
svenhoefer
2015-04-23 08:42:24 +02:00
parent c4c358720b
commit d2ee7e6f0a
4 changed files with 60 additions and 25 deletions

View File

@@ -65,6 +65,7 @@ class CTimerList : public CMenuTarget
int timerNew_standby_on;
std::string timerNew_channel_name;
std::string m_weekdaysStr;
std::string timerNew_recordingDir;
std::string timerNew_message;
std::string timerNew_pluginName;
@@ -72,6 +73,7 @@ class CTimerList : public CMenuTarget
int timer_apids_std;
int timer_apids_ac3;
int timer_apids_alt;
std::string timer_recordingDir;
void paintItem(int pos);
void paint();