Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Clean also in subdirs. | Dieter Hametner | |
2015-02-13 | Dropped i18n support for VDR versions earlier than 1.5.7. | Dieter Hametner | |
2015-02-13 | Show correct end time and progress while replaying (Patch provided by user | Dieter Hametner | |
'zimuland' of projects.vdr-developer.de). Closes bugtracker entry #1549. | |||
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 | Add russian translation with 24h time formating supplied by user | Dieter Hametner | |
'amid' of the LIVE bugtracker. Closes Bug-Entry #1423. | |||
2015-02-11 | Drop 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. | |||
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-10 | Remove included old 'tntnet' sources. | Dieter Hametner | |
The LIVE plugin must now be built agains a correctly installed libtntnet and libcxxtools and their development headers. | |||
2015-02-09 | Fix a warning about the Language header having the default value in the .po ↵ | Dieter Hametner | |
files. | |||
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 | First changes to README for the upcoming release 0.4.0 of LIVE. | Dieter Hametner | |
2015-02-08 | Adapt Live Plugin to compile with VDR versions 2.1.2 and higher (thanks to ↵ | Dieter Hametner | |
Ingo Prochaska) | |||
2015-02-08 | Reformat ReadLock for better debugability and use the 'safe-bool' idiom ↵ | Dieter Hametner | |
instead of operator bool. | |||
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 | Updated documentation in doc/Changelog file to mark this file as deprecated.release_0-3-0 | Dieter Hametner | |
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-03-25 | Removed some not needed references to the not longer existing CVS server | Dieter Hametner | |
Updated the version HISTORY. | |||
2013-03-24 | Moved source of the LIVE homepage out of the normal LIVE distribution. | Dieter Hametner | |
2013-02-24 | Only some white space and formatting changes. | Dieter Hametner | |
2013-02-24 | Fix listener bug triggered by never versions of cxxtools reported in bug #1066 | Dieter Hametner | |
2013-02-23 | Increased version of LIVE to 0.3.0 in preparation for a new release. | Dieter Hametner | |
2013-02-23 | Remove fuzzy german translations. | 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 | |
2013-02-23 | Updated LIVE homepage for the long avaited 0.3.0 release. | Dieter Hametner | |
2012-12-26 | Added english features translation for release 0.3.0 | Dieter Hametner | |
2012-12-26 | Started to update the LIVE homepage for a 'new' (0.3.0) release. | Dieter Hametner | |
2012-12-26 | Slovak translation update | Dieter Hametner | |
This translatin (which I can't check for correctness) have been provided in ticket #1176 | |||
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 | Adds support for the newly introduced ResourceDirectory. | Dieter Hametner | |
This is taken from a patch provided in ticket #1064. | |||
2012-12-26 | Fixed table colors for orange-blue theme in multischedule as suggested in ↵ | Dieter Hametner | |
ticket #1053 | |||
2012-12-26 | Make PCRE optional | Christian Ruppert | |
2012-12-26 | Compile fix for >=vdr-1.7.28 | Christian Ruppert | |
2012-03-25 | Updated LIVE to latest changes in vdr 1.7.27 | Dieter Hametner | |
- Do not use the direct access to cRecoding members any more. | |||
2012-03-13 | Provide recording->IsPesRecording() to cFileName instances. | Dieter Hametner | |
This fixes bug #885 (http://projects.vdr-developer.org/issues/885). | |||
2012-01-14 | Updated italian translations supplied by Diego via bug #835 | Dieter Hametner | |
2012-01-14 | Fix german translation as reported in Bug #816 and added some missing german ↵ | Dieter Hametner | |
strings. | |||
2012-01-14 | Fix wrong preprocessor directive reported by rene (Bug #714) | Dieter Hametner | |
2011-11-20 | Integrated updated spanish translations provided by jbradi@hotmail.com. | Dieter Hametner | |
More in the bug tracker: http://projects.vdr-developer.org/issues/814 | |||
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 | Updated czech translation. The translations have been supplied by a | Dieter Hametner | |
helpfull anonymous person in http://projects.vdr-developer.org/issues/687 |