summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-08The Green button in the "Edit timer" menu can now be used to toggle between ↵Klaus Schmidinger
single shot and repeating timers
2012-03-08Fixed checking pids in case a channel has only Dolby Digital audioKlaus Schmidinger
2012-03-08Fixed parsing channel data in case the audio pid is 0Klaus Schmidinger
2012-03-07Removed the obsolete function cEITScanner::UsesDevice(); added new parameter ↵Klaus Schmidinger
LiveView to cStatus::ChannelSwitch()
2012-03-07Removed the calls to EITScanner.UsesDevice(this) from dvb[hs]ddevice.cKlaus Schmidinger
2012-03-07Fixed selecting devices for the EPG scan in case the primary device is ↵Klaus Schmidinger
bonded with an other one
2012-03-06Fixed switching devices to the transponders of VPS recordings in case there ↵Klaus Schmidinger
are only bonded devices
2012-03-05Improved displaying signal strength and quality in the ST:TNG skin's channel ↵Klaus Schmidinger
display
2012-03-05Made the ST:TNG skin the default in case the user selected skin is not availableKlaus Schmidinger
2012-03-05Improved displaying the play mode in the ST:TNG skinKlaus Schmidinger
2012-03-05Added some missing member initializations in cBitmapKlaus Schmidinger
2012-03-04Fixed a possible race condition with the SVDRP commands CLRE and PUTEKlaus Schmidinger
2012-03-03Toggling a mark now restarts the timeout of the replay progress displayKlaus Schmidinger
2012-03-03The replay progress display is now turned on whenever a mark is toggled (not ↵Klaus Schmidinger
only when one is set)
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-03Moved the call to cStatus::MsgChannelSwitch(this, 0) to the beginning of ↵1.7.25Klaus Schmidinger
cDevice::SetChannel()
2012-03-02Fixed handling OSD color button texts in case a menu item has texts of its ownKlaus Schmidinger
2012-03-02Fixed some typosKlaus Schmidinger
2012-03-02Replaced min(max()) calls with the new function constrain()Klaus Schmidinger
2012-03-02Added a Query parameter to cDevice::GetDevice(), so that devices can be ↵Klaus Schmidinger
queried without side effects when zapping
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-27Added a missing blurbKlaus Schmidinger
2012-02-27Removed an obsolete command line optionKlaus Schmidinger
2012-02-27The code for the RCU remote control unit has been moved into a separate ↵Klaus Schmidinger
plugin named "rcu"
2012-02-27Fixed handling overlapping timers in case a VPS timer with higher priority ↵Klaus Schmidinger
needs to interrupt a timer with lower priority
2012-02-26Added some typecasts to silence gcc compiler warningsKlaus Schmidinger
2012-02-25If the first event in a schedule has a table id of 0x00, any incoming EIT ↵Klaus Schmidinger
data for that schedule from the DVB stream will be completely ignored
2012-02-25Fixed getting the video aspect ratio for scaling subtitles (cont'd)Klaus Schmidinger
2012-02-25Removed the "PrimaryLimit"Klaus Schmidinger
2012-02-25Fixed a typoKlaus Schmidinger
2012-02-24Fixed getting the video aspect ratio for scaling subtitlesKlaus Schmidinger
2012-02-23Removed obsolete codeKlaus Schmidinger
2012-02-22Fixed upscaling cBitmaps with anti-aliasingKlaus Schmidinger
2012-02-22Fixed handling subtitle color palettes on channels where subtitles appear ↵Klaus Schmidinger
"word by word"
2012-02-21Updated the Finnish OSD textsKlaus Schmidinger
2012-02-21Updated the Estonian OSD textsKlaus Schmidinger
2012-02-21Revoked "Fixed a possible deadlock in time shift mode"Klaus Schmidinger
2012-02-20Changed the return value of cTimer::SetFile() to 'void'Klaus Schmidinger
2012-02-20Added several cTimer::Set...() functionsKlaus Schmidinger
2012-02-20Fixed getting the subsystem ids of DVB devices in case they have been ↵Klaus Schmidinger
rearranged via udev rules
2012-02-20Increased the average character estimate for calculating tab positions in ↵Klaus Schmidinger
skins, to better suit wide fonts
2012-02-19The fps value for channels where it differs from the default is now set ↵Klaus Schmidinger
correctly when pausing live video
2012-02-19Fixed switching into time shift mode when pausing live video1.7.24Klaus Schmidinger
2012-02-18Fixed a possible deadlock in time shift modeKlaus Schmidinger
2012-02-17cReadDir::Next() now skips directory entries "." and ".."Klaus Schmidinger
2012-02-17The DVB device adapters/frontends are now probed by scanning the /dev/dvb ↵Klaus Schmidinger
directory instead of looping through adapter/frontend numbers
2012-02-16Removed code stub for obsolete SVDRP command MOVTKlaus Schmidinger
2012-02-16The SVDRP command DELR now won't delete a recording that is currently being ↵Klaus Schmidinger
edited