aboutsummaryrefslogtreecommitdiff
path: root/components/NewPasswordDialog.qml
Commit message (Collapse)AuthorAgeFilesLines
* PasswordDialog: merge components and bug fixesselsta2019-07-151-287/+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/+20
|
* components: remove show() from password dialogsselsta2019-04-251-2/+0
|
* Remove scaleRatiodsc2019-04-251-19/+19
|
* Merge pull request #2111luigi11112019-04-251-0/+3
|\ | | | | | | 24e7307 components: hide password on dialog opening (selsta)
| * components: hide password on dialog openingselsta2019-04-241-0/+3
| |
* | White themedsc2019-04-241-13/+16
|/
* Merge pull request #2088luigi11112019-04-161-3/+3
|\ | | | | | | 15a5f76 add missing TranslationManager.emptyString (selsta)
| * add missing TranslationManager.emptyStringselsta2019-04-161-3/+3
| |
* | PasswordDialog: don't always show()mmbyday2019-04-111-2/+1
|/
* Merge pull request #1886luigi11112019-01-211-6/+57
|\ | | | | | | bea033b SettingsWallet: readd change password button (selsta)
| * SettingsWallet: readd change password buttonselsta2019-01-151-6/+57
| |
* | QML: fix various warningsxiphon2019-01-101-4/+0
|/
* Fixes the background for 2 popupsSander Ferdinand2018-05-031-0/+2
|
* Fixes undefined references to 'bg', was previously moved to main.inactiveOverlaySander Ferdinand2018-05-031-1/+1
|
* Modify password dialog and move customdecorations function out of main.qmlSander Ferdinand2018-04-251-7/+1
|
* Explicitly import MoneroComponents; prevent namespace pollutionSander Ferdinand2018-03-311-8/+8
|
* Fixes runtime QML warningSander Ferdinand2018-03-291-4/+4
|
* Restyling the dialog boxes a bit moreSander Ferdinand2018-03-291-39/+62
|
* Redesigned NewPasswordDialogSander Ferdinand2018-03-291-49/+32
|
* Cleanup after rebaseSander Ferdinand2018-03-291-8/+0
|
* Allow password to be changedstoffu2018-01-051-0/+254