summaryrefslogtreecommitdiff
path: root/pages/menu.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.
2011-01-23finnish translation update, thanks to Rolf AhrenbergChristian Wieninger
2010-11-20- some fixes and improvements to multischeduleMartin Wache
2010-11-07- first working version of multischeduleMartin Wache
2009-09-07new user management within setup that also handles different user rightsChristian Wieninger
2008-02-24Added functionality to display timer conflicts when polled through theDieter Hametner
statusbox updates. Created the layout and look of the status message.
2008-02-24Pagemenu is an ID of the corresponding div now. There is only oneDieter Hametner
pagemenu allowed so this change makes it clear. Adapted styles in global styles.css as well in the themes supplied with live.
2008-02-22First implementation of a notification about timer conflicts in LIVE.Dieter Hametner
Based on the work of winni in epgsearch and its service interface.
2008-02-17moved timer conflicts from main menu to timers menuChristian Wieninger
2008-02-17first version with timer conflictsChristian Wieninger
2007-09-19- added missing include for vdr < 1.5.7Christian Wieninger
2007-09-19- fix translations in vdr-1.5.9Christian Wieninger
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-01- moved to uniform features detectorSascha Volkenandt
2007-05-25- Make about box visible on all main pages.Dieter Hametner
2007-05-25- added icon epgsearchSascha Volkenandt
- moved about_box to pageelems - fixed aboutbox without auth
2007-05-25- about box, first summitSascha Volkenandt
2007-05-25- merged 'What's on now' and 'What's on next'Christian Wieninger
2007-05-23- setup pageChristian Wieninger
2007-05-08- Control recordings playback from InfoboxDieter Hametner
- Added button images (Buttons by skiller2k1) - Made recordings look more like schedule - Made all tables 100% width to have a common look over all pages - some cleanup in ajax xml responses - common file for xmlresponses - Added translations for recordings related strings - Javascript updates in vdr_status.js for new playback control functions - Added tasks for playback control actions
2007-05-04- added login protection to various pages that i did forgetMichael Brückner
2007-05-04- removed automatic scrolling and turn selection color to blueChristian Wieninger
2007-05-04- the current event in schedules is now displayed in redChristian 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-29- new main menu entry "search"Christian Wieninger
- checking for epgsearch and hiding "search" and "searchtimers" if epgsearch not present
2007-04-28"Logout" is not displayed anymore when authentication is disabledThomas Keil
2007-04-26- added logout button in menuMichael Brückner
- translation fixes
2007-04-25- Added pagemenu infrastructure. Use this to create below the main menuDieter Hametner
a page specific optional additional menu. Just add a component to the main menu. A working sample can be found in 'schedule.ecpp' - Added extra with at the top of the recordings line. - Adapted styles.css for both changes.
2007-01-25- added first approach to show searchtimersSascha Volkenandt
2007-01-14Updated header lines.Dieter Hametner
Moved channel selection into menu line, when schedule is active.
2007-01-13BugfixesThomas Keil
2007-01-13Changed overall menue structureThomas Keil
2007-01-09adjusted formatting of resulting html codeDieter Hametner
2007-01-07removed event_widgetThomas Keil
2007-01-04- introduced page "remote control"Sascha Volkenandt
2007-01-04Initial version of Recordings pageDieter Hametner
2007-01-04Schedule addedThomas Keil
2007-01-03UpdateThomas Keil
2007-01-03Neues und BugfixesThomas Keil
2007-01-03Moved *.ecpp to pages and *.css to css subdir, added images dirDieter Hametner