| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Password page edits | xmr-eric | 2016-12-21 | 1 | -4/+4 | |
| | | ||||||
| * | Merge pull request #306 | Riccardo Spagni | 2016-12-20 | 1 | -4/+4 | |
| |\ | | | | | | | 57bbe8d Simplify text on wizard Option page (xmr-eric) | |||||
| | * | Simplify text on wizard Option page | xmr-eric | 2016-12-17 | 1 | -4/+4 | |
| | | | ||||||
| * | | Merge pull request #302 | Riccardo Spagni | 2016-12-20 | 2 | -7/+5 | |
| |\ \ | | | | | | | | | | 0b7efa1 Wizard: Prevent user from getting trapped (Jaquee) | |||||
| | * | | Wizard: Prevent user from getting trapped | Jaquee | 2016-12-17 | 2 | -7/+5 | |
| | |/ | ||||||
| * | | Don't claim a password is "medium" too easily | moneromooo.monero | 2016-12-17 | 1 | -1/+7 | |
| | | | ||||||
| * | | Use zxcvbn for password strength estimation | moneromooo.monero | 2016-12-17 | 2 | -33/+2 | |
| |/ | ||||||
| * | Wizard: prevent linebreaks in wallet name | Jaquee | 2016-12-15 | 1 | -2/+2 | |
| | | ||||||
| * | code clean up and wallet close consistency | Jaquee | 2016-12-13 | 2 | -2/+2 | |
| | | ||||||
| * | Merge pull request #248 | Riccardo Spagni | 2016-12-09 | 4 | -1/+27 | |
| |\ | | | | | | | 6ca4e05 wizard: Reset password and account name fields on wizard restart (Jaquee) | |||||
| | * | wizard: Reset password and account name fields on wizard restart | Jaquee | 2016-12-08 | 4 | -1/+27 | |
| | | | ||||||
| * | | Merge pull request #244 | Riccardo Spagni | 2016-12-09 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | 5bda759 Update WizardFinish.qml (xmrdc) | |||||
| | * | | Update WizardFinish.qml | xmrdc | 2016-12-06 | 1 | -1/+1 | |
| | |/ | | | | | | | | | fixed typo "You're all setup!" to "You're all set up!" | |||||
| * | | Merge pull request #228 | Riccardo Spagni | 2016-12-09 | 1 | -0/+5 | |
| |\ \ | | | | | | | | | | f41a842 Wizard: fix wrong wallet loaded in open from file (mochaccinuh) | |||||
| | * | | Wizard: fix wrong wallet loaded in open from file | mochaccinuh | 2016-11-29 | 1 | -0/+5 | |
| | |/ | | | | | | | | | | | Wizard: move cleanup logic to WizardMain.qml Wizard: move cleanup logic to WizardMain.qml | |||||
| * | | Merge pull request #226 | Riccardo Spagni | 2016-12-09 | 3 | -9/+26 | |
| |\ \ | | | | | | | | | | | | | abd5c68 Windows: don't allow non-ascii characters in path (Jaquee) 1a610db add isWindows property (Jaquee) | |||||
| | * | | Windows: don't allow non-ascii characters in path | Jaquee | 2016-11-29 | 3 | -9/+26 | |
| | |/ | ||||||
| * / | wizard: remove msg about confirmation dialog | Jaquee | 2016-12-04 | 2 | -3/+2 | |
| |/ | ||||||
| * | Update WizardFinish.qml | xmr-eric | 2016-11-12 | 1 | -1/+1 | |
| | | ||||||
| * | Wizard modification for italian translation | signo88 | 2016-11-08 | 1 | -4/+4 | |
| | | ||||||
| * | Merge pull request #103 | Riccardo Spagni | 2016-11-05 | 1 | -14/+32 | |
| |\ | | | | | | | | | 1036eef Removes the donation and mining texts from wizard's finish page (maitscha) 4097c71 Restyles the wizard's finish page (maitscha) | |||||
| | * | Removes the donation and mining texts from wizard's finish page | maitscha | 2016-11-04 | 1 | -5/+5 | |
| | | | ||||||
| | * | Restyles the wizard's finish page | maitscha | 2016-11-03 | 1 | -14/+32 | |
| | | | ||||||
| * | | wizard: empty seed box on page load | Jacob Brydolf | 2016-10-30 | 1 | -1/+4 | |
| | | | ||||||
| * | | Wizard: Delete old wallet object before creating new | Jacob Brydolf | 2016-10-30 | 1 | -12/+14 | |
| | | | ||||||
| * | | wizard: updated open from file icon | Jacob Brydolf | 2016-10-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | wizard: warn user if wallet exists in path | Jacob Brydolf | 2016-10-30 | 3 | -13/+33 | |
| | | | ||||||
| * | | wizard: default account name on recover page | Jacob Brydolf | 2016-10-29 | 2 | -3/+2 | |
| | | | ||||||
| * | | wizardOptions: open from file button | Jacob Brydolf | 2016-10-29 | 1 | -6/+64 | |
| | | | ||||||
| * | | wizard: change default account name + validation nextButton | Jacob Brydolf | 2016-10-29 | 1 | -1/+7 | |
| | | | ||||||
| * | | wizard: disable donation page | Jacob Brydolf | 2016-10-29 | 1 | -5/+9 | |
| | | | ||||||
| * | | wizard: open fallet from file | Jacob Brydolf | 2016-10-29 | 1 | -7/+29 | |
| | | | ||||||
| * | | wizard: skip language page if only 1 language is availible | Jacob Brydolf | 2016-10-29 | 1 | -2/+15 | |
| | | | ||||||
| * | | Wizard: check pwd on page load | Jacob Brydolf | 2016-10-28 | 1 | -0/+1 | |
| |/ | ||||||
| * | remove wizardOpenWallet.qml - not ready yet | Jacob Brydolf | 2016-10-17 | 1 | -147/+0 | |
| | | ||||||
| * | Remove trailing slash on wallet_path | Jacob Brydolf | 2016-10-17 | 2 | -0/+153 | |
| | | ||||||
| * | wizard: store password in appwindow session | Jacob Brydolf | 2016-10-11 | 1 | -0/+3 | |
| | | ||||||
| * | fix restore-height fallback | Jacob Brydolf | 2016-10-10 | 1 | -1/+1 | |
| | | ||||||
| * | wizard: save recovering state | Jacob Brydolf | 2016-10-10 | 2 | -1/+2 | |
| | | ||||||
| * | one more variable fix | Jacob Brydolf | 2016-10-10 | 1 | -2/+3 | |
| | | ||||||
| * | Wizard: finish page: restore height hidden if not set | Ilya Kitaev | 2016-10-10 | 2 | -2/+2 | |
| | | ||||||
| * | added restore height to wizardFinish | Jacob Brydolf | 2016-10-10 | 1 | -0/+1 | |
| | | ||||||
| * | Wizard: added restore-height | Jacob Brydolf | 2016-10-10 | 3 | -3/+23 | |
| | | ||||||
| * | persistentSettings: added restoreHeight | Jacob Brydolf | 2016-10-10 | 1 | -0/+1 | |
| | | ||||||
| * | TransactionHistory sorting | Ilya Kitaev | 2016-10-10 | 2 | -2/+4 | |
| | | ||||||
| * | added TransactionHistoryModel; renamings | Ilya Kitaev | 2016-10-10 | 2 | -3/+2 | |
| | | ||||||
| * | UX improvements in wizard | Jacob Brydolf | 2016-10-10 | 3 | -18/+35 | |
| | | | | | | | - password page styling - tab navigation / focus on load - click language loads next page | |||||
| * | Wizard: setup testnet/daemon address | Ilya Kitaev | 2016-09-23 | 5 | -8/+107 | |
| | | ||||||
| * | Fix: File Path Chooser only opens once (#48) | Ilya Kitaev | 2016-09-05 | 1 | -4/+7 | |
| | | ||||||
| * | fix: Wallet storage path creation broken (#49) | Ilya Kitaev | 2016-09-05 | 1 | -1/+2 | |
| | | ||||||
