wpa_gui: Add tray icon based signal strength meter
authorArkadiusz (Arkq) Bokowy <arkadiusz.bokowy@gmail.com>
Sun, 15 Mar 2015 22:27:46 +0000 (23:27 +0100)
committerJouni Malinen <j@w1.fi>
Wed, 25 Mar 2015 13:41:15 +0000 (15:41 +0200)
commite7b4cd0c554609f6a096719e756f16cb0a8a1dc4
treef2fa44bf6fb08a2e19908106183d04385938b172
parent54d3dc918409ba948709fee9aa9edd895356810c
wpa_gui: Add tray icon based signal strength meter

System tray icon can be set to 5 different pictographs according to the
connection status. One for disconnected state (not associated with the
network, or not connected with the wpa_supplicant service), and four for
connected status (showing the signal strength on the receiver).

By default this functionality is disabled. The reason for this, is the
fact, that the underlaying approach of this functionality is poll based,
which might be considered as a non-efficient one. Update interval has to
be set explicitly by the user with '-m<seconds>' command line argument.

Status icon names are based on various Gnome icon packs (e.g., Faba).
When icon can not be found, default one is shown (wpa_gui logo).

Signed-off-by: Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com>
wpa_supplicant/doc/docbook/wpa_gui.sgml
wpa_supplicant/wpa_gui-qt4/wpagui.cpp
wpa_supplicant/wpa_gui-qt4/wpagui.h