Opened 17 years ago

Closed 17 years ago

#3068 closed enhancement (fixed)

Add support to mythvideo for a background theme element in mythvideo

Reported by: justin.hornsby@… Owned by: Anduin Withers
Priority: minor Milestone: unknown
Component: mythvideo Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

All screens in mythvideo support themable background elements apart from the gallery view. This patch adds support for a background container for the gallery view in video-ui.xml

e.g.

<container name="background">

<image name="background" draworder="0">

<filename>background.png</filename> <position>0,0</position>

</image>

<image name="header" draworder="0" fleximage="no">

<filename>bg_header.png</filename> <position>0,0</position>

</image>

</container>

Attachments (2)

mythvideopatch.txt (1.6 KB) - added by justin.hornsby@… 17 years ago.
mythvideopatch.diff (1.6 KB) - added by zdzisekg@… 17 years ago.

Download all attachments as: .zip

Change History (5)

Changed 17 years ago by justin.hornsby@…

Attachment: mythvideopatch.txt added

comment:1 Changed 17 years ago by anonymous

Component: mythtvmythvideo
Owner: changed from Isaac Richards to Anduin Withers

comment:2 Changed 17 years ago by zdzisekg@…

the patch would not apply due to windows style EOL I think. Here is the fixed up one.

Changed 17 years ago by zdzisekg@…

Attachment: mythvideopatch.diff added

comment:3 Changed 17 years ago by Anduin Withers

Resolution: fixed
Status: newclosed

(In [12855]) Closes #3068

A slightly modified version of the patch in #3068 allowing for background images in the gallery view.

With thanks to Justin Hornsby for the patch and Zdzislaw Gorlicki for making it look pretty.

Note: See TracTickets for help on using tickets.