summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/scanlist.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-01-03show GPS coordinates in the more common DMS formatmickeyl1-6/+3
2003-10-06decode DHCP ACK packets and show the extracted client IP addressmickeyl1-1/+1
2003-10-05* start with preparations for scanning wired networksmickeyl1-0/+48
* dhcp recognition now works nicely
2003-09-26add automatic tree-opening if checked in configmickeyl1-0/+7
2003-09-09reading GPS data from gpsd is now working. TODO: save the datamickeyl1-1/+20
2003-06-26first bunch of fixes for Qt 3.x compilationmickeyl1-0/+1
2003-06-15basic framework for context menu "join network" establishedmickeyl1-0/+39
just need to send the proper qcop messages now
2003-05-10- use OManufacturerDB instead of ManufacturerDBmickeyl1-30/+29
- misc fixes
2003-05-04- cleanup and code refactoring towards 1.0mickeyl1-25/+73
- match IP addresses to MAC addresses by looking @ ARP packets - show IP addresses - reduce debug output
2003-05-03prepare for i18nmickeyl1-3/+15
2003-05-02add parsing and interpretating of fromDS frames and getting pretty close to ↵mickeyl1-4/+19
the 1.0 release
2003-05-02fix a long standing bug and hard to reproducable bug where wellenreiter ↵mickeyl1-25/+7
segfaulted, but just if you played the "open/close-game" with the items and subitems Note to self: QListViewItem::itemBelow() != QListViewItem::nextSibling() !!!
2003-05-02start to parse and interpretate WDS (bridging) data and thus additionally ↵mickeyl1-28/+62
display stationary systems
2003-04-13adjust for new icon sizemickeyl1-2/+2
2003-04-08- fix <unknown> entries bug caused by interpretating not-yet-handled 802.11 ↵mickeyl1-2/+4
management frames This thing gets complicated... I really should implement a state machine for the beta.
2003-04-07New feature! Finally, non-AP stations in an infrastructure network show up.mickeyl1-16/+69
2003-04-05- correct beacon bug (off-by-one)mickeyl1-2/+2
- display hex dump per packet in hex window - allow saving hex window contents
2003-03-31- initial attempt to autodetect drivermickeyl1-1/+23
- add possibility to play sounds when receiving beacon and/or found a new network
2003-03-02add child item factory to allow subclasses adding custom data itemsmickeyl1-4/+29
2003-03-02first attempt to add session persistencemickeyl1-17/+113
2003-02-24- work around yet another g++ 2.x bugmickeyl1-9/+23
- 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-1/+1
2003-02-23- write simple logmickeyl1-0/+4
- record first seen / last seen per item
2002-12-31- catch with latest changes in libwellenreitermickeyl1-2/+34
- 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-0/+100
- 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/+17