Commit Graph

68 Commits

Author SHA1 Message Date
notiant dea0575efa rework Airplane Mode handling & remove bluetoothctl fallback 2026-03-24 21:22:12 +01:00
cbxcvl 470b61f4e1 feat(bluetooth): auto-connect paired & trusted devices with toggle control
Adds automatic reconnection of paired and trusted Bluetooth devices
when Bluetooth is enabled or when the shell starts. The feature is
fully toggleable ON/OFF from three places:

- Settings > Connections > Bluetooth (persistent NToggle)
- Bluetooth Panel quick toggle (NIconButton in header)
- IPC commands: toggleAutoConnect, enableAutoConnect, disableAutoConnect

Changes:
- New setting: bluetoothAutoConnect (default: true)
- Auto-trust devices upon pairing via Instantiator/Connections watcher
- 2s delay after BT enable to allow adapter initialization
- Respects airplane mode
- Toast notification when auto-connect fires
2026-02-25 23:50:16 -03:00
Lemmy db56321f54 layout: more double margins implementations 2026-02-20 21:11:06 -05:00
Lemmy b36bef4cc0 layout: implement double margin (e.g. Style.margin2M) instead of what PR #1408 did. 2026-02-20 21:01:35 -05:00
notiant aabd28e40a adjust margins in BluetoothPanel & fix flickering issue in BluetoothSubTab 2026-02-18 05:06:17 +01:00
Lemmy 7315e7257a wifi-bt: more ui cleanup 2026-02-15 16:08:42 -05:00
Lemmy fa5166ff1b tooltips.open-settings 2026-02-14 14:36:02 -05:00
Lemmy 6cb98974cb bt-net: commont != common 2026-02-14 14:28:01 -05:00
Lemmy c038878152 settings+connections: unified the way to open the settings on a particular tab/subtab + QoL settings access for bt and wifi 2026-02-14 09:42:13 -05:00
Turann_ cdb67bc73c fix button
Signed-off-by: Turann_ <turanull000@gmail.com>
2026-02-14 02:33:14 +03:00
Turann_ 33a59888de Attempt to fix tracking, strict toggles,menus if airplane mode or hardware disabled/broken
Stricter toggles.

hw (bluetooth) state polling.

Update BluetoothSubTab.qml

Disable toggles if airplane mode active.

ethernetprefs cancelled.
2026-02-13 07:29:28 +03:00
Turann_ be0b3798b1 Update BluetoothPanel.qml
Update BluetoothDevicesList.qml

Update BluetoothSubTab.qml

No toast on discoverable

Update BluetoothService.qml

Delete BluetoothDevicesList.qml

Update BluetoothService.qml

Update BluetoothSubTab.qml

fmt
2026-02-09 21:30:15 +03:00
Turann_ e69886745b Squash 3 commits 2026-02-09 03:04:40 +03:00
notiant 677d84b613 Fix Bluetooth discovering process & some enhancements to Bluetooth- & Wifi-Panel 2026-02-08 14:32:59 +01:00
Lemmy 41d1545a24 bluetooth: dont force mError color on button, does not work well with red based color schemes. 2026-01-26 12:41:34 -05:00
Lemmy 958bcacbec nscrollview: more fixes 2026-01-25 18:40:20 -05:00
Lemmy 68d8c1cd06 nscrollview: more fixes due to the new gradient approach 2026-01-25 17:36:51 -05:00
Lemmy 62b62799ed network+bt: uniformizing icon buttons vs buttons, replaced circle-info icon which was giving a circle in a circle. 2026-01-23 11:05:24 -05:00
notiant 9f4ffacbaf fix battery icon on LockScreen 2026-01-23 00:05:05 +01:00
Lemmy 0843ea423c Merge branch 'main' into pr/bluetooth-rework 2026-01-18 14:11:23 -05:00
Lemmy 1995e2bffe autofmt 2026-01-16 17:21:38 -05:00
Turann_ 1002279e1a Merge branch 'noctalia-dev:main' into pr/bluetooth-rework 2026-01-15 23:23:34 +03:00
notiant fb589a819f Merge branch 'main' into patch-8 2026-01-15 20:11:49 +01:00
Corey Woodworth 440147168d bulk find replace of different style values 2026-01-15 13:14:06 -05:00
notiant f46f131af4 make NotificationHistoryPanel height adaptable & remove resizing animation in BluetoothPanel 2026-01-15 13:06:37 +01:00
Turann_ e5d497ccdc Testing phrase: UI Needs some love 2026-01-15 05:50:30 +03:00
Turann_ c17653b5ee feat(bt): add PIN authentication overlay to bluetooth panel 2026-01-15 05:40:43 +03:00
Turann_ bc21ab5191 BluetoothPanel: dynamic battery icons for devices 2026-01-12 03:11:28 +03:00
Lemmy 665bc0c60a autoformatting 2026-01-08 15:15:51 -05:00
notiant 89a6422bf5 style adjustments & remove unnecessary tooltip 2026-01-07 17:11:42 +01:00
notiant 7e3500d6fc Bluetooth & Network enhancements 2026-01-07 12:56:07 +01:00
Lemmy 138e5a50af i18n: Large refactor of all translations keys to prepare the move to our new translation web platform. 2026-01-05 23:25:46 -05:00
Lemmy 3bc9a625b8 Colors: removed Colors.transparent / black and white in favor of their direct shorthands 2026-01-04 13:54:51 -05:00
Lemmy e43aeca030 BT List: respect the container border setting. 2026-01-03 10:25:05 -05:00
Lemmy 01c8b48b4d Network: moved options to appropriate network block 2026-01-02 17:52:44 -05:00
Lemmy 1a252b30a0 Autoformatting + cleanup 2026-01-02 09:31:28 -05:00
Danny 9e922d97f5 Merge branch 'main' into bluetooth-clean 2026-01-02 11:06:54 +01:00
danny e3fef31ba3 Replace inline Bluetooth pairing script with external reusable bash script for improved maintainability and compatibility. Refactor Bluetooth panel/device logic to use adapter-based APIs. 2026-01-02 11:02:46 +01:00
danny ba45c67d93 Add Bluetooth RSSI polling (Experimental) and CLI-based pairing helpers with code cleanup and restructurization for better maintainability
- Introduced Bluetooth RSSI polling using `bluetoothctl` for connected devices with interval configuration.
- Added reusable helpers for CLI-based device pairing and connection.
- Enhanced Bluetooth panel with an opt-in toggle for RSSI polling.
- Updated settings and defaults for RSSI polling configuration.
- Refactored Bluetooth utilities for standardized device handling (icons, deduplication, signal parsing, etc.).
2026-01-02 03:09:16 +01:00
Lemmy 3ce9967783 Panels: memory/cpu optimizations by moving most stuff to panelContent so its only loaded on demand 2026-01-01 15:51:53 -05:00
notiant 593368506c BluetoothPanel: fix removing wrong line in previous PR 2025-12-30 06:57:56 +01:00
Lemmy 6747a3dc10 Merge pull request #1169 from notiant/patch-1
Change visible condition for BluetoothPanel empty screen
2025-12-28 14:29:21 -05:00
Lemmy 4234783258 Bluetooth: button scaling 2025-12-28 00:40:23 -05:00
notiant 3baa8fb826 Change visible condition for BluetoothPanel empty screen 2025-12-27 10:51:55 +01:00
Lemmy 676f7254e4 NSearchableComboBox: similar fix to NComboBox to avoid having it too wide. 2025-12-26 08:54:31 -05:00
notiant 687b0a7279 Bluetooth improvements 2025-12-26 08:15:07 +01:00
Lemmy a14dc501be i18n + autofmt 2025-12-22 08:34:01 -05:00
danny ce2bfead9f "Add Bluetooth UI enhancements including signal/battery icons, details grid/list toggle, unnamed devices filter, persistent device list settings, and bluetooth agent for full feature pairing" 2025-12-21 18:45:57 +01:00
danny 05964dc7fb Improved network and Bluetooth panel with additional info and options to manage devices. 2025-12-17 11:37:48 +01:00
danny 97eb133094 Improved network and Bluetooth panel with additional info and options to manage devices. 2025-12-17 06:10:48 +01:00