summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2008-02-07Further posix-ified bildutils/version-util after hints about posixDieter Hametner
compatibility from vdr-portal.de.
2008-02-06Document last changes also in ChangeLog.Dieter Hametner
2008-02-06Fixed function definitions in version-util. It seems some other shellsDieter Hametner
than bash need the () without whitespace behind the functions name. Regenerated i18n-generated.h
2008-01-28french translation update, thanks to Patrice StaudtChristian Wieninger
2008-01-25Merge commit 'tadi/master'Christian Wieninger
2008-01-25- tadi's updateChristian Wieninger
2008-01-25-Christian Wieninger
2008-01-25Removed the CVS id string from Makefile because it confuses theDieter Hametner
double handling of git and CVS vor version management. (Git is used internally by the core LIVE developers, whereas CVS is used to publish development snapshots to the public.)
2008-01-25Removed debug messages in the recordings_items constructors andDieter Hametner
destructors introduced to find the memory leak problem when the recordings list was recreated. Updated changelog with the latest changes.
2008-01-25Used StringReplace from tools to replace ~ with / in the output of theDieter Hametner
deleted recording. I decided to not support currently undeletion of recordings. This is now a preliminary possibility to delete recordings from within LIVE. A more sofisticated recordings management is in planing.
2008-01-25Merge branch 'master' into develDieter Hametner
2008-01-25Applied an other finish transaltion patch from Rolf Ahrenberg.Dieter Hametner
2008-01-25Fixed bug that the recordings items were not deleted when the tree wasDieter Hametner
rebuild. This was because of the non weak references to the parent items. Deleting of recordings can be triggered now. It still needs some tweaking on the visual feedback. And possibly a 'undelete' option for the last deleted recording.
2008-01-18Updated changelog about version suffix feature.Dieter Hametner
2008-01-18Merge branch 'devel'Dieter Hametner
2008-01-18Based CVS version calculation on checked out version of the single files.Dieter Hametner
Some script enhancements. Works now even when no version detection is possible.
2008-01-17Added generated version suffix file to .cvsignoreDieter Hametner
2008-01-17Merge branch 'devel'Dieter Hametner
2008-01-17Fixed some compile time problems with the version generation.Dieter Hametner
2008-01-16Some cleanup in the Makefile dependencies for subdirsDieter Hametner
Added target to create a generated version suffix file.
2008-01-16Merge commit 'winni/master'Dieter Hametner