Opened 15 years ago
Closed 15 years ago
#8783 closed enhancement (fixed)
Themes - MythCenter-wide, improvement
Reported by: | Johmor | Owned by: | danielk |
---|---|---|---|
Priority: | minor | Milestone: | 0.24 |
Component: | Themes | Version: | 0.23.1 |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
I have changed a little in how big the textboxes are so the entirely text can be seen.
In version 0.23 change the following: The map /usr/share/mythtv/themes/MythCenter-wide/ File base.xml Change baseverywide-xxx to wide: 626 and define baseverywidespinbox basewide-xxx make allcenter File schedule-ui.xml Row 1713: window scheduleeditor Row 1785: scheduleoptionseditor Row xxxx: storageoptionseditor Change many places according to following: Bottom row raden in big box: 265 Six boxes, left: 340. First box at 305 plus 45 to next. Use baseverywide-xxx in all boxes. File welcome-ui.xml Change box-typ to baseverywidebutton (Row 128)
I attach my changed files (the same files changed from 0.22). I'll hope they will be used at the next update.
Attachments (9)
Change History (23)
by , 15 years ago
Attachment: | schedule-ui.xml added |
---|
by , 15 years ago
Attachment: | welcome-ui.xml added |
---|
comment:1 by , 15 years ago
Status: | new → infoneeded_new |
---|
comment:2 by , 15 years ago
Status: | infoneeded_new → new |
---|
comment:3 by , 15 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:4 by , 15 years ago
Status: | assigned → infoneeded |
---|
by , 15 years ago
Attachment: | base.xml.diff added |
---|
by , 15 years ago
Attachment: | schedule-ui.diff added |
---|
by , 15 years ago
Attachment: | welcome-ui.diff added |
---|
comment:6 by , 15 years ago
Johmor, could you please try applying the 'diff-MythCenter-wide.upatch' file which I have attached to ticket 8823? I am attempting to do the same thing as you, but I think I have made changes in many more places than you have touched. These should apply if you cd to /usr/local/share/mythtv/themes and then run 'patch -p1 ./MythCenter-wide diff-MythCenter-wide.upatch'. At least, it worked for me!
by , 15 years ago
Attachment: | diff-MythCenter-wide.upatch added |
---|
MythCenter-wide field space revisions in diff -u format against svn 25722
by , 15 years ago
Attachment: | diff-MythCenter-wide.2.upatch added |
---|
MythCenter-wide field space revisions in diff -u format against svn 25722
comment:7 by , 15 years ago
Ooopps! Forgot to reload this page, and added the diff twice. As before, Johmor please try this diff and report. I think I fixed every listings page. I *think* I stripped all color changes from this diff, but there may be a line or fill color change which I missed removing.
comment:8 by , 15 years ago
The above patch incorrectly changes strings (puts a space between words and ellipsis, grammatically incorrect), reverts <template> (correct) to <format> (incorrect), changes shape gradients (correct) to imagetype gradients (incorrect, deprecated), and diffs an .svn dir.
It also changes good XML (<fill color="#000000" alpha="30" />) into bad XML (<fill color="#000000" alpha="30"></fill>) and incorrectly removes a bunch of font definitions in widgets.
It is unappliable in its current state-- To even have a chance of being considered, it really needs to be spacing changes only. In its current state it breaks more than it fixes by far.
comment:9 by , 15 years ago
New version: I have removed all color changes from the new patch. It now has *ONLY* spacing changes. I don't follow your first comment. I cannot find anywhere I changed any strings. I did not change any /fill> endings. These exist in the original.
by , 15 years ago
Attachment: | udiff-MythCenter-wide added |
---|
Revised spacing-only diff to MythCenter-wide
comment:10 by , 15 years ago
Status: | infoneeded → assigned |
---|
comment:11 by , 15 years ago
Owner: | changed from | to
---|
comment:12 by , 15 years ago
Milestone: | unknown → 0.24 |
---|
comment:13 by , 15 years ago
(In [26268]) Refs #8783. Applied the recordings-ui.xml portion of the patch. I did not apply the changes to the recording list items as 1/ the used odd dimensions which look different at 1920x1080 and 1280x720 2/ they caused the little status balls to be rendered in the same location as the text (possibly also the playlist checkmarks, but did not check those).
comment:14 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [26270]) Fixes #8783. Applies remainder of MythCenter-wide spacing changes patch (minus 1 font color change).
Johmoor,
We will need these files as unified diffs in order to apply changes.
diff -u oldfile newfile