summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2010-04-10 11:09:39 +0000
committerAndreas Brachold <vdr07@deltab.de>2010-04-10 11:09:39 +0000
commit294aa2c6010daaea9c2a00cb826a7c7c7d0c90a2 (patch)
tree27e3e21471fb5f80211c75a7d18fb93bcd78af2c
parent8da0aaeb8ca8575fc281cb9e9aec5efea2274dcb (diff)
downloadxxv-294aa2c6010daaea9c2a00cb826a7c7c7d0c90a2.tar.gz
xxv-294aa2c6010daaea9c2a00cb826a7c7c7d0c90a2.tar.bz2
* Release XXV-1.6
-rw-r--r--skins/Makefile2
-rw-r--r--skins/stone/HISTORY34
-rw-r--r--skins/stone/Makefile2
-rw-r--r--skins/xstyle/HISTORY16
-rw-r--r--skins/xstyle/Makefile2
5 files changed, 36 insertions, 20 deletions
diff --git a/skins/Makefile b/skins/Makefile
index 5dce06b..cedd02a 100644
--- a/skins/Makefile
+++ b/skins/Makefile
@@ -3,7 +3,7 @@
#
# $Id$
-VERSION = 1.5
+VERSION = 1.6
ARCHIVE = skins
PACKAGE = xxv-$(ARCHIVE)-$(VERSION)
diff --git a/skins/stone/HISTORY b/skins/stone/HISTORY
index c186c37..3ee26ac 100644
--- a/skins/stone/HISTORY
+++ b/skins/stone/HISTORY
@@ -1,9 +1,17 @@
-1.4
+Release 1.6
+* add formbased login
+* redesign teletext widget (show any subpages as same time)
+ Remove embedded image, use css sprite for faster pages rendering
+ use css class to highlight search text
+* adapt command rconvert to common method
+* MEDIALIB: hide usable media search button
+
+Release 1.4
* widget/time.tmpl : Add widget for input time based values
* rdisplay: transmit keywords as data
-1.2
+Release 1.2
* In Datei "skin.cfg" entfällt der Parameter "global.playbackmode",
Neu "global.preferedlocal" um als "Default" eher lokal oder Web angezeigt wird
@@ -11,7 +19,7 @@
rlist - rplay/playrecord - Zeigen der Aufnahme im VDR / Aufnahme als Stream
(in display / rdisplay sind beide Optionen verfügbar)
-1.0
+Release 1.0
Neue Feature :
@@ -57,7 +65,7 @@ Fixes :
* tupdate: Aktualisierung der Timer, zieht keinen kompletten Reload der Grafikelemente mehr nach sich.
* popup: Schliessen mit ESC-Taste
-0.80
+Release 0.80
Neue Feature :
@@ -70,7 +78,7 @@ Fixes :
"Fehlermeldung: 'length' ist NULL oder kein Objekt" (berichtet von Andreas Wellmann)
-0.71
+Release 0.71
Neue Feature :
@@ -99,13 +107,13 @@ Fixes :
* now/next Ausgabe mit CHANNELSGROUPS - FEATUREREQUSEST[145]
-0.60 Fixes:
+Release 0.60 Fixes:
* widget - Feldbeschreibungen werden abgekürzt, und optional als Tooltip angezeigt
* all - validierung
* blue(remote) - Pixmap für Cursor aktualisiert
-0.52 Fixes:
+Release 0.52 Fixes:
* now - Auswahlfeld für Zeitpunkte optimiert
* display - seperate CSS Style für epgimages
@@ -119,7 +127,7 @@ Fixes :
* Nutzung der von HTTPD::debug statt der Option global.debug in skin.cfg
* skin.cfg/global.inline_css_and_js_files entfernt da HTTPD jetzt EXPIRES-Header sendet, und damit den Browsercache bedient
-0.50
+Release 0.50
* Neues Skinthema: "LCARS" und zwar in Anlehnung an TNG, (siehe README)
@@ -167,7 +175,7 @@ Fixes:
* rdisplay: Darstellung der Schnittmarken korrigiert
* wait: style an Skins angepasst
-0.42
+Release 0.42
Fixes:
@@ -176,13 +184,13 @@ Fixes:
* widget/string.tmpl Anzeige als mehrzeiliges Feld durch xxv ermöglicht
* widget/password.tmpl : Unveränderte Übernahme des alten Passwort bei leerem Feld durch falsche Anzeige vereitelt
-0.40
+Release 0.40
Fixes:
* Bug 25: Gruppieren in rlist präziser gemacht
-0.35
+Release 0.35
Neues Feature :
@@ -219,7 +227,7 @@ Fixes:
* wait.tmpl Reimplement für Server-Push
* now.tmpl Parameter für Laufzeiten nach "periods" umbenannt, um Verwechslungen mit timers zu vermeiden
-0.31
+Release 0.31
Neues Feature :
* Flacher Modus der Skins wenn skin.cfg => global.cfgTableColumn = 0
@@ -239,7 +247,7 @@ Fixes:
* aedit/tedit: update für Autotimer/Timer -> Channel wählt nur anhand des Name die Selection aus, nicht anhand der POS
* EPG:now/program/search -> timer werden angzeigt und können direkt editiert werden
-0.20
+Release 0.20
* tlist -> "VPS"-Anzeige, On/Off-Anzeige von inaktiven Timer mit VPS/Instant korrigiert
diff --git a/skins/stone/Makefile b/skins/stone/Makefile
index 4b03ba3..7323d28 100644
--- a/skins/stone/Makefile
+++ b/skins/stone/Makefile
@@ -4,7 +4,7 @@
# $Id$
SKIN = $(shell basename `pwd`)
-VERSION = 1.4
+VERSION = 1.6
### The name of the distribution archive:
diff --git a/skins/xstyle/HISTORY b/skins/xstyle/HISTORY
index cd3861c..b573ecf 100644
--- a/skins/xstyle/HISTORY
+++ b/skins/xstyle/HISTORY
@@ -1,11 +1,19 @@
-Release 1.4
+Release 1.6
+* add formbased login
+* redesign teletext widget (show any subpages as same time)
+ Remove embedded image, use css sprite for faster pages rendering
+ use css class to highlight search text
+* adapt command rconvert to common method
+* adjust checkvalue function to new notation [ Bug #16669 ]
+* MEDIALIB: hide usable media search button
+* footer updated
+* css fix correct z-index on schema for timemarker
+Release 1.4
* widget/time.tmpl : Add widget for input time based values
* rdisplay: transmit keywords as data
Release 1.0
-
-
* no broken pics in schema on IE
* add support for IE7
* Added support for MEDIALIB
@@ -60,7 +68,7 @@ Release 0.4
* schema.tmpl :
- timemarker
-0.3
+Release 0.3
* schema.tmpl :
- bugfixing on mass
- icons für funktionen
diff --git a/skins/xstyle/Makefile b/skins/xstyle/Makefile
index c3aab7d..d745a98 100644
--- a/skins/xstyle/Makefile
+++ b/skins/xstyle/Makefile
@@ -4,7 +4,7 @@
# $Id$
SKIN = xstyle
-VERSION = 1.4
+VERSION = 1.6
### The name of the distribution archive: