summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2007-08-17Optimized cNitFilter::Process()Klaus Schmidinger
2007-08-17Optimized cMenuEditChrItem::Set()Klaus Schmidinger
2007-08-17Some optimizations in cDvbDevice::SetChannelDevice()Klaus Schmidinger
2007-08-17I18nInitialize() now uses best matching default localeKlaus Schmidinger
2007-08-17Updated the French OSD textsKlaus Schmidinger
2007-08-15Combined entries for Andreas MairKlaus Schmidinger
2007-08-15Checking the string for NULL in I18nTranslate()Klaus Schmidinger
2007-08-15Added i18n to the 'skincurses' pluginKlaus Schmidinger
2007-08-15Updated the Finnish OSD textsKlaus Schmidinger
2007-08-15Added DESTDIR and PREFIX handling to the MakefileKlaus Schmidinger
2007-08-15Moved the "all" target in plugin Makefiles before the "Implicit rules"Klaus Schmidinger
2007-08-15Improved i18n-to-gettext.plKlaus Schmidinger
2007-08-12Fixed a faulty comment in Make.config.templateKlaus Schmidinger
2007-08-12Added missing install-i18n to the install target in the MakefileKlaus Schmidinger
2007-08-12Added a debug error message to cReceiver::~cReceiver() in case it is still ↵1.5.7Klaus Schmidinger
attached to a device
2007-08-12No more default for OSDLanguageKlaus Schmidinger
2007-08-12Added a note on how to run locallyKlaus Schmidinger
2007-08-12cBitmap::SetXpm() now checks whether the given Xpm pointer is not NULLKlaus Schmidinger
2007-08-12Fixed the link to the GPL2 at http://www.gnu.org in vdr.cKlaus Schmidinger
2007-08-12Added the "...or (at your option) any later version" phrase to the license ↵Klaus Schmidinger
information of all plugins, and also the "newplugin" script
2007-08-12Fixed handling kLeft in the calls to cStatus::MsgOsdTextItem()Klaus Schmidinger
2007-08-12The list of tracks given in cStatus::SetAudioTrack() is now NULL terminatedKlaus Schmidinger
2007-08-12Now writing modified Makefile to Makefile.newKlaus Schmidinger
2007-08-12Put the three letter language codes and aliases into i18n.cKlaus Schmidinger
2007-08-11Using system locale for i18n by defaultKlaus Schmidinger
2007-08-11Updated German OSD language textsKlaus Schmidinger
2007-08-11Switched I18N to gettextKlaus Schmidinger
2007-07-29Fixes in preparation for 'gettext'Klaus Schmidinger
2007-07-28Fixed a bug I introduced when simplifying the original patch for detecting ↵Klaus Schmidinger
Premiere NVOD channel links
2007-07-28Fixed a problem with characters >0x7F in the modified version of skipspace()Klaus Schmidinger
2007-07-28Updated the Estonian OSD textsKlaus Schmidinger
2007-07-28All logging now goes to LOG_ERRKlaus Schmidinger
2007-07-28Added a creditKlaus Schmidinger
2007-07-22Added a missing 'P' to vdr.c's SHUTDOWNCANCELROMPT macro1.5.6Klaus Schmidinger
2007-07-22Added a table of the used trick speed values to the description of ↵Klaus Schmidinger
cDevice::TrickSpeed()
2007-07-21Fixed detection of Premiere NVOD channel linksKlaus Schmidinger
2007-07-21Fixed some whitespace formattingKlaus Schmidinger
2007-07-21Made skipspace() an inline function and changed it to handle the most common ↵Klaus Schmidinger
case of 'no leading space' very fast, and avoid calling isspace()
2007-07-20Improved cControl::Launch() to keep 'control' from pointing to uninitialized ↵Klaus Schmidinger
memory
2007-07-20Updated the Finnish OSD textsKlaus Schmidinger
2007-07-20Fixed a typo in the function name of cOsd::SetOsdPosition() and added a ↵Klaus Schmidinger
range check to it
2007-07-20Fixed clearing color buttons in the 'curses' skinKlaus Schmidinger
2007-07-20Improved numdigits(), isnumber() and strreplace()Klaus Schmidinger
2007-07-20Fixed handling single byte characters >0x7F in Utf8ToArray()Klaus Schmidinger