summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/wlan
AgeCommit message (Collapse)AuthorFilesLines
2007-06-10fix missing types for include for latest kernelaquadran1-0/+2
2005-06-15Resource -> OResource and fix compiler warningdrw1-2/+2
2005-05-10improve WEP key handling and add wlan-ng support. patch courtesy Dirk Opfer, ↵mickeyl4-52/+189
thanks!
2005-04-21disable "Rescan Neighbourhood" while scanningmickeyl2-3/+5
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-299/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+299
2004-09-10Fix the issues the compilers botherszecke2-3/+2
remove unused parameters, give return values on return
2004-08-20- add libpcap dir to lib- and include directoryar1-1/+8
2004-07-28disambiguatemickeyl1-6/+10
2004-05-15- convert qDebug to odebugar1-15/+14
2004-04-24gcc 3.4 fixletmickeyl1-3/+3
2004-04-09- eliminate cylic dependencymickeyl6-18/+31
- complete using opie debugging framework - sanitize #include order
2004-04-07remove bogus '(const char*)' in debug statementsmickeyl1-2/+2
2004-04-04convert to Opie Debugging Frameworkmickeyl5-50/+50
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-2/+2
build system
2004-03-14Fix up depends on LIBOPIE1zecke1-1/+1
Proper signature for signal and slots and namespaces
2004-03-14Make use of ODPzecke3-3/+6
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-1/+1
TT.
2004-02-22Network Settings: libopie->libopie2drw5-61/+63
2004-02-21improve support for BigScreenar1-4/+7
2004-02-07Fix up linking.zecke1-1/+1
Only wlan currently requires Opie2 stuff
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()