nurupo / ProjectTox-Qt-GUI

A cross-platform front end for ProjectTox Core library, written in C++11 with use of Qt5
GNU General Public License v3.0
341 stars 116 forks source link

Added mutli-select feature in friendlist #109

Open seshagiriprabhu opened 10 years ago

seshagiriprabhu commented 10 years ago

Currently, Tox-Qt-GUI doesn't have multi-select support in the friendsWidget. With this patch, users will be able to select multiple friends and remove them. blob3

nurupo commented 10 years ago

I guess it's a little harder that I thought, since we don't want a multi-select on item drag, which is the default behavior.