Commit Graph

  • 612bbc0e06 Added a missing '.' to the date returned by DayDateTime() Klaus Schmidinger 2007-11-03 15:36:41 +01:00
  • 46b9d18368 The 'Allowed' parameter in cMenuEditStrItem() is now NULL by default, which results in using tr(FileNameChars) Klaus Schmidinger 2007-11-03 15:06:00 +01:00
  • b54da2e0eb Added some missing 'const' keywords Klaus Schmidinger 2007-11-03 14:52:08 +01:00
  • 672c8c3d0e Fixed handling CONFDIR Klaus Schmidinger 2007-11-03 14:48:07 +01:00
  • db3e2a122d Fixed a possible blocking in replay when subtitles are active; fixed displaying subtitles in live mode Klaus Schmidinger 2007-11-03 14:39:25 +01:00
  • 06f813d2a8 Added a workaround for recovering from wrongfully interpreted "pre 1.3.19 PS1 packets" Klaus Schmidinger 2007-11-03 14:32:03 +01:00
  • 2fa568654d Added Ukrainian language texts Klaus Schmidinger 2007-11-01 10:38:27 +01:00
  • 92ae9f154e Added more special characters to the list of allowed characters when entering strings Klaus Schmidinger 2007-10-21 12:32:51 +02:00
  • cd6041f9ae Housekeeping now waits for a while after a replay has ended Klaus Schmidinger 2007-10-19 14:46:23 +02:00
  • 1e4c80799f Improved shutdown handling Klaus Schmidinger 2007-10-19 14:37:03 +02:00
  • eeaa969186 The "Play" key now starts replay of the selected recording in the Recordings menu Klaus Schmidinger 2007-10-19 14:22:03 +02:00
  • eca4c9fcea Updated the Italian OSD texts Klaus Schmidinger 2007-10-19 14:13:41 +02:00
  • b389c31428 Updated the Estonian OSD texts Klaus Schmidinger 2007-10-19 13:58:59 +02:00
  • cc95f37a09 Updated the French OSD texts Klaus Schmidinger 2007-10-19 13:54:24 +02:00
  • dd26d8873f Fixed checking compatibility mode for old subtitles plugin Klaus Schmidinger 2007-10-17 18:34:17 +02:00
  • dbf38b7c68 Version 1.5.10 - Implemented handling DVB subtitles (thanks to Marco Schlüßler, and also to Pekka Virtanen for writing the subtitle plugin, which helped in implementing subtitle handling in VDR). - The new remote control key "Subtitles" can be used to bring up the list of available subtitles. - The new setup option "DVB/Subtitle languages" can be used to define the preferred languages for subtitles. - Fixed selecting the audio track when pressing Ok in the Audio menu (thanks to Marco Schlüßler). - Implemented display of DVB subtitles in live viewing mode. - Implemented subtitle track selection. - Implemented bitmap color reduction and shrinking to display subtitles even on devices that can't display the necessary number of colors. - Added compatibility mode for playback of recordings made with the subtitles plugin (with some help from Rolf Ahrenberg). - The new setup option "DVB/Subtitle offset" can be used to shift the location of the subtitles in the vertical direction. - The new setup options "DVB/Subtitle foreground/background transparency" define an additional level of transparency for the foreground and background color of subtitles. - Existing recordings made with the subtitle plugin can be given an 'X' record in their info.vdr file, so that subtitles can be automatically selected upon replay, according to the preferred language setup, as in X 3 03 ger deutsch (see vdr.5). Note that these entries need to be added in the proper sequence, so that they correspond with the actual track languages in the recording. - Now generating translation files without line numbers to avoid unnecessarily large diffs. Plugin authors may want to replace the -F option with --no-location in the xgettext and msgmerge calls in their Makefiles. - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg). - Added a missing Channels.SetModified(true) call when deleting or moving a channel in the Channels menu (reported by Halim Sahin). - Fixed a missing '-' at the next to last line of SVDRP help texts (reported by Denis Knauf). - Added a missing SetVolumeDevice() call in cDevice::SetPrimaryDevice() (reported by Reinhard Nissl). - Fixed a crash when pressing Left while at the first character of a cMenuEditStrItem (thanks to Christian Wieninger). - Only creating a new cDvbOsdProvider in cDvbDevice::MakePrimaryDevice() if 'On' is true (i.e. this device is being made the primary device). - Updated the Italian OSD texts (thanks to Diego Pierotto). - Fixed handling reallocated memory in cCharSetConv::Convert() (reported by Udo Richter). - Fixed a new[]/delete mismatch in cMenuEditStrItem::LeaveEditMode() (thanks to Udo Richter). - Implemented sending all frames to devices that can handle them in fast forward trick speeds (thanks to Timo Eskola). - Updated the Hungarian language texts (thanks to Thomas Günther). - Fixed description of DeviceSetAvailableTrack() and cReceiver(), and added an example ~cMyReceiver() in PLUGINS.html (thanks to Marco Schlüßler). - Improved the description of where logging goes in the INSTALL file (thanks to Elias Luttinen). - Added a note about how to initiate internationalization support to the README.i18n file. The Makefile generated by the 'newplugin' script now has the 'i18n' target automatically create an initial 'po/pluginname.pot' file. Plugin authors may want to add the '$(I18Npot)' dependency to the 'i18n' target in their Makefiles, as in i18n: $(I18Npot) $(I18Nmo) (based on a suggestion by Torsten Kunkel). - Removed a duplicate ',' from the ca_ES.po file (thanks to Thomas Günther). - Added the 'ß' character to the "allowed characters" in the de_DE.po file (suggested by Thomas Günther). - Made the default copy ctor of cRecording private (thanks to Markus Hahn). Same for the assign operator. - Added cRecording::Undelete() (based on a patch from Markus Hahn). - Added cDevice::CloseFilter() to allow a device to have complete control over both opening and closing section filters (thanks to Rolf Ahrenberg). - Some fixes to PLUGINS.html (thanks to Rolf Ahrenberg). Klaus Schmidinger 2007-10-14 18:00:00 +02:00
  • 67df515c06 Added cDevice::CloseFilter(); some fixes to PLUGINS.html 1.5.10 Klaus Schmidinger 2007-10-14 13:11:23 +02:00
  • 7780e3664a Added cRecording::Undelete() Klaus Schmidinger 2007-10-14 10:23:19 +02:00
  • c6ef96a6ae Made the default copy ctor and the assign operator of cRecording private Klaus Schmidinger 2007-10-14 10:09:08 +02:00
  • 72983f3e4c Added the 'ß' character to the "allowed charcaters" in the de_DE.po file Klaus Schmidinger 2007-10-14 09:37:32 +02:00
  • ce377ef416 Removed a duplicate ',' from the ca_ES.po file Klaus Schmidinger 2007-10-14 09:32:59 +02:00
  • 714e61b090 Added a note about how to initiate internationalization support to the README.i18n file; the Makefile generated by the 'newplugin' script now has the 'i18n' target automatically create an initial 'po/pluginname.pot' file Klaus Schmidinger 2007-10-14 09:29:59 +02:00
  • de45da896a Improved the description of where logging goes in the INSTALL file Klaus Schmidinger 2007-10-13 13:03:57 +02:00
  • 913d4657c7 Fixed description of DeviceSetAvailableTrack() and cReceiver(), and added an example ~cMyReceiver() in PLUGINS.html Klaus Schmidinger 2007-10-13 12:57:15 +02:00
  • ecc90d55bb Updated the Hungarian language texts Klaus Schmidinger 2007-10-13 12:46:25 +02:00
  • 78ecc96e17 Implemented sending all frames to devices that can handle them in fast forward trick speeds Klaus Schmidinger 2007-10-13 12:28:35 +02:00
  • b943bf2c50 Fixed a new[]/delete mismatch in cMenuEditStrItem::LeaveEditMode() Klaus Schmidinger 2007-10-13 12:07:27 +02:00
  • 929d3e9ba2 Fixed handling reallocated memory in cCharSetConv::Convert() Klaus Schmidinger 2007-10-13 12:03:39 +02:00
  • 441b002be9 Updated the Italian OSD texts Klaus Schmidinger 2007-10-13 11:52:42 +02:00
  • a20bd2a42f Only creating a new cDvbOsdProvider in cDvbDevice::MakePrimaryDevice() if 'On' is true Klaus Schmidinger 2007-10-13 11:17:56 +02:00
  • 42a8041352 Fixed a crash when pressing Left while at the first character of a cMenuEditStrItem Klaus Schmidinger 2007-10-13 10:41:37 +02:00
  • f99b293de4 Added a missing SetVolumeDevice() call in cDevice::SetPrimaryDevice() Klaus Schmidinger 2007-10-13 10:34:30 +02:00
  • 20fd2553ff Fixed a missing '-' at the next to last line of SVDRP help texts Klaus Schmidinger 2007-10-13 10:23:19 +02:00
  • 8945e9e296 Added a missing Channels.SetModified(true) call when deleting or moving a channel in the Channels menu Klaus Schmidinger 2007-10-13 10:12:28 +02:00
  • 59bc94fba2 Now generating translation files without line numbers; updated the Finnish OSD texts Klaus Schmidinger 2007-10-13 09:54:09 +02:00
  • 0c8cda9bd0 Implemented handling DVB subtitles Klaus Schmidinger 2007-10-12 14:52:30 +02:00
  • 3a4b7f065c Adapted to the new Level parameter of cOsd Klaus Schmidinger 2007-08-26 20:36:59 +02:00
  • 46c882c04d Version 1.5.9 - Fixed handling locale directories with a large number of entries (thanks to Anssi Hannula). - Updated Turkish language texts (thanks to Oktay Yolgeçen). - Fixed stripping the context in I18nTranslate() (reported by Christian Wieninger). - Fixed detecting whether a particular locale is actually supported. - Added a note about LANG having to be set to a valid locale in INSTALL (suggested by Matthias Fechner). - Fixed some compiler warnings with gcc-4.2.0 (thanks to Matthias Schwarzott). - Fixed setting the locale file name in i18n-to-gettext.pl (thanks to Matthias Schwarzott). - Changed the default for LOCDIR in Makefile and Make.config.template to "./locale", so that internationalization works by default when running VDR from within its source directory (suggested by Anssi Hannula). - Added the new i18n macro trVDR(), which can be used by plugins to mark texts they want to reuse from VDR's core translations (suggested by Matthias Becker). - VDR now uses the default configuration directory as defined in the CONFDIR varable in the Makefile (thanks to Thomas Schmidt). - The SVDRP command LSTC can now list the channels with group separators if the option ':groups' is given (thanks to Andreas Mair). - Added a missing error report to cCuttingThread::Action() (thanks to Udo Richter). - There can now be more than one OSD at the same time. At any given time, however, only one of them can be active (and thus visible). This is to allow displaying things like subtitles in an easy way. A cOsd therefore now has a "Level", and only the OSD with the smallest level will be displayed. The level 0 OSD is special, and there can only be one with this level. If there is more than one OSD with a particular level, only the one that was created first will be displayed. Plugins that provide an OSD need to adjust their cOsdProvider::CreateOsd() function to hand through the Level. - Fixed checking for ttDolbyLast in cDevice::SetCurrentAudioTrack() (thanks to Marco Schlüßler). Klaus Schmidinger 2007-08-26 18:00:00 +02:00
  • ad1e138e5b Fixed checking for ttDolbyLast in cDevice::SetCurrentAudioTrack() 1.5.9 Klaus Schmidinger 2007-08-26 11:13:10 +02:00
  • a80915ff22 There can now be more than one OSD at the same time Klaus Schmidinger 2007-08-26 09:58:10 +02:00
  • 6a737033ad Added a missing error report to cCuttingThread::Action() Klaus Schmidinger 2007-08-25 10:36:10 +02:00
  • fd60644895 The SVDRP command LSTC can now list the channels with group separators if the option ':groups' is given Klaus Schmidinger 2007-08-25 09:31:13 +02:00
  • 742f4cc378 VDR now uses the default configuration directory as defined in the CONFDIR varable in the Makefile Klaus Schmidinger 2007-08-25 08:58:44 +02:00
  • a241ad38b8 Added the new i18n macro trVDR() Klaus Schmidinger 2007-08-24 14:03:47 +02:00
  • 98bdd0cfea Changed the default for LOCDIR in Makefile and Make.config.template to "./locale" Klaus Schmidinger 2007-08-24 13:30:07 +02:00
  • 840821fc00 Fixed setting the locale file name in i18n-to-gettext.pl Klaus Schmidinger 2007-08-24 13:20:58 +02:00
  • 91ad06409b Fixed some compiler warnings with gcc-4.2.0 Klaus Schmidinger 2007-08-24 13:18:21 +02:00
  • 529becb865 Added a note about LANG having to be set to a valid locale in INSTALL Klaus Schmidinger 2007-08-24 13:13:08 +02:00
  • 1998a2fb62 Fixed detecting whether a particular locale is actually supported Klaus Schmidinger 2007-08-24 13:09:09 +02:00
  • f075b1cea7 Fixed stripping the context in I18nTranslate() Klaus Schmidinger 2007-08-24 12:56:57 +02:00
  • 0a2fe2b6e8 Updated Turkish language texts Klaus Schmidinger 2007-08-24 12:39:26 +02:00
  • e5a2aa41c9 Version 1.5.8 - Added missing install-i18n to the install target in the Makefile (reported by Joachim Wilke). - Fixed a faulty comment in Make.config.template (reported by Marco Schlüßler). - Improved i18n-to-gettext.pl (thanks to Matthias Schwarzott). - Moved the "all" target in plugin Makefiles before the "Implicit rules", so that a plain "make" will compile everything (suggested by Matthias Schwarzott). The "newplugin" script has been changed accordingly. Plugin authors may want to change their Makefiles, too. - Added DESTDIR and PREFIX handling to the Makefile (thanks to Matthias Schwarzott). - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg). - Added internationalization to the "skincurses" plugin (thanks to Rolf Ahrenberg). - Checking the string for NULL in I18nTranslate(). - Updated the French OSD texts (thanks to Bruno Roussel). - Some optimizations in cDvbDevice::SetChannelDevice() (thanks to Tobias Bratfisch). - Optimized cMenuEditChrItem::Set() (thanks to Tobias Bratfisch). - Optimized cNitFilter::Process() (thanks to Tobias Bratfisch). - Reduced the number of time(NULL) calls in vdr.c's main loop to a single call (thanks to Tobias Bratfisch). - Changed cBitmap::DrawText() to always draw the background unless ColorBg is clrTransparent (thanks to Christoph Haubrich). - The "Setup/OSD/Language" menu now only shows those languages that actually have a locale (suggested by Anssi Hannula). - Now using setenv() instead of setlocale() to set the language for gettext() (suggested by Anssi Hannula; thanks also to Ludwig Nussel for a hint on using _nl_msg_cat_cntr). - When scanning the locale directory, VDR now explicitly looks for a file named vdr.mo. Text files for plugins are now named "vdr-name.mo", when "name" is the name of the plugin. The "newplugin" script has been changed accordingly, and plugin authors should change their Makefiles, too. Klaus Schmidinger 2007-08-19 18:00:00 +02:00
  • c9ccd0ae1d Fixed handling locale directories with a large number of entries Klaus Schmidinger 2007-08-19 16:04:22 +02:00
  • 69db18ef8f Explicitly looking for vdr.mo; text files for plugins named 'vdr-name.mo'; revoked 'best match' 1.5.8 Klaus Schmidinger 2007-08-19 14:34:44 +02:00
  • aebcc9d15c Fixed initializing 'Now' in main loop Klaus Schmidinger 2007-08-18 13:03:46 +02:00
  • 8014316a31 The "Setup/OSD/Language" menu now only shows those languages that actually have a locale (suggested by Anssi Hannula) Klaus Schmidinger 2007-08-18 09:21:52 +02:00
  • 48da9ba9c8 Changed cBitmap::DrawText() to always draw the background unless ColorBg is clrTransparent Klaus Schmidinger 2007-08-17 15:31:18 +02:00
  • 4d0297b804 Reduced the number of time(NULL) calls in vdr.c's main loop to a single call Klaus Schmidinger 2007-08-17 14:36:45 +02:00
  • cb03e38a07 Optimized cNitFilter::Process() Klaus Schmidinger 2007-08-17 14:06:09 +02:00
  • 9fa6d9f9dd Optimized cMenuEditChrItem::Set() Klaus Schmidinger 2007-08-17 13:50:20 +02:00
  • 1f3dbe585b Some optimizations in cDvbDevice::SetChannelDevice() Klaus Schmidinger 2007-08-17 13:41:06 +02:00
  • 7bb744ccb0 I18nInitialize() now uses best matching default locale Klaus Schmidinger 2007-08-17 12:38:55 +02:00
  • 00328c31e1 Updated the French OSD texts Klaus Schmidinger 2007-08-17 11:51:03 +02:00
  • 61fe65f5bb Combined entries for Andreas Mair Klaus Schmidinger 2007-08-15 14:34:03 +02:00
  • e48d4293e5 Checking the string for NULL in I18nTranslate() Klaus Schmidinger 2007-08-15 14:18:26 +02:00
  • 3883fb8e16 Added i18n to the 'skincurses' plugin Klaus Schmidinger 2007-08-15 14:11:11 +02:00
  • bc580d781a Updated the Finnish OSD texts Klaus Schmidinger 2007-08-15 13:52:58 +02:00
  • 1acc20266e Added DESTDIR and PREFIX handling to the Makefile Klaus Schmidinger 2007-08-15 13:49:27 +02:00
  • a551b5b124 Moved the "all" target in plugin Makefiles before the "Implicit rules" Klaus Schmidinger 2007-08-15 13:20:04 +02:00
  • 0979904dfc Improved i18n-to-gettext.pl Klaus Schmidinger 2007-08-15 12:52:00 +02:00
  • fdcce1c153 Fixed a faulty comment in Make.config.template Klaus Schmidinger 2007-08-12 20:44:29 +02:00
  • 310c5dc757 Added missing install-i18n to the install target in the Makefile Klaus Schmidinger 2007-08-12 20:38:10 +02:00
  • 4c65b525dc Version 1.5.7 - All logging now goes to LOG_ERR, because some systems split error, info and debug messages into separate files, which repeatedly caused extra efforts to find out when incomplete log excerpts were attached to problem reports in the past. - Updated the Estonian OSD texts (thanks to Arthur Konovalov). - Fixed a problem with characters >0x7F in the modified version of skipspace() (thanks to Marco Schlüßler). - Fixed a bug I introduced when simplifying the original patch for detecting Premiere NVOD channel links (crash reported by Malte Schröder). - Internationalization is now done with 'gettext' (following a suggestion by Lucian Muresan). Plugin authors may want to use the Perl script 'i18n-to-gettext.pl' to convert their internationalized texts to the gettext format (see the instructions inside that script file). The function cPlugin::RegisterI18n() is still present for compatibility, but doesn't have any more functionality. So plugins that don't convert their texts to the gettext format will only present English texts. See PLUGINS.html, section "Internationalization", for instructions on how to make strings in arrays translatable. See README.i18n for information on how to create new or maintain existing translations. - The three letter language codes and their aliases are stored in i18n.c, and each translation file only contains one of them to link that language name to the code. - The 'newplugin' script has been extended to generate the Makefile section for i18n support. - The parameter OSDLanguage in 'setup.conf' is now a string and holds the locale code of the selected OSD language (e.g. en_US). If Setup.OSDLanguage is not set to a particular locale that is found in VDR's locale directory, the locale as defined in the system environment is used by default. - The list of tracks given in cStatus::SetAudioTrack() is now NULL terminated, so that plugins can actually use all the strings in the list, not just the one pointed to by Index (thanks to Alexander Rieger). - Fixed handling kLeft in the calls to cStatus::MsgOsdTextItem() (thanks to Alexander Rieger). - Added the "...or (at your option) any later version" phrase to the license information of all plugins, and also the 'newplugin' script (suggested by Ville Skyttä). Plugin authors may want to consider doing the same. - Fixed the link to the GPL2 at http://www.gnu.org in vdr.c (thanks to Ville Skyttä). - cBitmap::SetXpm() now checks whether the given Xpm pointer is not NULL, to avoid a crash with files that only contain "/* XPM */" (suggested by Andreas Mair). - Added a debug error message to cReceiver::~cReceiver() in case it is still attached to a device (thanks to Reinhard Nissl). Klaus Schmidinger 2007-08-12 18:00:00 +02:00
  • 1c7f9c81b4 Added a debug error message to cReceiver::~cReceiver() in case it is still attached to a device 1.5.7 Klaus Schmidinger 2007-08-12 12:30:00 +02:00
  • 4c28809e2d No more default for OSDLanguage Klaus Schmidinger 2007-08-12 12:18:23 +02:00
  • 365eda6cdd Added a note on how to run locally Klaus Schmidinger 2007-08-12 12:04:17 +02:00
  • dbcc517354 cBitmap::SetXpm() now checks whether the given Xpm pointer is not NULL Klaus Schmidinger 2007-08-12 11:36:14 +02:00
  • ab7fd0a903 Fixed the link to the GPL2 at http://www.gnu.org in vdr.c Klaus Schmidinger 2007-08-12 11:25:05 +02:00
  • 8edb431b2c Added the "...or (at your option) any later version" phrase to the license information of all plugins, and also the "newplugin" script Klaus Schmidinger 2007-08-12 11:13:43 +02:00
  • 6f568625d7 Fixed handling kLeft in the calls to cStatus::MsgOsdTextItem() Klaus Schmidinger 2007-08-12 10:45:43 +02:00
  • 33e5ef3a58 The list of tracks given in cStatus::SetAudioTrack() is now NULL terminated Klaus Schmidinger 2007-08-12 10:37:58 +02:00
  • b12403458e Now writing modified Makefile to Makefile.new Klaus Schmidinger 2007-08-12 10:02:01 +02:00
  • 84faea7f0d Put the three letter language codes and aliases into i18n.c Klaus Schmidinger 2007-08-12 09:54:23 +02:00
  • 26e2e4dee2 Using system locale for i18n by default Klaus Schmidinger 2007-08-11 14:27:02 +02:00
  • 84184e2c03 Updated German OSD language texts Klaus Schmidinger 2007-08-11 13:18:35 +02:00
  • 0f7a4af168 Switched I18N to gettext Klaus Schmidinger 2007-08-11 12:39:06 +02:00
  • 5b8fe34a0e Fixes in preparation for 'gettext' Klaus Schmidinger 2007-07-29 11:35:03 +02:00
  • cad9843166 Fixed a bug I introduced when simplifying the original patch for detecting Premiere NVOD channel links Klaus Schmidinger 2007-07-28 13:23:37 +02:00
  • 031000493d Fixed a problem with characters >0x7F in the modified version of skipspace() Klaus Schmidinger 2007-07-28 12:59:48 +02:00
  • 6ab7d34010 Updated the Estonian OSD texts Klaus Schmidinger 2007-07-28 11:20:25 +02:00
  • 1476966099 All logging now goes to LOG_ERR Klaus Schmidinger 2007-07-28 09:45:27 +02:00
  • 54e8fd121a Added a credit Klaus Schmidinger 2007-07-28 09:39:53 +02:00
  • 8849308cf9 Version 1.5.6 - Fixed a buffer overflow in initializing the system character table (thanks to Marco Schlüßler). - Updated the Russian OSD texts (thanks to Oleg Roitburd). - Fixed handling single byte characters >0x7F in Utf8ToArray() (thanks to Udo Richter). - Improved numdigits(), isnumber() and strreplace() (thanks to Tobias Bratfisch). - Fixed clearing color buttons in the 'curses' skin (thanks to Udo Richter). - Fixed a typo in the function name of cOsd::SetOsdPosition() and added a range check to it (thanks to Christoph Haubrich). - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg). - Improved cControl::Launch() to keep 'control' from pointing to uninitialized memory (thanks to Rolf Ahrenberg). - Made skipspace() an inline function (suggested by Tobias Bratfisch) and changed it to handle the most common case of 'no leading space' very fast, and avoid calling isspace(), which made the whole function a lot faster. - Fixed detection of Premiere NVOD channel links (thanks to Markus Hahn). - Added a table of the used trick speed values to the description of cDevice::TrickSpeed() (suggested by Martin Dauskardt). - Added a missing 'P' to vdr.c's SHUTDOWNCANCELROMPT macro (reported by Marco Schlüßler). Klaus Schmidinger 2007-07-22 18:00:00 +02:00
  • 2cf50221c2 Added a missing 'P' to vdr.c's SHUTDOWNCANCELROMPT macro 1.5.6 Klaus Schmidinger 2007-07-22 11:40:01 +02:00
  • 1858245fc8 Added a table of the used trick speed values to the description of cDevice::TrickSpeed() Klaus Schmidinger 2007-07-22 11:29:37 +02:00
  • a1663a3612 Fixed detection of Premiere NVOD channel links Klaus Schmidinger 2007-07-21 15:05:20 +02:00
  • 593013c94c Fixed some whitespace formatting Klaus Schmidinger 2007-07-21 13:49:48 +02:00
  • 4c90306502 Made skipspace() an inline function and changed it to handle the most common case of 'no leading space' very fast, and avoid calling isspace() Klaus Schmidinger 2007-07-21 13:39:02 +02:00
  • 214c12289f Improved cControl::Launch() to keep 'control' from pointing to uninitialized memory Klaus Schmidinger 2007-07-20 15:26:13 +02:00
  • a8eaa2538c Updated the Finnish OSD texts Klaus Schmidinger 2007-07-20 15:04:56 +02:00