summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2013-02-24Fix listener bug triggered by never versions of cxxtools reported in bug #1066Dieter Hametner
2013-02-23Fixed the 'dist' target of the Makefiles.Dieter Hametner
2011-03-11Renamed FEATURES to PLUGINFEATURES in Makefiles.Rolf Ahrenberg
2011-02-22Added support for HAVE_LIBPCRECPP.Rolf Ahrenberg
2011-02-20Modified Makefile to support older versions of pcre libraries (e.g.Dieter Hametner
before version 8.01). PCRE must be compiled with C++ support to be usable in LIVE. This change is a fix provided by user URIG in the followin vdr-portal.de posting: http://www.vdr-portal.de/board/thread.php?postid=981217#post981217
2011-02-18Added Perl compatible regular expression filtering into the recordings menu.Rolf Ahrenberg
2011-02-10Silenced compilation warnings related to internals of TNTNET library.Rolf Ahrenberg
2011-01-02fix for tntnet-2.0 (different bool handling)Christian Wieninger
2010-06-20Reaction to a patch sent by Jan Willies for an other problem withcvs-commit-370Dieter Hametner
tntnet version string. Jan's patch resolved the immediate problem with regard to the updated version but was not backwards compatible for older tntnet version. My changes to the code adressed that problem and added an enhancement how to deal with that problem in the future.
2010-04-04compile with driver sources different from kernel headersChristian Wieninger
2010-03-09include Make.global introduced in vdr-1.7.13Christian Wieninger
2009-09-07new user management within setup that also handles different user rightsChristian Wieninger
2009-08-27Fix for tntnet version number with 'pre' in the version string.cvs-commit-362Dieter Hametner
2008-11-19new setup option to display channels without EPGChristian Wieninger
2008-06-21Changed the definition of tntversion in the LIVE source files.Dieter Hametner
Now there is a define TNTVERSION set to a number that can be compared in C oreprocessor 'if' statements. This allows for adding support for tntnet specific features with evolving tntnet version.
2008-04-20Changed CXXFLAGS to ommit well known but anoying warnings when compilingDieter Hametner
sources generated through the tntnet ecppc precompiler.
2008-04-07translation of the live summary displayed in VDR's setupChristian Wieninger
2008-02-21timer conflict implementation moved to timerconflict.cpp/hChristian Wieninger
2008-01-25- tadi's updateChristian Wieninger
2008-01-15- Makefile change regarding --omit-header seems to be ok, so again undo ;)Christian Wieninger
2008-01-15- reversed change to avoid conflictsChristian Wieninger
2008-01-04- A change in the TNTVERS7 detection shell command does not use bashDieter Hametner
features. So the previous commit could be 'reverted' and bash is no longer a needed prerequisite for LIVE.
2008-01-04- Require /bin/bash as SHELL in top level makefile.Dieter Hametner
2007-12-23- Changed mode of live.pot creation. Should prevent .po file conflictsDieter Hametner
at subsequent upgrades from CVS.
2007-12-17- Added tooltip for timer status. Closed Bug #396.Dieter Hametner
2007-12-17- Removed not needed channels.ecpp file for security reasons as it didDieter Hametner
not have login protection.
2007-12-17- Fixed compilation error for TNTNET Version 1.6.1Dieter Hametner
2007-12-02- fixed a typoChristian Wieninger
2007-12-01- Backwards compatible update to support Tntnet Version 1.6.0.6.Dieter Hametner
Backwards compatibilty will be dropped in future version of LIVE.
2007-10-21- renamed recordings.h/cpp to recman.h/cpp. Preparations forDieter Hametner
recordings updates.
2007-10-21- replaced '-F' with '--no-location' to avoid line numbers in po filesChristian Wieninger
2007-09-17- Moved images from compiled in image dir to data dir 'img'.Dieter Hametner
- Fixed MapUrl entries to the new image location - Adapted some pages for the new image locations. - Added a preload functionalty to fill file cache at plugin startup.
2007-09-02- fixed #384Christian Wieninger
2007-08-22- po/live.pot can be generated from sources. So it does not need to beDieter Hametner
in CVS.
2007-08-21- po/*.pot, po/*.po files don't get deleted when i18n-generated.h file isDieter Hametner
generated by make rule. - Updated README file about Internationalization.
2007-08-21- Removed the need for build of CVS sources to require Locale::PO.Dieter Hametner
It is now only required, when changeing translations and using VDR < 1.5.7
2007-08-19- Made translation of the locale files only when needed by VDR version.Dieter Hametner
2007-08-19- First attempt to implement a backward compatible scheme of the newDieter Hametner
VDR 1.5.7 localization scheme.
2007-06-13- fixed 'make dist'Christian Wieninger
2007-06-06- Use GetConfigDir instead of USRDIR define.Dieter Hametner
- Unification of table markup (still needs some tweaking). - Adaption of styles.css to new table CSS classes.
2007-06-01- added uniform features detectorSascha Volkenandt
2007-06-01- beautificationsSascha Volkenandt
2007-05-31- Added doc/ChangeLogDieter Hametner
- Added doc/css-themeing.txt - Implemented support for site wide style overrides. Fixes Bug #339 - Updated all pages to use the override mechanism. - Added needed files to Makefile - Introduced USRDIR configuration variable to Makefile.
2007-05-30- now using own MD5 algorithmChristian Wieninger
2007-05-29- added zzam's suggestion regarding --as-neededSascha Volkenandt
2007-05-24- removed debug switch '-g' for smaller libs (please use your own ↵Christian Wieninger
Make.config with '-g' for debugging purposes)
2007-05-24- added -Wno-unused-variable -Wno-non-virtual-dtor to avoid compiler ↵Christian Wieninger
warnings produced by tntnet
2007-05-05- Fix for the linking problem.Dieter Hametner
For details see: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422372
2007-05-04- moved grab task into mainthreadloopSascha Volkenandt
2007-04-26- moved version checking from live.h to live.cppChristian Wieninger