Hartmnt

Results 10 issues of Hartmnt

This commit is a continuation of the work of @fgilcc in #4792 It adds a slider for user/listener volume adjustment directly into the context menu. This is similar to how...

Fixes #3090 Thise merge request contains 2 commits: 1) The shared/copied code for user, listener and channel context menu target selection is unified 2) Adds a ``nullptr`` check to make...

client
backport-needed
bug

This post contains a very long ToDo list. To jump directly to my post containing links to binaries, follow [this link](https://github.com/mumble-voip/mumble/pull/5984#issuecomment-1902739372). The current version is from February 2024. Greetings everybody,...

client
accessibility

### Description In the ``Messages`` settings, if you try to disable a single notification method e.g. ``Console`` for a single message type e.g. ``Critical``, all check-boxes will disappear when ``All...

client
ui
bug
good first issue

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...

client
ui
bug

**FEAT(client): Fully rewrite tray icon implementation** The old tray icon implementation was very old and contained a lot of workaround for things that probably are no longer an issue. Furthermore,...

client
ui
feature-request
qt

### Description In #5984 the accessibility of the entire application was overhauled. Mumble was made keyboard navigable. However, I failed to notice that ``KP_BEGIN`` and ``KP_END`` were also used by...

client
bug
accessibility

### Discussed in https://github.com/mumble-voip/mumble/discussions/6418 Originally posted by **smakibbfb** May 20, 2024 After updating to the new version this morning I get no audio at all and the push to talk...

client
windows
audio
bug

### Description Mumble uses fallback chains for possible configuration paths. If configuration/database is found in a legacy location, that will be used and/or migrated to the new location. Unfortunately, ``QStandardPath::DataLocation``...

client
server
bug
qt
good first issue

**FIX(server): Make sure context is applied to traverse and write ACL** Previously, both the traverse and write ACL would be evaluatedwithout taking the "in this channel" and "in sub-channels" context...

client
server
acl
ui
bug