summaryrefslogtreecommitdiff
path: root/pages/searchtimers.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.
2009-09-07new user management within setup that also handles different user rightsChristian Wieninger
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.
2007-09-17- Moved images from compiled in image dir to data dir 'img'.Dieter Hametner
- Fixed MapUrl entries to the new image location - Adapted some pages for the new image locations. - Added a preload functionalty to fill file cache at plugin startup.
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-06- trigger search timer update within frontendChristian 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-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-01- [0000281] patch committedSascha Volkenandt
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-24fixed some style errorsThomas Keil
2007-05-07Changed Header, used time is now one column, fixing bugs #299 and #285Thomas Keil
2007-05-01Fixed XML errorThomas Keil
2007-05-01Fixed HTML errors, bug #277Thomas Keil
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-28Fixed two html-errorsThomas Keil
2007-04-28fixed missing bottom line in last rowThomas Keil
2007-04-27Added active-arrowsThomas Keil
2007-04-27- added actions für searchtimer & timer in submenuMichael Brückner
- resized logo_login.png - beautified login page
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-25Simplified delete confirmThomas Keil
2007-04-25- confirm deleting search timersChristian Wieninger
2007-04-25- added alt tagsChristian Wieninger
2007-04-25- added a '>' as leading sign for active search timersChristian Wieninger
2007-04-25- always display table header to allow search timer creation even if no ↵Christian Wieninger
search timers are present
2007-04-24- temporarly replaced new searchtimer button with button_new.pngMichael Brückner
- dont show something like "edit searchtimers" or "edit timers"
2007-04-24- fixed table design error at searchtimers.ecppMichael Brückner
2007-04-24- added deletion of search timersChristian Wieninger
2007-04-24- fixed "Edit searchtimer" translationMichael Brückner
2007-04-24- enabled toggling of searchtimers in searchtimer listChristian Wieninger
2007-04-24Various stuff, I'm in a hurryThomas Keil
2007-04-24Fixed layout and table headerThomas Keil
2007-04-24Fixed some styles, new icons, added tooltipsThomas Keil
2007-04-24Styles prettierThomas Keil
2007-04-24Switched to shutters designThomas Keil
2007-04-22- moved 'new' button to the leftChristian Wieninger
2007-04-19- added creation of new search timersChristian Wieninger
2007-04-15- formatting of start and stop timeChristian Wieninger
- now sorted by search timer name
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-30- added readable channels specificationSascha Volkenandt
2007-01-25- removed &nbsp; from pageSascha Volkenandt
2007-01-25- added first approach to show searchtimersSascha Volkenandt