Commit graph

196 commits

Author SHA1 Message Date
luigi1111
7c9ba196c9
Merge pull request #1140
70d42ee Wizard: allow seed without checksum
2018-03-06 12:33:01 -05:00
luigi1111
4479026649
Merge pull request #1149
22de9db Fix a few uses of undefined data on startup and exit
2018-03-06 12:26:03 -05:00
moneromooo.monero
22de9db4e1 Fix a few uses of undefined data on startup and exit 2018-03-03 23:26:20 +00:00
stoffu
70d42ee328
Wizard: allow seed without checksum 2018-02-25 21:52:04 +09:00
stoffu
fd1f4bf628
Bootstrap daemon (requires #3165) 2018-01-30 07:45:11 +09:00
stoffu
af882e87f5
rectified visual switch between local node & remote node 2018-01-30 07:45:08 +09:00
stoffu
89ec822ba5
removed persistentSettings.startLocalNode as it's synonym for !persistentSettings.useRemoteNode 2018-01-30 07:45:03 +09:00
luigi1111
629f460eb6
Merge pull request #1065
fdd528b Update copyright for 2018
2018-01-26 14:33:47 -05:00
xmr-eric
fdd528b99e Update copyright for 2018 2018-01-08 12:51:26 -05:00
stoffu
cec206ec8d
Refactor wallet password dialog 2018-01-05 16:11:29 +09:00
Jaquee
a8e19b8fb6 Enable password strength meter on iOS 2017-11-03 16:57:12 +01:00
Jaquee
2170f6a46d Improve copy text handling 2017-11-03 16:57:12 +01:00
Jaquee
806f496faf wizarddaemonsettings remove lightwallet settings until #2109 is merged 2017-11-03 16:57:11 +01:00
Jaquee
0e6028aacf wizard: disable password strenght meter on mobiles 2017-11-03 16:57:10 +01:00
Jaquee
bcb7bcffdb wizard: reworked testnet settings 2017-11-03 16:57:10 +01:00
Jaquee
b205acc51b Wizard: add qrcode scanner to recover page 2017-11-03 16:57:10 +01:00
Jaquee
a3088b1eeb Wizard: add daemon settings page 2017-11-03 16:09:23 +01:00
Jaquee
bbcb780cfa wizard: use m_wallet instead of storing in settingsObj 2017-11-01 17:02:44 +01:00
Jaquee
91953f1a3a Wizard: add scaleRatio 2017-11-01 17:02:44 +01:00
Jaquee
80618c83fd wizard: reworked testnet settings 2017-10-23 20:35:17 +02:00
Jonathan Cross
08b54f69a5
Restore wallet: Adding space after 'Your wallet is stored in' 2017-06-02 01:20:32 +02:00
Jaquee
127790e4a1 set correct seed lang when recovering from keys 2017-05-23 14:03:03 +02:00
Jaquee
2e53c524a1 ios build settings 2017-05-05 12:03:03 +02:00
Jaquee
a4a44d7c99 clear populated fields when stepping back to page 1 in wizard 2017-05-04 17:04:12 +02:00
xmr-eric
d42d2dd742 Better spacing for Wizard password warning
Title was butted right up against warning. No more.
2017-03-19 13:35:02 -04:00
kenshi84
c45cc3de41
enabled translations in some places 2017-03-11 14:09:09 +09:00
Riccardo Spagni
3273d1f935
Merge pull request #539
c75d3cf fix wizard spacing and dots (Jaquee)
2017-03-07 11:03:13 +00:00
Riccardo Spagni
fed4dd4654
Merge pull request #532
1ff4e90 bring back restore height field (Jaquee)
2017-03-07 11:01:08 +00:00
Jaquee
c75d3cf9ec
fix wizard spacing and dots 2017-03-04 00:32:53 +01:00
Jaquee
1ff4e9030b bring back restore height field 2017-03-03 19:45:18 +01:00
xmr-eric
e3f81b9c49 WizardPasswordInput.qml Smaller fontsize 2017-03-03 12:07:40 -05:00
Jaquee
be09e3e596 Wizard: make sure next button is visible when stepping back 2017-02-27 22:07:17 +01:00
Jaquee
ebcab010bb Wizard: mobile redesign 2017-02-27 22:07:16 +01:00
Riccardo Spagni
ea7fab6efe
Merge pull request #464
16be0ee wizard: field bg color (Jaquee)
2017-02-08 12:44:24 +02:00
Jaquee
16be0ee344
wizard: field bg color 2017-02-05 20:24:16 +01:00
Jaquee
756a821f41 Wizard: clear restore from keys fields on wizard restart 2017-02-05 14:04:50 +01:00
Jaquee
8060307c62
wizard: fix focus 2017-02-04 15:41:10 +01:00
Jaquee
04ff16ddb2 restore from keys: show error in popup 2017-01-30 23:20:47 +01:00
Jaquee
c5c2a40ef5 Wizard: restore from keys 2017-01-30 23:20:47 +01:00
Jaquee
adaa8cb806
Wizard: fix recover bug 2017-01-17 22:38:38 +01:00
Jaquee
fd983955b4
view only wallets
wizard: fix dots on pw page

wizard: fix focus on pw field

viewOnly: added success message
2017-01-15 12:32:25 +01:00
Riccardo Spagni
6437723772
Merge pull request #383
ba8decc wizard: Ensure temporary wallet files are deleted (Jaquee)
2017-01-08 16:58:39 -08:00
Riccardo Spagni
1532c5638f
Merge pull request #382
427d9e2 wizard: store settings before opening from file (Jaquee)
2017-01-08 16:57:59 -08:00
Riccardo Spagni
ee9888d9b6
Merge pull request #366
10ac65f WizardMemoTextInput: Better use of emphasis (xmr-eric)
4406d4b WizardPassword: Better emphasis and a word change (xmr-eric)
2017-01-08 16:51:08 -08:00
Riccardo Spagni
8f95e95b21
Merge pull request #359
1c58997 WizardPasswordInput: update password strength on paste too (moneromooo.monero)
d831395 WizardPassword: clamp displayed password strength to widget max (moneromooo.monero)
2017-01-08 16:50:10 -08:00
Jaquee
ba8decca3f
wizard: Ensure temporary wallet files are deleted 2017-01-03 22:45:41 +01:00
Jaquee
427d9e2645
wizard: store settings before opening from file 2017-01-02 18:45:10 +01:00
xmr-eric
10ac65ffb1 WizardMemoTextInput: Better use of emphasis 2016-12-27 18:02:31 -05:00
xmr-eric
4406d4bbaa WizardPassword: Better emphasis and a word change 2016-12-27 18:01:22 -05:00
moneromooo.monero
1c5899731c WizardPasswordInput: update password strength on paste too 2016-12-25 22:59:19 +00:00
moneromooo.monero
d831395013 WizardPassword: clamp displayed password strength to widget max 2016-12-25 22:59:13 +00:00
Clement
119832a55b Reduce the number of "balls" in the wizard to be coherent with the hidden steps (3 steps instead of 4). Color green for all. 2016-12-23 22:19:11 +01:00
taushet
23921c936f Smaller fontsize on WizardWelcome
(see #321)
2016-12-21 15:45:02 +01:00
xmr-eric
e3ef832063 Wizard Option Page: Change "Recover" to "Restore" 2016-12-21 01:34:05 -05:00
xmr-eric
2f4d31a925 Improve wizard Seed importance/secret statement 2016-12-21 01:32:55 -05:00
xmr-eric
31f9c1d09b CreateWallet page 2016-12-21 01:31:41 -05:00
xmr-eric
638e20746c End of Wizard page 2016-12-21 01:30:16 -05:00
xmr-eric
7f824646bc ManageWalletUIpage 2016-12-21 01:29:15 -05:00
xmr-eric
9bd557c489 Recover Wallet page 2016-12-21 01:27:19 -05:00
xmr-eric
a4d9dc09d8 Password page edits 2016-12-21 01:26:05 -05:00
Riccardo Spagni
4d258f6da7
Merge pull request #306
57bbe8d Simplify text on wizard Option page (xmr-eric)
2016-12-20 22:56:38 +02:00
Riccardo Spagni
def02f6332
Merge pull request #302
0b7efa1 Wizard: Prevent user from getting trapped (Jaquee)
2016-12-20 22:54:53 +02:00
xmr-eric
57bbe8da52 Simplify text on wizard Option page 2016-12-17 18:05:42 -05:00
Jaquee
0b7efa19ef Wizard: Prevent user from getting trapped 2016-12-17 15:38:43 +01:00
moneromooo.monero
03c15af20e Don't claim a password is "medium" too easily 2016-12-17 12:45:00 +00:00
moneromooo.monero
fbe19d23b7 Use zxcvbn for password strength estimation 2016-12-17 11:32:33 +00:00
Jaquee
f2b8401811
Wizard: prevent linebreaks in wallet name 2016-12-15 00:59:19 +01:00
Jaquee
eb97bda3a3
code clean up and wallet close consistency 2016-12-13 23:45:37 +01:00
Riccardo Spagni
ca5c67cac2
Merge pull request #248
6ca4e05 wizard: Reset password and account name fields on wizard restart (Jaquee)
2016-12-09 00:10:05 +02:00
Riccardo Spagni
838845d878
Merge pull request #244
5bda759 Update WizardFinish.qml (xmrdc)
2016-12-09 00:09:49 +02:00
Riccardo Spagni
e38bd69dcc
Merge pull request #228
f41a842 Wizard: fix wrong wallet loaded in open from file (mochaccinuh)
2016-12-09 00:05:49 +02:00
Riccardo Spagni
0c484ea424
Merge pull request #226
abd5c68 Windows: don't allow non-ascii characters in path (Jaquee)
1a610db add isWindows property (Jaquee)
2016-12-09 00:05:33 +02:00
Jaquee
6ca4e05167
wizard: Reset password and account name fields on wizard restart 2016-12-08 15:37:16 +01:00
xmrdc
5bda759c64 Update WizardFinish.qml
fixed typo

"You're all setup!" to "You're all set up!"
2016-12-06 13:00:26 -08:00
Jaquee
b97dc2f481
wizard: remove msg about confirmation dialog 2016-12-04 20:48:53 +01:00
mochaccinuh
f41a842525 Wizard: fix wrong wallet loaded in open from file
Wizard: move cleanup logic to WizardMain.qml

Wizard: move cleanup logic to WizardMain.qml
2016-11-29 19:35:43 +01:00
Jaquee
abd5c685af
Windows: don't allow non-ascii characters in path 2016-11-29 17:14:11 +01:00
xmr-eric
a81b5ef08c Update WizardFinish.qml 2016-11-12 22:57:24 -05:00
signo88
71e0036fdf Wizard modification for italian translation 2016-11-08 15:47:00 +01:00
Riccardo Spagni
925449ed88
Merge pull request #103
1036eef Removes the donation and mining texts from wizard's finish page (maitscha)
4097c71 Restyles the wizard's finish page (maitscha)
2016-11-05 10:11:47 +02:00
maitscha
1036eef0a3 Removes the donation and mining texts from wizard's finish page 2016-11-04 14:49:17 +01:00
maitscha
4097c7157e Restyles the wizard's finish page 2016-11-03 10:04:48 +01:00
Jacob Brydolf
e6fe9d3045
wizard: empty seed box on page load 2016-10-30 21:33:14 +01:00
Jacob Brydolf
776a591190
Wizard: Delete old wallet object before creating new 2016-10-30 21:31:55 +01:00
Jacob Brydolf
9afa5d782d
wizard: updated open from file icon 2016-10-30 18:08:37 +01:00
Jacob Brydolf
d637b5883e
wizard: warn user if wallet exists in path 2016-10-30 18:07:56 +01:00
Jacob Brydolf
097449079d
wizard: default account name on recover page 2016-10-29 16:44:13 +02:00
Jacob Brydolf
21414d75a4
wizardOptions: open from file button 2016-10-29 16:39:32 +02:00
Jacob Brydolf
ec3d586fd0
wizard: change default account name + validation nextButton 2016-10-29 16:36:32 +02:00
Jacob Brydolf
469bb9f25f
wizard: disable donation page 2016-10-29 16:35:16 +02:00
Jacob Brydolf
1d0ddff0e1
wizard: open fallet from file 2016-10-29 16:34:24 +02:00
Jacob Brydolf
675e35d717
wizard: skip language page if only 1 language is availible 2016-10-29 14:07:55 +02:00
Jacob Brydolf
49c022b641
Wizard: check pwd on page load 2016-10-28 21:20:05 +02:00
Jacob Brydolf
415594460b
remove wizardOpenWallet.qml - not ready yet 2016-10-17 22:53:47 +02:00
Jacob Brydolf
9cc3dee472
Remove trailing slash on wallet_path 2016-10-17 21:42:26 +02:00
Jacob Brydolf
b8c07de819
wizard: store password in appwindow session 2016-10-11 01:02:07 +02:00
Jacob Brydolf
8367cfab85
fix restore-height fallback 2016-10-10 22:50:14 +02:00
Jacob Brydolf
625ae77945
wizard: save recovering state 2016-10-10 21:38:30 +02:00
Jacob Brydolf
1ca4fd24ef
one more variable fix 2016-10-10 20:20:50 +02:00
Ilya Kitaev
54b22d21a8 Wizard: finish page: restore height hidden if not set 2016-10-10 00:30:55 +03:00