Commit Graph

1708 Commits

Author SHA1 Message Date
Lemmy a5fc309880 cleanup(NScrollText): remove unused imports, gate layer on overflow 2026-03-28 14:06:24 -04:00
BUSTheid b18d33742a refactor(NScrollText.qml): MultiEffect fade mask
Replace the leftGradient and rightGradient Rectangles in NScrollText
with a MultiEffect mask approach. Old solution caused visual bugs.
2026-03-28 17:59:11 +01:00
Lemmy 021f0026da fix(bar): guard bar widget metadata lookup 2026-03-25 19:12:30 -04:00
Max Schipper 1d0ab01532 feat(workspace): allow one character labels on vertical bar
on vertical bar the character count for the label is now clamped to 2, allowing the use to set it to 1
2026-03-24 18:07:22 +01:00
tibssy 700d377f0f feat(bar): improve volume scroll handling on bar with smooth accumulation 2026-03-24 00:37:45 +00:00
tibssy 7d4ee04461 feat(bar): add volume control support to bar scroll behavior 2026-03-24 00:37:45 +00:00
Lemmy 5f5cd2c439 Merge pull request #2208 from turannul/pr/additional-networking-fixes
Networking code cleanup.
2026-03-22 18:43:49 -04:00
Turann_ 849bf16388 feat(networking): refactor NetworkService to use Quickshell.Networking and improve state synchronization
- Use Quickshell.Networking for wifiEnabled
- Improve state synchronization between processes
- Fix race conditions in Wi-Fi scanning
- Ensure proper startup initialization
- Another icon fix xD (4th one)
- Merge deviceStatus with wifiDetails

Co-Authored-By: notiant <notiant@users.noreply.github.com>
2026-03-23 00:48:56 +03:00
Lemmy 4e44886a79 chore(autofmt) 2026-03-22 10:34:06 -04:00
Mia Herkt 1e215ba93d Bar/MediaMini: don’t repaint invisible progress ring
This causes the entire container to get damaged, so avoid this when
the ring is disabled.
2026-03-21 17:05:34 +01:00
Lemmy 6180d457f2 feat(audioviz): added a settings to control the frequency mirroring. Fix #2239 2026-03-20 21:59:15 -04:00
Lemmy b3b236fdb8 fix(active-window): fix vertical centering, more robust if fonts get bigger than icon. 2026-03-20 20:38:01 -04:00
Lemmy 9966d695cc fix(settings): cleaning remnants of Settings.data.bar.floating 2026-03-20 19:47:14 -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 b1f8a24da4 perf(mainscreen): collapse Mainscreen to bar-sized when idle 2026-03-19 22:10:03 -04:00
Lemmy 1ed2e5762d chore(merge): bar autohide + hyprland fixes 2026-03-18 09:00:54 -04: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 3062797165 fix(notif/workspace): reverting some of the previous attempt from timer back to Qt.callLater 2026-03-17 09:21:41 -04: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
Lysec 2e5f07e039 fix(bar): attempt at resolving widget incubation race conditions 2026-03-16 18:45:49 +01:00
Lemmy b9fbe6cd1f feat(network): cleanup and UI polish 2026-03-15 19:49:22 -04:00
Turann_ a6e616caf7 Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 2026-03-15 18:52:23 +03:00
Lemmy 0d503343f4 fix(workspace): defer update to next event loop via timer instead of Qt.callLAter 2026-03-15 11:37:32 -04:00
Turann_ bd61583482 move functions to service 2/3 2026-03-15 06:45:41 +03:00
Turann_ 39f9123cba Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 2026-03-15 01:38:15 +03:00
Lemmy 793771cd77 chore(autofmt) 2026-03-14 10:33:28 -04:00
LionHeartP 7b80ac7319 SystemMonitor.qml: fix launching external Monitor app 2026-03-14 15:42:58 +02:00
Turann_ b790d0d1b7 Merge branch 'main' into pr/networking-refactor-pt2 2026-03-14 05:46:20 +03:00
Lemmy 4500f13de3 fix(mediamini): proper width computation when show album art is off. Fix #2121 2026-03-13 22:06:58 -04:00
Turann_ b8dcf04a9b prep for icons 2026-03-14 04:01:47 +03:00
Turann_ a9915ee6c6 Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 2026-03-14 00:56:16 +03:00
Lemmy b17f720350 fix(nightlight): changed the logic, the icon is now colored only when enabled 2026-03-13 17:03:22 -04:00
Lemmy 4e814962a4 fix(bar): more bullet proofing toward auto-hide 2026-03-13 13:49:31 -04:00
Lemmy 599068b584 fix(tooltips): added support for string vs array content everywhere 2026-03-13 11:44:38 -04:00
Turann_ 79a14aca24 Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 2026-03-13 17:43:25 +03:00
Turann_ 9aa636cbce this makes more sense where used. 2026-03-13 05:06:07 +03:00
notiant bb2e311dca remove app2unit in launcher settings 2026-03-13 01:30:55 +01:00
Turann_ 299402a76e Merge upstream/main into pr/networking-refactor-pt2 and fix BluetoothSubTab.qml conflict 2026-03-12 23:18:26 +03:00
Lemmy 9d142fbaf3 refactor(notif): rename internals for clarity (popup vs history) 2026-03-12 11:00:50 -04:00
Lysec 016b7a6780 Revert "fix(shell): prevent nested QML incubation in workspace pill Repeaters"
This reverts commit 4b9a289814.
2026-03-12 13:07:54 +01:00
Lysec 4b9a289814 fix(shell): prevent nested QML incubation in workspace pill Repeaters 2026-03-12 13:00:59 +01:00
Turann_ f3d963c28d Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 2026-03-12 13:52:47 +03:00
Lysec d0b5052452 fix(workspace): potential fix for SIGSEGV caused by re-entrant incubation 2026-03-12 10:07:55 +01:00
Lemmy 039be7d851 fix(workspace): more defer Workspace compositor signal handlers with Qt.callLater to avoid SIGSEGV 2026-03-11 20:25:17 -04:00
Lemmy 09dab00f27 chore(i18n): update + autofmt 2026-03-11 20:04:35 -04:00
Turann_ f9074e968f Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 2026-03-12 00:12:57 +03:00
Thibault Martin 0c503ccea3 Applies Lemmy's review
- Renamed handlers
- longer timer delay
- copy taskbar hover clue
- Only refresh when visible
2026-03-11 13:35:44 +01:00