Opened 16 years ago
Closed 15 years ago
#7443 closed enhancement (fixed)
New wrapstyle for improved scrolling behaviour in buttonlist
Reported by: | Owned by: | stuartm | |
---|---|---|---|
Priority: | minor | Milestone: | 0.24 |
Component: | MythTV - User Interface Library | Version: | Master Head |
Severity: | low | Keywords: | mythgallery mythvideo wrapstyle grid buttonlist |
Cc: | Ticket locked: | no |
Description
I have added a new wrapstyle "flowing" to the mythuibuttonlist because none of the existing wrapstyles fitted my needs in mythgallery or mythvideo.
Reason: When I browse through the images/video I expect the behaviour to be the following: When I reach the last image/video of the current row and I press right the next selected image/video should be the one on the row below. Its like reading a book line by line and the images/videos are the letters. With the wrapstyle "items" and "selection" this was not possible.
Best regards
Robert
Attachments (2)
Change History (7)
by , 16 years ago
Attachment: | buttonlist_wrapstyle_flowing.patch added |
---|
comment:1 by , 16 years ago
comment:2 by , 15 years ago
Component: | MythTV - General → MythTV - User Interface Library |
---|---|
Owner: | changed from | to
There are unrelated non-functional changes in the patch that probably need removing.
by , 15 years ago
Attachment: | mythtv-flowing-wraptype2.patch added |
---|
Removed unrelated non-functional changes
comment:3 by , 15 years ago
Status: | new → assigned |
---|
comment:4 by , 15 years ago
Milestone: | unknown → 0.24 |
---|---|
Status: | assigned → accepted |
Version: | unknown → Trunk Head |
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
(In [26229]) Add a new list wrapping method, WrapFlowing, which solves some awkward navigation of grid layouts. Patch from Robert S, Closes #7443
Note: this patch is against trunk 22544. (thats why the change to mythmainwindow.cpp got in)