Commit Graph

1162 Commits

Author SHA1 Message Date
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 6520725bb2 Ignoring "repeat" and "release" keys in the time search entry mode during replay 2008-02-09 12:29:04 +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 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 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 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 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 a97119d0b4 Fixed the declaration of cSubtitleObject::Decode8BppCodeString() 2007-11-25 13:35:08 +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 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 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 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 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 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 42a8041352 Fixed a crash when pressing Left while at the first character of a cMenuEditStrItem 2007-10-13 10:41:37 +02:00