Commit Graph

9073 Commits

Author SHA1 Message Date
Lemmy 8344f25d5a feat(i18n): added vietnamese (machine translated) 2026-03-20 00:34:05 -04:00
Lemmy c8d8709c26 Revert "perf(mainscreen): merging fix/damage-control"
This reverts commit 67a7f75c37, reversing
changes made to 8828d9d7be.
2026-03-20 00:29:04 -04:00
Lemmy 039ad4db9c Revert "fix(mainscreen): avoid potential single frame flicker of the bar when resizing"
This reverts commit 219a4742df.
2026-03-20 00:29:00 -04:00
Lemmy 5ee59dc415 Revert "fix(mainscreen): fix posty bar bg flicker"
This reverts commit 59aa80c36b.
2026-03-20 00:28:54 -04:00
Lemmy 59aa80c36b fix(mainscreen): fix posty bar bg flicker 2026-03-20 00:17:31 -04:00
Lemmy 219a4742df fix(mainscreen): avoid potential single frame flicker of the bar when resizing 2026-03-19 23:53:22 -04:00
Lemmy 67a7f75c37 perf(mainscreen): merging fix/damage-control 2026-03-19 23:32:52 -04:00
Lemmy 8828d9d7be feat(i18n): getting things up for vi(etnamese) 2026-03-19 23:21:03 -04:00
Lemmy 1f0ea41c35 feat(screencorners): no longer reside in MainScreen, tiny PanelWindow. Will also serve for hotcorners detection 2026-03-19 22:46:13 -04:00
Lemmy b1f8a24da4 perf(mainscreen): collapse Mainscreen to bar-sized when idle 2026-03-19 22:10:03 -04:00
Lemmy a834b42f38 Merge pull request #2225 from mia-0/layershell_workaround
MainScreen/PanelWindow: do not put on top layer
2026-03-19 21:24:41 -04:00
Lemmy 6c57717595 fix(panel): when animations are disabled to log a warning on every panel open 2026-03-19 20:58:14 -04:00
Lemmy 53c4b2dc26 fix(nspinbox): replace the diamond hover by a simple rounded rectangle, fixes a lot of small glitches 2026-03-19 20:53:54 -04:00
Lemmy b4d12870d1 fix(panel): reset closedImmediately flag reliably after panel close 2026-03-19 20:23:03 -04:00
Lemmy 9818fa8772 chore(autofmt) 2026-03-19 18:49:24 -04:00
Mia Herkt 345cdfb325 MainScreen/PanelWindow: do not put on top layer
That would prevent direct scanout for other clients.
2026-03-19 18:50:07 +01:00
Lysec 21c191d675 Merge pull request #2219 from Sunrongguo2008/patch-1
docs(readme): update available plugins count to nearly 100
2026-03-19 16:53:24 +01:00
Sunong2008 82f555a8d1 docs(readme): update available plugins count to nearly 100 2026-03-19 22:11:01 +08:00
Lemmy e08b08893e Merge pull request #2215 from mia-0/weathercard_perf
WeatherCard: Avoid using too much processing power
2026-03-19 08:59:06 -04:00
Lemmy 67e1b42f08 bumping version to v4.7.1 git 2026-03-19 08:12:24 -04:00
Lemmy 16c6181bae Release v4.7.0 v4.7.0 2026-03-19 08:11:12 -04:00
Lemmy e8bca17225 fix(config): ensure trailing slash 2026-03-19 07:53:03 -04:00
Lysec 5eb8b9cbcb fix(wallhaven): adjust height calculation to prevent overshooting
Issue: #2213
2026-03-19 09:09:01 +01:00
Mia Herkt 993ac87cfa WeatherCard: Avoid using too much processing power
Adjust effect speeds and update rates.
Roughly halves power consumption on older Intel hardware (Haswell).
2026-03-19 07:15:29 +01:00
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