Commit Graph
802 Commits
Author SHA1 Message Date
LemmyCook 9ae78eda45 Bluetooth: more UI polish 2025-09-04 23:48:16 -04:00
LemmyCook cc8a24f445 Bluetooth Panel: UI cleanup/factorization 2025-09-04 23:26:19 -04:00
LemmyCook 5910c65bcf SidePanel: fix #218 sidepanel should open next to the button (as other panels) 2025-09-04 20:38:24 -04:00
LemmyCook e5aee79d47 Removed all layer.enabled as they do not play well with fractional scaling. 2025-09-04 20:36:32 -04:00
LemmyCook a249e15c58 WiFi: Fix password input placeholder dots are cut off #203 2025-09-04 19:58:08 -04:00
LemmyCook 784300f690 Dock: removed unecessary bg hover rect 2025-09-04 19:51:10 -04:00
LemmyCook 2bd30947fc SettingsPanel: reordered code. 2025-09-04 17:30:52 -04:00
LemmyCook 84e8793a29 SettingsPanel: improved keyboard controls 2025-09-04 17:28:35 -04:00
LemmyCook be1643c5b8 SettingsPanel: added keyboard navigation (Tab, Vim, Up/Down) to change active tab. 2025-09-04 17:14:54 -04:00
LemmyCook b00f058eac Removed log 2025-09-04 17:06:46 -04:00
LemmyCook 7b26e38f33 Launcher: improved/fixed keyboard controls (Ctrl+J / Ctrl+K) 2025-09-04 17:03:11 -04:00
LemmyCook 84fdb7c647 Wallpaper: added IPC to set a wallpaper
qs -c noctalia-shell ipc call wallpaper set $path $monitor

$monitor can be a monitor name or "all" or "" to assign to all monitors.
2025-09-04 16:17:31 -04:00
LemmyandGitHub 5d11e37687 Merge pull request #210 from ThatOneCalculator/feat/caffeine-widget
feat: keep awake bar widget
2025-09-04 15:33:06 -04:00
LemmyandGitHub 4ea903b333 Merge pull request #208 from ThatOneCalculator/feat/power-toggle-widget
feat: power toggle bar widget
2025-09-04 15:30:56 -04:00
LemmyandGitHub 8fd805815d Merge pull request #205 from ThatOneCalculator/sidebar-toggle-settings
toggle settings panel on right-clicking side panel toggle
2025-09-04 15:29:43 -04:00
LemmyCook c055690a9b Cleaned up init sequence 2025-09-04 15:27:17 -04:00
Kainoa Kanter dcf146a097 feat: keep awake bar widget 2025-09-04 12:15:19 -07:00
Kainoa Kanter c394368dc5 fix sizing 2025-09-04 12:03:41 -07:00
Kainoa Kanter 1f9c54438a feat: power toggle bar widget 2025-09-04 12:00:17 -07:00
Kainoa KanterandGitHub f303f305af Merge branch 'noctalia-dev:main' into sidebar-toggle-settings 2025-09-04 11:54:32 -07:00
LemmyCook 5f1f3dce4a CustomButton: fix size to match other bars button 2025-09-04 14:52:45 -04:00
LemmyCook b778a80c79 Settings: better icons for Hooks tab 2025-09-04 14:46:19 -04:00
Kainoa Kanter 0bf632a4b1 toggle settings panel on right-clicking side panel toggle 2025-09-04 11:20:01 -07:00
Ly-sec a9affb5ae4 Hooks: expose to grab the screen name 2025-09-04 19:15:50 +02:00
Ly-sec 46bc8939b4 Hooks: make hook activate after settings are updated 2025-09-04 18:23:46 +02:00
Ly-sec fe6ecf7daf Launcher: remove 50 item limit, fixes #200 2025-09-04 18:15:04 +02:00
Ly-sec a91d790074 HooksTab: replace NText with NLabel 2025-09-04 18:01:06 +02:00
Ly-sec ac21deefa4 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-09-04 17:57:43 +02:00
Ly-sec 37eefe3663 Created Hook system (let's users run commands after specific actions)
NInputAction: create NTextInput with NButton
HooksService: add dark/light mode hook, add wallpaper change hook
HooksTab: create 1 NInputAction for each hook
Wallpaper: add hook functionallity
2025-09-04 17:54:58 +02:00
LemmyCook 2e082ed8b1 proper border on notifications 2025-09-04 11:45:07 -04:00
LemmyCook c1bec66151 Cleanup: removed Color.applyOpacity in favor of Qt.alpha 2025-09-04 11:29:45 -04:00
LemmyCook d53a404bf1 Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2025-09-04 11:06:56 -04:00
LemmyCook 7ed4c209fe Optims: replaced a bunch of Qt.rgba by Qt.alpha 2025-09-04 11:06:54 -04:00
Ly-sec 83205d57d9 IPCHandler: small change to getActiveScreen() 2025-09-04 16:45:07 +02:00
Ly-sec 43bb3bdd0c IPCHandler: use getActiveScreen() everywhere 2025-09-04 16:42:28 +02:00
LemmyCook cde3f088d1 Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2025-09-04 10:26:47 -04:00
LemmyCook 3e7ebf44f3 IPC: more robust screen detection 2025-09-04 10:26:45 -04:00
Ly-sec ac7092943c Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-09-04 16:19:02 +02:00
Ly-sec e7bbb7fc00 CustomButton: let people use quotes etc 2025-09-04 16:18:58 +02:00
LemmyCook 2793863689 Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2025-09-04 10:16:39 -04:00
LemmyCook bb0f1e84ce IPC: Fail safe when no activeWindow detected 2025-09-04 10:16:15 -04:00
Ly-sec 3ceba43802 Notification: prefer notification image over app image 2025-09-04 16:12:50 +02:00
LemmyCook d319ab9bfc IPC: IPC calls now properly identified the proper monitor so that dimming and other stuff works better. 2025-09-04 09:37:50 -04:00
LemmyCook 902cdc39e0 Merge branch 'custom-buttons' 2025-09-04 08:40:00 -04:00
LemmyCook 00d3f81aa1 Bar: check if new widget modelData is available to avoid warnings. 2025-09-04 08:35:57 -04:00
LemmyCook d8c91a942f SettingsPanel: restoring keyboard focus 2025-09-04 08:28:58 -04:00
LemmyCook 30e1c2d2b3 BarSectionEditor: cleaned up logs 2025-09-04 08:28:41 -04:00
Ly-sec 4229721774 Notification: add app icon support 2025-09-04 13:38:39 +02:00
LemmyCook 4a45e73125 BarSettings: better D&D 2025-09-04 00:58:41 -04:00
LemmyCook 9e819084af BarSettings: reworking drag&drop 2025-09-04 00:04:02 -04:00