summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-06releasev0.2.1release/v0.2.1Tobias Grimm
2010-03-03Added patch for VDR 1.7.13Tobias Grimm
(Closes #284)
2010-03-02Italian translation update by Diego PierottoTobias Grimm
(Closes #283)
2010-02-28Fixed text rendering to not cut off bottom partTobias Grimm
(Closes #276)
2010-02-28Makefile adjustments for VDR 1.7.13.Ville Skyttä
2010-02-28French translation updated by Michaël NivalTobias Grimm
(Closes #278)
2010-02-28Next release is 0.2.1Tobias Grimm
2010-02-28Trigger OSD update when an empty page is sentTobias Grimm
...making the previous subtitle disappear (Closes #275)
2010-02-28Finnish translation updated by Rolf AhrenbergTobias Grimm
2010-02-27Added Estonian translationTobias Grimm
provided by Arthur Konovalov (Closes #271)
2010-02-27Fixed member initialization orderv0.2.0release/v0.2.0Tobias Grimm
2010-02-27New version 0.2.0Tobias Grimm
2010-02-27Updated HISTORYTobias Grimm
2010-02-26Fixed the header line flags initialisation orderTobias Grimm
...which I've messed up in the last commit
2010-02-26Only update OSD when page content has changedTobias Grimm
Empty pages that don't updat the pages content, should not trigger an OSD update. (Closes #244)
2010-02-17Updated VDR patchTobias Grimm
Trigger retune of the channel, when teletext pages change (Closes #245)
2010-02-16Some minor tweaks to the text renderingTobias Grimm
2010-02-14Ooops -- missing semicolonTobias Grimm
2010-02-14Fixed channels.conf parsing in vdr patchTobias Grimm
2010-02-14Pass page count to pluginTobias Grimm
2010-02-14Dramatic code drop, removed live receiver codeTobias Grimm
live and replay data will be feed by the VDR patch
2010-02-14Updated patch:Tobias Grimm
- fixed teletext decryption (Closes #241) - Renamed setup option
2010-02-14Decrypt encrypted teletext stream (Closes #241)Tobias Grimm
2010-02-13Added 'undefined' languageTobias Grimm
2010-02-13Use page numbers received from VDR (Closes #240)Tobias Grimm
2010-02-13Updated VDR patch (Closes #117)Tobias Grimm
2010-02-08Dont' loop forever if GetTxtxInfo failes (e.g. when no signal is available)Tobias Grimm
2010-02-08When replaying a recording, look up the manual page number assigned to the ↵Tobias Grimm
recordings channel
2010-02-08Added outline width settingTobias Grimm
2010-02-08Dropped text position settingsTobias Grimm
2010-02-08Dropped custom color settingsTobias Grimm
2010-02-08colored and outlined subtitles, OSD-resolution-independentTobias Grimm
- Show colored subtitles if color information is provided e.g. for different speakers (Closes #61) - Position subtitles always centered at the bottom, independent of the OSD resolution (Closes #231) - Render subtitles outlined (Closes #51)
2010-02-07refactored ttxt2la1() to cTtxtSubsDisplay::UpdateSubtitleTextLines()Tobias Grimm
preparation for colored subtitles
2010-02-05Added VDR patch that stores the manual page selection with the channel settingsTobias Grimm
The manual page slection wil get stored in the channels.conf. Patch provided by Rolf Ahrenberg (tpid-v2) (references #139)
2010-02-04Fixed replay when live ttxtsubs page differs from the one in the recordingTobias Grimm
(Closes #139) Thx to Rolf Ahrenberg!
2010-02-04Update for VDR 1.7.12 (Closes #236)Tobias Grimm
Plugin code and VDR patch updated for 1.7.12 - Thx to Rolf Ahrenberg
2010-02-04updated HISTORYTobias Grimm
2010-02-03refactoring - dropped some dprint noiseTobias Grimm
2010-02-03code reformating - no functional changesTobias Grimm
2010-02-03refactoring - removed unused latin G2 character supportTobias Grimm
2010-02-03refactoring - removed unused print_code debug codeTobias Grimm
2010-02-03refactoring - removed unused dump_hex debug codeTobias Grimm
2010-02-03refactoring - removed unused print_page debug codeTobias Grimm
2010-02-03refactoring - removed unused print_line debug codeTobias Grimm
2010-02-03refactoring - it is save to free/delete a null pointerTobias Grimm
use DELETENULL where appropriate
2010-02-02refactoring - removed dead '#if 0' codeTobias Grimm
2009-10-11Update Klaus' e-mail address.Ville Skyttä
2009-08-26Clarify that VDR >= 1.7.6 is needed, remove obsolete patches.Ville Skyttä
2009-08-26Update latest version URL.Ville Skyttä
2009-06-20Updated VDR patch for 1.7.8Tobias Grimm