-
-
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
Preferences / Effect widgets: use '---' placeholder instead of 'None' #3485
Conversation
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.
Some first comments. This needs some brief tests if it effects the stored user data.
5defdac
to
56da614
Compare
I implemented your proposals and rebased (small commits, easy to review). |
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.
That's unrelated. |
still ready.. |
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.
Please remove the redundant string literals from comments. Instead describe the purpose of the code without repeating parts of the implementation in comments.
Done @uklotzde |
Ping @daschuer |
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.
Works good now. Only one minor comment.
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.
I'm getting this debug assertion on shutdown:
DEBUG ASSERT: "!"Controls were leaked!"" in function void MixxxMainWindow::finalize() at /home/jan/Projects/mixxx/src/mixxx.cpp:870
However, this seems to be a bug in the 2.3 branch, not yours :(
LGTM, thank you.
I don't like this change. This feels like a regression. What was ever the problem with "None"? What was the motivation for changing this? Have you done any usability tests comparing this with "None"? I cannot recall any problems ever caused by the string "None". Who would know what |
|
I support the --- idea. It is much more recognizable especially if you also consider internationalisation. |
... because in the Sound I/O tabs and in skins' effect regions
---
is much easier to spot/recognize thanNone
.https://bugs.launchpad.net/mixxx/+bug/1892048