openvpn-gui
openvpn-gui copied to clipboard
Graphical icon in connection list
As discussed here https://github.com/OpenVPN/openvpn-gui/issues/235
It would be nice to add icon to left of config name.
Maybe, like it is already implemented for pre scripts, if there's file named *.ico with the same name as config, display it as icon?
We will need two (ideally three) icons per config as it will take the space of the check mark for connected icons (unless we change the menu to OWNERDRAW and take care of the rendering).
Especially when there are many configs its very hard to figure out which configs are in a process of connecting (or stuck in the process) without showing their "connecting" state as well. Currently we only add a check mark for established connections.
I suggest to use different colours for "connected/connecting/disconnected" state. Or still use checkmark.
or some better idea from UX people (I'll ask them)