Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-06 | Don't care if the current channel really changed, if we get a channel switch | etobi | |
on the primary device. After playback when the txtreceiver wass detached, the txtreciver might not get started again, because the channel hasn't changed even if the device got a channel switch message. | |||
2009-10-26 | Got rid of static storage option field (References #177) | etobi | |
2009-10-26 | Fixed some stupid mistakes (References #177) | etobi | |
2009-10-25 | Fixed SaveAndDeleteTxtPage (References #177) | etobi | |
2009-10-25 | Made Storage injected into using classes instead of refering to a static | etobi | |
instance (References #177) Patch provided by Andreas Brachold | |||
2009-10-25 | Added command line option to enable storing TopText pages, which is | etobi | |
now disabled by default (References #177) Patch provided by Andreas Brachold | |||
2009-10-25 | Remove cTxtReceiver::running member and use base class Running() instead | etobi | |
Instead of buffer.Signal() clean up buffer with buffer.Clear() which implicitly will trigger the signal in the base class (References #177) Patch provided by Andreas Brachold | |||
2009-10-25 | Removed unneccesary chan member from cTxtReceiver (References #177) | etobi | |
Patch provided by Andreas Brachold | |||
2009-10-20 | Removed extra buffer check Put() already does this | etobi | |
2009-10-19 | Fixed possible segfault (Closes #179) - (Thx to Manuel Reimer) | etobi | |
2009-05-24 | Fixed problems with VDR >= 1.7.3 (not all teletext pages accessible, 4 GByte ↵ | Thomas Günther | |
VTX files) | |||
2009-01-11 | More refactoring of the TxtStatus class (Thx to Sören Moch!) | Tobias Grimm | |
2009-01-10 | Small bugfix in channel switching code and new minor releasev0.8.1release/v0.8.1 | Tobias Grimm | |
2009-01-10 | Merged class ChannelStatus into cTxtStatus and changed the code that | Tobias Grimm | |
detects, if the current live channel has been changed and the OsdTeletext receiver needs to switch to the new channel as well | |||
2009-01-08 | replaced asprintf() by cString::sprintf() | Tobias Grimm | |
2009-01-08 | Removed the OSDTELETEXT_REINSERTION_PATCH (dead code) | Tobias Grimm | |
2008-12-31 | Error handling improvements. | Ville Skyttä | |
2008-12-31 | Make syslog message prefix consistent. | Ville Skyttä | |
2008-12-24 | Remove remnants of VDR < 1.6 support. | Ville Skyttä | |
2008-12-02 | Changed default vtx cache dir to the more FHS conform location ↵ | Tobias Grimm | |
/var/cache/vdr/vtx | |||
2008-12-02 | Fixed problems when switching channels on FF+Budget systems | Tobias Grimm | |
See: http://www.vdr-portal.de/board/thread.php?postid=728192#post728192 | |||
2008-12-02 | Switch to VDR 1.6.0: | Tobias Grimm | |
- Use APIVERSION instead of VDRVERSION as the library file versio - Support for changed cReceiver API in vdr >= 1.5.0 - Switch to gettext translation | |||
2008-12-02 | Initial commit of version 0.5.1v0.5.1release/v0.5.1 | Tobias Grimm | |