Hartmnt

Results 70 comments of Hartmnt

Is this actually a bug? When not connected to a server "minimal view" will only show an empty window. However, right-clicking creates a context menu with the main menu options...

[these](https://forums.mumble.info/topic/2096-mumble-window-not-showing-properly/) [posts](https://forums.mumble.info/topic/720-toggle-log-and-chatbar-in-minimal-view/) indicate that this is all intended (and also slightly undocumented) behavior. So I would consider this bug not-a-bug or a usability/ux feature request for a label which explains...

I will have to think about all the refactor possibilities a bit

Note before merging that this merge request currently runs against fewer automated tests than usual for some reason!

Now that I have worked on context menus and local volume adjustment, I would like to help with this. This will obviously need a rebase with merge conflict due to...

@Krzmbrzl I have trouble understanding which of OP's proposed features are supposed to be added. All 4 of them? Because, I actually think "(local) mute others while talking" could be...

> This is the option that I have first-hand experience with (Zoom uses/used that) and I found it worked quite nicely. However, since we'll want to implement this on a...

> And as if that was not enough, the effect can also be reproduced by not having any kind of microphone connected to your computer in the first place. Interesting....

This bug was introduced in this commit 4f5089fe30 in 2010. It is because of an oversight in the ``*aboutToShow`` code paths: ``` if (Global::get().uiSession != 0) { QModelIndex idx; if...

@Krzmbrzl I have played around with using the entire ``QWidgetAction`` as a button to open the dialog and it is a pain. As I see it, there are 3 options:...