aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/modules/network/NetworkRow.qml
AgeCommit message (Collapse)AuthorFilesLines
26 hoursfeat(desktop): pin glyphs to Inconsolata Nerd FontDanilo M.1-1/+1
Glyphs are Nerd Font private-use codepoints, and relying on per-codepoint fontconfig fallback from Noto Sans let the same codepoint resolve to a different glyph in a different Nerd Font. A Theme.iconFamily now names the render family once, and every glyph Text uses it, while fontFamily stays Noto Sans for words and labels. The ethernet glyph moves from \uf6ff to \uef44, the fa-ethernet codepoint present in Inconsolata.
31 hoursfeat(desktop): network wifi pageDanilo M.1-0/+144
Radio switch, scan, and a list ordered connected, known, strongest. A secured unknown network reveals an inline password field rather than opening a popup, since a QtQuick.Controls popup is a separate window that positions badly on this layer surface, the same reason the sound page expands in place. Connection failures come through the Network.connectionFailed signal and show inline; the same failure also notifies, for the case where the drawer has closed by the time it lands.