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.
|
|
|
|
|
|
This brought to attention and suggested to fix in bug #1099
|
|
|
|
|
|
tntnet version string. Jan's patch resolved the immediate problem with
regard to the updated version but was not backwards compatible for older
tntnet version.
My changes to the code adressed that problem and added an enhancement
how to deal with that problem in the future.
|
|
aboove because that version only supports 'calming down' the request
watchdog. Without that the tntnet request watchdog killed the whole
VDR process after 600 sec. Thus recordings lasting longer than 10
minutes could not be displayed and even worse the whole VDR process
terminated. That could break currently running timers.
|
|
Removed in german translations the 'Uhr' from time formating.
|
|
Visual enhancement: fixed and changed several access path to the
img/transparent.png invisible image.
|
|
|
|
|
|
There the switch channel button is always present, even if the selected
channel has no EPG data associated with it.
|
|
error, when the current schedule just started. Switching to channels is
now allowed regardless of the progress status of the current schedule.
The progressbar should now appear even if the amount of progress is 0.
This was a bug reported by BerndV at vdr-portal.
|
|
The recordings now have a stream button beneath them.
|
|
having the correct timerId when called from the schedules list.
|
|
|
|
Fixed style of infobox caption.
|
|
|
|
This allows to stream also channels that don't have EPG data and thus
are only selectable by hand.
Regenerated backwards compatible message file, because of string
changes.
|
|
|
|
|
|
- Window size of streaming window is now adapted to new size of
embedded vlc video frame.
|
|
development status. See Bug #343. This will need some additional tweaking.
|
|
- 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.
|
|
|
|
browsers that don't support javascript (e.g. PDA browsers)
- Implemented for AJAX request a visual notification how requested action
performed.
- Adapted styles for this.
- Moded images for rounded boxes (formerly tip-hint-??.png) to central
image directory and renamed them according to their color. This
makes them reusable in different themes.
- Adapted themes to this move.
|
|
- Timer are called with epgid instead channelid and eventid.
|
|
|
|
deactivation feature.
|
|
the files itself for more info.
|
|
area, which floats right of the normal epg description text.
|
|
EPG images via the new commandline option '-e <dir>' or
'--epgimages=<dir> like -P'live -e /video/epgimages'
|
|
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.
|
|
- 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).
|
|
|
|
|
|
- Tooltip text now independant of update state. Fixes #328
|
|
- Fixed path for common static data.
|
|
- 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.
|
|
|
|
|
|
- added hyperlink style for aboutbox
|