summaryrefslogtreecommitdiff
path: root/epg_events.cpp
AgeCommit message (Collapse)Author
2009-08-28Added a fix suggested by user gda in vdr-portal.de for the epg imagescvs-commit-364Dieter Hametner
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.
2008-11-23Exchanged EpgEvents class by a namespace, as the class had only staticDieter Hametner
methods.
2008-11-20allow streaming channels without EPG infoChristian Wieninger
2008-11-19new setup option to display channels without EPGChristian 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-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-10fix compile with gcc4.3Michael Brückner
2007-10-21- renamed recordings.h/cpp to recman.h/cpp. Preparations forDieter Hametner
recordings updates.
2007-07-22- Tool icons in epg popup windows.Dieter Hametner
2007-07-20- Added support for EPG images: Specify the directory with yourChristian Wieninger
EPG images via the new commandline option '-e <dir>' or '--epgimages=<dir> like -P'live -e /video/epgimages'
2007-07-12- Fixes missing caption in recordings info box.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-05-05- General cleanup of recordings. Made design more like other pagesDieter Hametner
- Bugfix for #289, #291 - Adapted styles and helper classes. - recordings should be now strict XHTML.
2007-05-03- EPG pages now display record.png or record_timer.png depending on an ↵Christian Wieninger
existing timer - If record_timer.png is displayed one can now edit the timer for an event
2007-02-18- Added status box with current channel, program and elapsed time in theDieter Hametner
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.
2007-01-21- use epg_events in recordings too. This simplifies the overallDieter Hametner
recordings code.
2007-01-19- Added new class epgEvent. Sie epg_events.h. This class collects epgDieter Hametner
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.