Commit Graph

1983 Commits

Author SHA1 Message Date
Lemmy 1e068156ad feat(settings): when switching settings panel mode, close and reopen the settings to see the actual change 2026-03-28 16:01:32 -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
Spyridon Siarapis f15609b590 chore(TemplatesSubTab): format 2026-03-28 12:11:07 +01:00
Spyridon Siarapis 348ccbf0ed fix(TemplatesSubTab): Fixed a bug which prevented qml format to run correctly 2026-03-28 12:10:29 +01:00
Lysec 4d31d05248 fix(media): tighten MediaMini panel layout for album art and height 2026-03-27 15:02:45 +01:00
Lysec 9b64e21bea style(mediapanel): fix artwork cropping in non compact mode 2026-03-27 14:22:21 +01:00
tibssy ea1710c9c9 fix: restore smooth scroll animation for keyboard navigation in wallpaper selector panel 2026-03-26 02:38:30 +00:00
tibssy 3798118461 feat(view): implement smooth wheel scrolling for NListView with global setting 2026-03-26 02:38:30 +00:00
Lemmy 7b35d3724e fix(launcher): fix iconMode default gui settings. fix #2296 2026-03-25 16:30:58 -04:00
Lemmy 8ecd351bfc fix(wallpaper-settings): added missing parameter 2026-03-25 15:56:37 -04:00
Lysec 59fedcac29 fix(ColorScheme): potential fix for GTK/gsettings light-dark getting out of sync 2026-03-25 13:25:31 +01:00
Lemmy 68dddc741f Merge pull request #2282 from tibssy/feat/bar-scroll-volume
Feat/bar scroll action volume
2026-03-24 08:01:44 -04:00
Lysec 4b5fb156cd Merge pull request #2265 from tibssy/feat/launcher-category-animations
Feat/launcher category animations
2026-03-24 12:47:41 +01:00
tibssy 7d4ee04461 feat(bar): add volume control support to bar scroll behavior 2026-03-24 00:37:45 +00:00
Lysec ac52e8e5f3 feat(settings): add toggle to disable system theme sync
Issue: #2279
2026-03-24 00:51:18 +01:00
ayagmar ce8da4c514 fix(notifications): prefer default actions for window focus 2026-03-23 19:59:45 +01:00
Lysec b1e9efb3c4 fix(wallpaper): stop overwriting per-monitor folders when toggling multi-monitor dirs 2026-03-23 10:33:33 +01:00
tibssy 851bdc150d refactor: extract launcher slide transition logic into reusable NSlideSwapView component 2026-03-23 01:00:08 +00:00
tibssy 3356b7cb12 refactor: move launcher category selection logic into a helper function 2026-03-23 00:54:25 +00:00
tibssy 9ba87bd7d6 feat(launcher): implement sliding transition animations for launcher category changes 2026-03-23 00:52:37 +00:00
Lemmy 187fced35e feat(sysgraphs): sharper 2026-03-22 20:01:38 -04:00
Lemmy 05ef6849d8 feat(wallpaper): add toggle to skip image processing and use original files 2026-03-22 19:33:09 -04:00
notiant a624421047 prevent duplicate scan triggers 2026-03-22 23:10:01 +01: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
Sefa Eyeoglu 0261f73943 fix(btsubtab): fix alpha on ntexts
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2026-03-21 13:12:46 +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 cd5863651b Merge pull request #2235 from blackbartblues/feat/plugin-panel-slot-background-color
feat(plugin-panel-slot): forward panelBackgroundColor from plugin to SmartPanel
2026-03-20 21:07:35 -04:00
Lemmy 077989a347 Update PluginPanelSlot.qml 2026-03-20 21:07:10 -04:00
Lemmy 9966d695cc fix(settings): cleaning remnants of Settings.data.bar.floating 2026-03-20 19:47:14 -04:00
WojciechSulocki-Gif ed8593aa1b feat(plugin-panel-slot): forward panelBackgroundColor from plugin to SmartPanel 2026-03-20 16:50:55 +01:00
Lysec 5eb8b9cbcb fix(wallhaven): adjust height calculation to prevent overshooting
Issue: #2213
2026-03-19 09:09:01 +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 23a5b1de55 fix(network): force opaque on nbox delegate to avoid ugly opacity. 2026-03-17 09:55:07 -04: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 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 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 53119a1933 feat(dock): add setting to use distro logo as launcher icon 2026-03-16 04:21:33 +00: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