Commit graph

53 commits

Author SHA1 Message Date
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
Jacob Brydolf
10c2786fca added restore height to wizardFinish 2016-10-10 00:22:36 +03:00
Jacob Brydolf
38d9034470 Wizard: added restore-height 2016-10-10 00:22:36 +03:00
Jacob Brydolf
7f0d6c4c28 persistentSettings: added restoreHeight 2016-10-10 00:22:36 +03:00
Ilya Kitaev
612c497608 TransactionHistory sorting 2016-10-10 00:19:13 +03:00
Ilya Kitaev
0ff3fd3212 added TransactionHistoryModel; renamings 2016-10-10 00:15:17 +03:00
Jacob Brydolf
bd8646dd19 UX improvements in wizard
- password page styling
- tab navigation / focus on load
- click language loads next page
2016-10-10 00:15:17 +03:00
Ilya Kitaev
e287ce88bc Wizard: setup testnet/daemon address 2016-09-23 00:11:19 +03:00
Ilya Kitaev
85787c3e14 Fix: File Path Chooser only opens once (#48) 2016-09-05 22:42:05 +03:00
Ilya Kitaev
3280fe389a fix: Wallet storage path creation broken (#49) 2016-09-05 22:07:53 +03:00
dEBRUYNE-1
1cc7d35ab8 Fix typo 2016-08-31 18:39:44 +02:00
Ilya Kitaev
8d93f01db4 WalletManager::openWalletAsync integrating with UI 2016-08-19 14:44:44 +03:00
Ilya Kitaev
6f1343aaa0 ask user for the password if wallet is password-protected 2016-08-16 23:21:46 +03:00
Ilya Kitaev
e5d5a6082f Wizard refactoring 2016-07-21 13:56:17 +03:00
Ilya Kitaev
32ebf180ac dynamic translation support. closes #24 2016-07-20 22:28:11 +03:00
Ilya Kitaev
39b88daf32 Apply translation for "normal" mode 2016-07-19 23:45:12 +03:00
Ilya Kitaev
a9339838ac TranslationManager, Russian translation example 2016-07-19 23:31:09 +03:00
Ilya Kitaev
7df82af75d New flags images, added IT,RU,ZH translation files 2016-07-13 16:01:56 +03:00
Ilya Kitaev
17f38a930e Added "Receive" page. Hide all pages except "Transfer" and "Receive". 2016-06-26 18:04:45 +03:00
Ilya Kitaev
3ddd9bed72 main application: initialize wallet, display balance 2016-06-15 16:34:55 +03:00
Ilya Kitaev
2151f1395c Persistent storage for common settings. closes #10 2016-06-15 13:25:45 +03:00
Ilya Kitaev
1eac46ae73 "new wallet" and "recovery wallet" flows are implemented using libwallet
api
2016-06-14 16:09:14 +03:00
Ilya Kitaev
b7787dc670 Moving wallet to the user defined location at the "donation" page (pre-
final)
2016-06-14 12:40:29 +03:00
Ilya Kitaev
fd50e6f9a3 new wallet wizard: wallet created in temporary directory and moved to
the destination at the final step
2016-06-10 16:41:13 +03:00
Ilya Kitaev
6d0179f1a7 wizard: saving locale instead of language; wallet interface continued 2016-03-01 18:41:30 +03:00
Ilya Kitaev
7d9306ca1a Qt wrapper for libwallet - in-progress 2016-02-29 17:39:39 +03:00
Ilya Kitaev
625041df18 integrating cpp wallet mockups with QML 2016-02-24 13:25:20 +03:00
Ilya Kitaev
1195a89d06 started integrating wallet library 2016-02-23 18:59:26 +03:00
Ilya Kitaev
921d16a458 Forgotten file with password strength related functions 2016-02-10 21:36:35 +03:00
Ilya Kitaev
e555631b40 wallet directrory in "Documents" for Windows and in "home" for *nix 2016-02-08 10:58:01 +03:00
Ilya Kitaev
16020ae2a8 Wizard: "next button" visibility in backward direction fixed 2016-02-08 10:15:25 +03:00
Ilya Kitaev
8bc411c598 wordings and text alignment according to design 2016-02-08 10:12:12 +03:00
Ilya Kitaev
1364c2b498 Password strength level updated 2016-02-06 19:19:54 +03:00
Ilya Kitaev
e3bea0dd4a "word mnemonic input" with clipboard button and hint is reusable
component;
2016-02-06 15:49:31 +03:00
Ilya Kitaev
fce88a8120 Selection (branching) for recovery path 2016-02-03 00:09:45 +03:00
Ilya Kitaev
bbc35ff484 Next button is in "disabled" state on password page 2016-01-29 22:08:17 +03:00
Ilya Kitaev
ef66f9bf16 Wizard: bugfix for "next" button on password page 2016-01-27 22:16:48 +03:00
Ilya Kitaev
cb45a37c95 Language files added to resources 2016-01-27 22:06:38 +03:00
Ilya Kitaev
3cfa176605 Hiding "next" button on the final page 2016-01-26 10:33:58 +03:00
Ilya Kitaev
63e4d19a92 Save settings for each wizard page in "wizard.settings" object and
diplay overview at the last page
2016-01-26 10:30:07 +03:00
Ilya Kitaev
78b556575a password page: checking if passwords match. merged "configuration" and
"donation" pages into one
2016-01-26 00:17:55 +03:00
Ilya Kitaev
965a8759f0 WizardWelcome: ListView replaced with GridView 2016-01-25 16:39:52 +03:00
Riccardo Spagni
bebae4727e
added licenses 2015-04-01 10:56:05 +02:00
marcin
c63251f579 use monero button 2014-08-29 10:44:31 +02:00