Commit Graph

763 Commits

Author SHA1 Message Date
Lemmy 10e1e44e52 Font: ensure we never get a 0pt font size during init 2026-01-02 09:55:58 -05:00
Lemmy 1a252b30a0 Autoformatting + cleanup 2026-01-02 09:31:28 -05:00
Lemmy 84c1cc3066 ColorPicker: QOL improvements 2026-01-02 02:38:05 -05:00
Lemmy a4fdf2592a FontWeight: some cleanup 2026-01-02 01:30:52 -05:00
Lemmy 268e4951c3 WallpaperPanel: Caching, Rounded corners and better spacing 2026-01-01 16:44:38 -05:00
Lemmy 7b7f9dd9ed SetupWizard: using ImageCacheService and restored rounded corners 2026-01-01 16:20:56 -05:00
Lemmy 715c47ee51 SystemStatPanel: reworked the layout slightly. 2026-01-01 12:31:21 -05:00
Lemmy 1fcf51eaf0 Toast: ensure all toasts have a title and a description for a more unified look. 2026-01-01 10:26:06 -05:00
Ly-sec 4877762398 NSectionEditor: use iRadius for widgets 2025-12-31 09:36:29 +01:00
Lemmy 92c1741292 NIconButton: improve centering of icon in the container 2025-12-29 22:20:57 -05:00
Lemmy 06e919ca56 DesktopWidgets: Revamped scaling for a sharper look, added 3 new entries in contextual menu: reset scale, raise to top and lower to bottom. 2025-12-29 09:28:09 -05:00
Ly-sec 4d05ce2d6e NSectionEditor: adjust widget layout 2025-12-28 18:22:05 +01:00
Ly-sec 28f70d18b3 NSectionEditor: adjust layout 2025-12-28 18:20:31 +01:00
Lemmy fb7c2383ff PluginSystem: use cache busting for settings too, so they are always fresh when using debug mode. 2025-12-28 09:41:36 -05:00
Lemmy f388409326 SysMon: polished the look of NCircleStat + better color usage 2025-12-28 09:31:19 -05:00
Lemmy 6fe8699513 Tooltip: fixed on NColorPicker palette and slider 2025-12-28 00:39:34 -05:00
Lemmy 8b8a86784a SysMon: tooltips 2025-12-27 23:47:57 -05:00
Lemmy 4f86242e8e SysMon: Smart/Learning network speeds 2025-12-27 23:25:12 -05:00
Lemmy 35eccc54a3 NComboBox+SearchableComboBox: improved look when uiScaleRatio is not 100% 2025-12-26 10:24:34 -05:00
Lemmy 668fbc9009 NComboBox: Less strict value comparison for default settings so it works better for int vs string. Fix #1160 2025-12-26 09:08:59 -05:00
Lemmy 676f7254e4 NSearchableComboBox: similar fix to NComboBox to avoid having it too wide. 2025-12-26 08:54:31 -05:00
notiant e68b632b1e Fix NComboBox being too wide & translation corrections 2025-12-26 12:58:55 +01:00
Lemmy c07ab79b5a autoformat 2025-12-25 17:56:33 -05:00
Lemmy 09671d1a2c Image Caching: full refactor base on ImageMagick and fallback to QML. Allows support for a lot more image formats. 2025-12-25 17:31:12 -05:00
MannuVilasara 4a295cdfb9 Binary Clock
fix://
2025-12-25 20:37:51 +05:30
Lemmy 2fc3c8d8a3 Merge branch 'desktop-widgets' 2025-12-21 19:23:08 -05:00
Lemmy 7354d5e642 DesktopWidgets: Add widget from the editing screen 2025-12-21 19:22:59 -05:00
Lemmy 9856899e89 PluginSystem: general improvements to the way we load plugins and the pluginApi. 2025-12-21 17:15:40 -05:00
Lemmy 65f5c8e47b autofmt 2025-12-20 18:11:20 -05:00
Ly-sec 9cb6613308 NSettingsIndicator: add default setting indicator (#1080)
N*Widgets: show NSettingsIndicator if settings are not default
2025-12-20 14:55:59 +01:00
Lemmy 405b7e4426 NContextMenu: improved comments after investigation 2025-12-19 19:14:32 -05:00
Lemmy 9402655381 PopupContextMenu: fixed popup positionning on wlroots and hyprland 2025-12-19 19:09:52 -05:00
Lemmy ada5ee2ddc PluginsTab: improved tabbar 2025-12-16 18:56:55 -05:00
Ly-sec d4f39c6b75 NSectionEditor: proper fix for weird resolution clipping 2025-12-16 18:57:50 +01:00
Ly-sec e316674c8a NSectionEditor: another fix for clipping (monitor informations) 2025-12-16 18:48:40 +01:00
Ly-sec 1930155a22 NSectionEditor: fix display subtitle (display resolution) clipping 2025-12-16 18:41:41 +01:00
ItsLemmy 95e5e82476 DesktopWidgets: improved settings layout via subtitle 2025-12-15 00:16:11 -05:00
Lemmy ebd080760c Removed useless componentBehavior 2025-12-14 15:51:17 -05:00
Lemmy 72c9be102c DesktopWidgets: simplified UI 2025-12-14 14:02:53 -05:00
wxlyyy c6a1541c6d Align the style of all scrollbars 2025-12-14 23:41:16 +08:00
Lemmy e734e6109a NSearchableComboBox: optims, dont copy one by one when not filtering. 2025-12-13 15:38:37 -05:00
Lemmy cfaeaad707 Settings/Fonts: improving filtering performance. 2025-12-13 15:27:21 -05:00
Lemmy 4180a81c6e Settings/Fonts: Filter only once when all fonts are ready. 2025-12-13 08:23:36 -05:00
Ly-sec 0d132c5dc9 NComboBox: more warning fixes 2025-12-13 12:50:06 +01:00
Ly-sec c0cae715db NComboBox: fix warning 2025-12-13 12:38:45 +01:00
Ly-sec 9fcacfc761 NSearchableComboBox: comment Connection 2025-12-13 10:15:18 +01:00
Ly-sec 2980dfb100 Revert "NSearchableComboBox: add debouncing and visibility check to prevent CPU spikes"
This reverts commit e9859e07f5.
2025-12-13 10:08:46 +01:00
Ly-sec e9859e07f5 NSearchableComboBox: add debouncing and visibility check to prevent CPU spikes 2025-12-13 10:03:29 +01:00
Lemmy 0e3b8d298f NWaveSpectrum: use Shapes(GPU) 2025-12-12 20:54:54 -05:00
Lemmy d06d58d7bb TaskBar: fixed desktop actions and other stuff 2025-12-12 19:55:08 -05:00