Age | Commit message (Expand) | Author |
2006-01-28 | Changed DVBS_TUNE_TIMEOUT and DVBC_TUNE_TIMEOUT to 9000ms to avoid problems w... | Klaus Schmidinger |
2006-01-28 | Fixed cTimers::GetNextActiveTimer() so that it won't return an expired timer | Klaus Schmidinger |
2006-01-28 | The epg.data file is now written when VDR exits | Klaus Schmidinger |
2006-01-28 | Increased the timeout in cInterface::GetKey() to avoid problems with remote c... | Klaus Schmidinger |
2006-01-28 | Fixed channel switching with the Down (Up) key in case the current channel is... | Klaus Schmidinger |
2006-01-27 | Now trying to reestablish the connection to the LIRC daemon in case it breaks | Klaus Schmidinger |
2006-01-27 | Now checking whether the channel exists before setting the PMT filter in cPat... | Klaus Schmidinger |
2006-01-27 | Fixed handling the tfRecording flag when reading timers | Klaus Schmidinger |
2006-01-27 | Fixed a missing ',' in the Greek OSD texts | Klaus Schmidinger |
2006-01-27 | Fixed a crash when pressing '0' in the "Schedule" menu on a channel that does... | Klaus Schmidinger |
2006-01-27 | Fixed checking toFile in cCuttingThread::Action() | Klaus Schmidinger |
2006-01-22 | Fixed handling the '0' key for switching between the last two channels1.3.40 | Klaus Schmidinger |
2006-01-22 | Updated the Spanish OSD texts | Klaus Schmidinger |
2006-01-22 | Fixed detecting if there can be any useful further input when entering channe... | Klaus Schmidinger |
2006-01-21 | Updated the Polish OSD texts and the fontosd-iso8859-2.c file | Klaus Schmidinger |
2006-01-21 | When entering text via the numeric keys, the cursor now automatically advances | Klaus Schmidinger |
2006-01-20 | Recordings are now only started if there is at least 300MB free disk space | Klaus Schmidinger |
2006-01-20 | Fixed a crash in the Schedule menu with events that have no title (cEvent::Fi... | Klaus Schmidinger |
2006-01-20 | Fixed a crash after executing the SVDRP command CLRE, caused by dangling 'sch... | Klaus Schmidinger |
2006-01-20 | Fixed a problem with @plugin in keymacros.conf in case the named plugin is no... | Klaus Schmidinger |
2006-01-15 | Modified logging so that even on NPTL systems each line in the log file shows... | Klaus Schmidinger |
2006-01-15 | Fixed a second place where a message should be given when an instant recordin... | Klaus Schmidinger |
2006-01-15 | No longer displaying color buttons in the recording info menu if it has been ...1.3.39 | Klaus Schmidinger |
2006-01-15 | Added a leading '0' to the day in the DayDateTime() function | Klaus Schmidinger |
2006-01-15 | Now only writing Dolby Digital tracks into the 'info.vdr' file of a recording... | Klaus Schmidinger |
2006-01-14 | The SVDRP command GRAB allows file names without extension again | Klaus Schmidinger |
2006-01-14 | Made the log messages regarding lost lock of devices "info" instead of "error" | Klaus Schmidinger |
2006-01-14 | Added a missing '-' to the example for viewing a grabbed image on a remote host | Klaus Schmidinger |
2006-01-14 | Fixed canonicalizing the file name in the SVDRP command GRAB to allow full pa... | Klaus Schmidinger |
2006-01-14 | Added a note about "modprobe capability" to INSTALL | Klaus Schmidinger |
2006-01-14 | Removed the now obsolete "ca.conf" section from vdr.1 | Klaus Schmidinger |
2006-01-14 | Key macros can now be defined for all non-modeless keys | Klaus Schmidinger |
2006-01-13 | Added missing i18n entry for the "Timer" button | Klaus Schmidinger |
2006-01-08 | Fixed handling "more than 3 byte" key sequences in cKbdRemote::ReadKeySequence() | Klaus Schmidinger |
2006-01-08 | Fixed the "plugins-clean" and "plugins-install" targets in the Makefile | Klaus Schmidinger |
2006-01-08 | Added a missing #include <linux/unistd.h> to thread.c | Klaus Schmidinger |
2006-01-08 | The SVDRP command LSTT now accepts the new option 'id' | Klaus Schmidinger |
2006-01-08 | Added a SleepMs() in cRecorder::Action() to avoid a busy loop | Klaus Schmidinger |
2006-01-08 | Added a mutex to synchronize cDevice::PlayPesPacket() and SetCurrentAudioTrack() | Klaus Schmidinger |
2006-01-07 | Fixed the "Day" field of the "Edit timer" menu when pressing '0' to switch fr... | Klaus Schmidinger |
2006-01-06 | Implemented letter input via numeric keys (Easy | Klaus Schmidinger |
2006-01-06 | Any cReceivers still attached to a cDevice when that device switches to a dif... | Klaus Schmidinger |
2006-01-05 | Disabled the use of fadvise in cUnbufferedFile because there have been severa... | Klaus Schmidinger |
2006-01-05 | Added missing #include "thread.h" to dvbspu.c | Klaus Schmidinger |
2006-01-04 | Removed an obsolete "Summary" text from i18n.c and preceded all key definitio... | Klaus Schmidinger |
2006-01-04 | A message is now given when an instant recording is started | Klaus Schmidinger |
2006-01-04 | Implemented "Setup/OSD/Timeout requested channel info" | Klaus Schmidinger |
2006-01-04 | The "Menu" key now behaves consistently | Klaus Schmidinger |
2006-01-04 | Now using FE_READ_STATUS to read the current frontend status | Klaus Schmidinger |
2006-01-03 | Added cMenuEditStrItem::InEditMode() | Klaus Schmidinger |