Commit Graph

33 Commits

Author SHA1 Message Date
Turann_ 94b6ea6971 chore: do layout work
Signed-off-by: Turann_ <turanull000@gmail.com>
2026-02-09 18:42:04 +03:00
notiant 49a0bd886b make sure internetConnectivity is reset to true 2026-01-22 02:26:22 +01:00
notiant df41a1fd6e use common.enabled/disabled for toasts 2026-01-20 18:41:05 +01:00
notiant 3e11e84512 reset failedChecks only if not already zero 2026-01-16 22:37:23 +01:00
notiant 73546b1836 NetworkService: fix logic of resetting connectivityCheckProcess.failedChecks 2026-01-16 21:19:31 +01:00
Lemmy 5fff7557aa autoformatting 2026-01-09 08:51:03 -05:00
Lemmy 9262253a0c Merge pull request #1284 from turannul/main
WiFi: add a slash where mixed security are used.
2026-01-09 08:30:09 -05:00
notiant 6794ffa3d9 change logger message 2026-01-07 14:56:59 +01:00
Turann_ adc91fa960 This change will add a slash where mixed security protocols are used. 2026-01-06 13:04:36 +03: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
danny b01020695f Resolving conflicting files 2026-01-04 19:55:10 +01:00
danny b0182dde63 Resolving conflicts 2026-01-04 19:30:49 +01:00
Lemmy 79c3799e8b autofmt 2026-01-02 12:11:15 -05:00
Danny 4420ab9436 Merge branch 'main' into main 2025-12-31 07:41:18 +01:00
danny 277939c1f5 Clean up 2025-12-31 06:59:20 +01:00
danny c3016b46ef Add Ethernet UI and service enhancements
- Introduced Ethernet details panel, including IP, gateway, DNS, and link speed.
- Added grid/list toggle for Ethernet detail view.
- Updated networking service to support Ethernet info retrieval and display.
- Improved tooltip logic for Ethernet and Wi‑Fi connections.
- Enhanced translations with Ethernet-related labels.
2025-12-31 06:14:39 +01:00
Turann_ 0b12b90ceb feat(wifi): implement descriptive signal quality 2025-12-25 08:38:01 +03:00
Turann_ 6e9ac18302 feat(wifi): display frequency band and refine connectivity status
- Parse frequency from network link output in NetworkService.
- Implement logic to determine Wi-Fi band (2.4 GHz, 5 GHz, 6 GHz) based on frequency ranges.
- Update WiFiNetworksList to display the current band information instead of generic internet status text.
- Improve connectivity feedback: signal icons and badges now reflect actual internet availability (changing to error color if limited/captive portal) rather than just local link status.
2025-12-25 04:55:25 +03:00
Lemmy a61df00a10 Wi-Fi: Fix the non stop scanning introduced by a recent PR. 2025-12-24 12:38:56 -05:00
Lemmy a14dc501be i18n + autofmt 2025-12-22 08:34:01 -05:00
Danny 574d842e03 Merge branch 'main' into main 2025-12-22 03:19:58 +01:00
Lemmy 425cdecd8d Network/Wifi: check if nmcli is available before attempting to use it + improve the settings. 2025-12-20 18:11:06 -05: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
danny 62e22fbbb7 Improved network and Bluetooth panel with additional info and options to manage devices. 2025-12-17 03:22:10 +01:00
danny e81b08307f trying to resolve layout issues 2025-12-16 22:54:20 +01:00
danny 2fe5421e44 Add detailed Wi‑Fi and Bluetooth panel improvements
- Introduce expanded info panels for connected Wi‑Fi networks and Bluetooth devices.
- Display device details like IP, gateway, link speed, signal strength, and pairing status.
- Add pairing and unpairing functionality with enhanced device deduplication.
- Update translations to include new labels and messages for Wi‑Fi and Bluetooth.
- Refactor services to support feature-rich info retrieval and device handling.
2025-12-16 21:46:09 +01:00
ItsLemmy 3ff5b7639f Switched to qmlformat. 2025-11-16 17:07:03 -05:00
ItsLemmy 3d81d445a3 Network: support for ethernet-off icon even tho the logic is not in yet. 2025-11-13 10:26:51 -05:00
notiant ac9e316f56 NetworkService: re-add improved internet connectivity check
Added internet connectivity check process and timer.
2025-11-13 14:58:31 +01:00
ItsLemmy 40f182e98a WiFi: Removed internet connectivity check as it is causing a lot of false positive. 2025-11-10 19:32:40 -05:00
ItsLemmy a0ebd39023 Wi-Fi: wrap env var object to avoid erroring 2025-11-09 18:08:55 -05:00
ItsLemmy 355271768c Services in subfolder + cleanup/fixes 2025-11-08 16:38:43 -05:00