-
-
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
Highlight Crates a Track is in #617
Conversation
…ateHighlightDelegate.
Sidebar highlight fixes.
I think this was why we had to add signals to each individual feature.
…selection changes.
This supports bolding/unbolding the playlist/crate when a track is added/removed.
Some fixes.
…/PlaylistDAO. Also add a method to fetch all the playlists/crates a track is in.
Avoids repeatedly asking the DAO for pair-wise membership (requires linear hash table lookups).
This caused severe performance issues since it triggered a repaint on every loop iteration.
This won't compile in my tree because of the nullptr references. Is the current master merged in here so that we build with c++11? |
works after merging current master in. Also is blazing fast again ;-) LGTM |
SGTM, thanks @MK-42 ! |
@MK-42 -- you're not in the Mixxx credits yet -- what name would you like to be added? |
Oops -- you're in the 1.12 branch but I was looking at master. nevermind! |
@rryan you take the wrong guy. There is another one that's not in the credits ;) |
@sblaisot oops :) what name would you like in the credits? |
@rryan you just have to merge PR606 ;) |
Clone of @MK-42's PR #598 with a performance fix.