Commit Graph

1052 Commits

Author SHA1 Message Date
Thibault Martin b54971e971 Add showReset to NValueSlider to factorize the code 2026-02-18 14:35:04 +01:00
Lysec e2f79aed70 Keybinds: turn Keybinds.js to Keybinds.qml for external access 2026-02-15 22:17:08 +01:00
Henry Riehl 3ba93cdb7f fix launcher scrolling pin button interrupt 2026-02-14 20:07:15 +00:00
Lemmy a132920391 NColorChoice: fix "none" 2026-02-14 11:49:47 -05:00
Lemmy 65a7c3189b NColorChoice: fix ActiveWindow and default props 2026-02-14 11:42:04 -05:00
Lemmy 591b4b34ed NColorChoice: minor adjustments + fix bar capsule color edge case 2026-02-14 11:38:57 -05:00
Thibault Martin 6a066c1727 Remove hover animation and fix border management 2026-02-14 17:05:49 +01:00
Thibault Martin 29f9cb16df Add tooltips on colors for NColorChoice 2026-02-14 15:48:52 +01:00
Thibault Martin bf860df8ea Change NColorChoice default label and description 2026-02-14 14:30:34 +01:00
Thibault Martin 2f6bf06270 Make "none" defaultValue of NColorChoice 2026-02-14 14:18:45 +01:00
Thibault Martin 8e19db1ce5 Reduce default circle size 2026-02-14 14:15:03 +01:00
Thibault Martin 4ec2959f46 [Widgets] Add a new Color selector widget NColorChoice 2026-02-14 13:01:31 +01:00
Lemmy 47324a9ef6 widgets: added icon support to NToggle/NLabel 2026-02-13 23:17:10 -05:00
Lysec 5ab600598d Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2026-02-14 02:36:36 +01:00
Lysec 38b616ba0a Launcher: remove redundant NIcopnTabButton 2026-02-14 02:35:57 +01:00
Lemmy 004903133b NGraph: back to Shapes renderer to avoid intense CPU load. 2026-02-13 15:37:24 -05:00
Lysec 23ed3c9897 NotificationHistoryPanel: add keybind controls 2026-02-13 13:56:29 +01:00
Lemmy 5695e9c6dd ncirclestat: fix white fbo flash 2026-02-12 22:11:18 -05:00
Lemmy 54bc7d3caf nlistview: hide the scrollbar when not needed so element on the right can be clicked. 2026-02-12 22:06:56 -05:00
Lysec 73daf1c25c NScrollText: disable gradient if capsule has transparency 2026-02-12 17:45:04 +01:00
Lemmy 52c5aa952c autofmt 2026-02-11 19:02:57 -05:00
tuibird dcb661e7f3 Wallpaper fav system 2026-02-12 11:34:55 +13:00
Lysec 95313e1d24 Keybinds: adjust layout, reject duplicate keybinds 2026-02-11 22:15:31 +01:00
Lemmy 9927fce5bd launcher-nicontabbutton: remove imperative assignation that breaks binding. Fix #1787 2026-02-11 15:29:53 -05:00
Lemmy f5eeb52454 nscrollview: fix bug where it's hard to click on the right size controls due to being interactive even tho there is no scrollbar. 2026-02-11 13:30:30 -05:00
Lemmy 953558292a keybind: i18n cleanup 2026-02-11 10:30:38 -05:00
Lysec d11ba483a0 NKeybindRecorder: adjust layout 2026-02-11 16:11:35 +01:00
Lysec 6fbf7795af N*WidgetSettingsDialog: properly force max 80% screen height (#1777) 2026-02-11 10:26:32 +01:00
Lemmy 635219bf99 keybinds: support for multiple keybinds for the same action 2026-02-10 21:40:14 -05:00
Lemmy 75ab4b5b21 NIconButtonHot: Hover state is always prioritized 2026-02-10 21:29:25 -05:00
Lemmy 8bbd471888 shape: use curverRenderer instead of oversampling 2026-02-10 13:13:45 -05:00
Lysec 5702defb39 NSlider: remove +1 implicitHeight for thumb 2026-02-10 17:22:18 +01:00
Lysec e9f86eff04 NScrollText: proper fade implementation 2026-02-10 16:20:53 +01:00
Lysec 7789b02bfb NScrollText: add fade in/out effect 2026-02-10 15:53:03 +01:00
Lemmy 522fa4c6da onclicked: mouse shorthands 2026-02-10 09:24:51 -05:00
Lysec ebd7387101 N*View: fix scrollbar 2026-02-10 13:28:27 +01:00
Lysec a6baf6e2e9 Launcher: layout follow iRadius 2026-02-10 00:23:26 +01:00
Lysec 63130b23c0 GeneralTab: add keybind subtab
NKeybindRecorder: created
Remove all hardcoded keybinds
2026-02-09 08:23:15 +01:00
Lemmy 02335d7737 nbattery: when critical show full red 2026-02-08 20:16:06 -05:00
Lemmy 01518ea691 ngraph: fix drifting over time 2026-02-08 19:47:46 -05:00
Lemmy c4a83d7e0b settings: improved auto-nav to subtabs and highlight focus 2026-02-08 18:40:57 -05:00
Lemmy 48ae963ca4 nslider: fix potential cutout 2026-02-08 18:39:08 -05:00
Lemmy 0ea0019c48 scrolling: speeding up wheel scrolling by x4 on all NxxxView widgets 2026-02-08 17:41:22 -05:00
Lemmy 735d2a46d1 ngraph: trying the immediate renderStrategy 2026-02-08 13:59:06 -05:00
Lysec 7cb894e3c5 WallpaperPanel: add NTextInput for wallhaven pages 2026-02-08 17:33:25 +01:00
Lemmy 50455b800d autofmt 2026-02-07 20:05:11 -05:00
Lemmy 493af28070 Merge pull request #1728 from tuibird/widget-segment-fix
bug fix for the widgets position context menu
2026-02-07 20:03:25 -05:00
Lemmy 27dd01f645 ngraph: use Canvas.Threaded to avoid degradation over time. Fixes #1724 2026-02-07 19:57:45 -05:00
tuibird 166a66a61a bug fix for the widgets position context menu not respecting orientation. Also some minor readibility improvments. 2026-02-08 13:52:29 +13:00
Lemmy 72168bb47a plugins: default settings dialog width increased from 500 to 600px 2026-02-06 16:13:57 -05:00