diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-12-27 15:06:26 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-12-27 15:06:26 +0100 |
commit | 0795050f6d128d959c422581bcb21f6e3eac0ff7 (patch) | |
tree | 0aabb0b5e1a12791e147a6605552f5cdef7a9f53 /HISTORY | |
parent | 1314d03411769215c4ce1d62a8a847c9d3e58a7c (diff) | |
download | vdr-0795050f6d128d959c422581bcb21f6e3eac0ff7.tar.gz vdr-0795050f6d128d959c422581bcb21f6e3eac0ff7.tar.bz2 |
Modified red button handling in the "Schedule" menu
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3998,7 +3998,11 @@ Video Disk Recorder Revision History - Removed an invalid access to Event->schedule in cSchedule::DelEvent(). - Modified cSchedule::Cleanup() (events are always sorted by time). - Schedules are now cleaned up once every hour (not only at 05:00). -- The "Schedules" and "What's on now/next?" menus are now updated if a timer +- The "Schedule" and "What's on now/next?" menus are now updated if a timer is set or modified. - cTimer no longer has its own 'schedule' member, it rather uses that of the event it has been set to. +- The "Red" button in the "Schedule", "What's on now/next?" and "Event" menus + now immediately creates a timer for the selected event and marks it with 'T'. + If the event is already marked with 'T', the "Red" button opens the "Edit + timer" menu for that timer. |