summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)Author
2006-04-29Fixed a memory leak in closing the video file during replayKlaus Schmidinger
2006-04-29Fixed a memory leak in handling external EPG dataKlaus Schmidinger
2006-04-29Fixed handling the "Power" key in case a recording is going on and no plugin ↵Klaus Schmidinger
is active
2006-04-28Removed the obsolete "'1' for encrypted radio channels" part from the ↵Klaus Schmidinger
description of the VPID in vdr.5
2006-04-28Changed the "Really restart?" prompt in the call to cPluginManager::Active() ↵Klaus Schmidinger
in menu.c to "restart anyway?"
2006-04-28Added a hint about commenting out the line '#define USE_FADVISE' in tools.cKlaus Schmidinger
2006-04-28Fixed handling the cPluginManager::Active() result when pressing the "Power" keyKlaus Schmidinger
2006-04-25Added a note about adding 'INCLUDES += -I/include' to an existing Make.configKlaus Schmidinger
2006-04-25Updated the Italian OSD textsKlaus Schmidinger
2006-04-25Fixed entering '0' in a cMenuEditIntItemKlaus Schmidinger
2006-04-24Fixed extracting APIVERSION to work with older versions of 'sed'; Fixed ↵Klaus Schmidinger
broken APIVERSION extraction line in 'newplugin'
2006-04-24Fixed initializing 'noapiv' in the MakefileKlaus Schmidinger
2006-04-23Ignoring k_Repeat when deciding whether the same key has been pressed in ↵1.3.48Klaus Schmidinger
string input fields
2006-04-23Fixed a format string in recording.c to avoid a compiler warning on 64bit ↵Klaus Schmidinger
systems
2006-04-23Added an error message about plugins that don't honor APIVERSION in their ↵Klaus Schmidinger
Makefile
2006-04-23Fixed some missing '-' in the German OSD textsKlaus Schmidinger
2006-04-22Fixed handling empty titles in cEvent::FixEpgBugs()Klaus Schmidinger
2006-04-22Extended the version number reported with the '-V' option to also show the ↵Klaus Schmidinger
current APIVERSION
2006-04-22Modified the German OSD texts to be "less technical"Klaus Schmidinger
2006-04-22Fixed wrong credits for the patch that was used to implement cPlugin::Active()Klaus Schmidinger
2006-04-22Updated the French OSD textsKlaus Schmidinger
2006-04-21Fixed several spelling errorsKlaus Schmidinger
2006-04-21Updated the GPL copiesKlaus Schmidinger
2006-04-17Stripped some trailing whitespace1.3.47Klaus Schmidinger
2006-04-17The cRemote::CallPlugin() function now has a boolean return value that tells ↵Klaus Schmidinger
the caller whether initiating the plugin call was successful
2006-04-16No longer using characters 0x01 and 0x02 for mapping single quote and slash ↵Klaus Schmidinger
in recording names
2006-04-16Changed the behaviour of the "Use small font" setup option to *always* use ↵Klaus Schmidinger
the small font if set to '3' - even if it would have been a fixed font
2006-04-16Now going into the "Edit timer" menu if a newly created timer starts soonKlaus Schmidinger
2006-04-15Implemented kChanPrevKlaus Schmidinger
2006-04-15Implemented kNext and kPrev keysKlaus Schmidinger
2006-04-15Removed DVBDIR from Makefile; it's now defined in Make.config if necessaryKlaus Schmidinger
2006-04-15Fixed setting the 'Delta' parameter when calling the shutdown script with no ↵Klaus Schmidinger
active timer
2006-04-15Implemented cPlugin::Active()Klaus Schmidinger
2006-04-14Added a missing "Key$" in skincurses.cKlaus Schmidinger
2006-04-14Using geteuid() to check whether VDR is running as user 'root'Klaus Schmidinger
2006-04-14Added VBITeletextDescriptorTag, TeletextDescriptorTag, ↵Klaus Schmidinger
LocalTimeOffsetDescriptorTag and PremiereContentTransmissionDescriptor to 'libsi'
2006-04-14Allowing a tolerance for symbol rate values that are off by oneKlaus Schmidinger
2006-04-14Fixed the initial setting of the time transponder setup parameterKlaus Schmidinger
2006-04-14Added NULL checks to some strdup() calls in menuitems.cKlaus Schmidinger
2006-04-14Fixed a crash when setting the time transponder in the Setup menu, caused by ↵Klaus Schmidinger
the new 'noneString' in cMenuEditChanItem
2006-04-09Now checking whether there is any text before calling cStatus::MsgOsdTextItem()1.3.46Klaus Schmidinger
2006-04-09No longer calling cPlugin::ProcessArgs() if VDR is run with the --help or ↵Klaus Schmidinger
--version option
2006-04-09Changed the behaviour when hitting the end of a recording in fast forward modeKlaus Schmidinger
2006-04-09Changed Thomas Keil's email addressKlaus Schmidinger
2006-04-09The initial channel and volume can now be defined in the ↵Klaus Schmidinger
"Setup/Miscellaneous" menu
2006-04-09Fixed handling the color button texts when switching from the 'Schedule' ↵Klaus Schmidinger
menu of a channel without EPG info to the 'What's on now' menu
2006-04-09cSkins::QueueMessage() called from a background thread with an empty message ↵Klaus Schmidinger
now clears all messages that have been previously queued by that thread
2006-04-09Fixed a typo in skins.hKlaus Schmidinger
2006-03-31Fixed learning keys when VDR is already runningKlaus Schmidinger
2006-03-31Fixed 'sources.conf' and 'diseqc.conf'Klaus Schmidinger