summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/scanlist.h
AgeCommit message (Collapse)AuthorFilesLines
2006-05-25g++ 4.1.1 fixesmickeyl1-2/+2
2005-05-10Remove joining networks from Wellenreiter. It never really fit into themickeyl1-1/+0
philosophy of this application and with OpieStumbler there is an application that does it better (active scan).
2005-03-12Sort packagaes and channels (numbers) according their size insteadzecke1-0/+2
of alphabeticaly. 9873 received packages are more than 10 but less than 10.000. The same is applied to the channel number [0..15]
2004-03-14Convert net to ODP and QtAUXzecke1-13/+13
2004-03-05change copyright noticemickeyl1-2/+2
2004-01-08Display stations sending out named ProbeRequests.mickeyl1-3/+4
Wellenreiter II reaches a critical point in its lifetime, i.e. the scanlist and wellenreiter classes are the mainly still as they were during the early prototype phrase. It's time to rewrite the major UI core and start with giving it something like a design (D'Oh!)...
2004-01-08Calling scripts on new {Network, Client, Station} works now. Possible ↵mickeyl1-6/+6
substitution values are $SSID, $MAC, $WEP, $CHAN.
2004-01-07A bunch of miscellaneous changes and improvements. read the ChangeLog :)mickeyl1-3/+0
Oh and it's WIP - not everything mentioned there works already. Will soon, though.
2004-01-03show GPS coordinates in the more common DMS formatmickeyl1-1/+1
2003-10-05* start with preparations for scanning wired networksmickeyl1-0/+1
* dhcp recognition now works nicely
2003-09-09reading GPS data from gpsd is now working. TODO: save the datamickeyl1-1/+5
2003-06-15basic framework for context menu "join network" establishedmickeyl1-1/+7
just need to send the proper qcop messages now
2003-05-10- use OManufacturerDB instead of ManufacturerDBmickeyl1-14/+10
- misc fixes
2003-05-04- cleanup and code refactoring towards 1.0mickeyl1-0/+2
- match IP addresses to MAC addresses by looking @ ARP packets - show IP addresses - reduce debug output
2003-05-02add parsing and interpretating of fromDS frames and getting pretty close to ↵mickeyl1-1/+1
the 1.0 release
2003-05-02start to parse and interpretate WDS (bridging) data and thus additionally ↵mickeyl1-1/+9
display stationary systems
2003-04-07New feature! Finally, non-AP stations in an infrastructure network show up.mickeyl1-0/+1
2003-03-31- initial attempt to autodetect drivermickeyl1-0/+3
- add possibility to play sounds when receiving beacon and/or found a new network
2003-03-30- the network work for libopie2 pays off...mickeyl1-1/+1
- good bye to wellenreiterd, t'was fun but always too unstable and too hard to maintain - good bye to libwellenreiter
2003-03-02add child item factory to allow subclasses adding custom data itemsmickeyl1-12/+14
2003-03-02first attempt to add session persistencemickeyl1-2/+75
2003-02-24- work around yet another g++ 2.x bugmickeyl1-4/+6
- started work on saving session to xml [ any classes from libopie I can reuse without too much effort? ]
2003-02-24visual enhancements for the listview...mickeyl1-2/+2
2002-12-31- catch with latest changes in libwellenreitermickeyl1-0/+7
- GUI now identifies and displays device manufacturers - GUI now displays the number of received beacons for each device
2002-12-28- refactored a number of classesmickeyl1-1/+10
- removed dumb polling ==> QSocketNotifier rocks - switched to parsing the daemon stuff in the gui, since libwellenreiter still has problems.
2002-11-26stations belonging to one net (SSID) are shown in tree structuremickeyl1-0/+28