summaryrefslogtreecommitdiff
path: root/vdr.c
AgeCommit message (Collapse)Author
2004-06-12Checking for UTF-8 at program startKlaus Schmidinger
2004-06-10Checking for NPTL at program startKlaus Schmidinger
2004-05-16Implemented 'skins' and 'themes'Klaus Schmidinger
2004-03-14Avoiding occasional bad responsiveness to user interaction caused by ↵Klaus Schmidinger
assigning events to timers
2004-03-07Fixed handling timers in VPS margin if the EPG scan is turned onKlaus Schmidinger
2004-02-29Implemented VPS controlled timers1.3.5Klaus Schmidinger
2004-02-15Limited automatic retuning to devices that actually provide the transponderKlaus Schmidinger
2004-02-13Fixed switching to a visible programme in case the current channel has ↵Klaus Schmidinger
neither a video nor an audio PID
2004-02-08Removed an unnecessary pointer checkKlaus Schmidinger
2004-01-17Fixed handling PID changes in 'Transfer Mode'Klaus Schmidinger
2004-01-16Fixed a wrong 'delta' value in the call to the shutdown scriptKlaus 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-09-14Made 'diseqc.conf' a required file only if Setup.DiSEqC is activatedKlaus Schmidinger
2003-09-05Fixed setting the primary device in case none of the devices provides an ↵Klaus Schmidinger
MPEG decoder
2003-09-05Fixed a crash when using the --terminal option without having access to the ↵Klaus Schmidinger
given terminal
2003-08-24VDR now continues to start up, even if there is an error in setup.confKlaus Schmidinger
2003-08-17Made the "Zap timeout" a setup variableKlaus Schmidinger
2003-08-16Fixed toggling channels with the '0' keyKlaus Schmidinger
2003-08-16VDR now stops with result value 2 if one of the configuration files can't be ↵Klaus Schmidinger
read correctly at program startup
2003-08-02Now the program uses the values of VIDEODIR and PLUGINDIR defined in ↵Klaus Schmidinger
Makefile or Makefile.config as defaults
2003-06-19Changed the behaviour of the '0' key in normal viewing mode to have a 3 ↵Klaus Schmidinger
second timeout
2003-05-29Some touchups for version 1.2.0Klaus Schmidinger
2003-05-24Fixed channel switching in case the current channel becomes unavailableKlaus Schmidinger
2003-05-24Fixed channel switching in the EPG scanner on single device systemsKlaus Schmidinger
2003-05-24Fixed volume display in case a plugin has its own OSD openKlaus Schmidinger
2003-05-24Fixed I/O handling in case an explicit controlling terminal is givenKlaus Schmidinger
2003-05-16Moved the call to cPlugin::Start() further up in vdr.c, to make sure it gets ↵Klaus Schmidinger
called before trying to learn the keys
2003-05-11Fixed keeping live video active in case the primary device doesn't have an ↵Klaus Schmidinger
MPEG decoder
2003-05-09Introduced cPlugin::Initialize()Klaus Schmidinger
2003-05-03Restoring the current channel in case a recording has switched the transponderKlaus Schmidinger
2003-05-02Fixed handling dedicated keysKlaus Schmidinger
2003-04-21Implemented 'pause live video'1.1.28Klaus Schmidinger
2003-04-12The 'epg.data' file is now read after all plugins have been startedKlaus Schmidinger
2003-04-12If no device with an MPEG decoder can be found at startup, the first device ↵Klaus Schmidinger
is now used as primary device
2003-03-30Fixed faulty behaviour of the 'Mute' key in case the channel display is visibleKlaus Schmidinger
2003-03-09Trying harder to find a primary deviceKlaus Schmidinger
2003-02-16Fixed broken support for raw OSDs of pluginsKlaus Schmidinger
2003-02-15Improved keyboard detectionKlaus Schmidinger
2003-02-09Timers are now processed even if a menu is open1.1.24Klaus Schmidinger
2003-02-09Improved CAM supportKlaus Schmidinger
2003-01-26Fixed handling the LOG_LOCALn parameters in the -l optionKlaus Schmidinger
2003-01-06Implemented 'Link Layer' based CAM supportKlaus Schmidinger
2002-12-13Fixed taking an active SVDRP connection into account when doing shutdownKlaus Schmidinger
2002-12-13Checking if there is a connection to the keyboard and if VDR is running in ↵Klaus Schmidinger
the foreground
2002-12-08KBD active by default; no more 'ncurses' necessary for KBD1.1.19Klaus Schmidinger
2002-12-01Macros in 'keymacros.conf' can now use "@plugin" to directly access the main ↵Klaus Schmidinger
menu function of a given plugin
2002-11-30Now taking an active SVDRP connection into account when doing shutdown or ↵Klaus Schmidinger
housekeeping
2002-11-24Extended the '-l' option to allow logging to LOG_LOCALnKlaus Schmidinger