Opened 14 years ago

Closed 14 years ago

#8447 closed enhancement (fixed)

add clock to MythCenter-wide recordings screen

Reported by: Paul Wilson <paul@…> Owned by: danielk
Priority: trivial Milestone: 0.24
Component: Themes Version: 0.23-fixes
Severity: low Keywords:
Cc: Ticket locked: no

Description

add a simple clock widget to MythCenter?-wide screen

[root@mythbox MythCenter?-wide]# diff recordings-ui.xml recordings-ui.xml_023 12,19d11 < <clock name="clock"> < <area>420,10,520,60</area> < <font>clock</font> < <align>left</align> < <format>%DATE%, %TIME%</format> < </clock> < <

Attachments (3)

mythcente-wide-recordings.xml (226 bytes) - added by Paul Wilson <paul@…> 14 years ago.
MythCentre? recordings-ui.xml
mythcente-wide-recordings.2.xml (570 bytes) - added by Paul Wilson <paul@…> 14 years ago.
MythCentre? recordings-ui.xml diff -u
mythcente-wide-recordings.3.xml (570 bytes) - added by Paul Wilson <paul@…> 14 years ago.
3rd attempt at correct patch

Download all attachments as: .zip

Change History (11)

Changed 14 years ago by Paul Wilson <paul@…>

MythCentre? recordings-ui.xml

comment:1 Changed 14 years ago by robertm

Status: newinfoneeded_new

Paul,

We need these diffs as unified diffs-- svn diff or diff -u

Changed 14 years ago by Paul Wilson <paul@…>

MythCentre? recordings-ui.xml diff -u

comment:2 Changed 14 years ago by Paul Wilson <paul@…>

--- recordings-ui.xml 2010-05-11 20:18:43.000000000 +1000 +++ recordings-ui.xml_023 2010-05-11 19:13:42.000000000 +1000 @@ -9,14 +9,6 @@

<value>Watch Recordings</value>

</textarea>

  • <clock name="clock">
  • <area>420,10,520,60</area>
  • <font>clock</font>
  • <align>left</align>
  • <format>%DATE%, %TIME%</format>
  • </clock>

- -

<imagetype name="listbackground">

<filename>reclist_background.png</filename> <position>0,60</position>

comment:3 Changed 14 years ago by robertm

Heh, now the diff is backwards, that diff removes your patch. ;)

(as an attachment would be better than inline, too)

Changed 14 years ago by Paul Wilson <paul@…>

3rd attempt at correct patch

comment:4 Changed 14 years ago by Paul Wilson <paul@…>

attached another file (third attempt)

comment:5 Changed 14 years ago by robertm

Status: infoneeded_newnew

Got it that time. ;)

comment:6 Changed 14 years ago by danielk

Owner: changed from Isaac Richards to danielk
Status: newassigned

comment:7 Changed 14 years ago by danielk

Milestone: unknown0.24

comment:8 Changed 14 years ago by danielk

Resolution: fixed
Status: assignedclosed

(In [26273]) Fixes #8447. Adds clock to MythCenter?-wide Watch Recordings screen. I tried to make it less intrusive than the original patch, but it's hard to find a good spot for the clock in this theme.

Note: See TracTickets for help on using tickets.