stoffu
|
d79fe0f457
|
Tx proof
|
2017-11-20 14:34:48 +09:00 |
|
Jaquee
|
d78f9f5e70
|
delete addressbook in wallet destructor
|
2017-11-01 17:02:44 +01:00 |
|
luigi1111
|
05844b0a29
|
Merge pull request #911
913ef54 Store cache on exit
|
2017-10-31 15:32:00 -05:00 |
|
Jaquee
|
d8ebafaec0
|
show correct height after switching wallets
requires #2724
|
2017-10-24 19:13:28 +02:00 |
|
Jaquee
|
8f73bac95c
|
add option to change wallet creation height and rescan wallet cache
|
2017-10-23 18:16:27 -05:00 |
|
Jaquee
|
913ef54c22
|
Store cache on exit
|
2017-10-22 16:15:14 +02:00 |
|
Jaquee
|
94c92ba73c
|
add daemon/wallet log path getters
|
2017-08-24 11:30:50 +02:00 |
|
Jaquee
|
d730766479
|
useForkRules() - Catch no connection error
|
2017-03-26 19:02:18 +02:00 |
|
Jaquee
|
9c4c34d502
|
Use new fee multipliers after v5 fork
requires #1915
|
2017-03-24 10:12:14 +01:00 |
|
Riccardo Spagni
|
5b1588b077
|
Merge pull request #494
00aa231 Daemon rpc login support requires #1803 (Jaquee)
|
2017-03-03 16:14:33 +02:00 |
|
Riccardo Spagni
|
75bb620cb6
|
Merge pull request #492
8021037 pause refresh while starting daemon + startup timeout (Jaquee)
df60c81 add start/pauseRefresh() (Jaquee)
2ed59f4 Daemon manager improvements (Jaquee)
|
2017-02-27 22:29:33 +02:00 |
|
Riccardo Spagni
|
3f0f942779
|
Merge pull request #490
53c86ad remove undefined variable error (Jaquee)
023d96b avoid dangling pointers in destructor (Jaquee)
|
2017-02-27 22:28:47 +02:00 |
|
Jaquee
|
00aa23162c
|
Daemon rpc login support
requires #1803
|
2017-02-25 22:18:52 +01:00 |
|
Jaquee
|
df60c8190b
|
add start/pauseRefresh()
|
2017-02-25 19:49:09 +01:00 |
|
Jaquee
|
023d96bc3e
|
avoid dangling pointers in destructor
|
2017-02-25 00:19:37 +01:00 |
|
Jaquee
|
2d6ddf043e
|
Improved blockchain sync status ui
|
2017-02-24 18:08:22 +01:00 |
|
Jaquee
|
faacd3d6a1
|
start daemon automatically and detached
|
2017-02-23 19:52:06 +01:00 |
|
Jaquee
|
8a0163f14a
|
don't show daemon popup when connected
|
2017-02-05 13:49:25 +01:00 |
|
Jaquee
|
2586404339
|
sync progress improvements
|
2017-01-31 11:17:48 +01:00 |
|
Jaquee
|
eb909e1ae7
|
async connectionStatus and init
|
2017-01-31 10:39:03 +01:00 |
|
Jaquee
|
ef1d7f92f7
|
send custom commands to daemon
+ status button
requires #1618
|
2017-01-22 23:16:46 +01:00 |
|
Jaquee
|
ae5c21ef17
|
export/import key images when cold signing
|
2017-01-15 12:32:45 +01:00 |
|
Jaquee
|
24ccd27d79
|
Add rescan spent button
|
2017-01-15 12:32:39 +01:00 |
|
Jaquee
|
15c79df378
|
GUI cold signing
|
2017-01-15 12:32:31 +01:00 |
|
Jaquee
|
fd983955b4
|
view only wallets
wizard: fix dots on pw page
wizard: fix focus on pw field
viewOnly: added success message
|
2017-01-15 12:32:25 +01:00 |
|
Riccardo Spagni
|
e8a47e322d
|
Merge pull request #396
6034eaf Add parse_uri to libwalletqt (MoroccanMalinois)
|
2017-01-14 10:42:26 -05:00 |
|
Jaquee
|
205bfcdd7b
|
History: Show num of confirmations + unconfirmed payments
history: refresh on new block
|
2017-01-14 00:45:09 +01:00 |
|
MoroccanMalinois
|
6034eaffc8
|
Add parse_uri to libwalletqt
|
2017-01-11 03:18:13 +00:00 |
|
Jaquee
|
143da2c390
|
Updated wallet close behaviour
|
2016-12-15 16:21:28 +01:00 |
|
Jaquee
|
a344f17cd1
|
AddressBook: basic functions
|
2016-12-14 23:04:13 +01:00 |
|
Jaquee
|
c5206e16e3
|
Use daemon height if target height = 0
|
2016-12-14 11:29:35 +01:00 |
|
Jaquee
|
47edfd7211
|
rename Bitmonero to Monero
|
2016-12-13 19:52:12 +01:00 |
|
Riccardo Spagni
|
bfcdf113f9
|
Merge pull request #217
3752ec7 send page: check daemon status after every refresh (Jaquee)
01549a3 walletManager: coding conventions (Jaquee)
0ae3d67 daemon console -> log + adjusted height (Jaquee)
0e8cd14 Wallet: add m_initialized (Jaquee)
c7232e1 set wallet connection status before querying sync status (Jaquee)
3f8e05d Wallet: Cache connection status query (Jaquee)
36a6b89 connect onWalletConnectionStatusChanged() (Jaquee)
93a8200 Transfer: new connectionStatus handling + show status msg (Jaquee)
76e6ae8 remove reference to old pw-dialog (Jaquee)
18b7a67 Wallet: add connectionStatusChanged signal (Jaquee)
d9f4ab4 daemonManager: wait for daemon stop on app close (Jaquee)
f62bb68 daemonManagerDialog: use new ConnectionStatus enum (Jaquee)
dd01f59 hide daemon sync progress after disconnecting wallet (Jaquee)
8d19a03 DaemonManager: add stateChanged() (Jaquee)
760e01b daemonManagerDialog: show processdialog when starting (Jaquee)
bb881d9 show processingSplash when starting/stopping daemon (Jaquee)
8361dda resolve rebase conflict (Jaquee)
8dfa79e Shutdown daemon and close wallet properly on app exit (Jaquee)
7876957 DaemonManager::closing() (Jacob Brydolf)
065b060 main: debug messages (Jacob Brydolf)
b4eb489 DaemonManager: forward command line arguments to monerod (Jacob Brydolf)
752ff26 forward command line arguments to DaemonManager (Jaquee)
7840dab DaemonManager: console debug output (Jacob Brydolf)
14a5bd5 settings: added daemon console (Jacob Brydolf)
b53ef00 history tx details: resized popup (Jacob Brydolf)
b4f29b2 StandardDialog: changed default sizes (Jacob Brydolf)
5855700 daemonManagerDialog: added starting signal (Jacob Brydolf)
3a43154 DaemonManager: added console updated signals (Jacob Brydolf)
3df9e44 DaemonManager: windows support (Jacob Brydolf)
5da9f8f standardDialog: close window before continue (Jacob Brydolf)
5a110f4 replace message dialog with custom dialog (Jacob Brydolf)
d465780 resized standard dialog (Jacob Brydolf)
482bd30 settings: enable/disable daemon start/stop buttons (Jacob Brydolf)
4e7de8c proper daemon shutdown on app exit (Jaquee)
48471f3 onDaemonStarted/stopped signals/slots (Jaquee)
de635cb pw dialog: close popup before continue (Jacob Brydolf)
86772be added standardDialog component (Jacob Brydolf)
ae977af settings: add daemon manager (Jacob Brydolf)
2775124 small error in daemon manager dialog (Jacob Brydolf)
82c39e0 WalletManager: include dependencies (Jaquee)
1c6884e Show daemon manager dialog if daemon isnt started (Jacob Brydolf)
9fbfbc4 daemonManager: embed as context property (Jaquee)
4cdc258 WalletManager: basic functionality (Jacob Brydolf)
|
2016-12-08 23:54:50 +02:00 |
|
Jaquee
|
01549a3040
|
walletManager: coding conventions
Signed-off-by: Jaquee <jaquee.monero@gmail.com>
|
2016-11-27 00:16:30 +01:00 |
|
Jaquee
|
0e8cd146db
|
Wallet: add m_initialized
|
2016-11-26 19:37:44 +01:00 |
|
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 |
|
moneromooo.monero
|
b5a993bd8a
|
Print wallet filename in password dialog where approrpiate
|
2016-11-26 14:46:42 +00:00 |
|
moneromooo.monero
|
b7c67065b2
|
Wallet: fix history leak on destruction
|
2016-11-18 21:40:58 +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 |
|
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 |
|
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 |
|
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 |
|
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 |
|