From e59b890c365ee92f3abb1164c767f27448e9e9ae Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Mon, 8 Mar 2021 18:48:54 +0100 Subject: 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. --- themes/MumbleTheme.qrc | 1 + 1 file changed, 1 insertion(+) (limited to 'themes') 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 @@ Mumble/Lite.qss Mumble/lock_locked.svg Mumble/lock_unlocked.svg + Mumble/magnifier.svg Mumble/mumble.ico Mumble/mumble.osx.png Mumble/mumble.png -- cgit v1.2.3