blob: 97ea0961c2b0406591b76d1f321708ce8ca80860 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
2007-06-06 Dieter Hametner <dh+vdr at gekrumbel dot de>
Use GetConfigDir instead of USRDIR define.
* pages/*.ecpp: begin of unification of table markup.
Still needs some tweaking but the general framework
is in place.
* styles.css: Removed different table styles.
Added two general table styles:
- listing: for tables showing listings like
search results or schedules.
- formular: for tables used in input forms to
layout the input elements.
Added some general use styles, like 'bold', 'more',
'withmargin', 'nomargin', 'short', 'title', 'dotted'
2007-06-03 Dieter Hametner <dh+vdr at gekrumbel dot de>
Added CSS based themeing support. For details please read
doc/css-themeing.txt and doc/dev-conventions.txt.
* setup.h, setup.cpp, setup.ecpp: added setup for theme and
selection of theme.
* pages/*.ecpp: added support for themable images.
* tntconfig.cpp: cascaded search for images, to support themeing.
2007-06-03 Christian Wieninger <cwieninger at gmx dot de>
Setup includes now a local net mask specifying the address range
without necessary login (#321)
2007-06-02 Christian Wieninger <cwieninger at gmx dot de>
required version of VDR is now >= 1.4.0-2
2007-06-01 Sascha Volkenandt <sascha at akv-soft dot de>
The detection of featured plugins was uniformed. The display in
the about box now reads "active: <version>" or "required:
<version>"
2007-06-01 Dieter Hametner <dh+vdr at gekrumbel dot de>
These changes fix bug entry #339
* css-themeing.txt: describe how to do css themeing.
* content.ecpp:
- check for additional parameter and use it as mime
type.
- use compile time variable USRDIR for path to the files
loaded via content.ecpp
* pageelems.ecpp: link to css/siteprefs.css
* pages/*.ecpp: changed style link to pageelems.stylesheet
component.
* tntconfig.cpp: added MapUrl for css<something>/cssfile.
unrecorded Sascha Volkenandt <sascha at akv-soft dot de>
Due to the introduction of a uniform header for C++ standard
extenstions, the boost library is now only necessary if the used
g++ compiler version is less than 4.0
|