summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-07Changed the I18nNormalizeLanguageCode() check to also allow blanks (and all ↵Klaus Schmidinger
other printable characters) in the language codes
2006-09-24The function cThread::Cancel() now only sets 'running' to false and does not ↵Klaus Schmidinger
actually kill the thread if the special value -1 is given
2006-09-23Official release of version 1.4.31.4.3Klaus Schmidinger
2006-09-17Adjusted release date1.4.2-3Klaus Schmidinger
2006-09-16Fixed handling video directory updates in case the timestamp of the .update ↵Klaus Schmidinger
file is in the future
2006-09-16Updated the Hungarian language textsKlaus Schmidinger
2006-09-15Fixed deleting expired VPS timersKlaus Schmidinger
2006-09-10The 'skincurses' plugin now adjusts the size of the OSD to the size of the ↵Klaus Schmidinger
console window
2006-09-10Added --remove-destination to the 'cp' command for binaries in the Makefiles ↵Klaus Schmidinger
of the plugins
2006-09-09Adjusted release date1.4.2-2Klaus Schmidinger
2006-09-08Fixed cTimer::operator=() in case a cTimer variable is assigned to itself; ↵Klaus Schmidinger
implemented a copy constructor for cTimer
2006-09-03Fixed handling relative volume settings that unmute the audio in the call to ↵1.4.2-1Klaus Schmidinger
cStatus::MsgSetVolume()
2006-09-02Fixed processing the PDCDescriptor in 'libsi' on big endian systemsKlaus Schmidinger
2006-09-02Fixed the cTimer::operator=() so that it won't mess up the cListObject's ↵Klaus Schmidinger
pointers; fixed a memory leak in the cTimer::operator=() when using the 'aux' string
2006-09-01Added LC_ALL to the checks for UTF-8 at startupKlaus Schmidinger
2006-08-27Revoked the change to cDevice::GetDevice() that was introduced in version ↵1.4.2Klaus Schmidinger
1.4.1-2
2006-08-26channels.confKlaus Schmidinger
2006-08-20Fixed handling "Ca Info" in case the CAM sends this again if the smart card ↵1.4.1-5Klaus Schmidinger
is replaced with a different one
2006-08-20Added --remove-destination to the 'cp' command for binaries in the MakefileKlaus Schmidinger
2006-08-20Adapted cThread::ThreadId() to recent kernelsKlaus Schmidinger
2006-08-14Fixed setting additional audio PIDs in CAMsKlaus Schmidinger
2006-08-13Added a log error message to cPlugin::ConfigDirectory() in case a plugin ↵1.4.1-4Klaus Schmidinger
calls it from a separate thread
2006-08-12No longer stopping removing empty directories if an error occursKlaus Schmidinger
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