Lemmy
d2396b3e60
chore(sysstat): removed dead code
2026-03-18 22:11:59 -04:00
Lemmy
0065d9b53f
chore(autofmt): lysec cloned again
2026-03-18 19:16:44 -04:00
Lemmy
7a65416170
fix(about): show noctalia-qs new version string
2026-03-18 19:16:12 -04:00
Lysec
5547a2716d
chore(i18n): add notification rules translations
2026-03-18 21:32:19 +01:00
Lysec
bc258254d8
fix(notification-rules): do not allow empty patterns
2026-03-18 21:31:49 +01:00
Lysec
381444bc2c
feat(notifications): add notification display rules
...
- block: skips the notification completely
- mute: does not play sound (played by noctalia), shows popup, adds to
history
- hide: no sound, no popup, still adds to history
2026-03-18 21:24:14 +01:00
Lysec
9f8bf988f0
fix(ntextinput): use onTextChanged for autosave, onEditingFinished instead of onAccepted
...
- Switch most settings from onEditingFinished to onTextChanged so
changes save on every keystroke
- Replace onAccepted with onEditingFinished (Enter + blur) for search,
pager, wifi, bluetooth
- Keep onEditingFinished for pager, wallhaven, path inputs, and
validation fields
2026-03-18 17:50:46 +01:00
Lemmy
0756e9f56c
Revert "fix(ntextinput): going back to "textEdited" so you dont have to press enter or change focus to apply the changes."
...
This reverts commit c2d9617124 .
2026-03-18 12:41:50 -04:00
Lysec
e6ca3889c0
fix(Settings): prevent keyboard search from clearing/navigating on second keystroke
2026-03-18 17:08:30 +01:00
Lemmy
ecad305dd9
fix(wallpaper): fixed wallhaven pager. increased height from 45% to 70%
2026-03-18 11:55:41 -04:00
Lysec
79207af629
Merge pull request #2211 from nZo-sp/fix/ignore-sounde-notification
...
Fix ignore notification sound for app without a name but with a desktopEntry defined
2026-03-18 15:35:56 +01:00
nZo-sp
3394439328
Fix ignore sound for app without a name but with a desktopEntry defined
2026-03-18 15:25:09 +01:00
Lemmy
f3386cd81a
Merge pull request #2210 from linusammon/main
...
chore(flake): bump flake.lock
2026-03-18 10:14:29 -04:00
Linus Ammon
8222cf3d57
chore(flake): bump flake.lock
2026-03-18 15:08:49 +01:00
Lemmy
bbee20a1a6
fix(labwc): minor fixes to support upstream ext-workspace-v1
2026-03-18 09:43:20 -04:00
Lysec
739d84a214
Revert "add logging to HyprlandService & CompositorService"
...
This reverts commit 719ef29fe1 .
2026-03-18 14:36:37 +01:00
Lemmy
09b4c927c3
Merge branch 'dwl-mango'
2026-03-18 09:07:52 -04:00
Lemmy
9610e3672e
Merge branch 'labwc'
2026-03-18 09:07:42 -04:00
Lemmy
1ed2e5762d
chore(merge): bar autohide + hyprland fixes
2026-03-18 09:00:54 -04:00
Lysec
d9ae5e617f
Merge pull request #2205 from nZo-sp/feat/audio-service-min-max-event
...
Added min/max events in audio service to notify subscribers
2026-03-17 21:02:22 +01:00
nZo-sp
71568bd2a3
Added min/max events in audio service to notify subscribers when audio limit is reached
2026-03-17 17:54:28 +01:00
Lemmy
2ffb41a2b1
fix(bar): never unload content when bar is hidden
2026-03-17 10:24:55 -04:00
Lemmy
23a5b1de55
fix(network): force opaque on nbox delegate to avoid ugly opacity.
2026-03-17 09:55:07 -04:00
Lemmy
08ed43d9a8
fix(hyprland): same fix but with a simpler Qt.callLater approach
2026-03-17 09:28:58 -04:00
Lemmy
3062797165
fix(notif/workspace): reverting some of the previous attempt from timer back to Qt.callLater
2026-03-17 09:21:41 -04:00
Lemmy
8370ef36ac
fix(hyprland): defer workspace ListModel updates to prevent SIGSEGV during incubation
2026-03-17 09:18:27 -04:00
Lysec
d51bc95788
Merge pull request #2203 from haikalllp/fix/update-pywalfox-colors
...
fix: remap pywalfox colors to better support light color theme
2026-03-17 11:24:41 +01:00
Lysec
5e95658fa9
fix(hyprland): correct focusedWindowIndex after sorting window list
2026-03-17 11:23:11 +01:00
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
haikalllp
467bac0024
fix: remap pywalfox colors to better support light color theme
2026-03-17 17:15:47 +08:00
Lemmy
e39ff3a815
fix(popup): disable autoclose by clicking outside to avoid loosing settings by accident.
2026-03-16 21:21:09 -04:00
Lemmy
c2d9617124
fix(ntextinput): going back to "textEdited" so you dont have to press enter or change focus to apply the changes.
2026-03-16 21:03:59 -04:00
Lemmy
dd64858717
fix(tooltip): limit tooltip radius when box is too small, larger horizontal padding for grid mode.
2026-03-16 20:47:48 -04:00
Lemmy
515eece59a
fix(network): ethernet info - fix box border color
2026-03-16 20:34:40 -04:00
Lemmy
088c1e0708
fix(network): removed hover effect, adjusting size and radius.
2026-03-16 19:59:12 -04:00
Lemmy
5614c16ea3
chore(audioservice): minor cleanup
2026-03-16 19:43:29 -04:00
Lysec
f6d398eccc
fix(zen-browser): more template adjustments
2026-03-16 22:13:23 +01:00
Lysec
8b356a2c37
fix(zen-browser): add overflow button to template
2026-03-16 22:02:12 +01:00
Lysec
b647e385a8
fix(zen-browser): adjust template for new zen update
2026-03-16 21:57:30 +01:00
Lysec
2e5f07e039
fix(bar): attempt at resolving widget incubation race conditions
2026-03-16 18:45:49 +01:00
Lysec
719ef29fe1
add logging to HyprlandService & CompositorService
2026-03-16 15:31:55 +01:00
Lysec
9511f1fce4
fix(Hyprland): attempt to fix invalid window extraction
2026-03-16 15:06:49 +01:00
Lysec
2adbf002b7
fix(dock): adjust exclusive zone sizing
2026-03-16 14:49:17 +01:00
Lemmy
c3e18d4db9
chore(settings): update deb
2026-03-16 07:56:14 -04:00
Lemmy
e12d719862
Merge pull request #2193 from tibssy/feat/dock-launcher-icon-selector
...
Feat/dock launcher icon selector
2026-03-16 07:55:41 -04:00
Lemmy
b2952e47e1
Merge pull request #2194 from notiant/patch-1
...
Bluetooth & WiFi: layout refinements
2026-03-16 07:54:44 -04:00
notiant
5fbd7c2299
reduce label size of wallpaper transition types
2026-03-16 09:02:48 +01:00
notiant
b83446f29f
layout refinements for info button
2026-03-16 06:28:35 +01:00