Age | Commit message (Collapse) | Author |
|
- 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.
|
|
|
|
from now on.
This drop some conditional compilations and thus simplyfies overall maintanance.
|
|
|
|
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+.
|
|
|
|
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
|
|
Rolf Ahrenberg in vdr-portal.de. It fixes some layout and style issues
of the multischedule extension of LIVE.
|
|
|
|
|
|
- by default show the channel group containing the current channel
- show "switch to this channel"-buttons
|
|
|
|
|
|
|
|
|
|
|
|
|
|
development status. See Bug #343. This will need some additional tweaking.
|
|
|
|
|
|
schedules channel jumped to default page, due to wrong actions
attribute in form)
|
|
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.
|
|
- 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.
|
|
usefull for alpha and beta testers using the anonymous cvs access.
- Fixed typos and formatting in README.
|
|
- 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).
|
|
live. This fixes #353.
|
|
|
|
|
|
- Unification of table markup (still needs some tweaking).
- Adaption of styles.css to new table CSS classes.
|
|
- message "Setup saved." after saving
|
|
|
|
- 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
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
- common method Setup::SaveSetup to store setup values from osd and web frontend
|
|
|