Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-10 | updated ssl patch | Matthias Kortstiege | |
2008-11-19 | new setup option to display channels without EPG | Christian Wieninger | |
2008-06-21 | Changed 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-30 | Changed version number to 0.2.0release_0-2-0cvs-commit-358 | Dieter Hametner | |
Regenerated i18n-generated.h file for compatibility with older VDR versions. | |||
2008-04-23 | Applied SSL listener patch submitted through bug report #457. | Dieter Hametner | |
2008-04-07 | translation of the live summary displayed in VDR's setup | Christian Wieninger | |
2008-01-10 | fix compile with gcc4.3 | Michael 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 LIVE | Dieter Hametner | |
development status. See Bug #343. This will need some additional tweaking. | |||
2007-09-19 | - preparation to save/restore screenshot interval | Christian Wieninger | |
2007-07-20 | - Added support for EPG images: Specify the directory with your | Christian 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 is | Dieter 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 #312 | Dieter 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 mask | Christian Wieninger | |
2007-06-03 | - support for local net without necessary login | Christian Wieninger | |
2007-06-01 | - moved to uniform features detector | Sascha Volkenandt | |
2007-06-01 | - fixed title and versnum | Sascha Volkenandt | |
2007-05-31 | - configurable start page | Christian Wieninger | |
2007-05-28 | Changed to 0.1.0 | Thomas Keil | |
2007-05-25 | - about box, first summit | Sascha Volkenandt | |
2007-05-25 | - first version of "userdef. times" in "What's on?" | Christian Wieninger | |
2007-05-23 | - show auth part only when enabled | Christian Wieninger | |
- common method Setup::SaveSetup to store setup values from osd and web frontend | |||
2007-05-07 | - fixed password handling | Christian 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 hidden | Christian 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 cMenuSetup | Sascha Volkenandt | |
2007-04-26 | Added OSD config | Thomas Keil | |
2007-01-05 | - added missing declaration of LiveSetup() | Sascha Volkenandt | |
2007-01-05 | - removed obsolete interfacing code | Sascha Volkenandt | |
2007-01-05 | - removed -L plugin parameter | Sascha Volkenandt | |
- incorporated all code into one shared object | |||
2007-01-05 | - some optical changes | Sascha Volkenandt | |
2007-01-04 | - added setup option ScreenshotInterval | Sascha Volkenandt | |
2007-01-04 | - optimized interface to access plugin objects from website | Sascha 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 number | Sascha Volkenandt | |
2007-01-03 | - renamed Setup::Get() to LiveSetup() | Sascha Volkenandt | |
- added method that fetches plugin class from vdr and gets its setup object - demo code in channels.ecpp | |||
2007-01-02 | - added options -i and -p to specify port and (possibly multiple) ip(s) | Sascha Volkenandt | |
- moved commandline-helpstring to setup class to ease maintaining - added default library directory /usr/local/lib | |||
2007-01-02 | - initial checkin | Sascha Volkenandt | |