diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-29 17:41:38 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-29 17:41:38 +0000 |
commit | 6bd91ddffe86ebeb10420f05a232f8e779eaf86d (patch) | |
tree | 09fe2c9617c08799e2689afa2fc9d0366bd16ff9 /doc | |
parent | c6754ca96830f5034ca56a4ca2987df4c50375db (diff) | |
download | vdr-plugin-live-6bd91ddffe86ebeb10420f05a232f8e779eaf86d.tar.gz vdr-plugin-live-6bd91ddffe86ebeb10420f05a232f8e779eaf86d.tar.bz2 |
- Made vdr ajax requests work also via a static page. This is for
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 452126c..5743f77 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2007-07-29 Dieter Hametner <dh+vdr at gekrumbel dot de> + + - Implemented status notification popup if ajax is active. + - Without Ajax it is now possible to request actions from vdr via + a static page. + 2007-07-22 Dieter Hametner <dh+vdr at gekrumbel dot de> Added toolbox buttons to epg info popup windows. |