Skip to content

Commit 33375ef

Browse files
dhaberMark Kendall
authored andcommitted
Add Schedule Filters Button to MythBuntu
Signed-off-by: Mark Kendall <mkendall@mythtv.org>
1 parent 0ff6842 commit 33375ef

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

Mythbuntu/schedule-ui.xml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1817,50 +1817,56 @@
18171817
</textarea>
18181818

18191819
<spinbox name="priority" from="basewidespinbox">
1820-
<position>377,310</position>
1820+
<position>377,290</position>
18211821
<template type="negative">Reduce priority by %n</template>
18221822
<template type="zero">Normal recording priority</template>
18231823
<template type="positive">Raise priority by %n</template>
18241824
<helptext></helptext>
18251825
</spinbox>
18261826

18271827
<buttonlist name="input" from="basewideselector">
1828-
<position>377,355</position>
1828+
<position>377,335</position>
18291829
<helptext></helptext>
18301830
</buttonlist>
18311831

18321832
<spinbox name="startoffset" from="basewidespinbox">
1833-
<position>377,400</position>
1833+
<position>377,380</position>
18341834
<template type="negative">Start recording %n minute(s) late</template>
18351835
<template type="zero">Start recording on time</template>
18361836
<template type="positive">Start recording %n minute(s) early</template>
18371837
<helptext></helptext>
18381838
</spinbox>
18391839

18401840
<spinbox name="endoffset" from="basewidespinbox">
1841-
<position>377,445</position>
1841+
<position>377,425</position>
18421842
<template type="negative">End recording %n minute(s) early</template>
18431843
<template type="zero">End recording on time</template>
18441844
<template type="positive">End recording %n minute(s) late</template>
18451845
<helptext></helptext>
18461846
</spinbox>
18471847

18481848
<buttonlist name="dupmethod" from="basewideselector">
1849-
<position>377,490</position>
1849+
<position>377,470</position>
18501850
<helptext></helptext>
18511851
</buttonlist>
18521852

18531853
<buttonlist name="dupscope" from="basewideselector">
1854-
<position>377,535</position>
1854+
<position>377,515</position>
18551855
<helptext></helptext>
18561856
</buttonlist>
18571857

1858+
<button name="filters" from="basewidebutton">
1859+
<position>500,560</position>
1860+
<value>Schedule filters</value>
1861+
<helptext></helptext>
1862+
</button>
1863+
18581864
<checkbox name="ruleactive" from="basecheckbox">
1859-
<position>500,597</position>
1865+
<position>500,614</position>
18601866
</checkbox>
18611867

18621868
<textarea name="ruleactivelabel" from="basetextarea">
1863-
<area>550,592,300,30</area>
1869+
<area>550,610,300,30</area>
18641870
<value>Recording Rule Active</value>
18651871
</textarea>
18661872

0 commit comments

Comments
 (0)