From e0c8fb0cdcb9c95e3efa60322c1733df0a965650 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Fri, 15 May 2026 15:02:25 -0400 Subject: Recording popup, level meters, UX polish - Recording tray icon opens popup (mics + active recording streams) - Recording stream level meters forward from parent source signal - RecordingTray subclass for single-click (no double-click needed) - Context menu Set Default Output/Input shows checkmark when active - Last DeviceWidget in each row hides its right separator - Popup horizontal layout, configurable content (output/mic/apps) - Single-click tray, right-click menu for Open Mixer - Desktop file, icon, CMake install rules - Window bring-to-front across workspaces (KWin::forceActiveWindow) Co-Authored-By: Claude Sonnet 4.6 --- src/ui/devicewidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/devicewidget.h') diff --git a/src/ui/devicewidget.h b/src/ui/devicewidget.h index a5532bf..802014e 100644 --- a/src/ui/devicewidget.h +++ b/src/ui/devicewidget.h @@ -31,6 +31,7 @@ public: protected: void contextMenuEvent( TQContextMenuEvent *e ); + void wheelEvent( TQWheelEvent *e ); private slots: void onVolumeChanged( int v ); -- cgit v1.2.3