mhogomchungu / ussd-gui

a Qt based GUI front end to libgammu capable of sending USSD codes and reading SMS from devices
Other
24 stars 5 forks source link

Support for the "delete" key in favorites #9

Closed morfikov closed 8 years ago

morfikov commented 8 years ago

When you have many USSD codes in favorites, clicking on each and removing them individually is a little bit tiring. Wouldn't be easier to just press the delete key on the keyboard?

mhogomchungu commented 8 years ago

When the key is pressed,should a confirmation dialog pop up asking for confirmation or should the entry just be deleted?

morfikov commented 8 years ago

I think the confirmation is not necessary.

mhogomchungu commented 8 years ago

closing the bug report as "fixed",the delete button now deletes an entry in the favorite field without asking for a confirmation.

morfikov commented 8 years ago

There's just one issue with deleting an entry. When you select for instance an entry number 50 and press the delete key, the next entry to be deleted is the last one on the list. I think the selection should stay at the same position. The same issue is with the delete button.

mhogomchungu commented 8 years ago

done with the latest commit