Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework the wireless control panel section to respect non-wireless connec... #228

Closed
wants to merge 1 commit into from
Closed

Commits on Jan 20, 2014

  1. Rework the wireless control panel section to respect non-wireless con…

    …nections
    
    Fixes #4410  https://bugs.sugarlabs.org/ticket/4410
    
    The 'Discard network history' button is peculiar to Sugar, and
    is destructive to all non-wireless connections, despite being in
    the 'Wireless' section of the control panel.
    
    Relabel the code variables and functions to be specific to
    wireless connections.
    
    Recode the functions to exclude non-wireless connections.
    
    Relabel the 'Radio' box instructions and 'Discard ...' button
    to avoid confusion over their state and actions.
    
    If wireless hardware is not present on the system, the 'Wireless'
    section of the control panel is excluded.
    
    The availability of wireless hardware is tested with the kernel's
    sys filesystem because, with the radio disabled, wireless devices
    are not exposed in the NetworkManager API and it would be
    inappropriate to turn the radio on--just to see if one is present.
    FGrose committed Jan 20, 2014
    Configuration menu
    Copy the full SHA
    4853836 View commit details
    Browse the repository at this point in the history