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
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
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
ThomasV
9b09c55356
dynamic fees: use hardcoded value as upper bound
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
Neil Booth
9f95e90706
Remove wrong code
The correct line is 3 below
9 years ago
Neil Booth
f92843bb10
Top level window fix for tx_dialog and h/w wallets
9 years ago
ThomasV
858b9c5655
kivy: improve settings dialog
9 years ago
ThomasV
4122c108fc
plugins: enable & disable methods
9 years ago
Neil Booth
b32a34b8ba
Threaded message signing
9 years ago
Neil Booth
ef2c472739
Threaded decryption
9 years ago
Neil Booth
06c262d0dc
TrezorClient: should be in a separate thread
First steps; get show_address working.
Client is not responsible for showing exceptions.
Suppress uninteresting exceptions.
9 years ago
Neil Booth
6e346e52cc
Threaded message signing
9 years ago
Neil Booth
8f73db2f3d
Threaded decryption
9 years ago
Neil Booth
d6e8e534a3
TrezorClient: should be in a separate thread
First steps; get show_address working.
Client is not responsible for showing exceptions.
Suppress uninteresting exceptions.
9 years ago
Neil Booth
c714acf739
Add TaskThread, use to simplify WaitingDialog
This will be useful as a client thread for hardware wallets
9 years ago
ThomasV
3574ade484
fix #1635
9 years ago
ThomasV
eb085c2e23
Clarify preferences dialog:
* rename 'Oldest First' policy as Priority
* show multiple change and fee multiplier on separate lines
9 years ago
Neil Booth
6bf91b8ae2
Update comments and tooltips.
9 years ago
Neil Booth
53fa973898
Move change_amounts() to base class.
Update tooltip of the preference.
9 years ago
Neil Booth
641f23229d
Add multiple change output preference
Limit to 3 if enabled.
9 years ago
ThomasV
0d52911561
define constants for tx output types
9 years ago
ThomasV
b5313ce17d
follow up da8fce1914
9 years ago
Neil Booth
fd66e15d3d
Fix some regressions from layout rework.
9 years ago
Neil Booth
f7b39f4952
A different approach to d5aa646
Only clean up the MainWindow once.
9 years ago
Neil Booth
45f518e191
Improve Master Public Keys dialog
- Put the radio buttons inside the group box
- Share more code between the have-group-box and not cases
- Use ChoicesLayout
- Don't use cosigner terminology unless it's a Multisig wallet
9 years ago
ThomasV
85b48191da
formatting (unneeded spaces)
9 years ago
Neil Booth
637164d335
Introduce BIP32_RD_Wallet
Represents a BIP_32 wallet with a root derivation.
This permits us to see address derivation for NewWallet types
in the QT Gui.
9 years ago
Neil Booth
81d641a13f
Show BIP32 path for BIP32_HD_Wallet classes
from right-click Show Public Keys menu.
Fixes #1598
9 years ago
Neil Booth
83cc5e2001
Fix top level window issue on Mac
Better, more generic fix superseding prior two patches.
9 years ago
Neil Booth
56bc717da1
Encrypt / decrypt: use top level window
Show errors on top level window, otherwise MacOSX gets stuck.
9 years ago
Neil Booth
b97c2857e0
Fixes for message sign and verify
base64 can throw which caused silent verification failures.
Ask for passwords with correct parent window otherwise dialog
not visible on MacOSX. Similarly for verification messages.
9 years ago
Kefkius
d29fd4d9d1
Use info message box for Pay-To-Many instructions
9 years ago