diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-04-29 18:02:47 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-04-29 18:02:47 +0000 |
commit | 162677a55f93defc8fc124b89b137a444ab78edb (patch) | |
tree | 45c93e9f54581c473295187d462c1073da48f3f2 /pages/Makefile | |
parent | c23da7907f180eed81032e1f63e1421f2b39cb61 (diff) | |
download | vdr-plugin-live-162677a55f93defc8fc124b89b137a444ab78edb.tar.gz vdr-plugin-live-162677a55f93defc8fc124b89b137a444ab78edb.tar.bz2 |
- xml version of infobox, updates only pagelements inside the box not
whole box. This circumvents the tooltip stacking problem.
- updated styles for this change.
- updated i18n.cpp for this change.
- Changed javascript implementation for infobox.
- Box doesn't change size after first update.
- added some <%cpp> { </%cpp> tags to prevent newlines inserted by
tntnet. See tntnet documentation about this.
- Added infobox to all pages that didn't had one.
Diffstat (limited to 'pages/Makefile')
-rw-r--r-- | pages/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pages/Makefile b/pages/Makefile index d9be777..f9dec2d 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -19,8 +19,9 @@ OBJS = menu.o channels.o recordings.o schedule.o \ screenshot.o timers.o whats_on.o switch_channel.o \ keypress.o remote.o channels_widget.o edit_timer.o \ error.o pageelems.o tooltip.o play_recording.o \ - searchtimers.o infobox.o edit_searchtimer.o \ - searchresults.o login.o searchepg.o + searchtimers.o infobox.o edit_searchtimer.o \ + searchresults.o login.o searchepg.o \ + ibox.o ibox_status.o ### Default rules: |