summaryrefslogtreecommitdiff
path: root/windows/WinUI/NetworkInfoView.xaml.cs
AgeCommit message (Collapse)Author
2017-05-08Run Join/Leave commands asynchronously so the UI doesn't lock up on thoise ↵Grant Limberg
commands
2017-02-22fixed double firing of the leave network API call causing an error popup on ↵Grant Limberg
windows
2016-11-18Wired up connected checkbox and delete button. just something not working ↵Grant Limberg
with refresh.
2016-11-18moved stuff around again. WPF didnt like things once they were moved. Also ↵Grant Limberg
wired up Join dialog.
2016-11-17added skeletons for join and about windows. moving things around a little ↵Grant Limberg
bit too
2016-11-16Merge branch 'dev' into systemtrayGrant Limberg
2016-11-16handle removing of networks we are no longer connected to from the UIGrant Limberg
2016-11-08Network list window opens with click on the menu itemGrant Limberg
2016-11-04wire up allowDefault, allowManaged, allowGlobal, allowDefault optionsGrant Limberg
2016-11-04work in progress windows UI updateGrant Limberg
2015-10-26can now leave networksGrant Limberg
2015-10-23C#-ifying stuffGrant Limberg
2015-10-21Base windows UI is working.Grant Limberg
* No joining/leaving networks yet, but they do display. * Nothing is updated yet after first load of the app. Need to set up a background task to run updates.
2015-10-19initial layout for network infoGrant Limberg