Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-18 | Fixed lock order in SearchResult::GetEvent | Jasmin Jessich | |
- SearchResult::GetEvent has now a new parameter Channel - Call EpgEvents::CreateEpgInfo only, if a Channel has been found. | |||
2017-05-18 | Makefile enhancements | Jasmin Jessich | |
- Speedup make by use of ":=" instead of "=". - Build "*.po" files only if a source file has been changed. - Make some targets PHONY. - Change subdir handling. - Build "*.po" and "*.mo" files only if it is required. - Install "*.mo" files and plugin "*.so" file only if they have been changed. | |||
2017-05-14 | Added comments concerning TODOs | Jasmin Jessich | |
2017-05-14 | Remove more dead code | Jasmin Jessich | |
2017-04-02 | Silence compilation warnings. | Rolf Ahrenberg | |
2017-04-01 | VDR-2.3.1 compatibility patch by Nachteule. | Rolf Ahrenberg | |
http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1280013-vdr-live-vdr-2-3-1/#post1280013 | |||
2015-02-13 | Removed all conditional compilation based on VDRVERSNUM. The youngest | Dieter Hametner | |
VDRVERSNUM-check was for 10728. So all VDR versions less or equal 10728 are not supported any more now. | |||
2015-02-13 | Add option 'Announce via email' in searchtimer edit box. Solution and | Dieter Hametner | |
idea came from user snoopy_1978 and closes bug entry #1341 in the bugtracker. | |||
2015-02-13 | Only VDR versions which have an APIVERSION greater than 10729 are supported ↵ | Dieter Hametner | |
from now on. This drop some conditional compilations and thus simplyfies overall maintanance. | |||
2015-02-11 | Drop support for old tntnet versions: add support to extract host from ↵ | Dieter Hametner | |
request url. Tntnet versions which did not allow to get the host from the request url are now unsupported. | |||
2015-02-11 | Drop support for old tntnet versions: Query params are now in tntnet and not ↵ | Dieter Hametner | |
in cxxtools Removed old code for cxxtools queryparams. | |||
2015-02-10 | Drop support for old tntnet versions: Removed support to read a tntnet ↵ | Dieter Hametner | |
config file. Only code internal configuration is used now. | |||
2015-02-09 | Change to VDR 2.x compatible Makefiles. This terminates the | Dieter Hametner | |
compatibility of the LIVE plugin with VDR versions < 1.7.37. This is based on a patch I received by the vdr-mailing-list user 'macmenot'. | |||
2015-02-08 | Adapt Live Plugin to compile with VDR versions 2.1.2 and higher (thanks to ↵ | Dieter Hametner | |
Ingo Prochaska) | |||
2013-05-04 | With tntnet v2.2 use also the request.getArg(<name>) function.release/0.3.x | Dieter Hametner | |
In the previous commit support for tntnet 2.2 was added. The URL mapping changed in that version and allows now named arguments. This change makes uses of this feature now. | |||
2013-05-03 | Make LIVE compile and work with Tntnet and cxxtools version 2.2. | Dieter Hametner | |
Thanks to Tommi Mäkitalo for his help on resolving the issues. This problem was reported by Martin Gansser and by the user 'varas' in the bugtracker as bug #1351. This commit fixes that bug. | |||
2013-05-03 | Some indentation changes for better readablility. | Dieter Hametner | |
2013-04-13 | Fixed status toggle of timers, via the edit_timer dialog. | Dieter Hametner | |
This bug was reported by user 'mhanu' in bug #1332. | |||
2013-04-04 | If deleting multiple recordings the user right are checked now. | Dieter Hametner | |
This problem and a patch solving this was reported in bug entry #1317. | |||
2013-04-04 | Integrated themes directories usage suggested by e-tobi in bug entry #1305 | Dieter Hametner | |
2013-02-24 | Fix listener bug triggered by never versions of cxxtools reported in bug #1066 | Dieter Hametner | |
2013-02-23 | Fix bug #1164 in the ticket system. | Dieter Hametner | |
2013-02-23 | Remove no longer needed .cvsignore files, as LIVE does not have a CVS ↵ | Dieter Hametner | |
repository anymore. | |||
2013-02-23 | Fixed the 'dist' target of the Makefiles. | Dieter Hametner | |
2012-12-26 | Fix URL bugtracker in the about box. | Dieter Hametner | |
This brought to attention and suggested to fix in bug #1099 | |||
2012-12-26 | Make PCRE optional | Christian Ruppert | |
2012-03-13 | Provide recording->IsPesRecording() to cFileName instances. | Dieter Hametner | |
This fixes bug #885 (http://projects.vdr-developer.org/issues/885). | |||
2011-09-05 | Support 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-09-04 | Allow to remove rights to delete recordings. According to the bug entry | Dieter Hametner | |
http://projects.vdr-developer.org/issues/645 this will allow to create a pure 'guest' only user account. The fix was suggested by mhanu in above bug entry. | |||
2011-03-20 | Added recording filtering to include also descriptions. | Rolf Ahrenberg | |
2011-03-20 | Added expand/collapse all folders functionality into recordings page. | Rolf Ahrenberg | |
2011-03-11 | Renamed FEATURES to PLUGINFEATURES in Makefiles. | Rolf Ahrenberg | |
2011-03-10 | Added the content type header 'video/mpeg' in the recstream page. | Dieter Hametner | |
This change was suggested by vdr-portal.de user 'hepi'. See http://www.vdr-portal.de/board/thread.php?threadid=101842 | |||
2011-03-03 | Added missing line break. | Rolf Ahrenberg | |
2011-02-22 | Added support for HAVE_LIBPCRECPP. | Rolf Ahrenberg | |
2011-02-20 | Reverted part of Rolfs changes in the CSS file. Not all parts of the | Dieter Hametner | |
pagemenu shall become bold. Made only the new recordings Filter field bold, as it is the wish of Rolf who added it. | |||
2011-02-20 | Fixed reseting of the active recordings filter. | Rolf Ahrenberg | |
2011-02-20 | Updated Finnish translations. | Rolf Ahrenberg | |
2011-02-20 | Moved recordings filter input box into the actions area of the | Dieter Hametner | |
recordings page. This ensures a consistent look and feel like on other pages in LIVE. | |||
2011-02-18 | Added Perl compatible regular expression filtering into the recordings menu. | Rolf Ahrenberg | |
2011-02-18 | Added audio and subtitles buttons into the remote control. | Rolf Ahrenberg | |
2011-02-15 | Fixed a typo in a setup option. | Rolf Ahrenberg | |
2011-02-13 | Added short description, description, and auxiliary info into the edit ↵ | Rolf Ahrenberg | |
recordings page. | |||
2011-02-13 | Added an option to copy recordings instead of moving. | Rolf Ahrenberg | |
2011-02-11 | Unified date formatting and added recording duration format into translations. | Rolf Ahrenberg | |
2011-02-10 | Silenced compilation warnings related to internals of TNTNET library. | Rolf Ahrenberg | |
2011-02-10 | Beautified the bottom row in the multischedule page. | Rolf Ahrenberg | |
2011-02-10 | Added support for sorting recordings by name and date in both ascending and ↵ | Rolf Ahrenberg | |
descending orders. | |||
2011-02-10 | Added support for renaming/moving recordings and for deleting multiple ↵ | Rolf Ahrenberg | |
recordings at once. | |||
2011-01-29 | Applied 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 |