summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/interfaces/interfacesetupimp.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-09-10Fix the issues the compilers botherszecke1-8/+8
remove unused parameters, give return values on return
2004-04-06one include of odebug.h a day keeps my anger away... :}zecke1-0/+1
Add odebug.h so that it compiles
2004-04-04convert to Opie Debugging Frameworkmickeyl1-7/+7
2004-03-14Make use of ODPzecke1-0/+2
2004-03-02Fix missed libopie includedrw1-1/+1
2004-02-22Network Settings: libopie->libopie2drw1-3/+3
2004-01-05Spelling fixes by Michael Opdenacker <zumbi2@netcourrier.com>zecke1-1/+1
2003-08-09Merge from BRANCH_1_0kergoth1-0/+4
2003-06-21channel count for wellenreitertille1-0/+2
2003-06-18single dns gets loaded nowtille1-1/+2
2003-06-17wellenreiter qcop call works nowtille1-22/+25
dns are saved and read in again
2003-04-15Only restart interface if it was UP previously.kergoth1-27/+27
2003-04-151) When selecting dhcp, remove the static options, since we're no longerkergoth1-5/+52
removing all options. 2) Restart the network interface when saveChanges() is called. 3) Use OWait and a status message to give feedback to the user during the interface restart.
2003-04-14Correct the constructor, and ensure it does not remove all interface ↵kergoth1-10/+8
options, as that interferes with the new wireless module.
2003-04-14Add a constructor to InterfaceSetupImp which lets me pass in a pointer tokergoth1-30/+45
an already existing Interfaces object, so that it will play nice with a wireless module that also uses Interfaces.
2002-12-16Remove the lease time requst. Wasn't realy needed and was uneccessarybenmeyer1-10/+1
2002-11-08More optimizations, 1 memory leak fixedbenmeyer1-55/+48
2002-10-31Changed a number of "OK" to QMesageBox::OKbenmeyer1-1/+1
2002-10-31Fixed error message and made window stay if error message doesn't go away.benmeyer1-3/+4
2002-10-31Fixed DNS bug forgot to have a definebenmeyer1-2/+2
2002-10-30Removed requirment for DNS in setupbenmeyer1-5/+7
2002-10-30Re-added profile information which makes interfaces work againbenmeyer1-0/+1
2002-10-29Added changednsbenmeyer1-4/+4
2002-10-25Initialbenmeyer1-0/+148