Commit Graph

1046 Commits

Author SHA1 Message Date
Lemmy 94a918ba29 fix(nreordercheckboxes): don't shadow QQuickItem.enabled 2026-04-02 09:57:01 -04:00
Lysec 43fe1e1947 fix(audio): stop volume sliders fighting service state 2026-03-31 14:43:03 +02:00
Lemmy 664707d77e fix(ncolorchoice): added "enabled" visual feedback 2026-03-29 19:42:37 -04:00
Lemmy dfc3bd9535 fix(plugins): fixed desktopWidget settings vs plugin settings 2026-03-29 19:39:56 -04:00
Lemmy e7eeabf99b fix(nbutton): wrap in an Item to properly reserve border space for improved fractional scaling render 2026-03-29 11:05:49 -04:00
Lemmy c942c10f8a fix(widgets): improves disable states by avoiding stacking opacities 2026-03-29 10:52:58 -04:00
Lemmy c2a2a44378 fix(ncontextmenu): improved parent constraining 2026-03-29 10:33:21 -04:00
Lemmy 9a2f676753 fix(ncontextmenu): smart positionning to avoid clipping outside of parent. 2026-03-29 10:00:27 -04:00
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
Lysec 17bfd02204 fix(lock-keys): only apply sysfs LED state on successful reads 2026-03-26 15:49:15 +01:00
tibssy c524c9611f feat(view): add smooth scroll animation for keyboard navigation in NListView and NGridView 2026-03-26 02:38:30 +00:00
tibssy 01744222c4 feat(view): implement smooth wheel scrolling for NScrollView 2026-03-26 02:38:30 +00:00
tibssy b612c353fd feat(view): implement smooth wheel scrolling for NGridView 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 de4e087363 fix(nimagerounded): avoid null shader texture when image disappear 2026-03-25 16:19:15 -04:00
Lemmy 7022fb9d20 fix(nsearchcombobox): cleanup 2026-03-24 19:53:48 -04:00
Lemmy 934af9b527 Merge pull request #2221 from nZo-sp/feat/scroll-with-keyboard-on-dropdown
Added scroll with keyboard in searchable dropdown
2026-03-24 19:50:29 -04:00
Lemmy 020dab63bf chore(fmt) 2026-03-24 08:25:52 -04:00
nZo-sp e6716a745f Using keybind from settings 2026-03-23 09:00:49 +01:00
tibssy 851bdc150d refactor: extract launcher slide transition logic into reusable NSlideSwapView component 2026-03-23 01:00:08 +00:00
Lemmy 187fced35e feat(sysgraphs): sharper 2026-03-22 20:01:38 -04:00
Spyridon Siarapis 1768dacac3 fix(NFilePicker): Added ability to use both Control and Shift with both having different functionality 2026-03-22 09:03:50 +01:00
Spyridon Siarapis cc59714487 fix(NFilePicker): Added multiSelection choice 2026-03-21 22:02:50 +01:00
Lemmy bef335ab3a fix(spectrum): minimal signal new default to 1% 2026-03-21 11:35:11 -04:00
Lemmy 6180d457f2 feat(audioviz): added a settings to control the frequency mirroring. Fix #2239 2026-03-20 21:59:15 -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
nZo-sp e19ed0b44b Added scroll with keyboard on dropdown 2026-03-19 17:19:29 +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
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 5821bb1f70 feat(audio-spectrum): replaced cava process by our pipewire implementation via noctalia-qs 2026-03-14 09:29:35 -04:00
Lemmy 599068b584 fix(tooltips): added support for string vs array content everywhere 2026-03-13 11:44:38 -04:00
Aitor dd6bfa2cfb Support for .gif profile picture 2026-03-13 14:06:40 +01:00
Lemmy 3679f7fca5 fix(ncheckbox): better tick sizing and centering 2026-03-12 17:28:27 -04:00
Lemmy 9cc017a899 fix(bt): better looking auto-connect checkbox 2026-03-12 12:29:31 -04:00
Lemmy 02a3d74c24 feat(ncheckbox): allow custom labelSize 2026-03-12 00:18:03 -04:00
Lemmy ca25de27b4 fix(ntabbutton): dont force full transparent 2026-03-10 11:24:35 -04:00
Lemmy 8ac14b1856 Merge pull request #2138 from tibssy/feat/smart-transparency
feat(widgets): implement smart transparency for auxiliary components
2026-03-10 09:38:52 -04:00
Lemmy e8ee0548cb perf(shapes): enable async rendering for all CurveRenderer shapes 2026-03-10 09:31:20 -04:00
tibssy 5fb4286d9e feat(widgets): implement smart transparency for auxiliary components 2026-03-10 02:39:46 +00:00
Lemmy 8450adfda8 fix(widgets): add Layout.margins to bordered widgets to prevent border clipping 2026-03-09 22:22:25 -04:00
Lemmy e4593216f0 fix(audio): replace NWaveSpectrum CurveRenderer with shader to fix SIGSEGV crash 2026-03-09 11:55:35 -04:00
Lysec 9536553dc5 feat(ui): add toggle to show/hide scrollbars on hover 2026-03-09 13:14:25 +01:00
Lemmy 0294759a54 feat(plugins): settings popup allow for custom width 2026-03-09 00:41:27 -04:00
Lemmy 29d0b1f63b chore(niconbutton): renamed allowScroll to handleWheel for clarity 2026-03-09 00:40:23 -04:00
Lemmy cab1117712 fix(ntextinput): fix chopped off border due to fractional scaling + never swallow mousewheel events 2026-03-09 00:37:55 -04:00
Lemmy 250242c266 fix(nbox): update comment 2026-03-08 16:11:34 -04:00
Lemmy 4d07c8ad18 fix(bar): simplified floating margins ui 2026-03-08 12:57:54 -04:00
Lemmy 5f319987a5 feat(nbox): clamping min opacity instead of using a ratio. 2026-03-07 18:16:40 -05:00