summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/wlan/wlanimp2.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-04-15Implement feature request. Only asterisk out the WEP key when the lineeditkergoth1-0/+1
does not have focus.
2003-04-14Oops, remember to call QDialog::accept() in the accept() function :)kergoth1-0/+2
2003-04-14Add new wireless parser that uses the wireless-tools if-pre-up.dkergoth1-0/+266
script to handle wireless configuration, as opposed to pcmcia-cs wireless.opts. This has a number of benefits. In addition to improving clarity, this means one can now configure their wireless non-pcmcia interfaces using networksettings. The only real question is, how to handle the fact that its largely useless without the if-pre-up.d script? I'll adapt the existing wlanimp.(cpp|h) to the new .ui, and leave it as a compiletime selection for now.