summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-03Added a workaround for recovering from wrongfully interpreted "pre 1.3.19 ↵Klaus Schmidinger
PS1 packets"
2007-11-01Added Ukrainian language textsKlaus Schmidinger
2007-10-21Added more special characters to the list of allowed characters when ↵Klaus Schmidinger
entering strings
2007-10-19Housekeeping now waits for a while after a replay has endedKlaus Schmidinger
2007-10-19Improved shutdown handlingKlaus Schmidinger
2007-10-19The "Play" key now starts replay of the selected recording in the Recordings ↵Klaus Schmidinger
menu
2007-10-19Updated the Italian OSD textsKlaus Schmidinger
2007-10-19Updated the Estonian OSD textsKlaus Schmidinger
2007-10-19Updated the French OSD textsKlaus Schmidinger
2007-10-17Fixed checking compatibility mode for old subtitles pluginKlaus Schmidinger
2007-10-14Added cDevice::CloseFilter(); some fixes to PLUGINS.html1.5.10Klaus Schmidinger
2007-10-14Added cRecording::Undelete()Klaus Schmidinger
2007-10-14Made the default copy ctor and the assign operator of cRecording privateKlaus Schmidinger
2007-10-14Added the 'ß' character to the "allowed charcaters" in the de_DE.po fileKlaus Schmidinger
2007-10-14Removed a duplicate ',' from the ca_ES.po fileKlaus Schmidinger
2007-10-14Added a note about how to initiate internationalization support to the ↵Klaus Schmidinger
README.i18n file; the Makefile generated by the 'newplugin' script now has the 'i18n' target automatically create an initial 'po/pluginname.pot' file
2007-10-13Improved the description of where logging goes in the INSTALL fileKlaus Schmidinger
2007-10-13Fixed description of DeviceSetAvailableTrack() and cReceiver(), and added an ↵Klaus Schmidinger
example ~cMyReceiver() in PLUGINS.html
2007-10-13Updated the Hungarian language textsKlaus Schmidinger
2007-10-13Implemented sending all frames to devices that can handle them in fast ↵Klaus Schmidinger
forward trick speeds
2007-10-13Fixed a new[]/delete mismatch in cMenuEditStrItem::LeaveEditMode()Klaus Schmidinger
2007-10-13Fixed handling reallocated memory in cCharSetConv::Convert()Klaus Schmidinger
2007-10-13Updated the Italian OSD textsKlaus Schmidinger
2007-10-13Only creating a new cDvbOsdProvider in cDvbDevice::MakePrimaryDevice() if ↵Klaus Schmidinger
'On' is true
2007-10-13Fixed a crash when pressing Left while at the first character of a ↵Klaus Schmidinger
cMenuEditStrItem
2007-10-13Added a missing SetVolumeDevice() call in cDevice::SetPrimaryDevice()Klaus Schmidinger
2007-10-13Fixed a missing '-' at the next to last line of SVDRP help textsKlaus Schmidinger
2007-10-13Added a missing Channels.SetModified(true) call when deleting or moving a ↵Klaus Schmidinger
channel in the Channels menu
2007-10-13Now generating translation files without line numbers; updated the Finnish ↵Klaus Schmidinger
OSD texts
2007-10-12Implemented handling DVB subtitlesKlaus Schmidinger
2007-08-26Adapted to the new Level parameter of cOsdKlaus Schmidinger
2007-08-26Fixed checking for ttDolbyLast in cDevice::SetCurrentAudioTrack()1.5.9Klaus Schmidinger
2007-08-26There can now be more than one OSD at the same timeKlaus Schmidinger
2007-08-25Added a missing error report to cCuttingThread::Action()Klaus Schmidinger
2007-08-25The SVDRP command LSTC can now list the channels with group separators if ↵Klaus Schmidinger
the option ':groups' is given
2007-08-25VDR now uses the default configuration directory as defined in the CONFDIR ↵Klaus Schmidinger
varable in the Makefile
2007-08-24Added the new i18n macro trVDR()Klaus Schmidinger
2007-08-24Changed the default for LOCDIR in Makefile and Make.config.template to ↵Klaus Schmidinger
"./locale"
2007-08-24Fixed setting the locale file name in i18n-to-gettext.plKlaus Schmidinger
2007-08-24Fixed some compiler warnings with gcc-4.2.0Klaus Schmidinger
2007-08-24Added a note about LANG having to be set to a valid locale in INSTALLKlaus Schmidinger
2007-08-24Fixed detecting whether a particular locale is actually supportedKlaus Schmidinger
2007-08-24Fixed stripping the context in I18nTranslate()Klaus Schmidinger
2007-08-24Updated Turkish language textsKlaus Schmidinger
2007-08-19Fixed handling locale directories with a large number of entriesKlaus Schmidinger
2007-08-19Explicitly looking for vdr.mo; text files for plugins named 'vdr-name.mo'; ↵1.5.8Klaus Schmidinger
revoked 'best match'
2007-08-18Fixed initializing 'Now' in main loopKlaus Schmidinger
2007-08-18The "Setup/OSD/Language" menu now only shows those languages that actually ↵Klaus Schmidinger
have a locale (suggested by Anssi Hannula)
2007-08-17Changed cBitmap::DrawText() to always draw the background unless ColorBg is ↵Klaus Schmidinger
clrTransparent
2007-08-17Reduced the number of time(NULL) calls in vdr.c's main loop to a single callKlaus Schmidinger