summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-16First draft of updated Web-Page for the LIVE 0.2.0 release.Dieter Hametner
It contains currently only the German version. English translation will be created, when German version is declared as final.
2008-04-10Commented out some debugging log statements to not clutter syslog withcvs-commit-353Dieter Hametner
to much information.
2008-04-10Whitespace change only.Dieter Hametner
2008-04-08display length of recordings (#451)Christian Wieninger
2008-04-07required streamdev version: "none" to "?"Christian Wieninger
2008-04-07Brückner-fix ;)Christian Wieninger
2008-04-07finnish translation update, thanks to Rolf AhrenbergChristian Wieninger
2008-04-07translation of the live summary displayed in VDR's setupChristian Wieninger
2008-04-06fix for ibox update problemChristian Wieninger
2008-03-24fixes for new timer identification methodChristian Wieninger
2008-03-23Some clean up in the timer editing call.Dieter Hametner
Prepeared timer edititing to be a popup like the epg-data. This is not finished yet and seems to have some problems with the form and the popup. So the overall functionality is disabled. Never the less some of the changes for this are of general interrest, so current work was commited. Changes in the styles for this.
2008-03-23Merge branch 'master' into develDieter Hametner
2008-03-22Merge commit 'tadi/master'cvs-commit-348Christian Wieninger
Conflicts: tools.cpp
2008-03-22fix for problems with old compilersChristian Wieninger
2008-03-22An other attempt to fix operator>> for tChannelID.Dieter Hametner
2008-03-21Merge commit 'winni/master'Dieter Hametner
2008-03-20fix for #357 and #410Christian Wieninger
2008-03-12Whitespace changes only. Made file better suited to automaticDieter Hametner
indentation capable editors.
2008-03-12Whitespace changes only. Adapted indentation to be usable with automaticDieter Hametner
indentation editors.
2008-03-12Made similar css adaptions for the about box like previous ones for theDieter Hametner
EPG info boxes.
2008-03-12Cleanup of css style for epg info with and without ajax enabled.Dieter Hametner
2008-03-12Test to generalize the styles for epg infos. They work now in non ajaxDieter Hametner
mode too. Still needs code cleanup.
2008-03-06Merge commit 'winni/master' into develDieter Hametner
2008-02-28removed throw in timer conflict check if epgsearch is too oldChristian Wieninger
2008-02-28changes for new service interface version in epgsearchChristian Wieninger
2008-02-27Fixed appearance of the negative status feedback box, which is used when ajaxDieter Hametner
actions which trigger only some setting in VDR but not update the live pages fail. This led to new 'redwine' images for the hint background. So those were added too.
2008-02-26Added SetTimerModification() to aktivation and deletion of timers fromDieter Hametner
within the live plugin.
2008-02-26Added streaming button in channnel selection page.Dieter Hametner
This allows to stream also channels that don't have EPG data and thus are only selectable by hand. Regenerated backwards compatible message file, because of string changes.
2008-02-25Added new image for timer conflict notification.Dieter Hametner
Added a Force function to TimerConflicNotifier. Added the force notification to timer creation. First tests with this weren't very promising. Needs some thorough testing also at timer modification and deletion. Regenerated language header for backwards compatibilty.
2008-02-24Added functionality to display timer conflicts when polled through theDieter Hametner
statusbox updates. Created the layout and look of the status message.
2008-02-24Pagemenu is an ID of the corresponding div now. There is only oneDieter Hametner
pagemenu allowed so this change makes it clear. Adapted styles in global styles.css as well in the themes supplied with live.
2008-02-24added priority columnChristian Wieninger
2008-02-22Reverted to trVDR in timerconflicts.ecpp due to fast fix change to 'tr'Dieter Hametner
because of compilation error with older vdr versions. This has been fixed, through proper include of i18n.h. Regenerated header file with backward compatible translations.
2008-02-22Merge commit 'origin/master'Dieter Hametner
2008-02-22First implementation of a notification about timer conflicts in LIVE.Dieter Hametner
Based on the work of winni in epgsearch and its service interface.
2008-02-22Made the submenu component to be rendered into on single line (e.g.Dieter Hametner
changed from block to inline element).
2008-02-21Autoformating of the code in emacs. This makes editing not so anoyingDieter Hametner
when adding additional code. (sorry)
2008-02-21Whitespace changes only.Dieter Hametner
2008-02-21made TimerConflicts::CheckAdvised() staticChristian Wieninger
2008-02-21timer conflict implementation moved to timerconflict.cpp/hChristian Wieninger
2008-02-20new epgsearch service "bool IsConflictCheckAdvised()"Christian Wieninger
2008-02-19Fixed german translation for timer start time string.Dieter Hametner
Regenerated i18n-generated.h.
2008-02-19Made live compilable with VDR version pre 1.5.7.Dieter Hametner
Updated generated i18n.h file.
2008-02-17display of "no timer conflicts"Christian Wieninger
2008-02-17moved timer conflicts from main menu to timers menuChristian Wieninger
2008-02-17first version with timer conflictsChristian Wieninger
2008-02-16and another typo ;)Christian Wieninger
2008-02-16fixed some typosChristian Wieninger
2008-02-16removed evaluating the 'last channel' since this is only useful for EPGChristian Wieninger
2008-02-08Added the online documentation for live into doc/web subfolder.Dieter Hametner
This makes via symlink use of already defined elements in live itself, like the stylesheet, the logo and the style-sheet elements for background images. Only the screenshot images are local to this directories. Remember to publish this site you need to resolve symlinks. For local testing a link in public_html in the users home directory is OK, if follow-symlinks is allowed there.