summaryrefslogtreecommitdiff
path: root/ui/qt5/netsimplewifipage.cc
AgeCommit message (Collapse)AuthorFilesLines
2022-07-04Qt UI: Use 'tain' instead of 'tain_t'A. Wilcox1-2/+2
This is required to support the newer skalibs releases. We don't need to have good support for older versions because this code is only used in the Install Environment, which we control.
2020-09-24Qt UI: Finish redesign of Wi-Fi page (closes #318)A. Wilcox1-8/+22
2020-09-24Qt UI: Partial redesign of Wi-Fi page (#318)A. Wilcox1-6/+28
2020-05-23Qt UI: Implement custom Wi-Fi network supportA. Wilcox1-3/+26
2020-05-17Qt UI: Add some Wi-Fi changes from February 23rd I don't rememberA. Wilcox1-6/+11
2019-12-18Qt UI: Make all QLabels word wrapA. Wilcox1-0/+1
This is necessary in case someone needs font sizes raised. Otherwise, content may be truncated.
2019-12-16Qt UI: Use stack for ssid/pass variablesA. Wilcox1-7/+6
2019-12-16Qt UI: Handle failures betterA. Wilcox1-10/+15
If we pop a modal box before disabling the notifier, we'll get multiple messages. When a user clicks OK on the second message, it will attempt to double-free, causing a segfault. Whoops.
2019-12-16Qt UI: Refactor associatingA. Wilcox1-98/+112
2019-12-16Qt UI: Acknowledge wpactrl message *after* saving itA. Wilcox1-1/+2
2019-12-16Qt UI: Move filtering in the proper placeA. Wilcox1-3/+4
We restart wpactrl every time we do a new scan (for some reason?), so we need to add the filters when we attempt to join or else they won't be there.
2019-12-16Qt UI: Maybe handle associating correctlyA. Wilcox1-5/+26
2019-12-15Qt UI: Initialise 'dialog' variable properlyA. Wilcox1-0/+1
2019-12-15Qt UI: More Wi-Fi stuffA. Wilcox1-4/+55
2019-12-15Qt UI: Make temp var for stringA. Wilcox1-2/+4
2019-12-15Qt UI: Quote passphrase and SSIDA. Wilcox1-2/+7
2019-12-14Qt UI: Ensure STAMP is updated before attempting to associateA. Wilcox1-3/+10
2019-12-14Qt UI: First pass at associating with a networkA. Wilcox1-0/+13
2019-12-06Qt UI: Fix Wi-Fi page build in Runtime EnvironmentA. Wilcox1-1/+5
2019-11-19Qt UI: Fix last memory leakA. Wilcox1-0/+1
2019-11-19Qt UI: Fix small memory leak issuesA. Wilcox1-0/+3
2019-11-18Qt UI: More Wireless funA. Wilcox1-2/+2
2019-11-18Qt UI: Simplify wifi logic and fix passphrase designA. Wilcox1-8/+9
2019-11-18Qt UI: Fix small logic errors in wireless network codeA. Wilcox1-2/+3
2019-11-18Qt UI: Wire up wireless network list to do somethingA. Wilcox1-4/+56
2019-11-18Qt UI: Sort wireless network list by signal strengthA. Wilcox1-1/+14
2019-11-18Qt UI: Handle the other type of NULL SSID stringA. Wilcox1-0/+3
2019-11-18Qt UI: Store flags away for a rainy dayA. Wilcox1-0/+2
2019-11-18Qt UI: Use MAC address stringification for Wi-Fi BSSIDA. Wilcox1-1/+2
2019-11-17Qt UI: Success is 1, not 0A. Wilcox1-1/+1
2019-11-17Qt UI: Let libwpactrl parse scan resultsA. Wilcox1-47/+28
2019-11-17Qt UI: Parse network information more correctlyA. Wilcox1-5/+8
2019-11-17Qt UI: Update STAMP before running callback codeA. Wilcox1-0/+1
2019-11-17Qt UI: Ensure notify starts life as a nullptrA. Wilcox1-0/+1
2019-11-17Qt UI: Re-enable scan button when scan is finishedA. Wilcox1-0/+1
2019-11-17Qt UI: Handle wireless network scanA. Wilcox1-9/+79
2019-11-16Qt UI: Handle wpactrl_start errors betterA. Wilcox1-1/+2
2019-11-16Qt UI: Provide wireless debugging codesA. Wilcox1-2/+3
2019-11-16Qt UI: Provide correct path to WPA Supplicant socketA. Wilcox1-9/+10
2019-11-16Qt UI: Initialise 'control' correctly in NSWPA. Wilcox1-1/+1
2019-11-15Qt UI: Wi-FiA. Wilcox1-2/+111
2019-11-15Make BCNM check actually work; Update README deps; Fix NSWPA. Wilcox1-4/+2
2019-11-12Qt UI: Draft WiFi pageA. Wilcox1-60/+50
2019-11-08UI: Import some of the 2016 prototype - welcome to Qt UI developmentA. Wilcox1-0/+71