summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Collapse)Author
2004-01-17The "Red" button in the "Setup/EPG" menu can now be used to force an EPG ↵Klaus Schmidinger
scan on a single DVB card system
2004-01-11Fixed resetting the EPG data versions after changing the preferred languagesKlaus Schmidinger
2004-01-11The actual transponder data is now taken from the NIT1.3.1Klaus Schmidinger
2004-01-09Added support for selecting preferred EPG languagesKlaus Schmidinger
2004-01-05Added 'Update channels' setup parameterKlaus Schmidinger
2004-01-04Implemented automatic PID switching and channel detectionKlaus Schmidinger
2003-12-22Changed section handling; replaced 'libdtv' with 'libsi'Klaus Schmidinger
2003-10-24Changed font handling to allow language specific character sets; adopted the ↵Klaus Schmidinger
small font character set from the "Elchi" patch
2003-10-03Fixed missing channel info after an incomplete channel group switchKlaus Schmidinger
2003-09-14Added 'repeat' function keys '7' and '9' ("jump to mark") in replay modeKlaus Schmidinger
2003-09-06When setting an editing mark while in "Pause" mode, replay now immediately ↵Klaus Schmidinger
jumps to the marked frame
2003-09-05Fixed handling the "Red" button in the "Schedules" menu in case there are no ↵Klaus Schmidinger
events listed for a particular channel
2003-08-24Fixed starting a recording on the primary device if there is a replay ↵Klaus Schmidinger
session active
2003-08-17Made the "Zap timeout" a setup variableKlaus Schmidinger
2003-08-16Fixed freezing replay if a timer starts while in Transfer ModeKlaus Schmidinger
2003-08-16Fixed a crash when starting "Pause live video" twice within the same minute ↵Klaus Schmidinger
on the same channel
2003-08-09Fixed keeping track of the current channel number when moving channels in ↵Klaus Schmidinger
the "Channels" menu
2003-08-03Added the usual menu timeout to the CAM menus1.2.2Klaus Schmidinger
2003-08-02Fixed a possible crash in case a VFAT file system is used without compiling ↵Klaus Schmidinger
VDR with VFAT=1
2003-07-26Fixed handling channel switching through numeric input in case the channel ↵Klaus Schmidinger
numbers contain gaps
2003-07-26Fixed handling the color buttons in the "Edit channel" menuKlaus Schmidinger
2003-06-19Now clearing the channel info display when entering numeric keys to switch ↵Klaus Schmidinger
channels
2003-06-15Fixed creating a new channel in the "Channels" menu in case the ↵Klaus Schmidinger
'channels.conf' contains ':@nnn' lines with no text
2003-06-13Improved channel switching in case of numerical inputKlaus Schmidinger
2003-06-12Fixed a bug in channel switching after Left/Right has been pressedKlaus Schmidinger
2003-06-07Fixed device handling in the CICAM menu in case a VDR instance was started ↵Klaus Schmidinger
with a specific device using the -D option
2003-06-06Fixed a crash when cancelling a newly created timerKlaus Schmidinger
2003-06-06Fixed editing channels ('timers.conf' was not written)Klaus Schmidinger
2003-05-30Fixed breaking off replay in case the user hits "Play" or "Pause" too soon ↵1.2.0pre1Klaus Schmidinger
after going into "Pause live video" mode
2003-05-29Fixed an uninitialized variable in cDisplayChannelKlaus Schmidinger
2003-05-29Single event timers are now deleted if the recording they are doing is ↵Klaus Schmidinger
deleted before the timer ends
2003-05-29Added an additional sleep() after going into "Pause live video" modeKlaus Schmidinger
2003-05-25It is now possible to directly delete a timer that is currently recording1.1.33Klaus Schmidinger
2003-05-25Fixed handling newly created timers in case they are not confirmed with "Ok"Klaus Schmidinger
2003-05-25Checking for duplicate recordings with the same file name and disabling the ↵Klaus Schmidinger
second timer
2003-05-24Fixed cReplayControl::Show() to avoid a compiler warning in g++ 3.2.3Klaus Schmidinger
2003-05-16No longer starting the editing process if no marks have been setKlaus Schmidinger
2003-05-11Removed a faulty parameter initialization in menu.cKlaus Schmidinger
2003-05-11Implemented separate PausePriority and PauseLifetime parameters for the ↵Klaus Schmidinger
recordings created when pausing live video
2003-05-11Avoiding short display of the 'Main' menu when pressing the 'Recordings' ↵Klaus Schmidinger
button or the 'Back' button during replay
2003-05-03The red ('Record') and yellow ('Pause') button in the 'Main' menu are no ↵Klaus Schmidinger
longer available when replaying
2003-04-27Reduced the time to wait for EPG data when starting a recording to 3 secondsKlaus Schmidinger
2003-04-26Fixed deleting the last recording in the 'Recordings' menu, which started ↵Klaus Schmidinger
pausing live video
2003-04-26The PCR PID can now be set separately from the video PIDKlaus Schmidinger
2003-04-21Implemented 'pause live video'1.1.28Klaus Schmidinger
2003-04-20Enhanced detection of pending user I/O from CAMsKlaus Schmidinger
2003-04-12Implemented a 'resume ID' which allows several users to each have their own ↵Klaus Schmidinger
resume.vdr files
2003-02-09Timers are now processed even if a menu is open1.1.24Klaus Schmidinger
2003-02-09Improved CAM supportKlaus Schmidinger
2003-01-19Implemented actual user input for CAM enquiry menusKlaus Schmidinger