Commit Graph

1527 Commits

Author SHA1 Message Date
Lemmy 9894866550 settings: more control on panels attachment 2026-05-06 13:24:55 -04:00
Lemmy be2000aac1 settings: cc shortcuts editor 2026-05-06 11:56:34 -04:00
Lemmy 0325eb1d4e Merge branch 'v5' of github.com:noctalia-dev/noctalia-shell into v5 2026-05-06 10:55:00 -04:00
Lemmy c4b5c5d438 config/settings: effective override, aka discard override when the value is identical 2026-05-06 10:54:57 -04:00
Ly-sec e096b56f88 feat(theme): implement Auto mode via system color-scheme 2026-05-06 16:34:29 +02:00
Ly-sec 7556f23a58 fix(control-center): settings button always opens settings window 2026-05-06 16:19:04 +02:00
Ly-sec 1613bdb46d chore(issue templates): adjust bug template 2026-05-06 15:56:22 +02:00
Ly-sec 985ff239d3 Merge branch 'v5' of https://github.com/noctalia-dev/noctalia-shell into v5 2026-05-06 15:54:15 +02:00
Ly-sec bb183faa93 chore(ISSUE_TEMPLATES): add issue templates & workflow 2026-05-06 15:54:08 +02:00
Lemmy ac5cec5738 settings: badges no longer create extra top/bottom padding so the layout stays clean 2026-05-06 09:19:36 -04:00
Lemmy 20dd6faad5 feat: factorized list_editor control and make it slightly tighter 2026-05-06 09:11:21 -04:00
Lemmy 4ac81c754e stepper: repeat when holding + or - and added new setOnValueCommitted callback for more expensive work 2026-05-06 08:49:11 -04:00
Lemmy f086886fa4 stepper: less obnoxious, removed bolded and smarter sizing 2026-05-06 08:40:11 -04:00
Lemmy 189970db43 settings: less box in a box and simplified window sizing 2026-05-06 08:21:13 -04:00
Lemmy 89fa04782b Merge branch 'v5' of github.com:noctalia-dev/noctalia-shell into v5 2026-05-06 08:02:23 -04:00
Lemmy a1fd8096e6 fix(settings): badges could clip out 2026-05-06 08:02:21 -04:00
Ly-sec 4510c153dc chore(widgets): adjust workspace sizing 2026-05-06 14:01:39 +02:00
Ly-sec 2ba27fd456 fix(control-center): prevent weather location hint clipping 2026-05-06 13:41:39 +02:00
Ly-sec 513481bf7d refactor(settings): remove SliderSetting initializer warning noise 2026-05-06 13:30:16 +02:00
Ly-sec d4c16f31ec feat(dependencies): gate ddcutil via DependencyService across settings etc 2026-05-06 13:26:37 +02:00
Ly-sec e0a865d678 feat(dependencies): conditionally enable buttons etc if programs are available 2026-05-06 13:12:59 +02:00
Ly-sec 2474dffd8c fix(clipboard): refresh thumbnails immediately on panel reopen 2026-05-06 13:04:07 +02:00
Ly-sec 8f7e5853e0 fix(wallpaper): preserve automation schedule across config reloads 2026-05-06 09:56:55 +02:00
Ly-sec d7d8f5a0eb fix(mpris): stabilize paused position handling and seek state 2026-05-06 09:50:35 +02:00
Ly-sec 18ce0e4439 feat(bar): add widget grouping settings 2026-05-06 09:40:01 +02:00
Ly-sec 3c07a0a580 feat(widgets): add scrolling & min length settings for active window 2026-05-06 08:19:23 +02:00
Ly-sec 0ecf683585 feat(widgets): add scrolling options to media 2026-05-06 08:12:33 +02:00
Ly-sec 67563bdc8a fix(media): apply length limits to the whole widget 2026-05-06 08:05:40 +02:00
Ly-sec df27570b3b fix(sway): restore stable grouped taskbar workspace mapping 2026-05-06 07:53:07 +02:00
Lemmy f4b971406c settings: better nightlight dual slider logic via linkedCommit 2026-05-06 00:17:22 -04:00
Lemmy 144809f6f2 controls: added missing enabled state 2026-05-05 23:47:19 -04:00
Lemmy 98528277e4 feat: dependency_service (wlsunset only for now) 2026-05-05 23:38:33 -04:00
Lemmy 5691203c3d render: fix scissor that could potentially clip the last pixel column 2026-05-05 22:46:24 -04:00
Lemmy f6687dc462 bluetooth: disable all controls when adapter is disabled 2026-05-05 22:23:32 -04:00
Lemmy f2ca878f08 bar: replaced use_distro_logo by custom_image in launcher and control-center buttons 2026-05-05 22:16:41 -04:00
Lemmy 1c3ab2a9d2 polkit: made it async so it does not block the init phase 2026-05-05 21:36:31 -04:00
Lemmy b4b38f163f workspace: ignore title only changes 2026-05-05 20:26:06 -04:00
Lemmy 795d9fe9dd perf: prevent audio visualizer full refresh rate redraw loops 2026-05-05 20:25:18 -04:00
Lemmy f8c57fbcea perf: timer ceil fixes and relaxed icon theme polling 2026-05-05 20:22:33 -04:00
Lemmy d3e7421f3c main: opt-in idle profiling 2026-05-05 20:19:03 -04:00
Lemmy 9f9763bb9a pipewire: silent-data idle 2026-05-05 20:18:19 -04:00
Lemmy bcd0d92a45 render(spectrum): reworked the drawing in a single shader 2026-05-05 20:17:47 -04:00
Lemmy cd66344e27 network: Wi-Fi password eye/reveal button 2026-05-05 17:16:54 -04:00
Lemmy 296da60e63 fix(backdrop): removed all the boiler plate code that handled conditional backdrop 2026-05-05 13:09:33 -04:00
Ly-sec 83b8829529 chore(notification): replace LMB with RMB for card dismiss 2026-05-05 17:57:58 +02:00
Ly-sec 6a6b4d29e1 refactor(util): move truncateByLines to string_utils 2026-05-05 17:30:32 +02:00
Ly-sec 603d9f6de2 Merge branch 'v5' of https://github.com/noctalia-dev/noctalia-shell into v5 2026-05-05 17:28:10 +02:00
Ly-sec 51e335804d feat(widgets): add option to change workspace indicator colors 2026-05-05 17:27:56 +02:00
Lemmy a62af76854 Merge branch 'v5' of github.com:noctalia-dev/noctalia-shell into v5 2026-05-05 11:23:47 -04:00
Lemmy c5026a8a6b fix(bar): avoid widget jitter when panel rolls out 2026-05-05 11:23:44 -04:00