summaryrefslogtreecommitdiff
path: root/vdr.c
AgeCommit message (Collapse)Author
2006-01-06Implemented the "Info" keyKlaus Schmidinger
2006-01-05The default cOsdObject::Show() now automatically calls cOsdMenu::Display() ↵Klaus Schmidinger
if this is a menu
2006-01-05Fixed initial channel display if Setup.TimeoutRequChInfo is 'no'Klaus Schmidinger
2006-01-04A message is now given when an instant recording is startedKlaus Schmidinger
2006-01-04The "Menu" key now behaves consistentlyKlaus Schmidinger
2006-01-03Fixed setting the main thread id if VDR is running as a daemonKlaus Schmidinger
2005-12-31When started as user 'root' VDR now switches to a lesser privileged user id, ↵Klaus Schmidinger
keeping the capability to set the system time
2005-12-30New option '-g'; fixed security hole CAN-2005-0071 when grabbing to fileKlaus Schmidinger
2005-12-24The main menu now dynamically updates its contentsKlaus Schmidinger
2005-12-18When displaying the amount of free disk space, the space consumed by ↵Klaus Schmidinger
"deleted" recordings is now taken into account
2005-11-27Implemented message queueing1.3.37Klaus Schmidinger
2005-11-04A menu is no longer automatically closed when a replay endsKlaus Schmidinger
2005-10-09Now using daemon() instead of fork() to run VDR in daemon modeKlaus Schmidinger
2005-09-25The list of recordings is now read in a separate threadKlaus Schmidinger
2005-09-04Fixed menu timeout handling while replayingKlaus Schmidinger
2005-09-03Implemented option '--vfat'; replaced ':' with '.' in recording namesKlaus Schmidinger
2005-09-03The main menu function of a plugin can now be called programmaticallyKlaus Schmidinger
2005-09-03The menu timeout handling is now done centrally in the main program loopKlaus Schmidinger
2005-09-03Key macros can now call plugins that don't have a main menu entryKlaus Schmidinger
2005-08-21Now waiting at startup until all DVB devices are readyKlaus Schmidinger
2005-08-20Improved responsiveness inside CAM menusKlaus Schmidinger
2005-07-31Added the command line options '--lirc', '--rcu' and '--no-kbd'Klaus Schmidinger
2005-06-18Removed the NPTL check at startupKlaus Schmidinger
2005-05-26Moved the NPTL and UTF-8 checks after the version and help outputKlaus Schmidinger
2005-05-26No longer stopping Transfer Mode or replay immediately when the Power button ↵Klaus Schmidinger
is pressed
2005-05-26Pressing the "Play" key in live viewing mode now resumes a previous replay ↵Klaus Schmidinger
session
2005-05-22No longer saving the setup in case of a fatal errorKlaus Schmidinger
2005-03-20Single shot timers are now reliably deleted when they have expiredKlaus Schmidinger
2005-02-12Fixed a typo in detecting UTF-8Klaus Schmidinger
2005-01-30Added cPlugin::Stop()Klaus Schmidinger
2005-01-14Fixed handling the '-E' optionKlaus Schmidinger
2005-01-14Making sure at least the default skin is available at program startKlaus Schmidinger
2005-01-06kAudio closes temporary OSD displaysKlaus Schmidinger
2005-01-02Implemented audio track menuKlaus Schmidinger
2004-12-26Made several functions threadsafe (cont'd)Klaus Schmidinger
2004-12-19Made several functions threadsafeKlaus Schmidinger
2004-12-17Added support for AC3 replay over the DVB deviceKlaus Schmidinger
2004-11-06Reactivated the NPTL check at startupKlaus Schmidinger
2004-10-31Making sure that timers and channels are only saved togetherKlaus Schmidinger
2004-10-31Moved the main program loop variables further up to allow compilation with ↵Klaus Schmidinger
older compiler versions
2004-10-24Implemented 'modified' and 'seen' for EPG schedules/events1.3.14Klaus Schmidinger
2004-10-23Fixed missing cleanup at program exit in case there is a problem with a pluginKlaus Schmidinger
2004-10-23Removed the usleep() call from cDvbPlayer::Action() to make VDR run on NPTL ↵Klaus Schmidinger
systems; also removed the NPTL check at startup
2004-10-17Now only saving channels.conf after a modification made by the userKlaus Schmidinger
2004-10-16Improved buffer handlingKlaus Schmidinger
2004-07-27Fixed checking for the presence of NPTLKlaus Schmidinger
2004-06-13The list of recordings is now kept statically in memoryKlaus Schmidinger
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