aboutsummaryrefslogtreecommitdiff
path: root/components/PassphraseDialog.qml
Commit message (Collapse)AuthorAgeFilesLines
* PasswordDialog: merge components and bug fixesselsta2019-07-151-321/+0
| | | | | | | | | | | 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.
* dialogs: fix titlebar disablednessmmbyday2019-04-301-9/+0
|
* passworddialog: replace eye with font awesomemmbyday2019-04-291-22/+21
|
* components: remove show() from password dialogsselsta2019-04-251-1/+0
|
* Remove scaleRatiodsc2019-04-251-21/+21
|
* Merge pull request #2111luigi11112019-04-251-0/+4
|\ | | | | | | 24e7307 components: hide password on dialog opening (selsta)
| * components: hide password on dialog openingselsta2019-04-241-0/+4
| |
* | White themedsc2019-04-241-11/+13
|/
* Merge pull request #2088luigi11112019-04-161-4/+4
|\ | | | | | | 15a5f76 add missing TranslationManager.emptyString (selsta)
| * add missing TranslationManager.emptyStringselsta2019-04-161-4/+4
| |
* | PasswordDialog: don't always show()mmbyday2019-04-111-1/+0
|/
* async device open and create from device, passphraseDusan Klinec2019-04-061-0/+327
- passphrase entry on host added, requires early listener setting monero pull #5355 - wallet open and create from device shows splash to indicate possible long process - create from device is async to support passphrase entry