ThomasV
18a2498b76
show UTXOs in address tab
9 years ago
ThomasV
85aa633269
simplify wizard handling of hardware wallets. fixes #1793
9 years ago
ThomasV
0e853a6769
fee slider: use tooltips
9 years ago
ThomasV
fff8462f36
add explicit 'max' button to send tab. fixes #1428
9 years ago
ThomasV
3314b3acc7
Use dynamic fees by default, show fee slider in send tab, and discretize fee levels.
9 years ago
ThomasV
edb145e66a
QT gui: add new tab to preferences dialog
9 years ago
ThomasV
bc1bef60a0
support Replace-By-Fee in GUI
9 years ago
Neil Booth
11ef0f5489
Properly disable the next button if no choices
Fixes 1793, 1786
9 years ago
Neil Booth
db1aa13015
Permit empty passphrases when creating HW wallet
They used to be confused as a user cancel.
Fixes #1788
Also fix Cancel pressed in passphrase dialog when *restoring*
a hardware wallet in install wizard; it used to be taken as an
empty passphrase. Like the password dialog it now cancels the
wizard.
9 years ago
ThomasV
8e6e287802
make restore thread a daemon
9 years ago
ThomasV
7ea2a217cd
fix issue #1748
9 years ago
The Phez
c1230cf270
Label colour - History Window
Set colour of label for outgoing transactions to match the colour of the
value field (red)
9 years ago
ThomasV
94dbfe6791
fix #1728
9 years ago
ThomasV
9659e8542d
fix transaction parsing from command line
9 years ago
ThomasV
bca0f31fca
coinchooser methods should not belong in wallet class
9 years ago
ThomasV
80b1b2716c
kivy: open last wallet
9 years ago
Neil Booth
467b0c0973
tx_dialog: make a deep copy of the tx
I've confirmed this
Fixes #1690
9 years ago
ThomasV
96f144eb03
make sure the broadcast tx thread always times out
9 years ago
ThomasV
305843999e
Relicensing
9 years ago
ThomasV
b53a54cded
remove bmp.py; use Qt instead
9 years ago
ThomasV
41f6fec2ac
kivy: set_paid for paid invoices
9 years ago
ThomasV
f1822a9603
pending->unconfirmed
9 years ago
ThomasV
04c7d2b455
add 'donate to server' menu item
9 years ago
Neil Booth
5f590c9c64
2 fee colour fixes
update_fee() if removing an item from send_from
update not_enough_funds when pressing !
9 years ago
ThomasV
cc526a8734
tx dialog: don't use tx.raw
9 years ago
Neil Booth
c41e694534
show_seed_dialog: return if user cancels p/w input
Update stale comment.
9 years ago
Neil Booth
6b9d12e369
Tweak tooltip
9 years ago
Neil Booth
9490debf0f
hw_wallet: don't make watching only if cannot pair
Instead issue a warning. Being watching-only disables
various functionality that should instead just ask again
for the PIN to be input.
9 years ago
Neil Booth
bb3de0eb63
change_password_dialog: remove redundant check
This is guaranteed False by wallet.can_change_password()
9 years ago
Neil Booth
5c2c7b1557
trezor: create new accounts in non-GUI thread
9 years ago
Neil Booth
16397b1ed7
trezor: more user friendly when cannot connect
Tell the user and ask if they want to try again. If they
say no, raise a silent exception. Apply this more friendly
behaviour to the install wizard too (see issue #1668 ).
9 years ago
Neil Booth
4ea9518aef
QT install wizard: catch general exceptions
and show an error before re-raising and exiting. Improvement on
prior.
9 years ago
ThomasV
6faac2ca36
My Requests -> Requests
9 years ago
ThomasV
2a507b91c1
fix #1666
9 years ago
ThomasV
3ee61c4c6e
define wallet.dummy_address method
9 years ago
ThomasV
5aa0a87d7a
trustedcoin: restore the display of fees
9 years ago
Neil Booth
274d91fd6e
watching_only: warn after showing main window
9 years ago
Neil Booth
ab488b566b
warn_if_watching_only: don't call twice
9 years ago
Neil Booth
e61fffab55
Trezor/KeepKey: force watching only improvements
Only warn about watching only once given a chance to pair.
Failure to pair makes watching-only and warns.
In error message to user, distinguish between failure to connect
and failure to pair.
9 years ago
Neil Booth
69da96feb4
The daemon stops the wallet threads now
9 years ago
Neil Booth
58d5215e2e
No need to pass daemon and network together
The daemon has the network
9 years ago
ThomasV
08e5aecee2
Revert "Plugins: remove init_qt hook; clean up"
This reverts commit e20369bf94
.
9 years ago
Neil Booth
9fa8c4de27
Installwizard: not app-modal on MacOSX
Making a window with no parent window-modal on Mac makes it
application-modal. This is different to behaviour under X, and
we don't want that. Use QDialog instead.
9 years ago
ThomasV
fe9ec6de06
reformatting
9 years ago
ThomasV
9b09c55356
dynamic fees: use hardcoded value as upper bound
9 years ago
Neil Booth
c0295c767e
tx_dialog: prompt if signed but not saved
I've lost a signed TX one too many times now
9 years ago
Neil Booth
60be9d59bc
Fix prior; scale is off-by-50
9 years ago
Neil Booth
c02e3621f3
Settings: improvements to dynamic fee slider
Fixes #1595
9 years ago
Neil Booth
e20369bf94
Plugins: remove init_qt hook; clean up
Fixes #1644
9 years ago
Neil Booth
f8ed7b058d
Improved multi-device handling
Ask user which device to use when there are many. If there
is only one skip the question. We used to just pick the
first one we found; user had no way to switch.
We have to handle querying from the non-GUI thread.
9 years ago