Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-12 | Test to generalize the styles for epg infos. They work now in non ajax | Dieter Hametner | |
mode too. Still needs code cleanup. | |||
2008-03-06 | Merge commit 'winni/master' into devel | Dieter Hametner | |
2008-02-28 | removed throw in timer conflict check if epgsearch is too old | Christian Wieninger | |
2008-02-28 | changes for new service interface version in epgsearch | Christian Wieninger | |
2008-02-27 | Fixed appearance of the negative status feedback box, which is used when ajax | Dieter 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-26 | Added SetTimerModification() to aktivation and deletion of timers from | Dieter Hametner | |
within the live plugin. | |||
2008-02-26 | Added 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-25 | Added 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-24 | Added functionality to display timer conflicts when polled through the | Dieter Hametner | |
statusbox updates. Created the layout and look of the status message. | |||
2008-02-24 | Pagemenu is an ID of the corresponding div now. There is only one | Dieter 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-24 | added priority column | Christian Wieninger | |
2008-02-22 | Reverted 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-22 | Merge commit 'origin/master' | Dieter Hametner | |
2008-02-22 | First 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-22 | Made the submenu component to be rendered into on single line (e.g. | Dieter Hametner | |
changed from block to inline element). | |||
2008-02-21 | Autoformating of the code in emacs. This makes editing not so anoying | Dieter Hametner | |
when adding additional code. (sorry) | |||
2008-02-21 | Whitespace changes only. | Dieter Hametner | |
2008-02-21 | made TimerConflicts::CheckAdvised() static | Christian Wieninger | |
2008-02-21 | timer conflict implementation moved to timerconflict.cpp/h | Christian Wieninger | |
2008-02-20 | new epgsearch service "bool IsConflictCheckAdvised()" | Christian Wieninger | |
2008-02-19 | Fixed german translation for timer start time string. | Dieter Hametner | |
Regenerated i18n-generated.h. | |||
2008-02-19 | Made live compilable with VDR version pre 1.5.7. | Dieter Hametner | |
Updated generated i18n.h file. | |||
2008-02-17 | display of "no timer conflicts" | Christian Wieninger | |
2008-02-17 | moved timer conflicts from main menu to timers menu | Christian Wieninger | |
2008-02-17 | first version with timer conflicts | Christian Wieninger | |
2008-02-16 | and another typo ;) | Christian Wieninger | |
2008-02-16 | fixed some typos | Christian Wieninger | |
2008-02-16 | removed evaluating the 'last channel' since this is only useful for EPG | Christian Wieninger | |
2008-02-08 | Added 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-07 | Further posix-ified bildutils/version-util after hints about posix | Dieter Hametner | |
compatibility from vdr-portal.de. | |||
2008-02-06 | Document last changes also in ChangeLog. | Dieter Hametner | |
2008-02-06 | Fixed function definitions in version-util. It seems some other shells | Dieter Hametner | |
than bash need the () without whitespace behind the functions name. Regenerated i18n-generated.h | |||
2008-01-28 | french translation update, thanks to Patrice Staudt | Christian Wieninger | |
2008-01-25 | Merge commit 'tadi/master' | Christian Wieninger | |
2008-01-25 | - tadi's update | Christian Wieninger | |
2008-01-25 | - | Christian Wieninger | |
2008-01-25 | Removed the CVS id string from Makefile because it confuses the | Dieter 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-25 | Removed debug messages in the recordings_items constructors and | Dieter Hametner | |
destructors introduced to find the memory leak problem when the recordings list was recreated. Updated changelog with the latest changes. | |||
2008-01-25 | Used StringReplace from tools to replace ~ with / in the output of the | Dieter 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-25 | Merge branch 'master' into devel | Dieter Hametner | |
2008-01-25 | Applied an other finish transaltion patch from Rolf Ahrenberg. | Dieter Hametner | |
2008-01-25 | Fixed bug that the recordings items were not deleted when the tree was | Dieter 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-18 | Updated changelog about version suffix feature. | Dieter Hametner | |
2008-01-18 | Merge branch 'devel' | Dieter Hametner | |
2008-01-18 | Based 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-17 | Added generated version suffix file to .cvsignore | Dieter Hametner | |
2008-01-17 | Merge branch 'devel' | Dieter Hametner | |
2008-01-17 | Fixed some compile time problems with the version generation. | Dieter Hametner | |
2008-01-16 | Some cleanup in the Makefile dependencies for subdirs | Dieter Hametner | |
Added target to create a generated version suffix file. | |||
2008-01-16 | Merge commit 'winni/master' | Dieter Hametner | |