Age | Commit message (Collapse) | Author |
|
problem reported in (german)
http://www.vdr-portal.de/board/thread.php?threadid=88589
The fix tries first to find a image with correct image-Id. If no
images are found, then it tries the old method. This will lead to less
false positives if images are available, but will still lead to a
wrong image list if no images should be available for that epg id but
become available with the workaround of the bug in tvm2vdr.pl.
|
|
methods.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
recordings updates.
|
|
|
|
EPG images via the new commandline option '-e <dir>' or
'--epgimages=<dir> like -P'live -e /video/epgimages'
|
|
|
|
- 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.
|
|
- Bugfix for #289, #291
- Adapted styles and helper classes.
- recordings should be now strict XHTML.
|
|
existing timer
- If record_timer.png is displayed one can now edit the timer for an event
|
|
logo area.
- Added support for progress bars to display elapsed content.
- Extendend ajax.js to be usable for non xml requests.
- adapted styles for the new features.
|
|
recordings code.
|
|
data from other structures. It can the be used to appent to the page a
hidden section with full epg datas for the epg-popup boxes.
- Changed whats_on to uses this new feature.
- No description in the event boxes any more. A mouse over tooltip shows
a shortened version of the description. A click on 'more' displays a
full epg box.
- Added tip parameter to ajax_action_href. The text is displayed as
tooltip when hoovering over the link.
- Adapted style.css to make event boxes smaller.
|