Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2021-03-08 20:48:54 +0300
committerRobert Adam <dev@robert-adam.de>2021-05-11 13:35:24 +0300
commite59b890c365ee92f3abb1164c767f27448e9e9ae (patch)
treec912ce534d2f7ba4479c8781af2bf71e74ddcd7c /themes
parent1bf8060d1b37d55e1131fa1c5497e287c4db2964 (diff)
FEAT(client): Search dialog
This commit introduces a fully featured search dialog. Note that selections in the search dialog are synchronized with the main UI and thus "whisper to selection" works by selecting something in the search dialog as well. There are also default actions that are executed when a search result is activated (double-clicked or pressing enter on it). What that action is exactly, can be configured in the settings. Furthermore the context menu works as expected when invoked on entries in the search result list. In order to disambiguate the results, the full channel hierarchy to the search result's parent channel is shown below each result. The search dialog can be toggled via Ctrl+F when Mumble has focus or by using the new entry in the toolbar. Additionally there is a new global shortcut that can be configured for this purpose. Note however that on Windows the search dialog won't obtain focus when toggled in a situation when Mumble does not have focus already.
Diffstat (limited to 'themes')
-rw-r--r--themes/MumbleTheme.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/MumbleTheme.qrc b/themes/MumbleTheme.qrc
index d7cc50cc1..d90d89969 100644
--- a/themes/MumbleTheme.qrc
+++ b/themes/MumbleTheme.qrc
@@ -34,6 +34,7 @@
<file alias="Lite.qss">Mumble/Lite.qss</file>
<file alias="lock_locked.svg">Mumble/lock_locked.svg</file>
<file alias="lock_unlocked.svg">Mumble/lock_unlocked.svg</file>
+ <file alias="magnifier.svg">Mumble/magnifier.svg</file>
<file alias="mumble.ico">Mumble/mumble.ico</file>
<file alias="mumble.osx.png">Mumble/mumble.osx.png</file>
<file alias="mumble.png">Mumble/mumble.png</file>