summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-24Added teletex2.ttf and copyright note / installation instructionsTobias Grimm
2018-01-28New version 0.9.6v0.9.6Tobias Grimm
2017-04-02Use a correct character conversion table for Finnish/Swedish.Rolf Ahrenberg
2017-04-02Fix character drawing.Rolf Ahrenberg
2017-04-02Changed APIVERSNUM checks into a bit robust ones.Rolf Ahrenberg
2017-04-02VDR-2.3.1 compatibility patch by kanadakruemel.Rolf Ahrenberg
2015-02-13Prepared new release 0.9.5v0.9.5etobi
2014-01-13Drop redundant null checks.Ville Skyttä
2014-01-13Drop now redundant cTxtStatus destructor cleanup, clean up storage in Stop().Ville Skyttä
2014-01-13Destroy cTxtReceiver while shutting down.Rolf Ahrenberg
2014-01-05Avoid pkg-config warnings.Ville Skyttä
2013-03-10Updated *.po filesv0.9.4etobi
2013-03-10Prepare release 0.9.4etobi
2013-03-10Dropped CVS Id place holderetobi
2013-03-10Refactoring: Moved storage related classes into their own filesetobi
2013-03-10Using new standard plugin Makefile from VDR 1.7.39etobi
2013-03-09Dropped backwards compatibility for VDR 1.6.0 (Closes #944)etobi
2013-03-09Fixed CZ font and added CZ-SK subset - patch provided Marek Hajduketobi
(Closes #1134, #1128)
2013-03-01Spelling fix.Ville Skyttä
2012-04-04Allow to override the CXXFLAGSetobi
2012-04-03Instead of doing mixed drawing to cOsd and cBitmap only draw to cBitmapv0.9.3Udo Richter
(Closes #899, this should fixe the issues with the TT6400)
2012-04-03Adding VDR 1.7.27 compatibilityUdo Richter
(Closes #918, Credit goes to nox and gda from vdrportal.de)
2012-03-25Updated HISTORY and prepared release 0.9.2v0.9.2etobi
2012-03-11Trivial bits from ↵Ville Skyttä
http://projects.vdr-developer.org/attachments/892/osdteletext-trunk-vdr-1.7.26.diff
2012-03-11Adapt to VDR >= 1.7.26 (Closes: #897).Ville Skyttä
2012-03-11Avoid FF card transfer mode on channel switch with VDR >= 1.7.25 (Closes: #9).Udo Richter
2011-11-05Add Emacs mode setting.Ville Skyttä
2011-11-05Reduce scope of some variables.Ville Skyttä
2011-10-29Use DELETENULL.Ville Skyttä
2011-10-22Convert some uses of assignments to initializer lists in constructors.Ville Skyttä
2011-08-20sk translation: Fix Language header.Ville Skyttä
2011-08-20Merge branch 'master' of git://projects.vdr-developer.org/vdr-plugin-osdteletextVille Skyttä
2011-08-20New release version 0.9.1etobi
2011-08-20Added Slovak translation (Closes #558)etobi
2011-03-20Move git ignores to top level .gitignore.Ville Skyttä
2011-03-20Use LDFLAGS, make dist depend on up to date *.po.Ville Skyttä
2010-11-06Updated Italian translation provided by Diego Pierottoetobi
(Closes #450)
2010-11-06Prepared release of 0.9.0v0.9.0etobi
2010-11-06Don't care if the current channel really changed, if we get a channel switchetobi
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.
2010-08-29Don't use msgmerge --lang.Ville Skyttä
Fix up Language-Team headers instead so msgmerge adds Language automatically.
2010-08-29Convert *.po to UTF-8.Ville Skyttä
2010-08-29Populate "Language" po header.Ville Skyttä
The msgmerge --lang option used is available in gettext >= 0.18.0.
2010-08-29Pass package name and version to xgettext.Ville Skyttä
2010-08-29Update msgid bugs address.Ville Skyttä
2010-02-28Makefile adjustments for VDR 1.7.13.Ville Skyttä
2009-10-26Treat compiler warnings as errors and fixed member initialization order ↵etobi
(Closes #196)
2009-10-26Got rid of static storage option field (References #177)etobi
2009-10-26Fixed some stupid mistakes (References #177)etobi
2009-10-25Fixed SaveAndDeleteTxtPage (References #177)etobi
2009-10-25Made Storage injected into using classes instead of refering to a staticetobi
instance (References #177) Patch provided by Andreas Brachold