Commit Graph

93 Commits

Author SHA1 Message Date
Riccardo Spagni
04325f4cd8
Merge pull request #99
fa1e92c Disable transfer page if daemon isn't connected or fully synced (Jacob Brydolf)
2016-11-05 10:11:28 +02:00
Riccardo Spagni
cda769739e
Merge pull request #97
d12436a use daemon target height in progress ui (Jacob Brydolf)
8079597 Cache daemon target height (Jacob Brydolf)
2016-11-05 10:11:00 +02:00
Riccardo Spagni
bfebc2e356
Merge pull request #95
550087f PasswordDialog: accept/reject with Enter/Esc, Tab navigation (Ilya Kitaev)
513f7eb StandardButton: indicating "focused" state (Ilya Kitaev)
7973d0c Custom password dialog. fixes issue with standard dialog (Ilya Kitaev)
2016-11-05 10:08:50 +02:00
Riccardo Spagni
56043ec483
Merge pull request #94
2a71bd6 Change default mixin to 4 & add mixin # to confirmation window (dEBRUYNE-1)
2016-11-05 10:08:24 +02:00
Jacob Brydolf
fa1e92c34c Disable transfer page if daemon isn't connected or fully synced
fix whitespace
2016-11-02 00:26:56 +01:00
Jacob Brydolf
d12436a1d6
use daemon target height in progress ui 2016-11-01 18:15:19 +01:00
Ilya Kitaev
7973d0cbcc Custom password dialog. fixes issue with standard dialog 2016-11-01 15:01:24 +03:00
dEBRUYNE-1
2a71bd6c11
Change default mixin to 4 & add mixin # to confirmation window 2016-10-31 19:28:48 +01:00
Jacob Brydolf
e09ccd3c9a
open last opened wallet on gui start. 2016-10-30 17:58:12 +01:00
Jacob Brydolf
6b7adbce1b
refresh transaction history on wallet change 2016-10-29 16:59:31 +02:00
Jacob Brydolf
fd67c61bf2
show wizard if password dialog is closed 2016-10-29 16:49:00 +02:00
Jacob Brydolf
6818ecd163
new wallet default path + open wallet from file 2016-10-29 16:48:10 +02:00
Jacob Brydolf
6aa5ced4f7
keep restoring state until first refresh is finished 2016-10-28 00:24:02 +02:00
Jacob Brydolf
0691b483b7
Don't send path as argument on wallet store (windows fix) 2016-10-17 22:43:01 +02:00
Jacob Brydolf
fc2a086aba
corrected path on wallet store after refresh 2016-10-17 21:41:45 +02:00
Jacob Brydolf
10d3d3f577
Save wallet after every refresh 2016-10-17 19:13:56 +02:00
Jacob Brydolf
2d980b6951
validation on send - unlocked balance 2016-10-11 23:02:21 +02:00
Jacob Brydolf
4da6520aab
added todo 2016-10-10 23:23:17 +02:00
Jacob Brydolf
703948cec4
fix corrupt wallet on killed app during sync 2016-10-10 22:52:32 +02:00
Jacob Brydolf
a7e4e341e9
make sure wallet is closed on app close 2016-10-10 21:42:25 +02:00
Jacob Brydolf
a88c031510
continue recovering from seed on open if not finished 2016-10-10 21:40:58 +02:00
Jacob Brydolf
b57175671e
fix variable namings 2016-10-10 16:37:03 +02:00
Ilya Kitaev
b1454c6a13 removed duplicated-by-mistake code 2016-10-10 01:08:35 +03:00
Ilya Kitaev
be135e39cc Processing splash formatting improved 2016-10-10 00:30:55 +03:00
Ilya Kitaev
7ed623e6d9 Basic mode: updating balance properly 2016-10-10 00:25:56 +03:00
Ilya Kitaev
eafcf71382 Minimized aka basic mode 2016-10-10 00:25:28 +03:00
Jacob Brydolf
883762cad0 removed daemon-blockchain-progress rests 2016-10-10 00:22:36 +03:00
Jacob Brydolf
38db5a4178 Integrate splash counter with restore-height 2016-10-10 00:21:19 +03:00
Jacob Brydolf
868610c778 fix conflict 2016-10-10 00:20:03 +03:00
Jacob Brydolf
49018390dc added comma/locale separation to sync counter 2016-10-10 00:19:39 +03:00
Ilya Kitaev
99271828ae Fix: unused dummy property removed 2016-10-10 00:19:39 +03:00
Ilya Kitaev
0498c3ba64 Transaction history is not crashing and refreshing properly 2016-10-10 00:19:13 +03:00
Jacob Brydolf
9700944b7f close wallet before reopen 2016-10-10 00:18:27 +03:00
Jacob Brydolf
af70c81082 Added daemon BC sync progress bar
depends on https://github.com/monero-project/monero/pull/1173

Signed-off-by: Jacob Brydolf <jacob@brydolf.net>
2016-10-10 00:15:17 +03:00
Ilya Kitaev
0ff3fd3212 added TransactionHistoryModel; renamings 2016-10-10 00:15:17 +03:00
Jacob Brydolf
4f3526d995 store wallet after first successful refresh 2016-10-05 23:24:40 +02:00
Jacob Brydolf
f0d2e58376 make splash less resource intensive 2016-09-30 12:12:26 +02:00
Ilya Kitaev
f402fd9e7d Wallet::daemonBlockChainHeight(); BC sync progress in GUI 2016-09-26 22:55:25 +03:00
Ilya Kitaev
86a6bfbff1 Logging: removed password logging 2016-09-23 00:11:19 +03:00
Ilya Kitaev
4706379079 Processing splash bug fixed;
Receive page: wrong reference to the wallet fixed;
2016-09-01 23:55:30 +03:00
Ilya Kitaev
4fa8ad3b19 Transfer page: validate amount 2016-08-23 16:07:52 +03:00
Ilya Kitaev
376db6cf16 Display "processing.." splashscreen while wallet initializing 2016-08-23 11:55:51 +03:00
Ilya Kitaev
8d93f01db4 WalletManager::openWalletAsync integrating with UI 2016-08-19 14:44:44 +03:00
Ilya Kitaev
d3234bb915 WalletManager::openWalletAsync in progress 2016-08-18 21:55:34 +03:00
Ilya Kitaev
c1269301f7 Ask for password in wallet is password protected. closes #26 2016-08-17 15:14:43 +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
fc7a7ddf25 BasicPanel: embedding/reusing "Transfer" page 2016-08-10 16:21:58 +03:00
Ilya Kitaev
983317b449 Basic view: real wallet's balance 2016-08-10 15:18:56 +03:00
Ilya Kitaev
d0a5339289 Removed: hardcoded "Monero - Donations" 2016-08-10 15:09:05 +03:00
Ilya Kitaev
32ebf180ac dynamic translation support. closes #24 2016-07-20 22:28:11 +03:00