aboutsummaryrefslogtreecommitdiff
path: root/components/PasswordDialog.qml
Commit message (Collapse)AuthorAgeFilesLines
...
* Update copyright for 2018xmr-eric2018-01-081-1/+1
|
* Password input: reset on failed inputTim L2017-12-071-0/+1
|
* mobile layout tweaksJaquee2017-11-031-2/+2
|
* password dialog mobile redesignJaquee2017-11-031-26/+24
|
* components mobile scalingJaquee2017-11-031-11/+7
|
* Make dialogs draggableJaquee2017-05-031-0/+9
|
* enabled translations in some placeskenshi842017-03-111-1/+1
|
* seed password not closingJaquee2017-03-021-2/+4
|
* save wallet name in appwindowJaquee2017-01-151-8/+1
|
* Merge pull request #217Riccardo Spagni2016-12-081-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3752ec7 send page: check daemon status after every refresh (Jaquee) 01549a3 walletManager: coding conventions (Jaquee) 0ae3d67 daemon console -> log + adjusted height (Jaquee) 0e8cd14 Wallet: add m_initialized (Jaquee) c7232e1 set wallet connection status before querying sync status (Jaquee) 3f8e05d Wallet: Cache connection status query (Jaquee) 36a6b89 connect onWalletConnectionStatusChanged() (Jaquee) 93a8200 Transfer: new connectionStatus handling + show status msg (Jaquee) 76e6ae8 remove reference to old pw-dialog (Jaquee) 18b7a67 Wallet: add connectionStatusChanged signal (Jaquee) d9f4ab4 daemonManager: wait for daemon stop on app close (Jaquee) f62bb68 daemonManagerDialog: use new ConnectionStatus enum (Jaquee) dd01f59 hide daemon sync progress after disconnecting wallet (Jaquee) 8d19a03 DaemonManager: add stateChanged() (Jaquee) 760e01b daemonManagerDialog: show processdialog when starting (Jaquee) bb881d9 show processingSplash when starting/stopping daemon (Jaquee) 8361dda resolve rebase conflict (Jaquee) 8dfa79e Shutdown daemon and close wallet properly on app exit (Jaquee) 7876957 DaemonManager::closing() (Jacob Brydolf) 065b060 main: debug messages (Jacob Brydolf) b4eb489 DaemonManager: forward command line arguments to monerod (Jacob Brydolf) 752ff26 forward command line arguments to DaemonManager (Jaquee) 7840dab DaemonManager: console debug output (Jacob Brydolf) 14a5bd5 settings: added daemon console (Jacob Brydolf) b53ef00 history tx details: resized popup (Jacob Brydolf) b4f29b2 StandardDialog: changed default sizes (Jacob Brydolf) 5855700 daemonManagerDialog: added starting signal (Jacob Brydolf) 3a43154 DaemonManager: added console updated signals (Jacob Brydolf) 3df9e44 DaemonManager: windows support (Jacob Brydolf) 5da9f8f standardDialog: close window before continue (Jacob Brydolf) 5a110f4 replace message dialog with custom dialog (Jacob Brydolf) d465780 resized standard dialog (Jacob Brydolf) 482bd30 settings: enable/disable daemon start/stop buttons (Jacob Brydolf) 4e7de8c proper daemon shutdown on app exit (Jaquee) 48471f3 onDaemonStarted/stopped signals/slots (Jaquee) de635cb pw dialog: close popup before continue (Jacob Brydolf) 86772be added standardDialog component (Jacob Brydolf) ae977af settings: add daemon manager (Jacob Brydolf) 2775124 small error in daemon manager dialog (Jacob Brydolf) 82c39e0 WalletManager: include dependencies (Jaquee) 1c6884e Show daemon manager dialog if daemon isnt started (Jacob Brydolf) 9fbfbc4 daemonManager: embed as context property (Jaquee) 4cdc258 WalletManager: basic functionality (Jacob Brydolf)
| * pw dialog: close popup before continueJacob Brydolf2016-11-261-2/+2
| |
* | Print wallet filename in password dialog where approrpiatemoneromooo.monero2016-11-261-3/+12
|/
* Switch OK/Cancel button positionstaushet2016-11-051-12/+9
| | | As per conventions, the 'OK' button should be rightmost.
* PasswordDialog: accept/reject with Enter/Esc, Tab navigationIlya Kitaev2016-11-021-6/+20
|
* Custom password dialog. fixes issue with standard dialogIlya Kitaev2016-11-011-20/+112
|
* settings page: Empty password field on seed viewJacob Brydolf2016-10-111-1/+1
|
* Removed hardcoded height from PasswordDialogIlya Kitaev2016-10-101-1/+0
|
* Display "processing.." splashscreen while wallet initializingIlya Kitaev2016-08-231-0/+28
|
* Ask for password in wallet is password protected. closes #26Ilya Kitaev2016-08-171-1/+36
|
* ask user for the password if wallet is password-protectedIlya Kitaev2016-08-161-0/+5