summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/wlan
AgeCommit message (Collapse)AuthorFilesLines
2004-01-05Spelling fixes by Michael Opdenacker <zumbi2@netcourrier.com>zecke2-2/+2
2003-12-20ipkg doesn't like arbitrary empty lineschicken1-1/+0
2003-12-14the correct spelling of dependencies helps for building imagesmickeyl1-1/+1
2003-12-11no longer necessary to depend on a certain version of libopienet2mickeyl1-1/+1
2003-11-03Porting Opie to MacOS-X.eilers1-2/+2
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-10-28catch up with API changes in libopienetmickeyl1-4/+4
2003-10-10This patch adds scanning the "network neighbourhood" in networksettings-wlanmickeyl7-328/+577
(powered by the Wellenreiter II scanning engine found in libopienet2). Detected networks are put in a list and you can select parameters by clicking on an entry in the list. See http://opie.net.wox.org/images/wlanplugin.png Two inherent drawbacks: 1.) networksettingsplugin-wlan now needs libopienet2. Well, my library work pays off. If you like to rewrite the stuff so that libopienet2 is not needed, then just go ahead ;) 2.) Scanning won't work on linux distributions without patched monitor mode drivers. I think we can live with these two "issues". Feel free to revert, if you don't like my work :D
2003-08-09Merge from BRANCH_1_0kergoth4-60/+74
2003-08-09Merge from BRANCH_1_0.kergoth1-1/+1
2003-06-21channel count for wellenreitertille1-3/+33
2003-06-17wellenreiter qcop call works nowtille1-5/+12
dns are saved and read in again
2003-06-16remove qFatal in case of unknow interface.tille1-1/+3
2003-06-16add support for multiline qcop callstille1-58/+62
and macaddrs
2003-06-13qcop channels for ESSID, Channel and Modetille3-19/+40
2003-06-13qcop channels for start, stop wlan interface works now...tille3-20/+59
... the qcop handling has to become more general, and this handlet in the interface itself.
2003-06-121st version of qcop call in oder to let wellenreiter copy the APs it found...tille2-16/+59
... and more later.
2003-06-09Relative Files: path, not absolutgroucho1-1/+1
2003-06-05sanitizedschurig1-1/+1
2003-06-03make it a independend package tootille2-1/+13
2003-05-31not selected by defaulttille1-1/+1
2003-04-15Correct the unintentional global header in the wlan ui.kergoth1-1/+1
2003-04-15Implement feature request. Only asterisk out the WEP key when the lineeditkergoth5-66/+160
does not have focus.
2003-04-15BUGFIX: Dont cut off the last character of the ESSID.kergoth1-1/+1
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.dkergoth4-246/+735
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.
2003-04-09Make networksettings actually compile again. Fix the ifdef on non-kde to ↵kergoth1-1/+1
actually work, and killed off more references to qt3 widget flags.
2003-04-08kde updatesbenmeyer2-28/+8
2003-03-28Correct the use of OProcess.kergoth1-10/+4
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-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2003-01-03Fixed setup/settings changesbenmeyer1-1/+1
2002-12-17Caption Fixbenmeyer1-0/+3
2002-12-16Fixed icon bug, removed some extra uneeded code, fixed WEP config bugbenmeyer1-4/+4
2002-12-12Encryption issues fixedbenmeyer1-15/+13
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 orderbenmeyer1-1/+4
2002-12-02Uncommenting destdirkergoth1-1/+1
2002-11-22Remove returnbenmeyer1-4/+2
2002-11-22In theory open and restricted networks should be set now.benmeyer1-3/+6
2002-11-22Fixed WEP bugsbenmeyer2-46/+38
2002-11-13code cleanup const's placed in codebenmeyer1-1/+2
2002-11-10removed left in debugandyq1-1/+0
2002-11-10Added braces round key checking if statement to fix bug that WEP settingsandyq1-2/+5
were never saved if WEP was enabled
2002-11-08Code Optimizationsbenmeyer6-16/+15
2002-11-07Correct interdependencies for networksetupkergoth1-3/+3