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

Backport "Merge PR #6486: FIX(client): Do not spam log when adjusting volume of clients without certificate" to 1.5.x #6488

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

Krzmbrzl
Copy link
Member

@Krzmbrzl Krzmbrzl commented Jul 1, 2024

Backport

This will backport the following commits from master to 1.5.x:

Questions ?

Please refer to the Backport tool documentation

… certificate

In #5776 the local volume adjustment sliders were moved into the user context menu.
A log warning message appears, if you adjust the volume of a client without
certificate.
Due to a combination of Qt's buggy MouseWheel events and the oversight that
volume changes to the DB happen much more frequently with that change, the
log warning messages are spammed way to often now in that case.

This commit moves the log warning message explicitly into a separate slot on
slider release. Note: We "lose" the warning message for other input methods that
are not "releasing the slider", but given the fact that certificates are pretty
prevalent now and dragging the slider is likely the most often used input method,
this will likely affect a very little amount of users.

Fixes #6462

(cherry picked from commit efe91b9)
@Krzmbrzl Krzmbrzl force-pushed the backport/1.5.x/pr-6486 branch from f34ee4a to 93508f2 Compare July 6, 2024 15:07
@Hartmnt Hartmnt merged commit 9b54c05 into 1.5.x Jul 8, 2024
20 checks passed
@Krzmbrzl Krzmbrzl deleted the backport/1.5.x/pr-6486 branch January 13, 2025 07:24
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.

2 participants