Commit Graph

103 Commits

Author SHA1 Message Date
Riccardo Spagni ce386b99ad
Merge pull request #128
689f041 Report when the GUI is connected to a daemon with mismatched version (moneromooo.monero)
2016-11-09 20:48:54 +02:00
Riccardo Spagni 95fdc816ba
Merge pull request #127
bc4cf1e refresh history after daemon change (Jacob Brydolf)
2016-11-09 20:48:10 +02:00
Riccardo Spagni 2bb20cd67e
Merge pull request #125
5c330b0 remove PR #111 dependency (Jacob Brydolf)
af933da disconnect slots before reconnecting (Jacob Brydolf)
2016-11-09 20:47:35 +02:00
Riccardo Spagni 60b65b9bcc
Merge pull request #115
d95e4a3 Write support for tx notes (moneromooo.monero)
2016-11-09 20:42:44 +02:00
Jacob Brydolf 5c330b071a
remove PR #111 dependency 2016-11-08 13:28:05 +01:00
moneromooo.monero 689f0415e7 Report when the GUI is connected to a daemon with mismatched version
This will cause various errors confusing to the user, as they stem
for the daemon returning replies with missing information, etc.
2016-11-07 12:02:27 +00:00
Jacob Brydolf bc4cf1eee9
refresh history after daemon change 2016-11-07 11:34:38 +01:00
Jacob Brydolf af933da0c9 disconnect slots before reconnecting 2016-11-07 10:14:04 +01:00
moneromooo.monero 06e94e2fbe Add a page for checking payments via the tx key 2016-11-06 18:34:42 +00:00
moneromooo.monero d95e4a37cf Write support for tx notes
Support still needs adding for displaying them in the history,
but at least they're saved in the cache now, and not ignored.
2016-11-05 23:21:56 +00:00
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