Damocles
|
f34f3f2f4e
|
plugin: rust-side modules + theme services with serde-typed config
|
2026-05-04 22:58:12 +02:00 |
|
Damocles
|
d4001f7900
|
notifications: centralize icon resolution in NotifItem.resolvedIcon, fix lock pill grouping and missing fallbacks
|
2026-04-29 17:58:26 +02:00 |
|
Damocles
|
23297d2c4b
|
lock screen: clip password dots to pill bounds
|
2026-04-27 23:30:24 +02:00 |
|
Damocles
|
8628b4b27b
|
pipewire service, lock-aware applets, cpu overall chart, security comments
|
2026-04-27 18:36:07 +02:00 |
|
Damocles
|
d85b65c6d9
|
fix lock screen tap handlers blocked by TextInput z-order
|
2026-04-27 18:04:41 +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
|
ada611d6c5
|
gate non-essential animations behind reducedMotion config toggle
|
2026-04-24 23:40:42 +02:00 |
|
Damocles
|
0c955f93f8
|
lock screen: skip entrance animation on wake from sleep via SleepService
|
2026-04-24 21:26:26 +02:00 |
|
Damocles
|
d38c4b5161
|
lock screen: clear password after 30s idle with wiggle
|
2026-04-23 23:23:02 +02:00 |
|
Damocles
|
130627f39c
|
lock threat: stepped ramp with +0.1 per level above 5
|
2026-04-22 23:27:10 +02:00 |
|
Damocles
|
e24678ddce
|
lock threat: rescale intensity curve - gentler ramp, fail 5 = old fail 3
|
2026-04-22 23:18:35 +02:00 |
|
Damocles
|
be7142ba59
|
lock screen: add lock.threatEffect toggle for fail visuals
|
2026-04-22 22:47:17 +02:00 |
|
Damocles
|
9285365732
|
add WeatherService, WeatherApplet with hover panel and lock screen widget
|
2026-04-22 22:06:58 +02:00 |
|
Damocles
|
b8789c67f4
|
lock screen: show clock and widgets immediately when reducedMotion
|
2026-04-22 21:31:10 +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
|
94a3fdb86c
|
lock screen: keep password prompt centered when error text appears
|
2026-04-22 21:21:19 +02:00 |
|
Damocles
|
ad24015487
|
lock screen: hide screenshot when reducedMotion to prevent unblurred display
|
2026-04-22 20:06:08 +02:00 |
|
Damocles
|
df2bc487fd
|
fix lock surface background opacity to prevent compositor fallback bleedthrough
|
2026-04-21 23:24:57 +02:00 |
|
Damocles
|
cd6f32dfcf
|
fix lock screen re-capturing screenshot on wake from suspend
|
2026-04-21 23:15:50 +02:00 |
|
Damocles
|
2a3fde4146
|
fix duplicate-property-binding in lock surface, update qmllint baseline
|
2026-04-18 15:52:01 +02:00 |
|
Damocles
|
73e480d14b
|
pre-capture lock screen screenshots via hidden window and ScreenshotService
|
2026-04-18 12:32:55 +02:00 |
|
Damocles
|
62cd0f9a76
|
fix crash: defer layer disable with Qt.callLater to avoid destruction during signal handler
|
2026-04-18 12:09:10 +02:00 |
|
Damocles
|
7e9baa9b7e
|
fix reveal mask not latching - move phase check into shader effect
|
2026-04-18 11:47:34 +02:00 |
|
Damocles
|
cad64e7fe6
|
remove dim overlay from lock screen background
|
2026-04-18 11:46:11 +02:00 |
|
Damocles
|
a7d104df64
|
latch lock screen animations after first wave completes
|
2026-04-18 11:43:34 +02:00 |
|
Damocles
|
570000f09a
|
sync clock and widget fly-in animations to wave phase
|
2026-04-18 11:40:52 +02:00 |
|
Damocles
|
e2f8accbc1
|
per-pixel wave reveal mask for lock screen overlay layers
|
2026-04-18 11:35:51 +02:00 |
|
Damocles
|
e4b257d760
|
lock screen: show clear desktop first, reveal blur and hexes as wave passes
|
2026-04-18 11:31:20 +02:00 |
|
Damocles
|
fe02eed625
|
fix lock screen bg appearing immediately - hide hex wave base rect in overlay mode
|
2026-04-18 11:06:54 +02:00 |
|
Damocles
|
8a701516e4
|
reveal lock screen background as first hex wave passes
|
2026-04-18 11:02:59 +02:00 |
|
Damocles
|
19396b1508
|
add keep-sorted to treefmt, sort qmldir files
|
2026-04-18 10:44:02 +02:00 |
|
Damocles
|
a7eca009e4
|
extract MprisService singleton, share player state between bar and lock screen
|
2026-04-18 10:30:43 +02:00 |
|
Damocles
|
438362c6d1
|
extract BacklightService singleton, deduplicate brightness logic
|
2026-04-18 10:28:08 +02:00 |
|
Damocles
|
08d34ac5c7
|
extract BacklightApplet, add brightness and notif pills to lock screen right column
|
2026-04-18 10:25:50 +02:00 |
|
Damocles
|
a55d232b9a
|
color lock screen clock with accent colors per segment
|
2026-04-18 10:19:45 +02:00 |
|
Damocles
|
a1c581e443
|
extract logind integration into LockService singleton in services/
|
2026-04-18 10:06:22 +02:00 |
|
Damocles
|
5248261975
|
split lock surface into LockClock, LockNotifPills, LockWidgets
|
2026-04-18 10:04:22 +02:00 |
|
Damocles
|
de193a88cd
|
move lock screen widgets to right-aligned column with slide-in animation
|
2026-04-18 09:59:28 +02:00 |
|
Damocles
|
f071bb17e1
|
re-acquire session lock on startup if logind reports session locked
|
2026-04-18 09:33:48 +02:00 |
|
Damocles
|
3c9bf06bf7
|
react to logind Unlock signal for external session unlock recovery
|
2026-04-18 09:32:35 +02:00 |
|
Damocles
|
d0c0efb0ee
|
increase lock screen clock size to fill more of screen height
|
2026-04-18 01:17:38 +02:00 |
|
Damocles
|
494e17cce1
|
scale lock screen clock to fill screen height
|
2026-04-18 00:56:25 +02:00 |
|
Damocles
|
da158de748
|
move lock screen clock to left-aligned rotated column with slide animation
|
2026-04-18 00:50:51 +02:00 |
|
Damocles
|
dff70f18d1
|
add app name tooltip on hover for lock screen notification pills
|
2026-04-18 00:42:58 +02:00 |
|
Damocles
|
d20fdf8fa0
|
move NotifService and NotifItem to services/, keep notification UI in modules/
|
2026-04-18 00:26:14 +02:00 |
|
Damocles
|
a17a365b81
|
add notification icon pills to lock screen
|
2026-04-18 00:21:40 +02:00 |
|
Damocles
|
a43d0c8dcd
|
fix lock screen media player switching
|
2026-04-17 23:41:21 +02:00 |
|
Damocles
|
9a079fe2f1
|
standardize services import alias to S in applets and lock
|
2026-04-17 23:13:54 +02:00 |
|
Damocles
|
63e93f5de0
|
show screen corners on lock screen when enabled
|
2026-04-17 22:59:46 +02:00 |
|
Damocles
|
5a5bbc5811
|
add lock.screenshot option to disable blurred desktop background
|
2026-04-17 22:46:32 +02:00 |
|