Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-18 | Fixed lock order in whats_on.ecpp | Jasmin Jessich | |
- whats_on.ecpp will now lock first Channels and then Schedules. The locking time of Schedules is now much shorter, too. | |||
2017-05-18 | Fixed lock order in SearchResult::GetEvent | Jasmin Jessich | |
- SearchResult::GetEvent has now a new parameter Channel - Call EpgEvents::CreateEpgInfo only, if a Channel has been found. | |||
2017-05-14 | Added comments concerning TODOs | Jasmin Jessich | |
2017-04-02 | Silence compilation warnings. | Rolf Ahrenberg | |
2017-04-01 | VDR-2.3.1 compatibility patch by Nachteule. | Rolf Ahrenberg | |
http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1280013-vdr-live-vdr-2-3-1/#post1280013 | |||
2009-04-17 | Integrated a patch against LIVE 0.2.0 which adds channel numbers. | Dieter Hametner | |
The patch was contributed by John Germs, Chavonbravo from CaptiveWorks (see http://captiveworks.org/open-source/vdr-live/ ) | |||
2008-11-23 | Fiddled arround with date displays in what's on page. | Dieter Hametner | |
2008-11-23 | Added nowrap class in styles.css. Time strings are now 'nonwrapable'. | Dieter Hametner | |
Removed in german translations the 'Uhr' from time formating. | |||
2008-11-23 | Visual enhancement: Make progress bar invisible if duration is 0. | Dieter Hametner | |
Visual enhancement: fixed and changed several access path to the img/transparent.png invisible image. | |||
2008-11-23 | Exchanged EpgEvents class by a namespace, as the class had only static | Dieter Hametner | |
methods. | |||
2008-11-20 | Added time information to the 'no EPG available' boxes in what's on. | Dieter Hametner | |
2008-11-19 | new setup option to display channels without EPG | Christian Wieninger | |
2008-04-18 | Fixed bottom row style classes in list view of what's on. | Dieter Hametner | |
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-16 | - Adapted Rolf Ahrenbergs patch for VLC streaming to current LIVE | Dieter Hametner | |
development status. See Bug #343. This will need some additional tweaking. | |||
2007-07-29 | - Made vdr ajax requests work also via a static page. This is for | Dieter 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-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 | - Introducing Mootools as base javascript library. | Dieter Hametner | |
- ported Infobox javascript code to this library. - LiveSimpleAjaxRequest uses Ajax-Object from mootools. - Start of distribution of javascript in source form (not compiled into the live binary). | |||
2007-06-11 | - Additional fixes for better styleability. Set class 'bottomrow' on | Dieter Hametner | |
table cells which are followed by a spacer line. | |||
2007-06-07 | - also highlight 'at' and 'What's on' in corresponding mode in page 'What's on' | Christian Wieninger | |
2007-06-06 | - Use GetConfigDir instead of USRDIR define. | Dieter Hametner | |
- Unification of table markup (still needs some tweaking). - Adaption of styles.css to new table CSS classes. | |||
2007-06-05 | - remove "more..." link if there is nothing more | Sascha Volkenandt | |
2007-06-03 | - general CSS based themeing support. | Dieter Hametner | |
- added setup option to select theme. - added search scheme for themable images and stylesheets. - added marine (default) and redwine theme. - documented new features. All developers must read doc/dev-conventions.txt | |||
2007-06-03 | - save and restore last list mode in "What's on" | Christian Wieninger | |
2007-06-01 | - moved to uniform features detector | Sascha Volkenandt | |
2007-06-01 | - [0000281] patch committed | Sascha Volkenandt | |
2007-06-01 | In list view: | Andreas Mair | |
- Added "switch channel" button. - Added IMDb button. - Added progress bar. - Added station column. - Toggle "list view" / "detail view" links. | |||
2007-05-31 | - Added doc/ChangeLog | Dieter Hametner | |
- Added doc/css-themeing.txt - Implemented support for site wide style overrides. Fixes Bug #339 - Updated all pages to use the override mechanism. - Added needed files to Makefile - Introduced USRDIR configuration variable to Makefile. | |||
2007-05-31 | - fixed: imdb link was depending on epgsearch | Christian Wieninger | |
2007-05-31 | Implemented list view (see Feature Request #0000338). | Andreas Mair | |
2007-05-30 | - imdb support (ticket 323) | Christian Wieninger | |
2007-05-30 | - code review | Christian Wieninger | |
- replacing javascript parts with tntnet | |||
2007-05-29 | - highlight now/next depending on mode | Christian Wieninger | |
2007-05-27 | - redisplay input time formatted | Christian Wieninger | |
2007-05-27 | - again more flexible handling a lazy input time | Christian Wieninger | |
- redisplay selected or given time (dropdown / input field) in corresponding field after reload | |||
2007-05-26 | - allows now smarter input for time, e.g. "1:5" -> "01:05" | Christian Wieninger | |
2007-05-26 | - some i18n fixes | Christian Wieninger | |
- added an input field for arbitrary time | |||
2007-05-25 | - first version of "userdef. times" in "What's on?" | Christian Wieninger | |
2007-05-25 | - merged 'What's on now' and 'What's on next' | Christian Wieninger | |
2007-05-25 | - search for repeats in what'on and schedule, if epgsearch is present | Christian Wieninger | |
2007-04-29 | - xml version of infobox, updates only pagelements inside the box not | Dieter Hametner | |
whole box. This circumvents the tooltip stacking problem. - updated styles for this change. - updated i18n.cpp for this change. - Changed javascript implementation for infobox. - Box doesn't change size after first update. - added some <%cpp> { </%cpp> tags to prevent newlines inserted by tntnet. See tntnet documentation about this. - Added infobox to all pages that didn't had one. | |||
2007-04-26 | - added login protection to the following pages: edit_searchtimer.ecpp | Michael Brückner | |
edit_timer.ecpp login.ecpp recordings.ecpp remote.ecpp schedule.ecpp searchresults.ecpp searchtimers.ecpp timers.ecpp whats_on.ecpp - replaced DOCTYPE at login.ecpp and whats_on.ecpp with page element "<& pageelems.doc_type &>" | |||
2007-04-26 | Added authentication | Thomas Keil | |
2007-04-02 | - (MB) complete new remote design with imagemap | Dieter Hametner | |
- (MB) placed progressbar after date in whatson (thx to winni) - (MB) replaced inactive picture (thx to winni) |