Commit Graph

5201 Commits

Author SHA1 Message Date
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 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
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
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 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 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
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
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 23a5b1de55 fix(network): force opaque on nbox delegate to avoid ugly opacity. 2026-03-17 09:55:07 -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
Lemmy e39ff3a815 fix(popup): disable autoclose by clicking outside to avoid loosing settings by accident. 2026-03-16 21:21:09 -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
Lysec 2e5f07e039 fix(bar): attempt at resolving widget incubation race conditions 2026-03-16 18:45:49 +01:00
Lysec 2adbf002b7 fix(dock): adjust exclusive zone sizing 2026-03-16 14:49:17 +01: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
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
notiant 2949c1da6e BluetoothSubTab: Color adjustments 2026-03-16 05:47:06 +01:00
tibssy ead9a81916 feat(dock): add custom icon selector for the dock launcher 2026-03-16 04:21:33 +00:00
tibssy a8bc826c0e feat(dock): implement distribution logo rendering for launcher icon 2026-03-16 04:21:33 +00:00
tibssy 53119a1933 feat(dock): add setting to use distro logo as launcher icon 2026-03-16 04:21:33 +00:00
Lemmy 1b2ec2e4a2 fix(OSD): when controlcenter is open, before skipping OSD check that the cards(vol/bright) are really enabled 2026-03-15 22:42:10 -04:00
Lemmy 3b5410103a fix(OSD): keep panelwindow always loaded to avoid hotplug crash 2026-03-15 22:40:05 -04:00
Lemmy b9fbe6cd1f feat(network): cleanup and UI polish 2026-03-15 19:49:22 -04:00
Lemmy 2689c6ced8 Signal icon representation in WifiSubTab 2026-03-15 19:09:44 -04:00
Lemmy d64010d418 Restored BTSubTab 2026-03-15 19:08:59 -04:00
Lemmy d95af3ef48 Merged display changes 2026-03-15 18:59:04 -04:00
Lemmy f62d9f5c0c Update WifiSubTab.qml 2026-03-15 18:46:37 -04:00
Turann_ 13de2c818e reworked icon logic to cover all grounds 2026-03-16 01:36:04 +03:00
Turann_ a98925698b apply changes 2026-03-15 23:54:43 +03:00
Turann_ 3ec64e3945 Merge remote-tracking branch 'upstream/main' into pr/networking-refactor-pt2 2026-03-15 23:46:39 +03:00
Lemmy cf4c1f9fbc fix(wifi): more colors refinment 2026-03-15 16:34:31 -04:00
Lemmy 3f570037a1 fix(wifi): better colors 2026-03-15 16:22:12 -04:00
Lemmy ccd5b792ed fix(wifi): simplified colors managements in the panel 2026-03-15 16:03:03 -04:00
Lysec dbdabba589 feat(Plugins): add toggle to hide the update notification 2026-03-15 20:09:18 +01:00
Turann_ b145531df6 Icon backgrounds 2026-03-15 19:44:25 +03:00
Turann_ a6e616caf7 Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 2026-03-15 18:52:23 +03:00