summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-12Changed the way a device is selected for receiving in order to keep devices ↵Klaus Schmidinger
with CAMs better available
2006-08-12Made the cCiSession members sessionId and resourceId uint16_t and uint32_tKlaus Schmidinger
2006-08-12Fixed converting the port number in the "connect from..." log message of SVDRPKlaus Schmidinger
2006-08-06Modified the cSVDRP::Close() function to avoid code duplication1.4.1-3Klaus Schmidinger
2006-08-05Fixed getting the next active timer when shutting downKlaus Schmidinger
2006-08-05Avoiding shutdown message "Recording in ... minutes, shut down anyway?" with ↵Klaus Schmidinger
a negative number of minutes
2006-08-05Modified the shutdown mechanism, so that the shutdown script is never given ↵Klaus Schmidinger
a time in the past
2006-08-05Fixed handling the running status of EPG events before the currently running ↵Klaus Schmidinger
one, in case they are added after the current event (cont'd from version 1.4.1-2)
2006-07-30Now invalidating /video cache _after_ cuttingKlaus Schmidinger
2006-07-30Fixed deleting the last character of a string menu item in insert modeKlaus Schmidinger
2006-07-29Fixed cDevice::ToggleMute()Klaus Schmidinger
2006-07-29Increased the APIVERSION to allow plugins that relied on the ↵Klaus Schmidinger
cStatus::MsgSetVolume() bug to react properly
2006-07-29Fixed assigning schedules to channels in case there is no initial EPG ↵Klaus Schmidinger
information
2006-07-23Menu items derived from cMenuEditIntItem now loop though their values if ↵1.4.1-2Klaus Schmidinger
they have a dedicated minimum or maximum limit
2006-07-23Added credits for Bernd MelcherKlaus Schmidinger
2006-07-23Fixed handling numeric keys in the channel display after switching channel ↵Klaus Schmidinger
groups
2006-07-22cDevice::GetDevice() now prefers any device that's already receiving and ↵Klaus Schmidinger
doesn't require detatching receivers
2006-07-22Fixed handling client side termination of SVDRP connectionsKlaus Schmidinger
2006-07-22Added a missing initialization of 'mutex' in cCiMenu::cCiMenu() and removed ↵Klaus Schmidinger
some superfluous semicolons in ci.c
2006-07-22Fixed handling relative volume settings in the call to cStatus::MsgSetVolume()Klaus Schmidinger
2006-07-22Fixed handling network masks in the svdrphosts.conf fileKlaus Schmidinger
2006-07-22Newlines in title and short text of an EPG event are now changed into blanks ↵Klaus Schmidinger
only after all other fixes
2006-07-22cEIT::cEIT() now calls pSchedule->SetPresentSeen() even if OnlyRunningStatus ↵Klaus Schmidinger
is true
2006-07-22Fixed handling the running status of EPG events before the currently running ↵Klaus Schmidinger
one, in case they are added after the current event
2006-06-24Fixed a commentKlaus Schmidinger
2006-06-24Removed a double fdopen() in cPipe::Open()Klaus Schmidinger
2006-06-24Added '--vfat' to the vdr.1 man pageKlaus Schmidinger
2006-06-24Fixed the Makefile of the 'servicedemo' plugin, so that it defines the ↵Klaus Schmidinger
PLUGIN macro; added a comment regarding the PLUGIN macro to the 'newplugin' script
2006-06-18Now making sure a VPS timer has a schedule in case the epg.data file didn't ↵1.4.1-1Klaus Schmidinger
contain one when VDR was started
2006-06-17Fixed handling relative link targets in the ReadLink() functionKlaus Schmidinger
2006-06-16Added a missing variable initialization in ↵Klaus Schmidinger
cRingBufferLinear::cRingBufferLinear()
2006-06-16Modified rcu.c to better handle RC5 codesKlaus Schmidinger
2006-06-16Now making sure VPS timers don't get stuck with outdated events, and that ↵Klaus Schmidinger
the actual device isn't used for updating a VPS timer's event as long as other free devices are available
2006-06-15Updated 'S13E' in 'sources.conf'Klaus Schmidinger
2006-06-15Added some comment to cDevice::GetDevice()Klaus Schmidinger
2006-06-15Added "-fPIC" to the compiler options in Make.config.template when compiling ↵Klaus Schmidinger
plugins
2006-06-11Reduced logging for the SVDRP GRAB command1.4.1Klaus Schmidinger
2006-06-11Fixed a messageKlaus Schmidinger
2006-06-04Now switching to non-VPS timers' channels 60 seconds before the timer starts1.4.0-3Klaus Schmidinger
2006-06-03When the 'skincurses' plugin is loaded, it automatically sets the 'curses' ↵Klaus Schmidinger
skin as the current one
2006-06-03Increased the column spacing in the "Recordings" menuKlaus Schmidinger
2006-06-03Fixed handling tabbed item display in 'skincurses'Klaus Schmidinger
2006-06-03Fixed handling the display of the '*' indicator in the "What's on now/next?" ↵Klaus Schmidinger
menu
2006-06-03Applied the fixes to moving and deleting channels from version 1.4.0-2 to ↵Klaus Schmidinger
the SVDRP commands MOVC and DELC as well
2006-06-02Fixed the 'clean-plugins' target in the Makefile to also remove additional ↵Klaus Schmidinger
plugin libraries
2006-06-02Removed the call to pthread_setschedparam(childTid, SCHED_RR, 0) in thread.cKlaus Schmidinger
2006-05-28Removed all the compatibility '#if APIVERSNUM...' stuff and instead ↵Klaus Schmidinger
increased the API version number
2006-05-28Fixed the PremiereContentTransmissionDescriptor in 'libsi'Klaus Schmidinger
2006-05-28Fixed deleting channels in case the current channel's number changes1.4.0-2Klaus Schmidinger
2006-05-28Fixed moving channels, which sometimes stopped the current replay sessionKlaus Schmidinger