summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings
AgeCommit message (Collapse)AuthorFilesLines
2003-04-14BUGFIX: obtaining a network interface list via an ioctl does not alwayskergoth1-54/+71
return all available interfaces. Per busybox ifconfig, use /proc/net/dev as a preferred interface list if it exists, and fall back to the ioctl method if it does not.
2003-04-14Add a constructor to InterfaceSetupImp which lets me pass in a pointer tokergoth2-33/+52
an already existing Interfaces object, so that it will play nice with a wireless module that also uses Interfaces.
2003-04-10No qt3 widget flags!!!kergoth1-1/+1
2003-04-09compile fixesbenmeyer2-8/+3
2003-04-09Make networksettings actually compile again. Fix the ifdef on non-kde to ↵kergoth4-14/+14
actually work, and killed off more references to qt3 widget flags.
2003-04-09Ben, please dont use Qt3 Widget Flags in Opie..kergoth1-1/+1
2003-04-09KDEafied and bugs fixesbenmeyer7-40/+111
2003-04-09kde updatebenmeyer5-83/+9
2003-04-08kde updatesbenmeyer2-28/+8
2003-03-28Correct the use of OProcess.kergoth1-10/+4
2003-03-28Link networksettings against libopie, I need OProcess.kergoth1-2/+2
2003-03-28Change wording from 'automatically bring up' to 'bring up on bootup' to try ↵kergoth1-1/+1
to make this option more clear..
2003-03-27Switch from 1) calling /etc/init.d/pcmcia to calling cardctl eject, cardctl ↵kergoth1-13/+14
insert.. and 2) OProcess instead of system()
2003-03-25updatesbenmeyer1-0/+14
2003-01-31networksetup->networksettings, spotted by lars_gkergoth1-1/+1
2003-01-26networksetup -> networksettings, as reported by an OZ user.kergoth2-2/+2
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth4-4/+4
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23QTDIR/lib -> OPIEDIR/libkergoth2-2/+2
2003-01-21Added replacesbenmeyer2-3/+2
2003-01-16i18n for new buildsystem :)kergoth4-0/+16
2003-01-13testbenmeyer1-1/+1
2003-01-13testbenmeyer1-1/+1
2003-01-13testbenmeyer1-0/+1
2003-01-13testbenmeyer1-3/+1
2003-01-13testbenmeyer1-0/+2
2003-01-13test new headerbenmeyer1-0/+6
2003-01-03fix typosmickeyl1-2/+2
2003-01-03Fixed setup/settings changesbenmeyer2-2/+2
2003-01-03- fix pathsimon1-2/+2
2003-01-02Name changesbenmeyer2-2/+2
2003-01-02Donebenmeyer1-8/+0
2003-01-02Renamebenmeyer1-1/+1
2002-12-17Caption Fixbenmeyer5-8/+27
2002-12-16Remove the lease time requst. Wasn't realy needed and was uneccessarybenmeyer3-90/+13
2002-12-16Changed the order of the advanced ui to make more sensebenmeyer2-69/+69
2002-12-16Fixed icon bug, removed some extra uneeded code, fixed WEP config bugbenmeyer3-13/+9
2002-12-15moved changedns to /usr/bin (so ifup/down actually find it), and rewrote itsandman2-2/+2
(runs with busybox now and doesn't write to temporary files in the current directory, which could be anywhere)
2002-12-12Encryption issues fixedbenmeyer1-15/+13
2002-12-11Add back in the main networksetup icon..kergoth2-2/+2
2002-12-11Add wlan stuffbenmeyer1-0/+5
2002-12-11Fixed ad-hco bugbenmeyer1-3/+6
2002-12-11Key accellbenmeyer2-11/+10
2002-12-11New cleaner layoutbenmeyer3-115/+106
2002-12-11Added PDF urlbenmeyer1-0/+3
2002-12-11Now will display the channel and not the freqencybenmeyer4-4/+28
2002-12-11Cleaned up ui files so tab is in correct orderbenmeyer5-400/+70
2002-12-11Added iconsbenmeyer2-2/+2
2002-12-02Uncommenting destdirkergoth1-1/+1
2002-12-02Dont refer to full path in Files:kergoth2-2/+2