aboutsummaryrefslogtreecommitdiff
path: root/pages/settings/SettingsWallet.qml
Commit message (Collapse)AuthorAgeFilesLines
* Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815Monzero Build System11 hours1-11/+11
|
* Update year in Cypyrightinson12024-01-271-1/+1
|
* qsTr scan tx errorj-berman2022-10-291-1/+1
|
* Display clear error when user scans older tx via untrusted daemonj-berman2022-10-281-1/+10
|
* Update balance after calling scan_txj-berman2022-10-201-0/+1
|
* SettingsWallet: add scan transaction optionselsta2022-05-281-0/+21
|
* SettingsWallet: lock wallet on demandreemuru2022-03-131-0/+8
| | | | | | | | | | 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.
* Merge pull request #3802luigi11112022-01-011-1/+5
|\ | | | | | | 98f8f19 SettingsWallet: improve and translate trusted remote node error message (rating89us)
| * SettingsWallet: improve and translate trusted remote node error messagerating89us2021-12-131-1/+5
| |
* | SettingsWallet, SettingsListItem: disable "Rescan wallet balance" buton if ↵rating89us2021-12-121-0/+1
|/ | | | wallet is not synced
* SettingsWallet: fix warningselsta2020-11-051-1/+1
|
* SettingsWallet: disable creating view-only wallet for Ledgerrating89us2020-10-171-1/+1
|
* Settings: move Merchant menu entrythotbot2020-04-131-1/+13
|
* Settings: rework wallet pagethotbot2020-04-051-6/+8
|
* Merge pull request #2665luigi11112019-12-211-6/+1
|\ | | | | | | c6c094b SettingsWallet: cleanup on wallet close (xiphon)
| * SettingsWallet: cleanup on wallet closexiphon2019-12-201-6/+1
| |
* | Settings: fix page heightthotbot2019-12-201-1/+1
|/
* SettingsWallet: refactor list items into separate componentxiphon2019-11-111-283/+68
|
* repo: remove isMobile leftoversselsta2019-09-061-1/+1
|
* PasswordDialog: merge components and bug fixesselsta2019-07-151-1/+1
| | | | | | | | | | | 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.
* Dynamic height for the settings->walletxmrdsc2019-04-251-6/+5
|
* Remove scaleRatiodsc2019-04-251-36/+36
|
* White themedsc2019-04-241-106/+46
|
* add missing TranslationManager.emptyStringselsta2019-04-161-1/+1
|
* Settings: fix create view only wallet buttonselsta2019-02-271-1/+12
|
* SettingsWallet: hide creating a view wallet for viewOnly walletsmmbyday2019-02-251-0/+2
|
* Wizard redesigndsc2019-02-221-0/+2
|
* Merge pull request #1886luigi11112019-01-211-0/+77
|\ | | | | | | bea033b SettingsWallet: readd change password button (selsta)
| * SettingsWallet: readd change password buttonselsta2019-01-151-0/+77
| |
* | Merchant pagedsc2018-12-291-1/+1
|/
* Clear text fields up switching walletsmmbyday2018-12-181-0/+3
|
* Merge pull request #1835luigi11112018-12-181-4/+4
|\ | | | | | | 515bb16 fix various QML warnings (xiphon)
| * fix various QML warningsxiphon2018-12-171-4/+4
| |
* | settings-wallet: use StandardButton instead of custom buttonsxiphon2018-12-131-139/+36
|/
* Correction of View-Only Wallet description (see Issue #1610)Leza892018-10-251-1/+1
| | | | | | | | | | | | | | | | | * 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
* Included copyright headersSander Ferdinand2018-08-051-0/+28
|
* Lighten up the grey colors a bitSander Ferdinand2018-08-051-4/+4
|
* Move function to show the seed page to Utils.jsSander Ferdinand2018-07-181-3/+1
|
* Added settings page: WalletSander Ferdinand2018-07-181-0/+407