summaryrefslogtreecommitdiff
path: root/pages/whats_on.ecpp
AgeCommit message (Collapse)Author
2017-05-21Include file re-orderingJasmin Jessich
- Reorder all included header files to this order: * own headers * STL headers * VDR headers * system headers This has been done in all source and all own header files. Normally the STL headers should have gone after the VDR headers, but due to an compilation error with GCC 6 and the definition of swap in vdr/tools.h if __STL_CONFIG_H is not defined, the STL headers need to be before the VDR headers. Please note, that GCC 4.x, 5.x and 6.x do no longer define __STL_CONFIG_H resulting in the definition of swap in vdr/tools.h. This was no problem till GCC 6.x. To overcome the error in GCC 6.x, __STL_CONFIG_H is now defined in some headers before including a VDR header file, so that vdr/tools.h doe not define swap any more. Klaus S. might change the definition in vdr/tools.h with the next VDR version. So the setting of "__STL_CONFIG_H" may be removed. - Added all missing system/STL/VDR header files to the own header files, so that they can be included as first file. - Removed all unnecessary header file includes in source and own header files. - Used #include "..." only for header files in the same directory and #include <...> for all header files which need to be searched via the -I and built in path.
2017-05-18Fixed lock order in whats_on.ecppJasmin Jessich
- whats_on.ecpp will now lock first Channels and then Schedules. The locking time of Schedules is now much shorter, too.
2017-05-18Fixed lock order in SearchResult::GetEventJasmin Jessich
- SearchResult::GetEvent has now a new parameter Channel - Call EpgEvents::CreateEpgInfo only, if a Channel has been found.
2017-05-14Added comments concerning TODOsJasmin Jessich
2017-04-02Silence compilation warnings.Rolf Ahrenberg
2017-04-01VDR-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-17Integrated 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-23Fiddled arround with date displays in what's on page.Dieter Hametner
2008-11-23Added nowrap class in styles.css. Time strings are now 'nonwrapable'.Dieter Hametner
Removed in german translations the 'Uhr' from time formating.
2008-11-23Visual 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-23Exchanged EpgEvents class by a namespace, as the class had only staticDieter Hametner
methods.
2008-11-20Added time information to the 'no EPG available' boxes in what's on.Dieter Hametner
2008-11-19new setup option to display channels without EPGChristian Wieninger
2008-04-18Fixed bottom row style classes in list view of what's on.Dieter Hametner
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-16- Adapted Rolf Ahrenbergs patch for VLC streaming to current LIVEDieter 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 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-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' onDieter 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 moreSascha 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 detectorSascha Volkenandt
2007-06-01- [0000281] patch committedSascha Volkenandt
2007-06-01In 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/ChangeLogDieter 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 epgsearchChristian Wieninger
2007-05-31Implemented list view (see Feature Request #0000338).Andreas Mair
2007-05-30- imdb support (ticket 323)Christian Wieninger
2007-05-30- code reviewChristian Wieninger
- replacing javascript parts with tntnet
2007-05-29- highlight now/next depending on modeChristian Wieninger
2007-05-27- redisplay input time formattedChristian Wieninger
2007-05-27- again more flexible handling a lazy input timeChristian 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 fixesChristian 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 presentChristian Wieninger
2007-04-29- xml version of infobox, updates only pagelements inside the box notDieter 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.ecppMichael 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-26Added authenticationThomas Keil