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


Origin commit data
------------------
Branch: ni/coolstream
Commit: d2ee7e6f0a
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-23 (Thu, 23 Apr 2015)

Origin message was:
------------------
- 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 was generated by Migit
This commit is contained in:
vanhofen
2015-04-23 08:42:24 +02:00
parent 7a8ef7c613
commit 7474e7dcc8
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();