mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user