Opened 18 years ago
Closed 18 years ago
Last modified 17 years ago
#3257 closed enhancement (fixed)
Patch to accelerate scrolling within mythmusic
Reported by: | anonymous | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythmusic | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
Trying to make mythmusic a little more pleasent to use with large libraries. Attached is a patch that will speed up scrolling after several songs (simalar to an iPod).
Thanks, Craig.
Attachments (2)
Change History (11)
Changed 18 years ago by
Attachment: | speedScrolling.patch added |
---|
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
comment:3 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 18 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Seems that changeset 13141 has introduced the following error when compiling after a "make distclean":
playbackbox.cpp: In member function `virtual void PlaybackBoxMusic::keyPressEvent(QKeyEvent*)': playbackbox.cpp:455: error: 'class UIManagedTreeListType' has no member named 'moveUpByAmount' playbackbox.cpp:476: error: 'class UIManagedTreeListType' has no member named 'moveDownByAmount' make[2]: *** [playbackbox.o] Error 1
This was the latest SVN (r13149). I will look furhter into if I get time (it will take me a while as I have never written a line of cpp in my life, not even hello world) :)
comment:5 Changed 18 years ago by
Priority: | minor → major |
---|---|
Severity: | low → high |
Type: | enhancement → defect |
It seems that the ui.patch wasn't applied in changeset [13141].
comment:6 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:7 Changed 18 years ago by
Priority: | major → minor |
---|---|
Severity: | high → low |
Type: | defect → enhancement |
comment:8 Changed 18 years ago by
Milestone: | unknown → 0.21 |
---|
comment:9 Changed 17 years ago by
(In [14811]) Reduce the speed and timeout of the mythmusic speed scrolling added in [13141].
The current values were driving me mad as I'd attempt to scroll down a screens worth of tracks and end up 500 tracks away from where I started.
The timeout change was fine with my remote, but you may need to tweak the repeat rate in your lirc config if speed scrolling appears to stop working for you.
Refs #3257
Please use the proper coding standards in the future - mainly don't use tabs and use one space after if. Thanks.
http://www.mythtv.org/wiki/index.php/Coding_Standards