summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-11Unified date formatting and added recording duration format into translations.Rolf Ahrenberg
2011-02-10Updated german translations for the new edit recordings feature.Dieter Hametner
Regenerated the backwards compatibilty locale header.
2011-02-10Fixed the compilation for VDR versions prior to introduction of TSDieter Hametner
recordings.
2011-02-10Silenced compilation warnings related to internals of TNTNET library.Rolf Ahrenberg
2011-02-10Regenerated old VDR locale header file.Rolf Ahrenberg
2011-02-10Beautified the bottom row in the multischedule page.Rolf Ahrenberg
2011-02-10Enabled YADIF deinterlacing automatically for VLC-1.1.x.Rolf Ahrenberg
2011-02-10Inverted the initialization value of 'Show duration in recordings'.Rolf Ahrenberg
2011-02-10Added support for sorting recordings by name and date in both ascending and ↵Rolf Ahrenberg
descending orders.
2011-02-10Added support for renaming/moving recordings and for deleting multiple ↵Rolf Ahrenberg
recordings at once.
2011-01-29Updated german translations.Dieter Hametner
Regenerated backwards compatibility locale header.
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-29Added a comment where the 'Recordings' instance comes from.Dieter Hametner
2011-01-26Yet an other patch from Rolf Ahrenberg:Dieter Hametner
(live-git-20110126-remove-double-escape-and-compilation-warnings.patch.gz) Fixes a double HTML entities encoding error, omits some compiler warnings and updates the finish translations.
2011-01-25Applied patch supplied by vdr-portal.de user iNOB in the post:Dieter Hametner
http://www.vdr-portal.de/board/thread.php?postid=946704#post946704 It replaces the 4:3 tv image on the remote page with 16:9 one, which is more appropriate for todays TV image ratios.
2011-01-25Applied patch (live-git-20110125-layout-fixes.patch.gz) supplied byDieter Hametner
Rolf Ahrenberg in vdr-portal.de. It fixes some layout and style issues of the multischedule extension of LIVE.
2011-01-24Applied a patch (live-20110124-git-multischedule-setup-fi x.patch.gz)Dieter Hametner
provided by Rolf Ahrenberg that makes changes in the setup of channelgroups to be reflected in the multischedule layout immediately. Not needing VDR (or the LIVE plugin) to be restarted.
2011-01-24Applied a patch provided by vdr-portal.de user 'copperhead' aboutDieter Hametner
recordings archived on HDDs.
2011-01-24Regenerated old VDR locale header file.Dieter Hametner
2011-01-24Applied patch provided by Rolf Ahrenberg in the vdr-portal.de threadDieter Hametner
about the multischedule contribution to LIVE. See: http://www.vdr-portal.de/board/thread.php?postid=973272#post973272
2011-01-23Updated 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-23finnish translation update, thanks to Rolf AhrenbergChristian Wieninger
2011-01-22Regenerated localisation files after merge of latest multischedule contribution.Dieter Hametner
2011-01-22Merge branch 'multischedule'Dieter Hametner
2011-01-22Merge remote branch 'winni/master'Dieter Hametner
2011-01-22- start always at minutes dividable by 5, fix table endMartin Wache
2011-01-20updated protcol name for externremux as introduced in streamdev-0.5.0Christian Wieninger
2011-01-19Merge remote branch 'winni/master'Dieter Hametner
2011-01-19another fix for tntnet-2.0 - some buttons disappearedChristian Wieninger
2011-01-18Merged tntnet2.0 fix from winniDieter Hametner
Updated po files and (re)generated backward compatibility header for localization.
2011-01-15- fix "now" in multischedulemartin
2011-01-15- use the "favourite times" in multischedulemartin
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
2011-01-02fix for tntnet-2.0 (different bool handling)Christian Wieninger
2011-01-01Updated localization files after the integration of the MultiSchedule view.Dieter Hametner
2011-01-01Added Marting Wache to the CONTRIBUTORS file.Dieter Hametner
2011-01-01Merge remote branch 'mav55/MultiSchedule'Dieter Hametner
2010-12-31- add ability to select start timemartin
2010-11-23patch to compile with FreeBSDChristian Wieninger
2010-11-21- added channel group selection, various fixesmartin
2010-11-20- remove arrays introduce std::list, currently crashesMartin Wache
2010-11-20- some fixes and improvements to multischeduleMartin Wache
2010-11-07- first working version of multischeduleMartin Wache
2010-10-17Protect 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-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.
2010-06-19Added translators hint and a german locale for the date/time formating of ↵Dieter Hametner
recordings provided by Dominic Evans.
2010-06-08Improve/fix locale date/time formatting.Dominic Evans
2010-04-11Removed CVS specific tag, because it modifies the file at cvs checkin and ↵cvs-commit-369Dieter Hametner
complicates thus the bridging between git and cvs.
2010-04-04compile with driver sources different from kernel headersChristian Wieninger