Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-04 | Fixed a bug reported by Matthias Kortstiege about edit_timers not | Dieter Hametner | |
having the correct timerId when called from the schedules list. | |||
2008-06-03 | Added 'i18n.h' include in pages/recordings.ecpp to support backward | Dieter Hametner | |
compatible 'trVDR' macro. | |||
2008-05-02 | show disk usage and free space in table header | Christian Wieninger | |
2008-04-20 | Changed CXXFLAGS to ommit well known but anoying warnings when compiling | Dieter Hametner | |
sources generated through the tntnet ecppc precompiler. | |||
2008-04-19 | Changed responsibilities in the about box. | Dieter Hametner | |
2008-04-18 | Fixed bottom row style classes in list view of what's on. | Dieter Hametner | |
2008-04-18 | Added different button for streaming to browser and playback on tv.cvs-commit-354 | Dieter Hametner | |
Fixed style of infobox caption. | |||
2008-04-10 | Commented out some debugging log statements to not clutter syslog withcvs-commit-353 | Dieter Hametner | |
to much information. | |||
2008-04-08 | display length of recordings (#451) | Christian Wieninger | |
2008-04-07 | Brückner-fix ;) | Christian Wieninger | |
2008-04-06 | fix for ibox update problem | Christian Wieninger | |
2008-03-24 | fixes for new timer identification method | Christian Wieninger | |
2008-03-23 | Some 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-20 | fix for #357 and #410 | Christian Wieninger | |
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 | timer conflict implementation moved to timerconflict.cpp/h | Christian Wieninger | |
2008-02-20 | new epgsearch service "bool IsConflictCheckAdvised()" | Christian Wieninger | |
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 | removed evaluating the 'last channel' since this is only useful for EPG | Christian Wieninger | |
2008-01-25 | - tadi's update | Christian Wieninger | |
2008-01-16 | - fix for #418 via DatePicker | Christian Wieninger | |
2008-01-13 | A little bit of cleanup in epg_events.[h|cpp] after the last changes. | Dieter Hametner | |
2008-01-13 | - code for collecting and displaying EPG events in 'What's on' is now separated | Christian Wieninger | |
2008-01-10 | - favorites in 'detailed mode' | Christian Wieninger | |
2008-01-10 | - presence of favorites now depends on existence of epgsearch | Christian Wieninger | |
2008-01-10 | - translation fixes | Christian Wieninger | |
2008-01-09 | - first try with favorites | Christian Wieninger | |
2007-12-25 | - Presence of IMDb URLs is now configurable. Closes bug #401. | Dieter Hametner | |
2007-12-24 | - made usage of 'getHost' depending on TNTVERS7 | Christian Wieninger | |
2007-12-23 | - Changed mode of live.pot creation. Should prevent .po file conflicts | Dieter Hametner | |
at subsequent upgrades from CVS. | |||
2007-12-22 | - Almost full featured javascript controlling interface for the vlc window. | Dieter Hametner | |
2007-12-20 | - vlc now also works with remote adresses like dyndns | Christian Wieninger | |
2007-12-19 | - Added option to select streamdev stream type in live setings. | Dieter Hametner | |
2007-12-18 | - IMDB link for recordings too. Fixes Bug #420 | Dieter Hametner | |
- Window size of streaming window is now adapted to new size of embedded vlc video frame. | |||
2007-12-18 | - Added a patch from Rolf Ahrenberg: | Dieter Hametner | |
Updates Finish translations Uses autoplay and standard dvb video size in streamdev playback window. | |||
2007-12-17 | - Added tooltip for timer status. Closed Bug #396. | Dieter Hametner | |
2007-12-17 | - Removed not needed channels.ecpp file for security reasons as it did | Dieter Hametner | |
not have login protection. | |||
2007-12-16 | - Adapted Rolf Ahrenbergs patch for VLC streaming to current LIVE | Dieter Hametner | |
development status. See Bug #343. This will need some additional tweaking. |