summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/scanlistitem.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-12-31- catch with latest changes in libwellenreitermickeyl1-1/+18
- 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/+1
- removed dumb polling ==> QSocketNotifier rocks - switched to parsing the daemon stuff in the gui, since libwellenreiter still has problems.
2002-12-14- support compilation for Qt/X11mickeyl1-1/+6
2002-12-09improved display logicmickeyl1-1/+5
2002-12-09APs and adhoc stations are now grouped and displayed as belonging to a commonmickeyl1-3/+7
net.
2002-12-08- new networks finally show up in the GUImickeyl1-8/+9
- using OTabWidget instead of QTabWidget - bugfixes - preparing to fully integrate libwellenreiter and the daemon into our buildsystem
2002-11-26stations belonging to one net (SSID) are shown in tree structuremickeyl1-7/+23
2002-11-21Added some dummy icons (press "Start Scanning") to get a basicmickeyl1-1/+32
idea of the main Net-Sniff window.
2002-11-21- new tab for the log windowmickeyl1-0/+17
- main.cpp fix - started work on scanlistitem