Commit Graph

2433 Commits

Author SHA1 Message Date
Klaus Schmidinger 3bd7f7a0e0 Rendering the non-breaking space symbol as a blank 2008-03-01 10:21:12 +01:00
Klaus Schmidinger 2497217096 The 'plugins' target in the Makefile now returns an error exit code if one of the plugins failed to compile 2008-03-01 09:42:36 +01:00
Klaus Schmidinger e2c3582834 Made the 'pic2mpg' script of the 'pictures' plugin work with relative paths 2008-02-29 14:38:44 +01:00
Klaus Schmidinger bca18a19c9 Updated the Turkish OSD texts 2008-02-29 14:11:49 +01:00
Klaus Schmidinger acd56a9501 Updated the Czech OSD texts 2008-02-29 13:50:24 +01:00
Klaus Schmidinger b402f4f603 Updated the Slovenian OSD texts 2008-02-29 13:43:34 +01:00
Klaus Schmidinger 91dff73cf4 Fixed a crash in cFreetypeFont::DrawText() if an unknown symbol is encountered; unknown symbols are replaced with a '?' 2008-02-29 13:41:11 +01:00
Klaus Schmidinger ff04bc72fd Fixed handling 3 and 4 byte UTF-8 symbols in Utf8CharGet() 2008-02-29 13:23:02 +01:00
Klaus Schmidinger 4d6f0fb4c4 Updated French language texts 2008-02-27 17:15:28 +01:00
Klaus Schmidinger d5dc5de97a Stripping control codes 0x86 and 0x87 from SI strings 2008-02-26 16:26:12 +01:00
Klaus Schmidinger 4c1ab4f82d Updated the Dutch OSD texts 2008-02-26 16:22:59 +01:00
Klaus Schmidinger 564c3cec99 Updated the Romanian OSD texts (thanks to Lucian Muresan) 2008-02-25 18:17:12 +01:00
Klaus Schmidinger 3a2246a12b Made the 'pic2mpg' script of the 'pictures' plugin work with uppercase filename extensions 2008-02-25 18:11:33 +01:00
Klaus Schmidinger 5a40d9aff2 Updated the Swedish OSD texts 2008-02-24 12:29:54 +01:00
Klaus Schmidinger ce7b0c94f7 Added the backslash ('\') to the list of characters that need to be escaped when executing external commands 2008-02-24 10:30:49 +01:00
Klaus Schmidinger 088c325e8f Increased the valid range of the "Subtitle offset" setup option to -100...100 2008-02-24 10:11:14 +01:00
Klaus Schmidinger 25cc41854e No longer trying to switch to an available channel if the primary device has no valid programme and a menu is open 2008-02-23 15:41:14 +01:00
Klaus Schmidinger 300d402663 The CAM menu now stays open as long as it is automatically updated 2008-02-23 14:40:58 +01:00
Klaus Schmidinger edfe582941 Attempting to stay on the current channel in case of an upcoming recording 2008-02-23 13:19:10 +01:00
Klaus Schmidinger 1b1267674f The scrollbar handle now always has a height that is at least the width of the scrollbar 2008-02-23 10:50:28 +01:00
Klaus Schmidinger 3a70484121 Revised the fix of calculating the scrollbar height in the skins 2008-02-22 17:02:31 +01:00
Klaus Schmidinger 8bf512690a Fixed the format in cRemote::Put() to use "%016llX" instead of "%016LX" 2008-02-22 15:36:42 +01:00
Klaus Schmidinger 0e7aa50a38 Updated the Italian OSD texts 2008-02-22 13:26:13 +01:00
Klaus Schmidinger f10368dddb Fixed various spelling errors and improved PLUGINS.html 2008-02-18 20:40:08 +01:00
Klaus Schmidinger a3fb7946b5 Updated the Dutch OSD texts 2008-02-18 16:51:40 +01:00
Klaus Schmidinger 084ac0c334 Updated the Danish OSD texts 2008-02-18 16:46:01 +01:00
Klaus Schmidinger 0b481b18e2 Fixed setting the current subtitle track in Transfer-Mode 2008-02-17 16:04:52 +01:00
Klaus Schmidinger 31a0318de4 Implemented cSkinCursesDisplayMenu::SetScrollbar(); fixed calculating the scrollbar sizes in the skins 2008-02-17 14:29:24 +01:00
Klaus Schmidinger dc7c5464fc Introduced 'operator const void * ()' in cString 2008-02-17 13:47:12 +01:00
Klaus Schmidinger 54b4d4e4e7 Implemented cSkin::SetScrollbar() 2008-02-17 12:31:16 +01:00
Klaus Schmidinger 28a82b3186 Added missing #include <limits.h> to epg.c and menuitems.h 2008-02-16 16:12:21 +01:00
Klaus Schmidinger 1a0beec1bf Added new cStatus functions to the 'status' plugin 2008-02-16 15:41:05 +01:00
Klaus Schmidinger 6140c49f14 Added cStatus::TimerChange() 2008-02-16 15:04:49 +01:00
Klaus Schmidinger 6b35173789 Implemented the cStatus, cDevice and cPlayer functions for setting subtitle tracks in plugins 2008-02-16 13:59:09 +01:00
Klaus Schmidinger 741400fa66 Fixed handling recordings on other file systems than the video directory 2008-02-16 13:38:22 +01:00
Klaus Schmidinger 856c1953c4 Updated the Russian OSD texts 2008-02-15 16:33:36 +01:00
Klaus Schmidinger 6bef17cdec When deleting the recording that is currently replayed, the replay is now stopped immediately 2008-02-15 16:13:10 +01:00
Klaus Schmidinger a81e3699d1 Limiting the length of the recording name in timers in case VDR is run with --vfat (replaces the previous change to svdrp.c) 2008-02-15 15:46:07 +01:00
Klaus Schmidinger 9495aa9923 Using cString::sprintf() instead of asprintf() 2008-02-15 14:57:48 +01:00
Klaus Schmidinger e1eb84db49 Limiting the length of the recording name in timers created via SVDRP in case VDR is run with --vfat 2008-02-10 13:41:43 +01:00
Klaus Schmidinger 5a44b8b801 Running the thread that removes deleted recordings at a low priority 2008-02-10 12:52:14 +01:00
Klaus Schmidinger 47ea5cb1d0 Fixed detecting directories in cFileNameList::Load() 2008-02-10 12:41:18 +01:00
Klaus Schmidinger b678d5812c Fixed a loss of a timer's 'recording' flag after modifying it via MODT 2008-02-10 12:25:52 +01:00
Klaus Schmidinger dcbcd18890 Changed the message "Upcoming VPS recording!" to "Upcoming recording!" because it applies to non-VPS recordings as well 2008-02-10 11:58:21 +01:00
Klaus Schmidinger 9622a5b6ec The free disk space is now also displayed in the title of the "Recordings" menu 2008-02-10 11:46:20 +01:00
Klaus Schmidinger 5f9f793d7b Fixed setting the date in the channel display of the classic and sttng skins, to avoid unnecessary OSD access 2008-02-10 10:10:44 +01:00
Klaus Schmidinger df0e2f0dc8 The section handler is now stopped before the device is destroyed 2008-02-09 16:28:15 +01:00
Klaus Schmidinger 7ad17726d8 Improved sending all frames to devices that can handle them in fast forward trick speeds, including subtitles 2008-02-09 15:12:55 +01:00
Klaus Schmidinger 6520725bb2 Ignoring "repeat" and "release" keys in the time search entry mode during replay 2008-02-09 12:29:04 +01:00
Klaus Schmidinger 8f5da3f68b Fixed setting the OSD area in the pictures plugin 2008-02-09 12:15:52 +01:00
Klaus Schmidinger 197d6a9c85 Speeded up anti-aliased font rendering by caching the blend indexes 2008-02-09 11:52:25 +01:00
Klaus Schmidinger e6f806d602 Implemented option --userdump 2008-02-08 15:55:30 +01:00
Klaus Schmidinger f54c810bcd Revoked the switch to the "multiproto" driver in order to make a new stable version 2008-02-08 13:48:31 +01:00
Klaus Schmidinger 538cbdb26a Added option -i to the pictures plugin's pic2mpg to ignore unknown file types 2008-02-02 11:34:43 +01:00
Klaus Schmidinger 317240e970 Updated the Italian OSD texts 2008-02-01 15:25:56 +01:00
Klaus Schmidinger 6a4852710b Removed switching to the next higher or lower channel if the current channel is not available 2008-01-27 14:40:11 +01:00
Klaus Schmidinger d0af2f90e7 Implemented handling of DVB-S2 2008-01-27 14:35:54 +01:00
Klaus Schmidinger f8274a9a9f Fixed finding new transponders 2008-01-25 14:55:39 +01:00
Klaus Schmidinger 6d8f92e240 The new option --localedir can be used to set the locale directory at runtime 2008-01-19 12:25:54 +01:00
Klaus Schmidinger a51eb0895c Updated the Makefile of the skincurses plugin 2008-01-19 11:42:41 +01:00
Klaus Schmidinger f75b1f2e77 Updated the Finnish OSD texts 2008-01-19 11:37:21 +01:00
Klaus Schmidinger b013f4ce83 Fixed the Play function in the pictures plugin 2008-01-19 11:21:32 +01:00
Klaus Schmidinger dc0665ebf3 Enhanced the SVDRP command CLRE to allow clearing the EPG data of a particular channel 2008-01-13 15:06:25 +01:00
Klaus Schmidinger 5e3374539c Added a section about "Logging" to PLUGINS.html 2008-01-13 14:48:15 +01:00
Klaus Schmidinger d39cd60ef6 The automatic shutdown is now suppressed if the remote control is currently disabled 2008-01-13 14:31:47 +01:00
Klaus Schmidinger 28f34ab67b Added a note about te new 'pictures' plugin 2008-01-13 14:19:08 +01:00
Klaus Schmidinger 819e4b9f10 Fixed displaying weekday names in the Schedule menu if the system uses UTF-8 2008-01-13 14:05:26 +01:00
Klaus Schmidinger 96288c2974 Updated the Hungarian language texts 2008-01-13 13:22:56 +01:00
Klaus Schmidinger 95764d4bd5 Added '-Wno-parentheses' to the compiler options in order to avoid silly compiler warnings 2008-01-13 13:00:23 +01:00
Klaus Schmidinger 4337f88820 Added a missing setting of lastFreeMB in cMenuMain::Update() 2008-01-13 12:44:19 +01:00
Klaus Schmidinger 39a3ad2b2e Fixed a loss of the date display in the "classic" skin's main menu 2008-01-13 12:40:05 +01:00
Klaus Schmidinger 29871d8585 Fixed error handling in cCuttingThread::Action() 2008-01-13 12:23:39 +01:00
Klaus Schmidinger 2355fa852b Fixed handling the '-l' option 2008-01-13 11:52:22 +01:00
Klaus Schmidinger 1e69c4a578 Fixed the "i18n:" target in the "newplugin" script, so that it can create the initial *.pot file 2008-01-13 11:49:55 +01:00
Klaus Schmidinger 0ec2063b5a Added cString::Truncate() 2008-01-13 11:26:30 +01:00
Klaus Schmidinger 49f7a7f574 Fixed cVector::Clear() and cStringList::Clear() 2008-01-01 15:10:07 +01:00
Klaus Schmidinger 6f76e10038 cTimeMs now uses the monotonic clock, if available 2007-12-27 15:58:18 +01:00
Klaus Schmidinger bd411a6620 The kInfo key is now propagated to any open menu 2007-11-25 15:27:10 +01:00
Klaus Schmidinger ade33990f5 Implemented setup option "Miscellaneous/Emergency exit" 2007-11-25 14:20:03 +01:00
Klaus Schmidinger a97119d0b4 Fixed the declaration of cSubtitleObject::Decode8BppCodeString() 2007-11-25 13:35:08 +01:00
Klaus Schmidinger 4227b6f082 Fixed suddenly stopping subtitles in live mode 2007-11-18 15:21:51 +01:00
Klaus Schmidinger db4c8c3c76 Fixed stopping live subtitles when a player is attached to the device 2007-11-17 15:58:55 +01:00
Klaus Schmidinger e47d73715b Fixed handling small PES packets that caused subtitles to be displayed late in live mode 2007-11-17 13:59:08 +01:00
Klaus Schmidinger b88420b23b Updated the Russian OSD texts 2007-11-16 16:40:38 +01:00
Klaus Schmidinger 5793a99d3d Fixed assembling PS1 packets in cTS2PES::instant_repack() 2007-11-10 13:40:51 +01:00
Klaus Schmidinger c568200d2e Fixed decoding filename characters in case there are not two hex digits after the '#' 2007-11-04 11:24:07 +01:00
Klaus Schmidinger c01249ffe5 Fixed a crash if no fonts are found 2007-11-04 11:11:34 +01:00
Klaus Schmidinger 7823790beb Improved the 'i18n' target in plugin Makefiles 2007-11-04 11:00:16 +01:00
Klaus Schmidinger 993235bdcc Improved the 'i18n' target in the Makefile to avoid unnecessary work 2007-11-04 10:18:45 +01:00
Klaus Schmidinger 612bbc0e06 Added a missing '.' to the date returned by DayDateTime() 2007-11-03 15:36:41 +01:00
Klaus Schmidinger 46b9d18368 The 'Allowed' parameter in cMenuEditStrItem() is now NULL by default, which results in using tr(FileNameChars) 2007-11-03 15:06:00 +01:00
Klaus Schmidinger b54da2e0eb Added some missing 'const' keywords 2007-11-03 14:52:08 +01:00
Klaus Schmidinger 672c8c3d0e Fixed handling CONFDIR 2007-11-03 14:48:07 +01:00
Klaus Schmidinger db3e2a122d Fixed a possible blocking in replay when subtitles are active; fixed displaying subtitles in live mode 2007-11-03 14:39:25 +01:00
Klaus Schmidinger 06f813d2a8 Added a workaround for recovering from wrongfully interpreted "pre 1.3.19 PS1 packets" 2007-11-03 14:32:03 +01:00
Klaus Schmidinger 2fa568654d Added Ukrainian language texts 2007-11-01 10:38:27 +01:00
Klaus Schmidinger 92ae9f154e Added more special characters to the list of allowed characters when entering strings 2007-10-21 12:32:51 +02:00
Klaus Schmidinger cd6041f9ae Housekeeping now waits for a while after a replay has ended 2007-10-19 14:46:23 +02:00
Klaus Schmidinger 1e4c80799f Improved shutdown handling 2007-10-19 14:37:03 +02:00
Klaus Schmidinger eeaa969186 The "Play" key now starts replay of the selected recording in the Recordings menu 2007-10-19 14:22:03 +02:00
Klaus Schmidinger eca4c9fcea Updated the Italian OSD texts 2007-10-19 14:13:41 +02:00
Klaus Schmidinger b389c31428 Updated the Estonian OSD texts 2007-10-19 13:58:59 +02:00
Klaus Schmidinger cc95f37a09 Updated the French OSD texts 2007-10-19 13:54:24 +02:00
Klaus Schmidinger dd26d8873f Fixed checking compatibility mode for old subtitles plugin 2007-10-17 18:34:17 +02:00
Klaus Schmidinger 67df515c06 Added cDevice::CloseFilter(); some fixes to PLUGINS.html 2007-10-14 13:11:23 +02:00
Klaus Schmidinger 7780e3664a Added cRecording::Undelete() 2007-10-14 10:23:19 +02:00
Klaus Schmidinger c6ef96a6ae Made the default copy ctor and the assign operator of cRecording private 2007-10-14 10:09:08 +02:00
Klaus Schmidinger 72983f3e4c Added the '' character to the "allowed charcaters" in the de_DE.po file 2007-10-14 09:37:32 +02:00
Klaus Schmidinger ce377ef416 Removed a duplicate ',' from the ca_ES.po file 2007-10-14 09:32:59 +02:00
Klaus Schmidinger 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 2007-10-14 09:29:59 +02:00
Klaus Schmidinger de45da896a Improved the description of where logging goes in the INSTALL file 2007-10-13 13:03:57 +02:00
Klaus Schmidinger 913d4657c7 Fixed description of DeviceSetAvailableTrack() and cReceiver(), and added an example ~cMyReceiver() in PLUGINS.html 2007-10-13 12:57:15 +02:00
Klaus Schmidinger ecc90d55bb Updated the Hungarian language texts 2007-10-13 12:46:25 +02:00
Klaus Schmidinger 78ecc96e17 Implemented sending all frames to devices that can handle them in fast forward trick speeds 2007-10-13 12:28:35 +02:00
Klaus Schmidinger b943bf2c50 Fixed a new[]/delete mismatch in cMenuEditStrItem::LeaveEditMode() 2007-10-13 12:07:27 +02:00
Klaus Schmidinger 929d3e9ba2 Fixed handling reallocated memory in cCharSetConv::Convert() 2007-10-13 12:03:39 +02:00
Klaus Schmidinger 441b002be9 Updated the Italian OSD texts 2007-10-13 11:52:42 +02:00
Klaus Schmidinger a20bd2a42f Only creating a new cDvbOsdProvider in cDvbDevice::MakePrimaryDevice() if 'On' is true 2007-10-13 11:17:56 +02:00
Klaus Schmidinger 42a8041352 Fixed a crash when pressing Left while at the first character of a cMenuEditStrItem 2007-10-13 10:41:37 +02:00
Klaus Schmidinger f99b293de4 Added a missing SetVolumeDevice() call in cDevice::SetPrimaryDevice() 2007-10-13 10:34:30 +02:00
Klaus Schmidinger 20fd2553ff Fixed a missing '-' at the next to last line of SVDRP help texts 2007-10-13 10:23:19 +02:00
Klaus Schmidinger 8945e9e296 Added a missing Channels.SetModified(true) call when deleting or moving a channel in the Channels menu 2007-10-13 10:12:28 +02:00
Klaus Schmidinger 59bc94fba2 Now generating translation files without line numbers; updated the Finnish OSD texts 2007-10-13 09:54:09 +02:00
Klaus Schmidinger 0c8cda9bd0 Implemented handling DVB subtitles 2007-10-12 14:52:30 +02:00
Klaus Schmidinger ad1e138e5b Fixed checking for ttDolbyLast in cDevice::SetCurrentAudioTrack() 2007-08-26 11:13:10 +02:00
Klaus Schmidinger a80915ff22 There can now be more than one OSD at the same time 2007-08-26 09:58:10 +02:00
Klaus Schmidinger 6a737033ad Added a missing error report to cCuttingThread::Action() 2007-08-25 10:36:10 +02:00
Klaus Schmidinger fd60644895 The SVDRP command LSTC can now list the channels with group separators if the option ':groups' is given 2007-08-25 09:31:13 +02:00
Klaus Schmidinger 742f4cc378 VDR now uses the default configuration directory as defined in the CONFDIR varable in the Makefile 2007-08-25 08:58:44 +02:00
Klaus Schmidinger a241ad38b8 Added the new i18n macro trVDR() 2007-08-24 14:03:47 +02:00
Klaus Schmidinger 98bdd0cfea Changed the default for LOCDIR in Makefile and Make.config.template to "./locale" 2007-08-24 13:30:07 +02:00
Klaus Schmidinger 840821fc00 Fixed setting the locale file name in i18n-to-gettext.pl 2007-08-24 13:20:58 +02:00
Klaus Schmidinger 91ad06409b Fixed some compiler warnings with gcc-4.2.0 2007-08-24 13:18:21 +02:00
Klaus Schmidinger 529becb865 Added a note about LANG having to be set to a valid locale in INSTALL 2007-08-24 13:13:08 +02:00
Klaus Schmidinger 1998a2fb62 Fixed detecting whether a particular locale is actually supported 2007-08-24 13:09:09 +02:00
Klaus Schmidinger f075b1cea7 Fixed stripping the context in I18nTranslate() 2007-08-24 12:56:57 +02:00
Klaus Schmidinger 0a2fe2b6e8 Updated Turkish language texts 2007-08-24 12:39:26 +02:00
Klaus Schmidinger c9ccd0ae1d Fixed handling locale directories with a large number of entries 2007-08-19 16:04:22 +02:00
Klaus Schmidinger 69db18ef8f Explicitly looking for vdr.mo; text files for plugins named 'vdr-name.mo'; revoked 'best match' 2007-08-19 14:34:44 +02:00
Klaus Schmidinger 8014316a31 The "Setup/OSD/Language" menu now only shows those languages that actually have a locale (suggested by Anssi Hannula) 2007-08-18 09:21:52 +02:00
Klaus Schmidinger 48da9ba9c8 Changed cBitmap::DrawText() to always draw the background unless ColorBg is clrTransparent 2007-08-17 15:31:18 +02:00
Klaus Schmidinger 4d0297b804 Reduced the number of time(NULL) calls in vdr.c's main loop to a single call 2007-08-17 14:36:45 +02:00
Klaus Schmidinger cb03e38a07 Optimized cNitFilter::Process() 2007-08-17 14:06:09 +02:00
Klaus Schmidinger 9fa6d9f9dd Optimized cMenuEditChrItem::Set() 2007-08-17 13:50:20 +02:00
Klaus Schmidinger 1f3dbe585b Some optimizations in cDvbDevice::SetChannelDevice() 2007-08-17 13:41:06 +02:00
Klaus Schmidinger 7bb744ccb0 I18nInitialize() now uses best matching default locale 2007-08-17 12:38:55 +02:00
Klaus Schmidinger 00328c31e1 Updated the French OSD texts 2007-08-17 11:51:03 +02:00
Klaus Schmidinger e48d4293e5 Checking the string for NULL in I18nTranslate() 2007-08-15 14:18:26 +02:00
Klaus Schmidinger 3883fb8e16 Added i18n to the 'skincurses' plugin 2007-08-15 14:11:11 +02:00
Klaus Schmidinger bc580d781a Updated the Finnish OSD texts 2007-08-15 13:52:58 +02:00
Klaus Schmidinger 1acc20266e Added DESTDIR and PREFIX handling to the Makefile 2007-08-15 13:49:27 +02:00
Klaus Schmidinger a551b5b124 Moved the "all" target in plugin Makefiles before the "Implicit rules" 2007-08-15 13:20:04 +02:00
Klaus Schmidinger 0979904dfc Improved i18n-to-gettext.pl 2007-08-15 12:52:00 +02:00
Klaus Schmidinger fdcce1c153 Fixed a faulty comment in Make.config.template 2007-08-12 20:44:29 +02:00
Klaus Schmidinger 310c5dc757 Added missing install-i18n to the install target in the Makefile 2007-08-12 20:38:10 +02:00
Klaus Schmidinger 1c7f9c81b4 Added a debug error message to cReceiver::~cReceiver() in case it is still attached to a device 2007-08-12 12:30:00 +02:00
Klaus Schmidinger dbcc517354 cBitmap::SetXpm() now checks whether the given Xpm pointer is not NULL 2007-08-12 11:36:14 +02:00
Klaus Schmidinger ab7fd0a903 Fixed the link to the GPL2 at http://www.gnu.org in vdr.c 2007-08-12 11:25:05 +02:00
Klaus Schmidinger 8edb431b2c Added the "...or (at your option) any later version" phrase to the license information of all plugins, and also the "newplugin" script 2007-08-12 11:13:43 +02:00
Klaus Schmidinger 6f568625d7 Fixed handling kLeft in the calls to cStatus::MsgOsdTextItem() 2007-08-12 10:45:43 +02:00
Klaus Schmidinger 33e5ef3a58 The list of tracks given in cStatus::SetAudioTrack() is now NULL terminated 2007-08-12 10:37:58 +02:00
Klaus Schmidinger 84faea7f0d Put the three letter language codes and aliases into i18n.c 2007-08-12 09:54:23 +02:00
Klaus Schmidinger 26e2e4dee2 Using system locale for i18n by default 2007-08-11 14:27:02 +02:00
Klaus Schmidinger 0f7a4af168 Switched I18N to gettext 2007-08-11 12:39:06 +02:00
Klaus Schmidinger cad9843166 Fixed a bug I introduced when simplifying the original patch for detecting Premiere NVOD channel links 2007-07-28 13:23:37 +02:00
Klaus Schmidinger 031000493d Fixed a problem with characters >0x7F in the modified version of skipspace() 2007-07-28 12:59:48 +02:00
Klaus Schmidinger 6ab7d34010 Updated the Estonian OSD texts 2007-07-28 11:20:25 +02:00
Klaus Schmidinger 1476966099 All logging now goes to LOG_ERR 2007-07-28 09:45:27 +02:00
Klaus Schmidinger 54e8fd121a Added a credit 2007-07-28 09:39:53 +02:00
Klaus Schmidinger 2cf50221c2 Added a missing 'P' to vdr.c's SHUTDOWNCANCELROMPT macro 2007-07-22 11:40:01 +02:00
Klaus Schmidinger 1858245fc8 Added a table of the used trick speed values to the description of cDevice::TrickSpeed() 2007-07-22 11:29:37 +02:00
Klaus Schmidinger a1663a3612 Fixed detection of Premiere NVOD channel links 2007-07-21 15:05:20 +02:00
Klaus Schmidinger 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() 2007-07-21 13:39:02 +02:00
Klaus Schmidinger 214c12289f Improved cControl::Launch() to keep 'control' from pointing to uninitialized memory 2007-07-20 15:26:13 +02:00
Klaus Schmidinger a8eaa2538c Updated the Finnish OSD texts 2007-07-20 15:04:56 +02:00
Klaus Schmidinger 2f528db30a Fixed a typo in the function name of cOsd::SetOsdPosition() and added a range check to it 2007-07-20 14:57:37 +02:00
Klaus Schmidinger 8ff2c73d9b Fixed clearing color buttons in the 'curses' skin 2007-07-20 14:45:44 +02:00
Klaus Schmidinger bd36fb5111 Improved numdigits(), isnumber() and strreplace() 2007-07-20 14:25:46 +02:00
Klaus Schmidinger 57c2b211e4 Fixed handling single byte characters >0x7F in Utf8ToArray() 2007-07-20 13:56:38 +02:00
Klaus Schmidinger 3796bebfc5 Updated the Russian OSD texts 2007-07-20 12:35:53 +02:00
Klaus Schmidinger c9094aad18 Fixed a buffer overflow in initializing the system character table 2007-07-20 12:31:38 +02:00
Klaus Schmidinger 7c86dcaa27 Added WeekDayNameFull() 2007-06-23 13:40:04 +02:00
Klaus Schmidinger d66eba77c2 Improved performance of the SVDRP commands LSTC and CHAN when used with a channel name 2007-06-23 13:24:00 +02:00
Klaus Schmidinger 24232a0010 Fixed stripping i18n stuff from font names 2007-06-23 11:28:18 +02:00
Klaus Schmidinger e5def7917b Added full weekday names to i18n.c for plugins to use 2007-06-23 10:54:31 +02:00
Klaus Schmidinger d9a8e282e5 Fonts can now be created with a width that overwrites the default width 2007-06-23 10:41:10 +02:00
Klaus Schmidinger 95f4ddd4e5 Fixed handling address masks in SVDRP host settings 2007-06-23 09:43:55 +02:00
Klaus Schmidinger 62f3d4c797 Changed the parameter "OSD font size" to "Default font size" in "Setup/OSD" 2007-06-23 09:28:05 +02:00
Klaus Schmidinger 63f4369849 Updated the Finnish OSD texts 2007-06-23 09:16:56 +02:00
Klaus Schmidinger 9ebd38230c Fixed a name clash between skincurses.c and the new cOsd position functions 2007-06-23 09:08:21 +02:00
Klaus Schmidinger 549a26af27 Implemented cOsd::SetOsdPosition() etc 2007-06-17 14:02:02 +02:00
Klaus Schmidinger da376c0603 The info.vdr file now also stores the name of the channel 2007-06-17 13:13:47 +02:00
Klaus Schmidinger efbb48dbaf Fixed handling detached processes in SystemExec() 2007-06-17 12:45:57 +02:00
Klaus Schmidinger 3ad941de73 Changed the parameter "OSD font" to "Default font" in "Setup/OSD" 2007-06-17 12:33:53 +02:00
Klaus Schmidinger 671bad0400 Updated the Finnish OSD texts 2007-06-17 12:28:59 +02:00
Klaus Schmidinger d2b11bf712 Implemented cFont::CreateFont() 2007-06-17 12:15:24 +02:00
Klaus Schmidinger 3c68ef28d0 Using dummy font if no fonts are installed 2007-06-17 11:47:18 +02:00
Klaus Schmidinger 79b1c68ffb Now using 'fontconfig' to determine which fonts to use 2007-06-17 11:12:46 +02:00
Klaus Schmidinger b1e0df2b27 Added missing note about adjusting the 'skincurses' plugin to UTF-8 handling 2007-06-16 10:45:21 +02:00
Klaus Schmidinger b532dc8229 Replaced strncpy() and strn0cpy() with Utf8Strn0Cpy() where necessary 2007-06-16 10:41:21 +02:00
Klaus Schmidinger 4011e244ff Modified handling invalid characters in VFAT mode 2007-06-16 08:59:39 +02:00
Klaus Schmidinger 61dd9815ae More credits for 'Fixed a crash in i18n character set conversion' 2007-06-15 14:40:12 +02:00
Klaus Schmidinger d1934a7cfd Using nl_langinfo(CODESET) to determine the local codeset to use; libsi uses canonical codeset names 2007-06-15 13:25:35 +02:00
Klaus Schmidinger 1f7c70cd49 Fixed a crash in i18n character set conversion 2007-06-15 13:01:18 +02:00
Klaus Schmidinger 824b974b81 Increased APIVERSION (forgot to do that in 1.5.2 and 1.5.3) 2007-06-13 06:38:33 +02:00
Klaus Schmidinger 02d34e0657 Added a note about font names and sizes 2007-06-10 13:37:03 +02:00
Klaus Schmidinger c6f8a14957 Freetype font support; full UTF-8 support; dropped pixel fonts 2007-06-10 13:02:43 +02:00
Klaus Schmidinger df463b5a2a Fixed getting the code setting from the locale 2007-05-12 09:35:07 +02:00
Klaus Schmidinger d472e8b63b Official release of version 1.4.7 2007-05-12 09:05:06 +02:00
Klaus Schmidinger 37cca63f31 Increased the maximum number of CA system ids to cope with the AlphaCrypt CAM's version 3.11 firmware 2007-04-30 13:03:29 +02:00
Klaus Schmidinger 6e93ac9525 Implemented the SVDRP command REMO 2007-04-30 12:53:35 +02:00
Klaus Schmidinger d8264ee1b2 Fixed handling ChannelUp/Down keys if there is currently a replay running 2007-04-30 09:53:34 +02:00
Klaus Schmidinger fcbb206fdf Non-primary devices in Transfer mode are now also used for recording 2007-04-30 09:40:34 +02:00
Klaus Schmidinger f935c03c79 Fixed a race condition with signal handlers at program exit 2007-04-30 09:24:30 +02:00
Klaus Schmidinger 853f6064bf Fixed handling frequencies in NitFilter::Process() 2007-04-29 11:40:31 +02:00
Klaus Schmidinger 27c7603276 Fixed a busy loop in fast forward if the next video data file is missing 2007-04-28 15:18:02 +02:00
Klaus Schmidinger 32c689258a Fixed some spelling errors in 'newplugin' 2007-04-28 14:49:05 +02:00
Klaus Schmidinger 2ac9030e65 Implemented character set conversion in 'libsi' 2007-04-22 14:49:26 +02:00
Klaus Schmidinger 6d88da9385 Added missing rules for generating iso8859-13 font to Makefile 2007-03-11 10:22:18 +01:00
Klaus Schmidinger 567033135d Added Turkish language texts 2007-03-11 10:17:55 +01:00
Klaus Schmidinger 93ad92da14 Fixed handling user activity for shutdown 2007-03-10 13:02:05 +01:00
Klaus Schmidinger df2f3335eb Release of version 1.4.6 2007-03-03 16:26:25 +01:00
Klaus Schmidinger 6bb8b86ff4 Updated the Finnish OSD texts 2007-03-03 15:39:05 +01:00
Klaus Schmidinger 16fe4d783f Made "Channel entry timeout" a setup parameter 2007-02-25 14:14:06 +01:00
Klaus Schmidinger 197d3762e4 Increased the maximum number of DVB devices to 8 2007-02-25 12:25:57 +01:00
Klaus Schmidinger 44479aab2a Updated the Finnish OSD texts 2007-02-25 11:57:55 +01:00
Klaus Schmidinger cb0bd2e009 Added changes from version 1.4.5-2 to version 1.5.1 2007-02-25 11:54:17 +01:00
Klaus Schmidinger 1a4456d981 Simplified the error handling in cDvbTuner::GetFrontendStatus() 2007-02-25 11:52:09 +01:00
Klaus Schmidinger 7b59d84be3 Changed "Menu button closes" to "Menu key closes"; cleaned up "button" vs. "key" in MANUAL 2007-02-25 11:39:40 +01:00
Klaus Schmidinger ddb7f33567 Rewrite of shutdown handling; implemented cPlugin::WakeupTime(); SIGHUP forces reload; cThread::EmergencyExit() replaced by ShutdownHandler.RequestEmergencyExit() 2007-02-25 10:56:29 +01:00
Klaus Schmidinger 50b14be807 Fixed handling error status in cDvbTuner::GetFrontendStatus() 2007-02-24 11:20:42 +01:00
Klaus Schmidinger 328d8b6494 Updated satellite names in 'sources.conf' 2007-02-17 16:19:18 +01:00
Klaus Schmidinger cc385f5292 Fixed a possible crash when loading an invalid XPM file 2007-02-17 16:10:46 +01:00
Klaus Schmidinger f3bc8d1988 Adapted 'libsi' to DVB-S2 2007-02-03 12:13:08 +01:00
Klaus Schmidinger 31820a5175 Removed 'assert(0)' from cDvbSpuDecoder::setTime() 2007-02-03 10:26:17 +01:00
Klaus Schmidinger d919573037 Adjusted release date 2007-01-28 09:59:03 +01:00
Klaus Schmidinger 0a766bc257 Now using cPipe instead of popen() in cCommand::Execute() 2007-01-27 11:48:54 +01:00
Klaus Schmidinger 8597e120c6 Added a clear note about CA values 0...F no longer working with encrypted channels 2007-01-26 13:59:23 +01:00
Klaus Schmidinger cb25286394 Now using cPipe instead of popen() in cCommand::Execute() 2007-01-26 13:38:32 +01:00
Klaus Schmidinger d1d5825136 Fixed i18n characters for the Hungarian texts 2007-01-26 13:28:47 +01:00
Klaus Schmidinger 7751b6abb0 Added cDevice::HasCi() so that devices with Common Interface can be avoided when tuning to an FTA channel 2007-01-13 12:14:51 +01:00
Klaus Schmidinger 87dd5139ff CAM handling refactored; multiple recordings with one CAM; automatic CAM selection 2007-01-07 14:46:14 +01:00
Klaus Schmidinger b4cab10eca Official release of version 1.4.5 2007-01-07 14:04:12 +01:00
Klaus Schmidinger b473582b4e Added a missing break statement in cCiHandler::OpenSession() 2007-01-05 10:09:22 +01:00
Klaus Schmidinger dbd4c7329b When entering text via the numeric keys, the characters are now checked against the allowed characters 2007-01-04 13:38:40 +01:00
Klaus Schmidinger 50ff4d3b79 Fixed the INSTALL section on retrying shutdown later 2007-01-04 13:23:42 +01:00
Klaus Schmidinger dcff08512e Fixed a possible segfault if VDR gets terminated while a message is displayed 2007-01-04 13:11:52 +01:00
Klaus Schmidinger e72bff8938 Fixed a typo 2007-01-04 13:05:45 +01:00
Klaus Schmidinger 9e2fcf1ebf Added '#include <stdint.h>' to font.h; added a compatibility define for 'uint64' to tools.h (cont'd) 2006-12-03 17:40:00 +01:00
Klaus Schmidinger fb22b61299 Adjusted release date 2006-12-03 09:57:09 +01:00