summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Expand)Author
2003-05-11Removed a faulty parameter initialization in menu.cKlaus Schmidinger
2003-05-11Implemented separate PausePriority and PauseLifetime parameters for the recor...Klaus Schmidinger
2003-05-11Avoiding short display of the 'Main' menu when pressing the 'Recordings' butt...Klaus Schmidinger
2003-05-03The red ('Record') and yellow ('Pause') button in the 'Main' menu are no long...Klaus Schmidinger
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 pau...Klaus Schmidinger
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
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
2003-01-06CAM menu now always returns osEnd when Ok is pressedKlaus Schmidinger
2003-01-06Implemented 'Link Layer' based CAM supportKlaus Schmidinger
2002-12-22Fixed handling channels in the 'Channels' menu in case there are ':@nnn' grou...Klaus Schmidinger
2002-12-01Macros in 'keymacros.conf' can now use "@plugin" to directly access the main ...Klaus Schmidinger
2002-11-29No longer displaying channel group delimiters without textKlaus Schmidinger
2002-11-24Added NID, TID and RID to the channel definitionsKlaus Schmidinger
2002-11-24Plugins can now have their own raw OSDKlaus Schmidinger
2002-11-10Fixed a compiler warning regarding cMenuChannels::Del() and MenuTimers::Del()1.1.16Klaus Schmidinger
2002-11-10First step towards a 'unique channel ID'Klaus Schmidinger
2002-11-01Fixed displaying the group separators in the channel displayKlaus Schmidinger
2002-10-27Implemented additional dedicated keysKlaus Schmidinger
2002-10-20Fixed log message when editing a channelKlaus Schmidinger
2002-10-20Timers now internally have a pointer to their channelKlaus Schmidinger
2002-10-19Implemented gaps in channel numberingKlaus Schmidinger
2002-10-13New configuration file 'reccmds.conf'Klaus Schmidinger
2002-10-13Automatically closing 'Commands' menu if command doesn't return any outputKlaus Schmidinger
2002-10-13Implemented '?' handling for commands.confKlaus Schmidinger
2002-10-12Reactivated full handling of second audio PID (even in 'Transfer Mode')Klaus Schmidinger
2002-10-12Fixed switching the video format in the Setup/DVB menuKlaus Schmidinger
2002-10-06Fixed a bug when pressing the Blue button in the main menu without having dis...1.1.12Klaus Schmidinger
2002-10-06Changed cMenuRecordings::Del() to cMenuRecordings::Delete() to avoid a warnin...Klaus Schmidinger
2002-10-06Modified channel handling; full DiSEqC supportKlaus Schmidinger
2002-09-29Made remote controls plugin awareKlaus Schmidinger
2002-09-06Changed NeedsSwitchChannel to NeedsDetachReceiversKlaus Schmidinger
2002-09-04Implemented recording and replaying with a single DVB cardKlaus Schmidinger
2002-08-25Fixed handling one-shot timers that were already recording and had their star...1.1.8Klaus Schmidinger
2002-08-15Moved FileNameChars into menuitems.h to make it available to pluginsKlaus Schmidinger
2002-08-11Consistently using malloc/free and new/deleteKlaus Schmidinger
2002-08-04Changed the cDevice class to allow plugins to implement their own devicesKlaus Schmidinger
2002-07-14Changed the symantics of the Name parameter in cStatus::Recording() and cStat...Klaus Schmidinger
2002-06-23Switched VDR's own player to the new cPlayer/cControl structuresKlaus Schmidinger
2002-06-23Moved handling of the Menu key entirely into vdr.cKlaus Schmidinger
2002-06-22Activated transfer modeKlaus Schmidinger
2002-06-22Activated cuttingKlaus Schmidinger
2002-06-16Changed 'cStatusMonitor' to 'cStatus'1.1.3Klaus Schmidinger
2002-06-16Totally rearranged device/player/recorder structuresKlaus Schmidinger
2002-05-19Implemented cStatusMonitor to allow plugins to set up a status monitorKlaus Schmidinger