ChristopherNugent / Locksmith

A simple password generator applet for elementary OS
GNU General Public License v3.0
6 stars 4 forks source link

Feature: Copy-To-Clipboard button #15

Closed ChristopherNugent closed 5 years ago

ChristopherNugent commented 5 years ago

At time of writing, copy a password created by Locksmith requires selecting the text, and manually copying it. This is far more actions than necessary.

Instead Locksmith should have a "Copy to clipboard" button.

rugglcon commented 5 years ago

How are you coming on this? I'd volunteer to help if you'd like it.

ChristopherNugent commented 5 years ago

Recently I've been distracted by my search for a job, but I've started to work on Locksmith again. At the moment I'm focusing on better abstraction before I start adding features again, but this shouldn't take too long to implement.

If you want to add it in I think Gtk.Clipboard has the functionality: https://valadoc.org/gtk+-3.0/Gtk.Clipboard.html

At the moment the all the changes would go under the PasswordView class since I haven't properly done controllers separately from views.

ChristopherNugent commented 5 years ago

Added under the dev branch.