Neil Booth
84450b9189
Revert mistaken commit
9 years ago
Neil Booth
0f70d0b8a5
The constructor() concept doesn't exist
Did it ever?
9 years ago
Neil Booth
8f91af28a5
More cleanup of WaitingDialog
Simplify its interface
9 years ago
Neil Booth
d70ad3df93
Better waiting dialog for trustedcoin
9 years ago
Neil Booth
ffd081ac21
Clean up WaitingDialog
Prevent GC so callers don't have to.
9 years ago
Neil Booth
64887f7a74
More message box cleanup
9 years ago
Neil Booth
0a3a0f12cc
Make more dialogs window-modal
Also remove some unnecessary imports
9 years ago
Neil Booth
e1c0298fc2
Write the wallet less often
This should speed up synchronization / restoration of large wallets.
Wallets are written only when they switch to up_to_date state, or
when stop_threads() is called when closing the daemon, or when
a command line command finishes.
9 years ago
Neil Booth
b1704ce911
Fix multiple trustedcoin bugs.
9 years ago
Neil Booth
90dee43998
Move estimated_fee to Transaction class
It's not a function of the wallet but of the transaction
so it more naturally belongs there.
9 years ago
ThomasV
0c20e737a9
fix missing import
9 years ago
ThomasV
9782734f4c
plugins: trustedcoin fixes
9 years ago
ThomasV
ba2c737a21
finish separation between plugins and GUIs
9 years ago