Skip to content
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

Lib sidebar: right click selection fixes #11574

Merged
merged 11 commits into from Jun 5, 2023

Conversation

ronso0
Copy link
Member

@ronso0 ronso0 commented May 21, 2023

follow-up for #11208 with small UX fixes

@ronso0 ronso0 marked this pull request as ready for review May 22, 2023 14:41
@ronso0 ronso0 marked this pull request as draft May 25, 2023 12:40
@ronso0 ronso0 force-pushed the lib-sidebar-right-click-selection_fixes branch from ed6a4b9 to a58f192 Compare May 26, 2023 20:42
@ronso0
Copy link
Member Author

ronso0 commented May 26, 2023

Woo, done. I did a lot of testing and now the sidebar selection is kept if possible, and the sidebar selection and track view are always in sync.

Furthermore I added a "Mark tracks played" sidebar action to fix #8948 (for this and 'Join with previous' I added a new method to track.cpp).
I can also move the respective commits to a new branch if this is considered too much of a new feature for 2.4 (since we somehow agreed on feature freeze). I don't mind.

@ronso0 ronso0 marked this pull request as ready for review May 26, 2023 21:38
Copy link
Member

@daschuer daschuer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One extra ")" else LGTM.
And works!

@@ -66,6 +64,12 @@ SetlogFeature::SetlogFeature(
this,
&SetlogFeature::slotJoinWithPrevious);

m_pMarkTracksPlayedAction = new QAction(tr("Mark all tracks played)"), this);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
m_pMarkTracksPlayedAction = new QAction(tr("Mark all tracks played)"), this);
m_pMarkTracksPlayedAction = new QAction(tr("Mark all tracks played"), this);

@daschuer daschuer merged commit d1b1831 into mixxxdj:2.4 Jun 5, 2023
13 checks passed
@ronso0 ronso0 deleted the lib-sidebar-right-click-selection_fixes branch June 5, 2023 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants