summaryrefslogtreecommitdiff
path: root/setup.h
AgeCommit message (Collapse)Author
2017-06-16Set LIVEVERSION to 2.2.0Jasmin Jessich
- The current code base is compatible with VDR 2.2.0 and VDR 2.3.7. In fact it is compatible to all 2.x VDR versions. Setting the plugin version to a major release of 2 indicates this now.
2017-05-21Include file re-orderingJasmin Jessich
- Reorder all included header files to this order: * own headers * STL headers * VDR headers * system headers This has been done in all source and all own header files. Normally the STL headers should have gone after the VDR headers, but due to an compilation error with GCC 6 and the definition of swap in vdr/tools.h if __STL_CONFIG_H is not defined, the STL headers need to be before the VDR headers. Please note, that GCC 4.x, 5.x and 6.x do no longer define __STL_CONFIG_H resulting in the definition of swap in vdr/tools.h. This was no problem till GCC 6.x. To overcome the error in GCC 6.x, __STL_CONFIG_H is now defined in some headers before including a VDR header file, so that vdr/tools.h doe not define swap any more. Klaus S. might change the definition in vdr/tools.h with the next VDR version. So the setting of "__STL_CONFIG_H" may be removed. - Added all missing system/STL/VDR header files to the own header files, so that they can be included as first file. - Removed all unnecessary header file includes in source and own header files. - Used #include "..." only for header files in the same directory and #include <...> for all header files which need to be searched via the -I and built in path.
2017-05-14Set LIVEVERSION to 2.3.1Jasmin Jessich
2015-02-11Drop support for old tntnet versions: SSL/TLS support is no more optional.Dieter Hametner
LIVE can be compiled only with versions of tntnet which support SSL/TLS connections.
2013-02-23Increased version of LIVE to 0.3.0 in preparation for a new release.Dieter Hametner
2011-09-05Support for native recording length since VDR 1.7.21:Dieter Hametner
Applying a patch provided by ROFA: As the new vdr-1.7.21 provides native interface for recording lenght, there's no need to keep the "Show duration in 'Recordings'" setting anymore - less the options the better. If users want to speed up the recordings page, they must just upgrade to vdr-1.7.21+.
2011-02-10Added support for sorting recordings by name and date in both ascending and ↵Rolf Ahrenberg
descending orders.
2011-01-29Applied patch supplied by Rolf Ahrenberg to omit recordings durations.Dieter Hametner
This helps in scanning large amounts of recordings, because not for every recoding a file is scanned for either its size or the length.vdr file. The patch (live-git-20110129-showrecduration.patch.gz) was submitted on vdr-portal.de in the post: http://www.vdr-portal.de/board/thread.php?postid=974612#post974612
2011-01-15- make MultiSchedule duration configurablemartin
- by default show the channel group containing the current channel - show "switch to this channel"-buttons
2011-01-15- add setup option for channel groupsmartin
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.
2008-12-10updated ssl patchMatthias Kortstiege
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-30Changed version number to 0.2.0release_0-2-0cvs-commit-358Dieter Hametner
Regenerated i18n-generated.h file for compatibility with older VDR versions.
2008-04-23Applied SSL listener patch submitted through bug report #457.Dieter Hametner
2008-04-07translation of the live summary displayed in VDR's setupChristian Wieninger
2008-01-10fix compile with gcc4.3Michael Brückner
2007-12-25- Presence of IMDb URLs is now configurable. Closes bug #401.Dieter Hametner
2007-12-19- Added option to select streamdev stream type in live setings.Dieter Hametner
2007-12-16- Adapted Rolf Ahrenbergs patch for VLC streaming to current LIVEDieter Hametner
development status. See Bug #343. This will need some additional tweaking.
2007-09-19- preparation to save/restore screenshot intervalChristian Wieninger
2007-07-20- Added support for EPG images: Specify the directory with yourChristian Wieninger
EPG images via the new commandline option '-e <dir>' or '--epgimages=<dir> like -P'live -e /video/epgimages'
2007-07-18- Setup option to use Ajax technology. If turned off no javascript isDieter Hametner
loaded but almost all functionality is exposed via single html pages. This can speed up loading over slow links at the cost of a fancy interface. - Infobox is only available with Ajax features enabled but can still be switched on/off when Ajax is active. - Added posibility to turn off the logo. When also infobox is turned off the menu line appears at the top of the page. This is helpful for PDA based browsers and low resolution screens.
2007-06-14- Added option in live setup to disable infobox at all. Fixes #312Dieter Hametner
2007-06-04- additional commandline option: -l level, --log=level log level for ↵Christian Wieninger
tntnet (values: INFO, DEBUG,...)
2007-06-03- general CSS based themeing support.Dieter Hametner
- added setup option to select theme. - added search scheme for themable images and stylesheets. - added marine (default) and redwine theme. - documented new features. All developers must read doc/dev-conventions.txt
2007-06-03- save and restore last list mode in "What's on"Christian Wieninger
2007-06-03- bug fix for local net maskChristian Wieninger
2007-06-03- support for local net without necessary loginChristian Wieninger
2007-06-01- moved to uniform features detectorSascha Volkenandt
2007-06-01- fixed title and versnumSascha Volkenandt
2007-05-31- configurable start pageChristian Wieninger
2007-05-28Changed to 0.1.0Thomas Keil
2007-05-25- about box, first summitSascha Volkenandt
2007-05-25- first version of "userdef. times" in "What's on?"Christian Wieninger
2007-05-23- show auth part only when enabledChristian Wieninger
- common method Setup::SaveSetup to store setup values from osd and web frontend
2007-05-07- fixed password handlingChristian Wieninger
2007-05-06- admin password is now stored as <length>:<md5 hash of password> in ↵Christian Wieninger
live.AdminPasswordMD5 (default password keeps 'live', so please re-edit your password via OSD) - new function MD5Hash in tools - changed epgsearch to use MD5Hash of tools
2007-05-03- admin password in setup is now hiddenChristian Wieninger
2007-04-29- new main menu entry "search"Christian Wieninger
- checking for epgsearch and hiding "search" and "searchtimers" if epgsearch not present
2007-04-26- fixed forward declaration and scope of cMenuSetupSascha Volkenandt
2007-04-26Added OSD configThomas Keil
2007-01-05- added missing declaration of LiveSetup()Sascha Volkenandt
2007-01-05- removed obsolete interfacing codeSascha Volkenandt
2007-01-05- removed -L plugin parameterSascha Volkenandt
- incorporated all code into one shared object
2007-01-05- some optical changesSascha Volkenandt
2007-01-04- added setup option ScreenshotIntervalSascha Volkenandt
2007-01-04- optimized interface to access plugin objects from websiteSascha Volkenandt
- moved website code to pagelib subdirectory - introduced TimerManager that will help working on timers from a background thread
2007-01-03- LastChannel value of "0" now returns as maximum possible channel numberSascha Volkenandt