Jaquee
3f8e05d7a4
Wallet: Cache connection status query
2016-11-26 19:37:37 +01:00
Jaquee
18b7a67886
Wallet: add connectionStatusChanged signal
2016-11-26 19:37:26 +01:00
Jaquee
d9f4ab45e2
daemonManager: wait for daemon stop on app close
2016-11-26 19:37:22 +01:00
Jaquee
8d19a03b68
DaemonManager: add stateChanged()
2016-11-26 19:37:14 +01:00
Jacob Brydolf
7876957b48
DaemonManager::closing()
2016-11-26 19:37:01 +01:00
Jacob Brydolf
b4eb489b00
DaemonManager: forward command line arguments to monerod
2016-11-26 19:36:55 +01:00
Jacob Brydolf
7840dab9cc
DaemonManager: console debug output
2016-11-26 19:36:41 +01:00
Jacob Brydolf
3a431543fa
DaemonManager: added console updated signals
2016-11-26 19:36:25 +01:00
Jacob Brydolf
3df9e44849
DaemonManager: windows support
2016-11-26 19:36:22 +01:00
Jaquee
48471f3407
onDaemonStarted/stopped signals/slots
2016-11-26 19:36:00 +01:00
Jacob Brydolf
4cdc258b15
WalletManager: basic functionality
2016-11-26 19:35:16 +01:00
Riccardo Spagni
cb3285e553
Merge pull request #192
...
96c7dde
Add QR code display on the receive page (moneromooo.monero)
2016-11-24 12:37:53 +02:00
Riccardo Spagni
1cc7b68265
Merge pull request #186
...
b7c6706
Wallet: fix history leak on destruction (moneromooo.monero)
2016-11-24 12:29:55 +02:00
moneromooo.monero
96c7ddeea8
Add QR code display on the receive page
...
This embeds MIT licenced code from Project Nayuki:
https://www.nayuki.io/page/qr-code-generator-library
The C++ part of the code is embedded in src/QR-Code-generator.
See src/QR-Code-generator/Readme.markdown for more info.
2016-11-20 18:53:12 +00:00
moneromooo.monero
b7c67065b2
Wallet: fix history leak on destruction
2016-11-18 21:40:58 +00:00
moneromooo.monero
78da2b5b1b
History: replace payment id search with global incremental search
2016-11-17 19:36:39 +00:00
moneromooo.monero
111248f410
Make the new sweep functions use async transactions
2016-11-12 19:24:51 +00:00
moneromooo.monero
c779b376fc
Support for sweeping all outputs
2016-11-12 19:24:13 +00:00
moneromooo.monero
2143392b84
Add a button to sweep unmixable outputs
2016-11-12 19:24:13 +00:00
Ilya Kitaev
01add29a74
Transfer: display number of split tx in transaction confirmation popup
2016-11-12 16:28:13 +03:00
Riccardo Spagni
29220fa09e
Merge pull request #147
...
6914656
Fix sum of selected transactions being slighty off (moneromooo.monero)
2016-11-11 12:47:04 +02:00
Riccardo Spagni
75608f1772
Merge pull request #143
...
4e61ebe
add default argument to store() (Jacob Brydolf)
7c9d223
remove unnecessary i/o (Jacob Brydolf)
2016-11-11 12:46:15 +02:00
Riccardo Spagni
573049d871
Merge pull request #134
...
66692be
createTransactionAsync(): removed reference to WalletManager (Jacob Brydolf)
f8e2e5d
asynchronous transaction + show splash (Jacob Brydolf)
62060e1
wallet::createTransactionAsync pass variables to listener (Jacob Brydolf)
00ea5d6
added Wallet::createTransactionAsync() (Jacob Brydolf)
2016-11-11 12:44:31 +02:00
moneromooo.monero
69146567bf
Fix sum of selected transactions being slighty off
...
due to floating point operations
2016-11-10 19:55:44 +00:00
Jacob Brydolf
66692be7cf
createTransactionAsync(): removed reference to WalletManager
2016-11-10 17:40:02 +01:00
Jacob Brydolf
62060e183c
wallet::createTransactionAsync pass variables to listener
2016-11-10 16:11:58 +01:00
Jacob Brydolf
00ea5d6be9
added Wallet::createTransactionAsync()
2016-11-10 16:11:58 +01:00
Jacob Brydolf
4e61ebeedb
add default argument to store()
2016-11-10 12:23:43 +01:00
moneromooo.monero
472f559332
sign/verify message/file
2016-11-09 19:04:10 +00:00
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
99dbbc469c
Merge pull request #122
...
42086b5
remove old reference to passwordDialog (Jacob Brydolf)
4a1e22a
history: transaction details button + popup (Jacob Brydolf)
cfa8929
wallet api: added getTxKey() (Jacob Brydolf)
d628795
added standardDialog component (Jacob Brydolf)
2016-11-09 20:46:57 +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
Riccardo Spagni
10c8a2db03
Merge pull request #111
...
06e94e2
Add a page for checking payments via the tx key (moneromooo.monero)
2016-11-09 20:39:52 +02: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
cfa8929579
wallet api: added getTxKey()
2016-11-07 10:00:13 +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
dEBRUYNE-1
4f386e0269
Fix erroneous DateTime & small README change
2016-11-05 16:32:30 +01: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
Jacob Brydolf
80795971fe
Cache daemon target height
2016-11-01 18:14:39 +01:00
Jacob Brydolf
c873da75f2
added debug message on wallet close
2016-10-30 18:09:28 +01:00
Riccardo Spagni
b74cae4168
Merge pull request #66
...
628b26c
Transfer: validate destination address (moneromooo.monero)
51f89a8
Transfer: disable Send button if the payment id is invalid (moneromooo.monero)
2016-10-24 10:34:29 +02:00
moneromooo.monero
628b26c429
Transfer: validate destination address
...
including preventing two payment ids (standalone and
from integrated address)
2016-10-16 16:54:53 +01:00
moneromooo.monero
51f89a8402
Transfer: disable Send button if the payment id is invalid
2016-10-16 13:57:56 +01:00
moneromooo.monero
a15787aafc
TransactionHistory: fix date appearing as NaN
...
Also make the end dates saner
2016-10-16 12:30:37 +01:00
Jacob Brydolf
06d628b696
libwalletqt: added isRecovering state
2016-10-10 21:36:57 +02:00
Ilya Kitaev
0ac27e13a6
History: filter by amount
2016-10-10 00:22:36 +03:00
Jacob Brydolf
9f336a5c51
libwalletqt: added restore-height parameter to recoveryWallet();
2016-10-10 00:22:36 +03:00
Ilya Kitaev
8b748bf25d
History: filter by amount
2016-10-10 00:19:39 +03:00
Ilya Kitaev
9b09e83ba0
History: filtering by paymentId and date
2016-10-10 00:19:39 +03:00