summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-12-03Added '#include <stdint.h>' to font.h; added a compatibility define for ↵1.4.4-2Klaus Schmidinger
'uint64' to tools.h (cont'd)
2006-12-03Removed the '__attribute__' - didn't work with function parametersKlaus Schmidinger
2006-12-03Added '#include <stdint.h>' to font.h; added a compatibility define for ↵Klaus Schmidinger
'uint64' to tools.h
2006-12-03Adjusted release date1.4.4-1Klaus Schmidinger
2006-12-02Moved the cPluginManager::Active() call further downKlaus Schmidinger
2006-12-02Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' ↵Klaus Schmidinger
to avoid problems on 64-bit machines
2006-12-02Now calling cPluginManager::Active() only if VDR is really trying to shut ↵Klaus Schmidinger
down, and waiting for 5 minutes before calling it again
2006-12-02The getskyepg.pl script now replaces "&amp;" with "&"Klaus Schmidinger
2006-12-01Added a missing 'const' to cRecordingInfo::ChannelID()Klaus Schmidinger
2006-12-01Fixed a typo in the change to the "Use small font" setup option in version ↵Klaus Schmidinger
1.3.47
2006-12-01Fixed a possible crash in remux.c on 64-bit machinesKlaus Schmidinger
2006-12-01Made the getskyepg.pl script of the 'sky' plugin send a user agent message ↵Klaus Schmidinger
to the server
2006-12-01Fixed a possible segfault in cSkins::Message()Klaus Schmidinger
2006-11-19Some improvements to the man pagesKlaus Schmidinger
2006-11-04Fixed displaying the replay mode symbol in case of "Multi speed mode"1.4.4Klaus Schmidinger
2006-10-29Adjusted release date1.4.3-4Klaus Schmidinger
2006-10-28Fixed handling NITs with more than one delivery system descriptor tag for ↵Klaus Schmidinger
the same transponder
2006-10-28Fixed deleting EPG events that have a running status of "pausing" or higherKlaus Schmidinger
2006-10-22Adjusted release date again1.4.3-3Klaus Schmidinger
2006-10-20Fixed setting audio track descriptions after a replay has been stoppedKlaus Schmidinger
2006-10-15Adjusted release date1.4.3-2Klaus Schmidinger
2006-10-14Increased the size of the key queue to avoid problems with long key macrosKlaus Schmidinger
2006-10-14Fixed handling plugins from cRemote::PutMacro() and cRemote::CallPlugin()Klaus Schmidinger
2006-10-14cRemote::PutMacro() now sets a lock while it expands the macroKlaus Schmidinger
2006-10-14Keys from expanded key macros are now put into the front of the key queueKlaus Schmidinger
2006-10-14Fixed displaying the error log message in case an unknown plugin was ↵Klaus Schmidinger
requested in a key macro
2006-10-14Fixed a possible crash if cPluginManager::GetPlugin() is called with a NULL ↵Klaus Schmidinger
pointer
2006-10-14Updated the Hungarian language textsKlaus Schmidinger
2006-10-09Fixed clearing an event's Title, ShortText and Description in case the data ↵Klaus Schmidinger
comes from an external source
2006-10-08Replacing blanks in language codes with underlines1.4.3-1Klaus Schmidinger
2006-10-07Fixed handling language codes and descriptions of recorded audio tracksKlaus Schmidinger
2006-10-07Fixed handling video directory updates in case an other process has touched ↵Klaus Schmidinger
the .update file after the last NeedsUpdate() check
2006-10-07Now clearing an event's Title, ShortText and Description if there is no ↵Klaus Schmidinger
ShortEventDescriptor or ExtendedEventDescriptor, respectively
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