-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pop up Spinny (with cover) context menu at click location #2359
Conversation
Strange, I don't even get a context menu. When right-clicking the spinnies the full size covert art dialog opens. |
yeah, it's actually redirecting to the WCoverArt menu. |
I decided to show the cover menu only if spinnies are instantiated with |
@Holzhaus
This is confusing. Any thoughts? |
I would remove the menu completely. It is not obvious that a spinny that represents the jogg wheel is responsible for setting a cover. We have already two other places to do that. I can remember that we had a slip mode action on the right click in some earlier versions. This is a more reasonable thing. Alternative I can think of a right click or even a left click menu on the title and artist. If you like to keep the cover menu, I would remove the full size cover display. What is the use case for a full size cover by the way. I am asking because if the pending HiDpi scaling issue. |
Covers are interesting, and IMO the most reasonable way to assign a memorable hmm.. token to intangible tracks in a virtual list a. For vinyl records you have the record sleeve, in Mixxx we should keep the full-size cover. Of course, if the Spinny had a ad-hoc slip mode function on right-click (if implemented reasonably on touchscreens) we'd need to remove the full-size cover on right-click. The cover on right-click makes sense IMO. When it's visible in the Spinny it should also be avalible in full size. |
Ok, makes sense.
Of cause, showing a cover in Mixxx has a high value. My question was about the use case if the full size cover. On a ratio 1 screen it is displayed pixel exact. That's fine. If we resize it by the device pixel ratio, it becomes blurry, small covers are still small. Maybe a use case is to inspect the cover quality. In this case it should be pixel exact on any screen. Do you agree? |
I'm fine with how the cover art is diplayed on my 1366x768 screen. Apart from that, I don't really have an opinion to share in the #2247 discussion because I can't judge the FHD aspects and side effects of it. I'd like to keep this PR about the menu and cover art display conditions only. |
Done, ready to merge. |
LGTM. |
Thank you. LGTM |
fixes https://bugs.launchpad.net/mixxx/+bug/1852829
"spinny context menu (cover art menu actually) pops up at wrong place"
Additionally, the menu now opens only if the Spinny can actually show the cover (instantiated with
<ShowCover>true</ShowCover>
.I'm not going to fix another inconsistency here which shows the cover menu on top of the Spinny when the cover is empty, but in the full-size cover if there IS a cover.