Lemmy
c2237baab3
battery-widget: better tooltip, reworked logic and improved display
2026-02-05 22:51:36 -05:00
Lemmy
08908818cb
sysstat-panel: edge to edget NGraph
2026-02-05 09:51:43 -05:00
Lemmy
989ebbbdea
nimagerounded: fixed the buggy PreserveAspectFit in the shader + new default is PreserveAspectCrop
2026-02-04 21:46:05 -05:00
Lemmy
c10a1e1b16
nbattery: adjustments to the vertical display
2026-02-04 19:17:38 -05:00
Lemmy
364a6f9163
nbattery: smaller text in vertical mode
2026-02-04 18:15:18 -05:00
Lemmy
b40d872454
nbattery: using simple rectangle instead of canvas
2026-02-04 17:31:45 -05:00
Lysec
d4de39f3ea
LockScreenHeader adjust clock design ( #1541 )
...
NClock: allow style overwrite
2026-02-04 21:37:25 +01:00
Lemmy
b29e327dff
battery: fix tooltip direction, code cleanup and "no battery" icon
2026-02-04 09:47:51 -05:00
Lemmy
726fc65641
battery: crossfade animation
2026-02-04 09:09:12 -05:00
Lemmy
b66faafd1a
battery: fix panel anchors warning + improve visual
2026-02-04 08:51:39 -05:00
Lemmy
433ad41bbe
bar-battery: fix capsule and hover
2026-02-04 08:32:45 -05:00
Lemmy
c3ee10aed0
battery: introducing NBattery component to replace the basic icon - wip
2026-02-03 23:33:42 -05:00
Lemmy
8da1966ad3
sysstat: better default fill and some graphing improvments
2026-02-03 21:04:20 -05:00
Lemmy
ad51d12c56
sysstat: better graphing
2026-02-03 18:19:37 -05:00
Lemmy
a544b61cb7
ngraph: drawing improvements
2026-02-03 17:39:36 -05:00
Lemmy
eb3c906a10
sysstats: switched from Shapes to Canvas - added smooth scrolling.
2026-02-03 15:40:03 -05:00
Lemmy
2ed7fee0d2
shapes: always return a valid path to avoid qt triangulator errors/crashes
2026-02-03 14:22:40 -05:00
loner
f24913b03b
fix(ntabbar): add defensive checks for QML initialization timing
2026-02-03 04:22:15 +08:00
Lemmy
ce142131b7
sysstat-panel: revamped with NGraph
2026-02-01 21:44:02 -05:00
Lemmy
6115ef8060
desktop-sysstat: dual graph for network
2026-01-31 16:52:05 -05:00
Lemmy
d5e0a4ddc4
desktop-sysstat: moved history to service, improved curve drawing
2026-01-31 16:27:55 -05:00
Lysec
19f016e760
NGraph: fix choppyness
2026-01-31 10:40:14 +01:00
Lysec
82f9e7e89d
DesktopWidgets: add SystemStat widget
2026-01-31 10:36:50 +01:00
Lemmy
d6ea743624
settings: better check for plugins settings
2026-01-30 11:32:49 -05:00
Lemmy
0acca7d2d3
settings: clean the deprecated "allowUserSettings" + fix gear icon showing when plugin has no settings
2026-01-30 11:10:12 -05:00
Lemmy
c36617a740
npopupcontextmenu: smart positioning?
2026-01-29 21:48:34 -05:00
Lemmy
3f82be711c
launcher-gridview: working top and bottom gradients
2026-01-29 20:30:49 -05:00
Lemmy
8cdaa205d1
sliders: rewrote the display using Shape to avoid visible stacked hacks when cross-fading colors
2026-01-29 19:03:08 -05:00
Lemmy
599a6f7535
Revert "Merge pull request #1624 from anthonyhab/fix/slider-opacity-animation"
...
This reverts commit 4fcd730dd1 , reversing
changes made to 0002a6df1c .
2026-01-29 16:20:25 -05:00
anthonyhab
353e4e5409
fix(slider): enable layer rendering for opacity animations
...
Add layer.enabled: true to NColorSlider and NSlider widgets to fix
opacity animation issues. This ensures proper compositing during
slider animations by rendering to an offscreen layer.
Fixes visual glitches where slider opacity transitions were not
rendering correctly.
2026-01-29 13:21:07 -05:00
Lemmy
aa4316a2f8
Revert "settings: another attempt"
...
This reverts commit ddd865a122 .
2026-01-28 19:52:28 -05:00
Lemmy
ddd865a122
settings: another attempt
2026-01-28 19:49:15 -05:00
Lemmy
1240aa4ce7
Merge pull request #1551 from yuzujr/fix/NScrollText
...
fix issue#1371:ActiveWindow text/title length limited to previous active window
2026-01-28 18:10:51 -05:00
Lemmy
8a721d4270
tray: more tooltip fixes
2026-01-28 16:48:23 -05:00
yuzujr
6690e1af97
Merge branch 'main' into fix/NScrollText
2026-01-28 22:36:33 +08:00
Lemmy
5af61ed78d
ncontextmenu-sectioneditor: fixed clipped hover due to new NListView
2026-01-27 22:03:33 -05:00
Lemmy
2949901cf8
launcher: speed up mousewheel scrolling. Fix #1042
2026-01-27 16:28:48 -05:00
Lemmy
94cceebed9
NComboBox: properly refresh onModel changed - this fix the issue when switching language in Region.
2026-01-27 13:32:55 -05:00
Lysec
2a1db90260
MediaMini: adjust MouseArea
2026-01-27 15:49:41 +01:00
Lemmy
382e548d2b
bar: widgets now use the entire bar space (e.g: full height with a vertical bar) this ease a lot for clicking widgets and avoid dead zones above and below the widget.
...
Keep an eye on this + plugins bar widget will need updating
2026-01-26 23:47:03 -05:00
Lemmy
709aa3f878
Merge pull request #1578 from chenkeao/nscrolltext-fix-vertical-center
...
fix: A more robust implementation of NScrollText to fix misalignment issue caused by overly large Unicode characters
2026-01-26 11:41:15 -05:00
Lemmy
55f2c85d61
autofmt
2026-01-26 10:20:44 -05:00
kyle
017a0072cb
fix(NScrollText): Fix misalignment issue caused by overly large Unicode characters
2026-01-27 01:37:20 +11:00
Lysec
884d4e49a7
NSectionEditor: fix unresponsive widget settings dialog when pressing apply
2026-01-26 12:59:32 +01:00
Lemmy
0e10ebbd32
launcher: top/bottom gradient in listview mode
2026-01-25 22:31:29 -05:00
Lemmy
aede9bd13b
nscrollview: more fixes
2026-01-25 18:35:56 -05:00
Lysec
dc59cd89c5
NSectionEditor: fix close button for multi monitor
2026-01-25 19:26:16 +01:00
Lysec
bff443755d
NSectionEditor: fix small warning
2026-01-25 19:15:02 +01:00
Lysec
42bfa9fb1c
WidgetSettings: add close button - now apply only applies changes and doesn't close ( fixes #1413 )
2026-01-25 19:01:25 +01:00
Lemmy
45616f204f
autofmt
2026-01-25 12:18:28 -05:00