Commit Graph

8571 Commits

Author SHA1 Message Date
Lemmy 44510a61ed default-settings: proper generation 2026-03-04 10:57:15 -05:00
Lemmy fbbf419b34 combobox: add textRole to silence QVariantMap-to-QString warnings 2026-03-04 10:15:23 -05:00
Lemmy 4163fc7632 backgrounds: guard against degenerate ShapePaths crashing Qt CurveRenderer 2026-03-04 10:14:43 -05:00
Lemmy 57b9c2edd9 nlineargauge: comment cleanup and simplified logic with a single "raw" property 2026-03-04 09:49:07 -05:00
Lysec ced71e945f Merge pull request #2063 from 1Naim/fix/foot-1.26
Templates: terminal: foot: Replace [colors] with [colors-dark]
2026-03-04 15:02:12 +01:00
Lysec c8dc4934be i18n 2026-03-04 14:34:24 +01:00
Lemmy 896c67893d nlineargauge: more accurate but more squished at low values 2026-03-04 08:25:28 -05:00
Lemmy d55f81c413 nlineargauge: snapping to zero if the value is too small to be rendered beautifully. 2026-03-04 08:17:54 -05:00
Lemmy 6732eac58a autofmt 2026-03-04 08:14:33 -05:00
Lemmy f342abf443 nlineargauge: tweaking for vertical vs horizontal 2026-03-04 08:14:27 -05:00
Eric Naim ca74a5e74d Templates: terminal: foot: Replace [colors] with [colors-dark]
This was replaced in foot 1.26.0

Link: https://codeberg.org/dnkl/foot/commit/cf2b390f6e096e7a2ca93d4dece153eb13261a2e
Signed-off-by: Eric Naim <dnaim@cachyos.org>
2026-03-04 20:00:28 +08:00
Lysec 0a7e81c345 Merge pull request #2062 from AstronW/fix/idle-fade-stage-queue
idle: queue staged actions during fade to prevent lost lock/suspend
2026-03-04 12:49:56 +01:00
Lysec c2b84a53e1 Merge pull request #2046 from tibssy/feat/bar-behavior-actions
Feat/bar behavior actions
2026-03-04 12:40:17 +01:00
Lysec 229da64731 i18n 2026-03-04 12:39:25 +01:00
astronw 72570bab31 idle: queue staged actions during fade to prevent lost lock/suspend 2026-03-04 15:45:29 +08:00
Lemmy 92161fa136 idle: removed suppressUntil, fixes bug where a 'monitor' (lock) would not execute 2026-03-03 20:52:25 -05:00
Lemmy 7ff84f78c6 launcher: cleanup 2026-03-03 19:51:52 -05:00
Lemmy 3f54b96571 Merge pull request #2044 from eric-handley/fix/launcher-performance
Fix launcher opening delay
2026-03-03 19:49:27 -05:00
Lemmy 7742f09d4b sysstat: dont make showCpuCore disabled when showCpuUsage is off - as it's also used in the tooltips. 2026-03-03 19:34:53 -05:00
Lemmy f2d40c2d2d nlineargauge: enforce minium fill size to avoid a weird look. It's either that or removing the rounded corners. 2026-03-03 19:32:09 -05:00
Lemmy 259aa1b93d sysstat: show cpu-cores at false by default 2026-03-03 19:26:34 -05:00
Lemmy 3bc4b0fc48 Merge pull request #1962 from tmarti2/per-core-cpu-stats
"Per core" cpu stats in SystemMonitor
2026-03-03 19:22:10 -05:00
Lemmy a513db0840 bt: auto-connect cleanup 2026-03-03 19:11:32 -05:00
Lemmy abb7704699 Merge pull request #1981 from cbxcvl/feature/bluetooth-autoconnect
feat(bluetooth): auto-connect paired & trusted devices with toggle control
2026-03-03 19:09:19 -05:00
Lemmy 19d720fabb userspace-reboot: cleanup 2026-03-03 19:02:39 -05:00
Eric Handley 52ae4333e3 fix(launcher): use readonly prop to check if animations are enabled 2026-03-03 16:01:06 -08:00
Lemmy eec84e66d7 Merge pull request #2026 from turannul/pr/implement-userspace-reboot
Add userspace reboot/restart
2026-03-03 18:57:59 -05:00
Lemmy f70966558d wallpaper: removing subtle sharpeing for fullscreen wallpapers - kept it on thumbnails. Fix #2041 2026-03-03 18:48:37 -05:00
Turann_ 2bd8160dae Merge branch 'noctalia-dev:main' into pr/implement-userspace-reboot 2026-03-04 01:56:58 +03:00
tibssy 6fbe7e6ccf refactor(bar): remove verbose logging from custom command execution 2026-03-03 20:32:02 +00:00
tibssy fa3f4a9b88 feat(bar): add custom command support for bar mouse actions 2026-03-03 19:32:00 +00:00
tibssy ef166d8ea7 refactor(settings): remove redundant right-click option from control center 2026-03-03 19:32:00 +00:00
tibssy 646d4e6338 fix(i18n): add missing scroll behavior translations 2026-03-03 19:31:59 +00:00
tibssy f1b5e41d3a feat(bar): implement middle-click action support for Bar Behavior 2026-03-03 19:31:59 +00:00
tibssy 829babad2a feat(bar): extend rightClickFollowMouse support to the Settings panel 2026-03-03 19:31:59 +00:00
tibssy bd91405449 feat(bar): implement optional mouse-following for right-click panel placement 2026-03-03 19:31:59 +00:00
tibssy 0d1a6d2e25 fix(launcher): adjust opening animation to follow bar position 2026-03-03 19:31:59 +00:00
tibssy 7fb0e8533b feat(settings): add launcherPanel option for bar right-click actions 2026-03-03 19:31:59 +00:00
tibssy a228b6ade5 feat(bar): implement right-click action logic 2026-03-03 19:31:59 +00:00
tibssy 79dd2d6def feat(settings): add configuration for bar right-click actions 2026-03-03 19:31:59 +00:00
cbxcvl cfaf900f3f refactor(bluetooth): address code review feedback
- Replace mirrored autoConnectEnabled property with Connections block
- Remove no-op _autoConnectInProgress flag (device.connect() is async)
- Remove redundant count variable, use devList.length directly
2026-03-03 16:19:52 -03:00
Lysec ba5f933c58 fix(WallpaperPanel): remove duplicate return 2026-03-03 20:17:27 +01:00
Lysec 5cba4a65d6 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2026-03-03 20:16:38 +01:00
Lysec d26f67e7bf i18n 2026-03-03 20:16:35 +01:00
Lysec 341129eeb1 Merge pull request #2050 from notiant/patch-16
Add some missing translations
2026-03-03 20:16:27 +01:00
Lysec f2ad688032 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2026-03-03 19:48:06 +01:00
Lysec c009551d08 fix(settings): clear search highlight overlay on scroll (fix #2054) 2026-03-03 19:48:02 +01:00
notiant 353609d462 fix typo 2026-03-03 17:35:06 +01:00
notiant 6a6bd6da2c remove unnecessary i18n entry 2026-03-03 17:31:41 +01:00
Lemmy 0a2ce3bac7 cava-template: removed background color so it's transparent 2026-03-03 11:25:56 -05:00