Lysec
311fc08ac8
fix(bar): attempt to avoid crash when autohide is used
2026-03-17 11:00:43 +01:00
Lysec
46a3c7e2d4
Revert "fix(bar): defer update to next cycle"
...
This reverts commit 2fcd219c34 .
2026-03-17 10:38:25 +01:00
Lysec
2fcd219c34
fix(bar): defer update to next cycle
2026-03-17 10:16:41 +01:00
Lemmy
4e814962a4
fix(bar): more bullet proofing toward auto-hide
2026-03-13 13:49:31 -04:00
Lemmy
6eacb55f43
Merge pull request #2066 from SpeakingPNG/feat/configurable-exclusion-zone
...
Feat(bar): add a toggle for exclusion zone
2026-03-10 20:07:05 -04:00
notiant
25e8196182
apply reduced light mode opacity to panel backgrounds
2026-03-10 21:37:55 +01:00
Lemmy
e8ee0548cb
perf(shapes): enable async rendering for all CurveRenderer shapes
2026-03-10 09:31:20 -04:00
Lemmy
44045fa020
fix(backgrounds): prevent qTriangulate crash on framed bar outer rectangle arcs
2026-03-09 17:16:14 -04:00
Lemmy
77b253f1ca
fix(backgrounds): enforce minimum arc radius to prevent qTriangulate SIGSEGV on flat corners
2026-03-09 16:57:02 -04:00
Lemmy
4d0897d6ed
fix(backgrounds): another take on fixing potential degenerate Shape paths
2026-03-09 12:15:22 -04:00
SpeakingPNG
0cd1818195
Merge branch 'main' into feat/configurable-exclusion-zone
2026-03-08 16:52:52 +01:00
SpeakingPNG
4076c636f2
change to accomodate the upstream conflict
2026-03-08 16:50:55 +01:00
Lemmy
1fd0b187b5
feat(bar): increased floating margins from 18px to 500px - fixed smart panels opening positions to properly account for thoses margins.
2026-03-08 11:22:06 -04:00
Lemmy
8461060477
fix(display): reactively update resolution when compositor reports changes. fix #1845
2026-03-07 17:21:56 -05:00
Lemmy
cd0da159ce
feat(blur): added a new option to toggle it on/off
2026-03-06 08:29:03 -05:00
Lemmy
b9f876ed01
screen-corners: safeguard shape
2026-03-05 15:03:00 -05:00
Lemmy
879bdce702
backgrounds: even more safeGuard
2026-03-05 14:54:40 -05:00
Lysec
baf4971a62
fix(PanelBackground): avoid degenerate ShapePath when panel slot is not renderable
2026-03-05 20:29:26 +01:00
Lemmy
37153772e5
backgrounds: fix coincident subpath causing invisible bar fill on simple bar type
2026-03-04 22:59:26 -05:00
Lemmy
ebeca6c266
main-screen: screen can be null for a moment when reconnecting
2026-03-04 19:27:32 -05:00
Lemmy
c9b6fc9ef9
backgrounds: fix degenerate inner hole subpath in BarBackground when not framed
2026-03-04 13:52:20 -05:00
SpeakingPNG
7fd9b5d7de
rename exclusionZoneOffset to enableExclusionZoneInset
2026-03-04 17:28:54 +01:00
SpeakingPNG
56d91dd9a5
change a comment in BarExclusionZone.qml
2026-03-04 16:53:13 +01:00
Lemmy
4163fc7632
backgrounds: guard against degenerate ShapePaths crashing Qt CurveRenderer
2026-03-04 10:14:43 -05:00
SpeakingPNG
1cbc0c4715
Merge branch 'noctalia-dev:main' into feat/configurable-exclusion-zone
2026-03-04 15:05:39 +01:00
SpeakingPNG
4c2dba2e45
feat(bar): add a toggle for 1px exclusion zone
2026-03-04 15:04:32 +01:00
Eric Handley
52ae4333e3
fix(launcher): use readonly prop to check if animations are enabled
2026-03-03 16:01:06 -08:00
Eric Handley
579f5585a9
fix(launcher): skip delay when animations disabled
2026-03-02 16:43:42 -08:00
Lemmy
76adaa97d5
bump to 4.6.2-git
2026-03-01 17:35:35 -05:00
Lemmy
573de3b211
release v4.6.1
2026-03-01 17:33:54 -05:00
Lysec
1fd249164b
MainScreen: collapse bar blur region when auto-hidden ( #2004 )
2026-03-01 11:23:56 +01:00
Lemmy
f76a144629
Bumping version to v4.6.1 and restored blur.
2026-02-28 11:13:36 -05:00
Lemmy
012046e87e
Bumped version v4.6.0
2026-02-28 11:12:07 -05:00
Lemmy
7dc28fbd1a
smart-panel: boolean to disable blur + SessionMenu modifications: disable fullscreen blur, change a few colors.
2026-02-25 19:41:46 -05:00
Lemmy
4e3c385d7e
background-effect/blur: updated usage to match noctalia-qs
2026-02-25 18:58:50 -05:00
Lemmy
df8d93564f
merge
2026-02-23 08:33:30 -05:00
Lemmy
90ae42bda2
Merge branch 'main' into idle
2026-02-22 20:42:54 -05:00
HANDZCZ
9f9d3a44af
fix(control-center): prevent panel being stuck in one position
2026-02-22 15:52:47 +01:00
Lemmy
9ee707d300
idle-management
2026-02-21 21:11:50 -05:00
Lemmy
02d8d38742
Merge branch 'main' into niri-blur
2026-02-20 09:58:05 -05:00
Lemmy
e579e6376c
blur: added closing panel and extra framed bar region (wip)
2026-02-19 22:43:55 -05:00
Lemmy
1426b1843d
Merge branch 'main' into niri-blur
2026-02-19 10:39:52 -05:00
Clement Bouvet
cf29e898fc
control-center: open at right-click position on bar
2026-02-18 17:44:45 +01:00
Lemmy
1ecbf4d771
bar: added override for display mode for other monitors
2026-02-16 13:22:02 -05:00
Lysec
3ad25944f6
Merge pull request #1714 from tibssy/feat/dock-static-mode
...
Feat/dock static mode
2026-02-16 19:06:20 +01:00
Lemmy
727aafd6b1
ext-background-effect-v1
2026-02-15 10:18:20 -05:00
Lemmy
92b19a8165
framed-bar: properly handle attachmentOverlap for the screen edges.
2026-02-14 10:26:23 -05:00
Lemmy
81d0a034c8
bar-shell: prevent bar crash on rapid visibility toggle and convert IPCService to singleton
2026-02-12 08:54:32 -05:00
Lemmy
aafc57c4e9
autofmt
2026-02-11 10:30:45 -05:00
Lysec
9a20838904
Keybinds.js: factorize keybind detection & display logic
...
LockScreen: remove hardcoded Keybinds
Launcher: remove most hardcoded keybinds (except for Tab etc)
MainScreen: remove most hardcoded keybinds (except for Home etc)
SessionMenu: remove all hardcoded keybinds
WallpaperPanel: remove all hardcoded keybinds
2026-02-11 10:09:51 +01:00