-
-
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
double-click WTrackProperty to open DlgTrackInfo #2990
Conversation
Idea: Can we focus the corresponding field? I.e. if I double click the track title, the property windows opens with that field focused and the text selected, so that I can just type something and press enter to save and close the window. |
hmm, don't know. This would require WTrackProperty to send the property and DlgTrackInfo have corresponding focus targets. Directly opening an editor for the clicked property matches @daschuer 's proposal, but with this method we cannot access fields not visible in skins (comment, album etc.). |
If we focus the field in the full dlgtraackinfo window, you can still select a different field to edit manually (without focusing the field you would need to do that anyway). |
I was replying to this:
I think it's better to just open the full DlgTrackInfo window. That way you can still edit any property regardless if it's exposed in skins or not. It's just that the edit field for the property you double clicked on is pre-selected. If you want to edit a different field from what you clicked on, you can still use tab or the mouse. |
so we're on the same page :) |
Ready for merge btw |
wow, used this for two days now and I love it! I don't look back how cumbersome metadata editing was before.. |
e5c74d6
to
bd57acc
Compare
Comments are addressed: |
bd57acc
to
0cd8d95
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
Double-click any track property label in decks to quickly open the track metadata editor popup.
applies to WTrackProperty and WTrackText
Discussed there https://mixxx.zulipchat.com/#narrow/stream/109171-development/topic/Track.20property.3A.20quick.20edit.20mode.20in.20decks