This commit adds the ability to lock the wallet on demand instead
of waiting for the user inactivity time out. It is binded to the
hot keys Ctrl+L. Pressing cancel or the esc key will send the user
back to the wizard home for wallet selection. Incorrect password
returns the error message. Correct password will remove the
PasswordDialog allowing access. Add lock functionality in the
wallet settings section and title bar.
This commit merges PasswordDialog, PassphraseDialog and
NewPasswordDialog. Also the following bugs were fixed:
- Wizard pages still being active when opening a wallet
from wizard.
- Capslock detection was buggy when copy pasting password, I
replaced it with native implementations for each platform.
- isAlpha could throw errors when using special characters.
* changed
<location filename="../pages/settings/SettingsWallet.qml" line="185"/>
<source>Creates a new wallet that can only view transactions, cannot initialize transactions.</source>
to
"Creates a new wallet that can only view and initiate transactions, but requires a spendable wallet to sign transactions before sending"
in /pages/settings/SettingsWallet.qml (Thanks for the guidance, Erciccione)
* Updated all translations and added "unfinished" tag where necessary
* Updated german translation