calamares/src/libcalamares/network
Adriaan de Groot 0aa2603a23 [libcalamares] Fix network-connectivity check on old Qt
With old Qt, Calamares could only run one check on a thread,
because the NAM would be switched to NotAccessible --
subsequent checks would fail because the NAM is already
hard-set to NotAccessible, so it could never be turned back
on by Calamares code.

Reset the accessible flag for the NAM while checking if
the internet is there.
2021-09-06 14:44:52 +02:00
..
Manager.cpp [libcalamares] Fix network-connectivity check on old Qt 2021-09-06 14:44:52 +02:00
Manager.h [libcalamares] Fix up multiple URLs for checkinternet 2021-08-26 12:57:40 +02:00
Tests.cpp [libcalamares] Handle multiple invalid URLs at once 2021-08-26 14:32:57 +02:00
Tests.h [libcalamares] Add urls only if valid, add tests to check that 2021-08-24 10:00:42 +02:00