summaryrefslogtreecommitdiff
path: root/pages/remote.ecpp
AgeCommit message (Collapse)Author
2011-02-18Added audio and subtitles buttons into the remote control.Rolf Ahrenberg
2009-09-07new user management within setup that also handles different user rightsChristian Wieninger
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/ )
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-05- fixed screenshot url and some locale issuesSascha Volkenandt
2007-06-05- reversed latest changeSascha Volkenandt
2007-06-05- setting locale to C while sending javascriptSascha 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-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-25- Make about box visible on all main pages.Dieter Hametner
2007-05-07- activation of infobox before streamingChristian Wieninger
2007-05-06- added alt="" tags in remote.ecpp - closes #267Michael Brückner
2007-05-04- added grab abfrage ob kannSascha Volkenandt
2007-05-04- moved grab task into mainthreadloopSascha Volkenandt
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-27- added actions for remote in submenuMichael Brückner
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-03- removed tooltips in remote sectionMichael Brückner
2007-04-03- replaced remotecontrol.png and tv.png with jpg-versions (thx to jo01)Michael Brückner
2007-04-02- (MB) complete new remote design with imagemapDieter Hametner
- (MB) placed progressbar after date in whatson (thx to winni) - (MB) replaced inactive picture (thx to winni)
2007-03-31- [MB] fixed table design searchtimersDieter Hametner
- [MB] replaced normal buttons in remote with graphical buttons - [MB] added power button in remote
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- Draggable epg-evnts tooltips. They don't get closed automaticaly. ItDieter Hametner
is possible to have more of them open at one time. This makes it possible to have tooltips also inside the epg-event boxes. This is an experimental setting and is only a domTT configuration option. - Found and preliminary fixed a bug in domTT for sticky tooltips (like the epg-event boxes) that don't have a domTT-caption (domTT option caption set to false for design reasons). When they are set to draggable domTT crashes. I added a fix to this, that makes the whole box draggable with the mouse. Idealy one would like to have this beheaviour only in the title bar. Will try to report this bug upstream to domTT developer. - Added some translations for new strings.
2007-01-15- moved ajax script to separate fileSascha Volkenandt
- moved call of ajax object to page element - introduced page element for replaying recordings - introduced task for replaying recordings - added replay button to recordings page
2007-01-14Updated header lines.Dieter Hametner
Moved channel selection into menu line, when schedule is active.
2007-01-13Changed overall menue structureThomas Keil
2007-01-09made logo xhtml conform. Use one logo-component defined in pageelemsDieter Hametner
2007-01-09fixed page layout (partly by Michi)Dieter Hametner
2007-01-07- renamed page_init.ecpp and page_exit.ecpp to *.ehSascha Volkenandt
2007-01-07- simplified error handlingSascha Volkenandt
- moved error_widget to error.ecpp as subcomponent - introduced error handling where necessary - moved creation of timer settings string from page to code - added redirect to edit_timer.ecpp after saving a timer
2007-01-07Michis header style and fontsize changesDieter Hametner
2007-01-04- introduced new page "remote control"Sascha Volkenandt