-
-
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
Pioneer DDJ-ERGO: added mappings #12456
Conversation
Created manual merge request as well |
1413940
to
d38902c
Compare
Welcome at Mixxx! |
d38902c
to
e204686
Compare
Done! |
The best way to fix pre-commit issues is to install pre-commit locally on your system, as described here: https://github.com/mixxxdj/mixxx/wiki/Using-Git#set-up-automatic-code-checking |
e204686
to
0df37f6
Compare
Thanks, applied them |
The code stale is applied now, the remaining eslint errors need to be fixed manually |
Unused parameters should be removed from function declaration? And the constants storing the callback connections should be dismissed and just call the methods without assigning them? |
Unused parameters are allowed, when they are named starting with an underscore. But if there is no reason to keep them, better delete them, than adding an underscore. |
0df37f6
to
7e230d8
Compare
Fixed. It is kind of strange though. Sometimes status is marked as used even though it isn't referenced in the code. Is there some guidance over this? And for some reasons, Mixxx is complaining about expecting a |
7e230d8
to
5b65bfe
Compare
multi-line delegate: fix bg color, Qt6 on Linux
… the playlist type
fix/History: remove obsolete placeholder playlists
Playlist feature: add 'Shuffle playlist' sidebar action
Main: Update vcpkg build environment to bea61fb and 5d58718 with signed DLLs
fix(qml): Improve knobs by applying selective 4xMSAA on the Arc shape
5b65bfe
to
af6d033
Compare
sorry, messed up the PR. Will rebase and reopen |
Followed the original mapping as close as possible here.