Commit graph

69 commits

Author SHA1 Message Date
Damocles
a660da8f25 fix multi-monitor: remove screen property redeclaration that shadows C++ PanelWindow.screen 2026-04-27 22:13:42 +02:00
Damocles
aeb4bf81e8 fix multi-monitor: use ShellScreen type instead of var to avoid shadowing C++ screen property 2026-04-27 20:24:30 +02:00
Damocles
29e06eadb5 extract cpu service from system stats, add --types filter to nova-stats 2026-04-27 19:04:28 +02:00
Damocles
8628b4b27b pipewire service, lock-aware applets, cpu overall chart, security comments 2026-04-27 18:36:07 +02:00
Damocles
1d92463819 clock tooltip with seconds, cpu overall utilization chart, move mem graph below stats 2026-04-27 18:02:49 +02:00
Damocles
adb6c21135 remove hoverpanel title, move actions into applets, add qmllint baseline regen script 2026-04-27 15:04:24 +02:00
Damocles
e48cd78adf remove tray debug logging 2026-04-26 19:04:21 +02:00
Damocles
b1d0be5d31 remove bar dependency from modules, use QsWindow.window.screen instead 2026-04-26 19:01:51 +02:00
Damocles
7e594b7f8d bar modules own active state, fix circular effectiveVisible deadlock in BarGroup 2026-04-26 18:45:11 +02:00
Damocles
35f880b563 tray: work around qt compiled binding bug on visible via indirection 2026-04-26 15:17:27 +02:00
Damocles
dde0b73ca5 tray: add diagnostic logging to identify broken visible binding 2026-04-26 15:09:57 +02:00
Damocles
200a844062 mpris applet reads service directly, fix accent color gradient with pinned dock 2026-04-26 13:37:34 +02:00
Damocles
02910957f1 move network/bluetooth refresh + active tracking into applets, fix dock parent.expanded 2026-04-26 12:31:15 +02:00
Damocles
c96856581d move cpu core consumer tracking into applet, move mpris art caching into service 2026-04-25 22:44:23 +02:00
Damocles
c6fd199bd7 dock: animate bar width change, extend dock to top of screen 2026-04-25 21:56:58 +02:00
Damocles
f501f977d1 dock: pinned mode acts as screen split - bar shrinks, corners adjust, opaque background 2026-04-25 21:49:54 +02:00
Damocles
c22eb51dcd add slide-in applet dock with collapsible cards, edge trigger, and bar module toggle 2026-04-25 21:33:16 +02:00
Damocles
6fd36c812f barmodule: own hoverpanel internally, modules supply content as component 2026-04-25 14:07:26 +02:00
Damocles
26476dc930 refactor: unified BarModule base component, click-to-open panels, remove pinning 2026-04-25 11:52:20 +02:00
Damocles
2ed0b3da3a hoverpanel: add max height with flickable scrolling when content overflows 2026-04-25 10:44:31 +02:00
Damocles
a0a5b907b9 tray: add debug logging for visibility chain 2026-04-25 09:55:48 +02:00
Damocles
45814286b8 tray: use Repeater.count for visibility instead of model values 2026-04-25 09:40:04 +02:00
Damocles
fb82cfc478 tray: use .values.length for visibility - UntypedObjectModel has no count property 2026-04-25 00:38:18 +02:00
Damocles
b6fe670467 tray: fix invisible module - use .count instead of .length on UntypedObjectModel 2026-04-25 00:32:51 +02:00
Damocles
ada611d6c5 gate non-essential animations behind reducedMotion config toggle 2026-04-24 23:40:42 +02:00
Damocles
e5e15f82fb rename Flyout/FlyoutState to Tooltip/TooltipState, improve qmllint check script 2026-04-24 22:33:26 +02:00
Damocles
b5be146619 extract PulseAnimation component from 3 modules 2026-04-24 09:04:09 +02:00
Damocles
2ec24e3075 extract OsdSection base component from Volume and Backlight modules 2026-04-23 23:29:50 +02:00
Damocles
5c5d3bbfac fix PinnableSection: drop self-referential module import for qmllint 2026-04-23 00:49:48 +02:00
Damocles
aa0f7bb5ef extract PinnableSection base component from 12 bar modules 2026-04-23 00:48:07 +02:00
Damocles
2c370afe8e lock threat: increase chromatic aberration multiplier for low threat visibility 2026-04-22 23:30:58 +02:00
Damocles
c1588ceb5e extract NotifApplet, fold NotifCenter into NotificationsModule with hover+pin 2026-04-22 22:44:39 +02:00
Damocles
472b4e62ab add ClockApplet with locale-aware calendar grid, refactor ClockModule with hover+pin 2026-04-22 22:34:33 +02:00
Damocles
662c3590af lock threat shader: softer vignette, more translucent tint 2026-04-22 22:16:43 +02:00
Damocles
9285365732 add WeatherService, WeatherApplet with hover panel and lock screen widget 2026-04-22 22:06:58 +02:00
Damocles
660b34fde5 fix Connections inside HoverPanel content - move to module level 2026-04-22 22:00:58 +02:00
Damocles
5da7005ce7 extract BluetoothApplet, fold BluetoothMenu into BluetoothModule with hover+pin 2026-04-22 21:54:20 +02:00
Damocles
c9c71c0e29 extract NetworkApplet, fold NetworkMenu into NetworkModule with pin support 2026-04-22 21:50:02 +02:00
Damocles
87952b543c bluetooth menu: show connecting/disconnecting state with pulse feedback 2026-04-22 21:33:53 +02:00
Damocles
8c2f362d04 lock screen: threat vignette + chromatic aberration on failed auth, heartbeat pulse at 3+ fails 2026-04-22 21:28:23 +02:00
Damocles
a0cb1d991d extract BatteryApplet from BatteryModule 2026-04-22 21:17:34 +02:00
Damocles
57d42d7ac3 add BatteryService, refactor BatteryModule to use it 2026-04-22 21:13:29 +02:00
Damocles
d814ee041f extract GpuApplet from GpuModule 2026-04-22 21:06:56 +02:00
Damocles
fcecfc84f2 gpu module: swap icon to eb4c 2026-04-22 21:02:26 +02:00
Damocles
4b5272c124 power menu: add confirmation dialog for shutdown and reboot 2026-04-22 20:06:09 +02:00
Damocles
621ec3bfc5 disk module: warn color when any mount exceeds threshold (default 85%) 2026-04-22 20:06:08 +02:00
Damocles
4c3f4a1691 gpu module: use inherited accent color instead of load-dependent color 2026-04-22 20:06:06 +02:00
Damocles
7265515d64 fix screenshot capture: hide from wallpaper, refresh on each lock 2026-04-18 12:46:21 +02:00
Damocles
73e480d14b pre-capture lock screen screenshots via hidden window and ScreenshotService 2026-04-18 12:32:55 +02:00
Damocles
e2f8accbc1 per-pixel wave reveal mask for lock screen overlay layers 2026-04-18 11:35:51 +02:00