Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-24 | Regenerated old VDR locale header file. | Dieter Hametner | |
2011-01-24 | Applied patch provided by Rolf Ahrenberg in the vdr-portal.de thread | Dieter Hametner | |
about the multischedule contribution to LIVE. See: http://www.vdr-portal.de/board/thread.php?postid=973272#post973272 | |||
2011-01-23 | Updated Locale files after mergeing the latest changes from winni. | Dieter Hametner | |
They include a update of the finish locale (provided by Rolf Ahrenberg) and a change which seems to prevent a 100% CPU usage. | |||
2011-01-23 | finnish translation update, thanks to Rolf Ahrenberg | Christian Wieninger | |
2011-01-22 | Regenerated localisation files after merge of latest multischedule contribution. | Dieter Hametner | |
2011-01-22 | Merge branch 'multischedule' | Dieter Hametner | |
2011-01-22 | Merge remote branch 'winni/master' | Dieter Hametner | |
2011-01-22 | - start always at minutes dividable by 5, fix table end | Martin Wache | |
2011-01-20 | updated protcol name for externremux as introduced in streamdev-0.5.0 | Christian Wieninger | |
2011-01-19 | Merge remote branch 'winni/master' | Dieter Hametner | |
2011-01-19 | another fix for tntnet-2.0 - some buttons disappeared | Christian Wieninger | |
2011-01-18 | Merged tntnet2.0 fix from winni | Dieter Hametner | |
Updated po files and (re)generated backward compatibility header for localization. | |||
2011-01-15 | - fix "now" in multischedule | martin | |
2011-01-15 | - use the "favourite times" in multischedule | martin | |
2011-01-15 | - make MultiSchedule duration configurable | martin | |
- by default show the channel group containing the current channel - show "switch to this channel"-buttons | |||
2011-01-15 | - add setup option for channel groups | martin | |
2011-01-02 | fix for tntnet-2.0 (different bool handling) | Christian Wieninger | |
2011-01-01 | Updated localization files after the integration of the MultiSchedule view. | Dieter Hametner | |
2011-01-01 | Added Marting Wache to the CONTRIBUTORS file. | Dieter Hametner | |
2011-01-01 | Merge remote branch 'mav55/MultiSchedule' | Dieter Hametner | |
2010-12-31 | - add ability to select start time | martin | |
2010-11-23 | patch to compile with FreeBSD | Christian Wieninger | |
2010-11-21 | - added channel group selection, various fixes | martin | |
2010-11-20 | - remove arrays introduce std::list, currently crashes | Martin Wache | |
2010-11-20 | - some fixes and improvements to multischedule | Martin Wache | |
2010-11-07 | - first working version of multischedule | Martin Wache | |
2010-10-17 | Protect the ':' in title or aux string. | Dieter Hametner | |
Use StringReplace here because if ':' are characters in the title or aux string it breaks parsing of timer definition in VDRs cTimer::Parse method. The '|' will be replaced back to ':' by the cTimer::Parse() method. Fix was submitted by rofafor: see http://www.vdr-portal.de/board/thread.php?threadid=100398 | |||
2010-06-20 | Reaction to a patch sent by Jan Willies for an other problem withcvs-commit-370 | Dieter 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-06-19 | Added translators hint and a german locale for the date/time formating of ↵ | Dieter Hametner | |
recordings provided by Dominic Evans. | |||
2010-06-08 | Improve/fix locale date/time formatting. | Dominic Evans | |
2010-04-11 | Removed CVS specific tag, because it modifies the file at cvs checkin and ↵cvs-commit-369 | Dieter Hametner | |
complicates thus the bridging between git and cvs. | |||
2010-04-04 | compile with driver sources different from kernel headers | Christian Wieninger | |
2010-03-14 | Updated the pre gettext translation too.cvs-commit-368 | Dieter Hametner | |
2010-03-14 | Merge branch 'cvs-version' | Dieter Hametner | |
2010-03-14 | Updated italian translations provided by Diego Pierotto. | Dieter Hametner | |
2010-03-14 | Merge remote branch 'winni/master' into devel | Dieter Hametner | |
2010-03-09 | include Make.global introduced in vdr-1.7.13 | Christian Wieninger | |
2009-12-16 | Added Lithuanian language po file, kindly provided by Valdemaras Pipiras | Dieter Hametner | |
2009-12-08 | Made recordings http streaming dependent on tntnet version 1.7.0 and | Dieter Hametner | |
aboove because that version only supports 'calming down' the request watchdog. Without that the tntnet request watchdog killed the whole VDR process after 600 sec. Thus recordings lasting longer than 10 minutes could not be displayed and even worse the whole VDR process terminated. That could break currently running timers. | |||
2009-09-14 | Finish translation update also for older VDR versions.cvs-commit-367 | Dieter Hametner | |
2009-09-14 | Merge commit 'winni/master' into devel | Dieter Hametner | |
2009-09-12 | finnish translation update | Christian Wieninger | |
2009-09-08 | Merge commit 'winni/master' into develcvs-commit-366 | Dieter Hametner | |
2009-09-08 | new files for user management | Christian Wieninger | |
2009-09-07 | new user management within setup that also handles different user rights | Christian Wieninger | |
2009-09-04 | Fix a small css layout hickup. | Dieter Hametner | |
2009-09-02 | Changed epg images scanning logic again.cvs-commit-365 | Dieter Hametner | |
- First of all the work around for a possible bug in tvm2vdr.pl must be activated explicitely by defining TVM2VDR_PL_WORKAROUND to a non zero value prior to compiling the plugin (needs to be added to the CFLAGS) - The scanning for images is done in the following way: 1. scan for '<epgid>_*.*' 2. if 1. yields no results try '<epgid>.*' 3. if 1. followed by 2. yield no results and tvm2vdr.pl work around is active scan for '<epgid - 1 digit>*.*' 4 return what has been found (might be an empty list) | |||
2009-08-28 | Added a fix suggested by user gda in vdr-portal.de for the epg imagescvs-commit-364 | Dieter Hametner | |
problem reported in (german) http://www.vdr-portal.de/board/thread.php?threadid=88589 The fix tries first to find a image with correct image-Id. If no images are found, then it tries the old method. This will lead to less false positives if images are available, but will still lead to a wrong image list if no images should be available for that epg id but become available with the workaround of the bug in tvm2vdr.pl. | |||
2009-08-28 | VLC 1.0 does not support the (debug) log object any longer: removed code ↵cvs-commit-363 | Dieter Hametner | |
referencing it. This fixes the bug, that the buttons in the VLC popup window did not work any longer. | |||
2009-08-27 | Merge commit 'tadi/master' | Christian Wieninger | |
Conflicts: po/de_DE.po |