Commit Graph
70 Commits
Author SHA1 Message Date
LemmyCook 5aa7ff7e91 NValueSlider: new component + pimped NSlider with a small gradient and removed rounded corners due to issues. 2025-09-14 20:52:32 -04:00
LemmyCook af0f4818d8 Autoformatting 2025-09-14 11:51:04 -04:00
LemmyCook c108e7707a Settings: cleanup, almost there! 2025-09-14 11:14:37 -04:00
LemmyCook f3123ba5b1 Settings: more cleanup - wip 2025-09-14 10:57:24 -04:00
LemmyCook c09a93af48 NHeader: use label instead of title (matches NLabel) 2025-09-14 10:24:09 -04:00
Ly-sec 7594651e05 SettingsTabs: use NHeader, move display settings around 2025-09-14 15:50:23 +02:00
LemmyCook de72236fe5 Merge branch 'main' into vertical-bar 2025-09-13 13:06:21 -04:00
LemmyCook 101e3125a9 Vertical bar: simpler management 2025-09-13 13:06:17 -04:00
LemmyCook 335e38d461 Floating Bar: simplified settings 2025-09-13 10:16:54 -04:00
Ly-sec e706dabef3 Add BarService, use signals to check state of bar and update widgets accordingly 2025-09-13 15:31:23 +02:00
Ly-sec 4f5acb7114 First iteration of vertical bar 2025-09-13 14:26:20 +02:00
Ly-sec 50d8b54adf Bar: add floating setting 2025-09-13 10:11:57 +02:00
LemmyCook 7d2eaa46e6 qmlfmt: increase line-length to 360 to avoid hard-wrap.
+ cleaned up power menu/panel
2025-09-12 21:07:11 -04:00
LemmyCook 3f388bdb4b Widgets Drag&Drop: fix for panel closing when clicking rapidly in the background of a widget. 2025-09-10 09:33:08 -04:00
LemmyCook 0a4317f712 More drag and drop fixes 2025-09-10 09:11:13 -04:00
LemmyCook 91747c71f2 Main Settings: cleaned tabs since we removed many settings 2025-09-07 23:18:10 -04:00
LemmyCook 45af873a6f Bar Widget Settings: One file per Widget settings, refactor - wip 2025-09-07 21:45:28 -04:00
Ly-sec 57448f100c bartab-overhaul: initial commit 2025-09-07 14:48:20 +02:00
LemmyCook 4a45e73125 BarSettings: better D&D 2025-09-04 00:58:41 -04:00
LemmyCook 17944211d5 Custom buttons: WIP support for left/right/middle click 2025-09-03 21:59:33 -04:00
LemmyCook 807867ef42 Custom buttons: refactored files structure 2025-09-03 21:27:42 -04:00
LemmyCook 598bc48957 Custom buttons: improved UI, still wip 2025-09-03 20:51:51 -04:00
LemmyCook 7f34ca4122 Custom buttons: WIP implementing custom properties 2025-09-03 19:09:36 -04:00
Ly-sec 7f5d70bcc8 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-09-02 17:03:36 +02:00
Ly-sec eea1586772 Added distro logo (for SidePanel widget)
BarTab: add toggle for distro logo replacement
DistroLogoService: handle all logo detection logic
SidePanelToggle: add support for distro logo
WidgetLoader: fix small issue with with screen null warning
2025-09-02 17:01:38 +02:00
LemmyCook 6c041fb27f Settings: minor UI improvements 2025-09-02 08:51:08 -04:00
LemmyCook 6bcb85137b BarTab/NSectionEditor: minor UI improvements 2025-08-31 22:55:51 -04:00
Ly-sec 2ebdc74f15 Add network stats to SystemMonitor, fix ActiveWindow text display
SystemMonitor: add network up/down stats (also added setting to disable
it in BarTab)
ActiveWindow: add elide if not hovered
2025-08-31 09:22:33 +02:00
LemmyCook 0562dbbbf9 Settings: more cleanup and conditionnal controls (NightLight)
+ Auto formatting
2025-08-28 06:57:37 -04:00
LemmyCook 8302285388 Settings: large cleanup and factorization. Should look much better. 2025-08-27 20:39:50 -04:00
LemmyCook dd456edf90 Workspace: ShowLabel replaced toggle by NComboBox so we can choose "Name" or "Index" 2025-08-26 20:55:45 -04:00
LemmyCook 620b3e3abc Named workspaces improvements
- renamed settings to showWorkspacesNames (plural)
- improved overall look and readability
2025-08-26 12:21:48 -04:00
MichaelThomas0721 c917d7dccb Added setting for workspace names 2025-08-25 13:47:54 -04:00
LemmyCook a10d55e7f5 Bar widgets: modular loading refactoring via BarWidgetRegistry+NWidgetLoader
- Hot reload is working again.
- Should also be more memory efficient on multi monitors.
2025-08-24 23:50:09 -04:00
LemmyCook 0b5e2e86f0 Location/Weather: using a different API to geocode location name + fixed weather display which was offseted by a day 2025-08-24 10:02:00 -04:00
LemmyCook a7b7c03877 Autoformatting + converted a bunch console.log to logger, hiding some extra logging 2025-08-24 08:48:39 -04:00
Ly-sec b85d68f4cb Fix modular bar (remove option) 2025-08-23 16:03:23 +02:00
Ly-sec 2029b5e1eb Replace arrows in BarTab with drag&drop 2025-08-23 12:16:08 +02:00
LemmyCook 1b77f4882d Settings: reworked modular bar settings
- deleted NCard, we already have NBox
- assign a color to each widget for better overview when moving stuff
around
- minor QOL improvements to NComboBox
2025-08-22 18:37:48 -04:00
LemmyCook 2a6ad0819f Fix NWidgetCard 2025-08-22 17:57:55 -04:00
Ly-sec 32c9328684 Add NWidgetCard, fix some BarTab things 2025-08-22 21:02:17 +02:00
Ly-sec cbbfbcf671 Add NWidgetCard, fix some BarTab things 2025-08-22 21:01:00 +02:00
LemmyCook 3b256aa50d Better Bar settings layout 2025-08-22 14:41:46 -04:00
Ly-sec ce9ab7f90f Formatting 2025-08-22 19:57:29 +02:00
Ly-sec 566e3e2aa7 Move more things to WidgetLoader.qml 2025-08-22 19:27:16 +02:00
Ly-sec c70b7004c6 More fixes for BarTab 2025-08-22 18:49:12 +02:00
Ly-sec f441bec32d Fix Layout, more changes to modular bar 2025-08-22 18:13:18 +02:00
Ly-sec 12092ca6f6 Fix Brightness & Tray 2025-08-22 17:00:39 +02:00
Ly-sec 8e562e0701 WIP - modular bar (need to fix brightness & tray) 2025-08-22 16:37:45 +02:00
LemmyCook d0fa91cca4 Settings cleanup 2025-08-22 09:51:58 -04:00