summaryrefslogtreecommitdiff
path: root/live/js
AgeCommit message (Collapse)Author
2009-08-28VLC 1.0 does not support the (debug) log object any longer: removed code ↵cvs-commit-363Dieter Hametner
referencing it. This fixes the bug, that the buttons in the VLC popup window did not work any longer.
2008-06-21Use the previous commited functionality to stream recordings.Dieter Hametner
The recordings now have a stream button beneath them.
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-02-24Added functionality to display timer conflicts when polled through theDieter Hametner
statusbox updates. Created the layout and look of the status message.
2007-12-25- Presence of IMDb URLs is now configurable. Closes bug #401.Dieter Hametner
2007-12-22Forgot vlc.jsDieter Hametner
2007-12-22- Almost full featured javascript controlling interface for the vlc window.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-16- Adapted Rolf Ahrenbergs patch for VLC streaming to current LIVEDieter Hametner
development status. See Bug #343. This will need some additional tweaking.
2007-09-17- Moved images from compiled in image dir to data dir 'img'.Dieter Hametner
- Fixed MapUrl entries to the new image location - Adapted some pages for the new image locations. - Added a preload functionalty to fill file cache at plugin startup.
2007-08-03- support for Datepicker controlChristian Wieninger
2007-08-03- Datepicker controlChristian Wieninger
2007-08-01- Updated mootools config to include Json for the upcomeing Datepicker.Dieter Hametner
2007-08-01- configured minimal currently needed version of mootools.Dieter Hametner
- documented mootools configuration
2007-07-29- Made vdr ajax requests work also via a static page. This is forDieter Hametner
browsers that don't support javascript (e.g. PDA browsers) - Implemented for AJAX request a visual notification how requested action performed. - Adapted styles for this. - Moded images for rounded boxes (formerly tip-hint-??.png) to central image directory and renamed them according to their color. This makes them reusable in different themes. - Adapted themes to this move.
2007-07-22- Tool icons in epg popup windows.Dieter Hametner
2007-07-21- Introducing explicit pageenhance javascript class. See Changelog andDieter Hametner
the files itself for more info.
2007-07-16- Remove not needed DOM elements, after a infowin ajax response.Dieter Hametner
2007-07-12- Update to the mootools framework.Dieter Hametner
- New more XHTML compliant tips. - Optional AJAX enabled infoboxes for epg information. - Major speed enhancement for the single pages, due to less data to transfer to the browser. - See doc/ChangeLog for more detailed changes description. - See doc/dev-conventions.txt for how we benefit from mootools package on the ECMAScript side of live.
2007-06-22- directory restructuration regarding static content.Dieter Hametner