
mythtv at cvs
Oct 16, 2009, 2:54 AM
Post #1 of 6
(752 views)
Permalink
|
|
Ticket #7336: Re-implement "Delete Recordings" after MythUI port
|
|
#7336: Re-implement "Delete Recordings" after MythUI port ------------------------------+--------------------------------------------- Reporter: nigel | Owner: ijr Type: patch | Status: new Priority: major | Milestone: unknown Component: MythTV - General | Version: 0.22rc1 Severity: medium | Mlocked: 0 ------------------------------+--------------------------------------------- After playbackbox.cpp was ported to MythUI in all its fully configurable glory, the Delete Recordings screen was effectively disabled - the button shows the Watch Recordings screen. This was partly by design because the two screens were so similar, but in my house we need access to a screen containing the recording sizes and machine fullness. I think keeping the dual behaviour in playbackbox is OK? [[BR]] The attached patch allows themes to have a custom 'deleterecordings' window which is loaded from that button, and adds it to the current standard themes. If a theme is missing that window, it falls back to watch recordings - the current behaviour. It also adds the storage size of a group into the description, and a progressbar fill where 100% is red, not green. [[BR]] In the future, I hope to rename 'Delete Recordings' back to 'Manage Recordings', have different sort orders (e.g. by size within autoexpire), and text entry in the theme to change the Title/Subtitle. But for now, reverting to 0.21-ish behaviour is enough? -- Ticket URL: <http://svn.mythtv.org/trac/ticket/7336> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|