summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)Author
2012-09-01Implemented FHS support; fixed handling config directory if only -v is givenKlaus Schmidinger
2012-08-26Added cDevice::HasInternalCam()Klaus Schmidinger
2012-08-26Added cDevice::ReadFilter()Klaus Schmidinger
2012-08-26Updated email address of Stefan HuelswittKlaus Schmidinger
2012-08-26Fixed a race condition when zapping in transfer modeKlaus Schmidinger
2012-08-25Fixed detecting transfer mode on full featured DVB cardsKlaus Schmidinger
2012-08-25Added IsUpdate() to the EPG handler interfaceKlaus Schmidinger
2012-08-21Fixed handling control characters in SI data in case of UTF-8 encoded stringsKlaus Schmidinger
2012-07-14Credit for Ludi Kaleni1.7.29Klaus Schmidinger
2012-06-12Changed email address of Andreas MairKlaus Schmidinger
2012-06-10Setting the "broken link" or "TEI" flags when cutting recordings is now ↵Klaus Schmidinger
suppressed if the editing point merges two seamlessly fitting parts of the same stream
2012-06-10Fixed the type of MBperMinute in cVideoDiskUsage::HasChanged()Klaus Schmidinger
2012-06-09Fixed several spelling errorsKlaus Schmidinger
2012-06-07Fixed some copy&paste errors in PLUGINS.htmlKlaus Schmidinger
2012-06-04Added SetComponents() to the EPG handler interfaceKlaus Schmidinger
2012-06-04Added HandledExternally() to the EPG handler interfaceKlaus Schmidinger
2012-06-04Fixed the call to ChannelString() in cSkinLCARSDisplayChannel::SetChannel()Klaus Schmidinger
2012-06-04Now scaling down the Transfer Mode indicator bitmap in the LCARS skin in ↵Klaus Schmidinger
case it doesn't fit with the selected font size
2012-06-04The LCARS skin now only displays devices that can actually receive channelsKlaus Schmidinger
2012-06-03Added a missing template specification to the c'tor of cSortedTimersKlaus Schmidinger
2012-06-03Speeded up opening menus on systems with many (several thousands) of ↵1.7.28Klaus Schmidinger
recordings, by caching the information whether a recording is stored on the video directory file system within the cRecording data
2012-06-02Added DeleteEvent() to the EPG handler interface, so that an EPG handler can ↵Klaus Schmidinger
trigger deleting of an event
2012-06-02Extended the interface to the script that gets called for recordings, so ↵Klaus Schmidinger
that in the "edited" case it also provides the name of the original recording
2012-06-02Fixed font handling with fontconfig 2.9.0 or newerKlaus Schmidinger
2012-05-29Fixed resetting CAMsKlaus Schmidinger
2012-05-19Fixed checking for UTF-8 support in cFont::Bidi()Klaus Schmidinger
2012-05-13Fixed a mismatched 'delete' in cSchedules::SetEpgDataFileName()Klaus Schmidinger
2012-05-11Making sure setup strings don't contain any newline charactersKlaus Schmidinger
2012-05-09Removed the "bondedMasterFailed" mechanism from cDvbTunerKlaus Schmidinger
2012-05-08Renamed the function cString::sprintf(const char *fmt, va_list &ap) to ↵Klaus Schmidinger
vsprintf()
2012-05-08Fixed character comparisons in cSubtitleObject::DecodeCharacterString()Klaus Schmidinger
2012-05-06Fixed a possible high CPU load when pausing replayKlaus Schmidinger
2012-04-27Credits to Marcus RoscherKlaus Schmidinger
2012-04-26Fixed the SVDRP command UPDR, which didn't update the global recordings listKlaus Schmidinger
2012-04-15The new setup option "DVB/Standard compliance" can be used to switch between ↵Klaus Schmidinger
different variations of the DVB standard
2012-04-07Fixed EPG scan on systems with only a single DVB device that use software outputKlaus Schmidinger
2012-04-01Fixed getting the maximum short channel name length in case there are no ↵Klaus Schmidinger
short names at all
2012-03-25Fixed handling IDLEPRIORITY in cDvbDevice::ProvidesChannel()1.7.27Klaus Schmidinger
2012-03-16Fixed reduced bpp support for DVB subtitlesKlaus Schmidinger
2012-03-14Moved setting LC_NUMERIC further up to make sure any floating point numbers ↵Klaus Schmidinger
use a decimal point
2012-03-11Made the "overloaded-virtual" warning an error to detect hidden overloaded ↵Klaus Schmidinger
virtual functions
2012-03-11The channel name column in the "What's on now/next" menu now adjusts its ↵Klaus Schmidinger
width to display the full short name of each channel
2012-03-11Fixed some typos in HISTORY and CONTRIBUTORSKlaus Schmidinger
2012-03-11Changed the Green button in the "Edit timer" menu from "Once" to "Single"Klaus Schmidinger
2012-03-03Fixed the German translation of "VDR will shut down in %s minutes"Klaus Schmidinger
2012-03-03Now checking for NULL in cOsd::AddPixmap()Klaus Schmidinger
2012-03-02Fixed handling OSD color button texts in case a menu item has texts of its ownKlaus Schmidinger
2012-03-02Revised priority handling to allow receivers with a priority that is lower ↵Klaus Schmidinger
than that of live viewing
2012-02-28Added support for automatically selecting subtitles when playing old PES ↵Klaus Schmidinger
recordings made with the subtitles plugin
2012-02-26Added some typecasts to silence gcc compiler warningsKlaus Schmidinger