summaryrefslogtreecommitdiff
path: root/pages/setup.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-04-02Silence compilation warnings.Rolf Ahrenberg
2015-02-13Only VDR versions which have an APIVERSION greater than 10729 are supported ↵Dieter Hametner
from now on. This drop some conditional compilations and thus simplyfies overall maintanance.
2013-04-04Integrated themes directories usage suggested by e-tobi in bug entry #1305Dieter Hametner
2011-09-05Support for native recording length since VDR 1.7.21:Dieter Hametner
Applying a patch provided by ROFA: As the new vdr-1.7.21 provides native interface for recording lenght, there's no need to keep the "Show duration in 'Recordings'" setting anymore - less the options the better. If users want to speed up the recordings page, they must just upgrade to vdr-1.7.21+.
2011-02-15Fixed a typo in a setup option.Rolf Ahrenberg
2011-01-29Applied patch supplied by Rolf Ahrenberg to omit recordings durations.Dieter Hametner
This helps in scanning large amounts of recordings, because not for every recoding a file is scanned for either its size or the length.vdr file. The patch (live-git-20110129-showrecduration.patch.gz) was submitted on vdr-portal.de in the post: http://www.vdr-portal.de/board/thread.php?postid=974612#post974612
2011-01-25Applied patch (live-git-20110125-layout-fixes.patch.gz) supplied byDieter Hametner
Rolf Ahrenberg in vdr-portal.de. It fixes some layout and style issues of the multischedule extension of LIVE.
2011-01-22Merge branch 'multischedule'Dieter Hametner
2011-01-20updated protcol name for externremux as introduced in streamdev-0.5.0Christian Wieninger
2011-01-15- make MultiSchedule duration configurablemartin
- by default show the channel group containing the current channel - show "switch to this channel"-buttons
2011-01-15- add setup option for channel groupsmartin
2010-04-04compile with driver sources different from kernel headersChristian Wieninger
2009-09-07new user management within setup that also handles different user rightsChristian Wieninger
2008-11-19new setup option to display channels without EPGChristian Wieninger
2007-12-25- Presence of IMDb URLs is now configurable. Closes bug #401.Dieter Hametner
2007-12-19- Added option to select streamdev stream type in live setings.Dieter Hametner
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-10-19- i18n-fix for vdr<1.5.9Christian Wieninger
2007-10-19- fixed #399Christian Wieninger
2007-07-22- Bugfix introduced with W3C compliance commit earlier. (change ofDieter Hametner
schedules channel jumped to default page, due to wrong actions attribute in form)
2007-07-18- Setup option to use Ajax technology. If turned off no javascript isDieter Hametner
loaded but almost all functionality is exposed via single html pages. This can speed up loading over slow links at the cost of a fancy interface. - Infobox is only available with Ajax features enabled but can still be switched on/off when Ajax is active. - Added posibility to turn off the logo. When also infobox is turned off the menu line appears at the top of the page. This is helpful for PDA based browsers and low resolution screens.
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-24- Don't show a directory named CVS in the theme selection. This isDieter Hametner
usefull for alpha and beta testers using the anonymous cvs access. - Fixed typos and formatting in README.
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-15- Use stat to find the directories that are assumed to be themes forDieter Hametner
live. This fixes #353.
2007-06-14- Added option in live setup to disable infobox at all. Fixes #312Dieter Hametner
2007-06-06- fixed translationChristian 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- check and save login/password only if changedChristian Wieninger
- message "Setup saved." after saving
2007-06-04- check for login/password before saving setup (#351)Christian Wieninger
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- bug fix for local net maskChristian Wieninger
2007-06-03- support for local net without necessary loginChristian Wieninger
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- configurable start pageChristian Wieninger
2007-05-27- empty display of "last channel" when 0Christian Wieninger
2007-05-26- added a tooltip for user defined timesChristian Wieninger
2007-05-25- first version of "userdef. times" in "What's on?"Christian Wieninger
2007-05-23- show auth part only when enabledChristian Wieninger
- common method Setup::SaveSetup to store setup values from osd and web frontend
2007-05-23- setup pageChristian Wieninger