Commit Graph

694 Commits

Author SHA1 Message Date
Ly-sec 8b1f978adb NSearchableComboBox: fix hover & badge layout 2025-12-03 19:12:28 +01:00
Ly-sec 4ba0c105cf Launcher: fix hover cut off
NListView: expose scrollBarTotalWidth
2025-12-03 18:54:44 +01:00
Ly-sec fdc51959c5 NSectionEditor: display plugin name instead of id 2025-12-03 16:35:45 +01:00
ItsLemmy ac81234ef8 Merge plugin-system 2025-12-03 09:41:16 -05:00
ItsLemmy 85b887607a NSearchableComboBox is now agnostic to badges. Also replaced [L], [C], [R] by icons 2025-12-03 09:37:21 -05:00
ItsLemmy c8d00d42e7 NSectionEditor: improved margin and drop indicator color 2025-12-03 09:14:52 -05:00
ItsLemmy f0b91eb10f NCollapsbile: changed default bg color and radius 2025-12-03 08:39:36 -05:00
ItsLemmy 4958ddfdae NSectionEditor: simpler colors 2025-12-02 22:55:45 -05:00
ItsLemmy b79b625e12 NSectionEditor: code cleanup 2025-12-02 22:42:45 -05:00
ItsLemmy f8810f714e PluginSystem: NSectionEdito allow direct plugin settings editing 2025-12-02 22:26:26 -05:00
loner 879151275e fix(NImageRounded): default fill mode 2025-12-03 01:32:13 +08:00
Ly-sec 0554db8cf7 NSectionEditor: use Grid 2025-12-02 16:17:26 +01:00
Ly-sec 65cc3c91d8 BarTab: better plugin display 2025-12-02 15:50:03 +01:00
Ly-sec d31e69ad63 UserInterface: more adjustments 2025-12-02 15:24:49 +01:00
Ly-sec 19fde6731a UserInterface: fix NSectionEditor 2025-12-02 15:12:07 +01:00
Ly-sec 872d4202b2 UserInterface: separate slider for UI & Input 2025-12-02 15:06:04 +01:00
Ly-sec 18e9eb11b4 UserInterfaceTab: everything follows border radius slider 2025-12-01 19:43:02 +01:00
Ly-sec 759e354956 Launcher: add app categories
NIconTabButton: add tooltip support
2025-12-01 17:39:11 +01:00
ItsLemmy b6c1f6e90a autofmt 2025-11-30 14:36:23 -05:00
Ly-sec 7f88725023 NComboBox: fix clicking issue 2025-11-30 19:48:43 +01:00
ItsLemmy 925bbe7a5e NImageRounded: back to using a custom shader as it looks much better than ClippingRectangle.
It seems ClippingRectangle has issues with fractional pixes.
2025-11-30 11:46:18 -05:00
notiant 260b2e9a11 Add missing translations for filepicker tooltips 2025-11-29 18:52:05 +01:00
Ly-sec 0ab8458ca2 NIconPicker: replace GridView with NGridView 2025-11-29 14:11:18 +01:00
Ly-sec cdc5725e1b NIconPicker: add vertical scrollbar 2025-11-29 13:42:50 +01:00
Eric Handley 9d25f9c9e7 feat: add NIconTabButton widget for icon-only tabs 2025-11-27 22:43:11 -08:00
Olaf Luijks 3ec973ca21 feat: render label descriptions as styled text 2025-11-28 01:27:44 +01:00
ItsLemmy 2fe915e3bc NSectionEditor/ControlCenter: Allow up to 10 widgets if using a single side. 2025-11-27 09:00:19 -05:00
Corey Woodworth 84246e0d5d Added small margin, put theme colors on top 2025-11-26 21:20:12 -05:00
Ly-sec 05c90909d2 ClipboardPreview: fix ClipboardPreview 2025-11-26 19:22:18 +01:00
Ly-sec 309648d6d6 Calendar: add timer
LocationTab: rework calendar settings
SoundService: add simple service to play & loop sounds
2025-11-26 19:18:30 +01:00
ItsLemmy 3c5dfd87db NImageRounded: attempt to fix crash on older Qt versions 2025-11-25 20:56:00 -05:00
ItsLemmy ad044882a9 NIcon: always center icon 2025-11-25 19:59:37 -05:00
ItsLemmy b7d4e74012 NImageRounded/Circled: removed shaders and used a simpler ClippingWrapperRectangle 2025-11-25 19:38:23 -05:00
Ly-sec c7116827a4 NPopupContextMenu: add dynamic width calculation 2025-11-24 14:13:02 +01:00
ItsLemmy e6c9a828af Battery + BarPill color fixes and cleanup
Battery: prioritize charging > low battery > unplugged with decent level
BarPill: prioritize hover state, then custom color, then
fallback/default.
2025-11-23 17:47:20 -05:00
Ly-sec 04c8f5b54e LauncherTab: add grid view option
Launcher: force clipboard history to list view
NGridView: created
2025-11-23 21:51:14 +01:00
Corey Woodworth bbde9f9b10 Fixed button margins 2025-11-23 09:53:27 -05:00
ItsLemmy 3efee10a6b Autofmt 2025-11-22 11:26:15 -05:00
Lemmy 2d1034ece8 Merge pull request #822 from MrDowntempo/feat/SUPER-ColorPicker-DX-ALPHA-PlusPlus
Feat/super color picker dx alpha plus plus
2025-11-22 11:25:44 -05:00
notiant 9ef788a354 Fix some missing translations 2025-11-22 13:21:01 +01:00
Corey Woodworth 0ba80b10a9 removed 'Hex:' from i18n because of numerous translation issues 2025-11-22 01:12:00 -05:00
Corey Woodworth 89d7a63248 removed unneeded 'auto' since it's by default 2025-11-22 01:12:00 -05:00
Corey Woodworth 42f782abbf Update tooltip code, Use an Enum for editMode, setup strings for i18n 2025-11-22 01:12:00 -05:00
Corey Woodworth bd1c9d30d9 I forgor to add the ColorPicker file 2025-11-22 01:12:00 -05:00
Corey Woodworth 724fed6001 Initial commit 2025-11-22 01:12:00 -05:00
loner a39fbb5639 fix: Fix the rich text display on the About page 2025-11-21 22:14:57 +08:00
Lysec 43cdc4494d Merge pull request #786 from lonerOrz/feat/clip
Add clipboard preview
2025-11-21 13:19:42 +01:00
Ly-sec 71f4a8eb49 NText: add optional RichText (default false) to fix calendar with specific languages 2025-11-21 11:09:03 +01:00
Ly-sec edd4ba1b15 LockScreen: make digital font bigger 2025-11-20 17:39:01 +01:00
ItsLemmy 1ceb97c08f NText: Dont RichText by default as it does not elide properly.
Was breaking the bar section editor.
2025-11-20 00:11:51 -05:00