summaryrefslogtreecommitdiff
path: root/pages
AgeCommit message (Collapse)Author
2008-06-04Fixed a bug reported by Matthias Kortstiege about edit_timers notDieter Hametner
having the correct timerId when called from the schedules list.
2008-06-03Added 'i18n.h' include in pages/recordings.ecpp to support backwardDieter Hametner
compatible 'trVDR' macro.
2008-05-02show disk usage and free space in table headerChristian Wieninger
2008-04-20Changed CXXFLAGS to ommit well known but anoying warnings when compilingDieter Hametner
sources generated through the tntnet ecppc precompiler.
2008-04-19Changed responsibilities in the about box.Dieter Hametner
2008-04-18Fixed bottom row style classes in list view of what's on.Dieter Hametner
2008-04-18Added different button for streaming to browser and playback on tv.cvs-commit-354Dieter Hametner
Fixed style of infobox caption.
2008-04-10Commented out some debugging log statements to not clutter syslog withcvs-commit-353Dieter Hametner
to much information.
2008-04-08display length of recordings (#451)Christian Wieninger
2008-04-07Brückner-fix ;)Christian 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-20fix for #357 and #410Christian Wieninger
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-21timer conflict implementation moved to timerconflict.cpp/hChristian Wieninger
2008-02-20new epgsearch service "bool IsConflictCheckAdvised()"Christian Wieninger
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-16removed evaluating the 'last channel' since this is only useful for EPGChristian Wieninger
2008-01-25- tadi's updateChristian Wieninger
2008-01-16- fix for #418 via DatePickerChristian Wieninger
2008-01-13A 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 separatedChristian Wieninger
2008-01-10- favorites in 'detailed mode'Christian Wieninger
2008-01-10- presence of favorites now depends on existence of epgsearchChristian Wieninger
2008-01-10- translation fixesChristian Wieninger
2008-01-09- first try with favoritesChristian 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 TNTVERS7Christian Wieninger
2007-12-23- Changed mode of live.pot creation. Should prevent .po file conflictsDieter 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 dyndnsChristian 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 #420Dieter 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 didDieter Hametner
not have login protection.
2007-12-16- Adapted Rolf Ahrenbergs patch for VLC streaming to current LIVEDieter Hametner
development status. See Bug #343. This will need some additional tweaking.