ThomasV
2ff401919b
remove 'select account' label
10 years ago
ThomasV
311a91c03c
init qrscanner processor in scan_qr
10 years ago
Tafelpoot
256a467dd7
QR code fixes
New classes ScanQRTextEdit and ShowQRTextEdit.
Reason: dependencies on zbar availability and issues with the QRTextEdit constructor.
- ScanQRTextEdit needs access to the config (fetch camera). It needs to load
the zbar processor properly before trying to scan. Keeping a reference to
the processor in qrscaner fixes the crashes on windows.
- ShowQRTextEdit should not have access to scan_qr().
- no need to setReadOnly anymore. It is clear from the class name.
Show master pub keys now has a Combobox if multiple accounts are
available.
10 years ago
ThomasV
956f69f3d3
trezor: raise and catch BaseException in signing
10 years ago
ThomasV
ffbabc63e9
use monospace font in tx window. fixes #897
10 years ago
ThomasV
f00c4ed547
simplify error handling during transaction signing
10 years ago
Tafelpoot
a597e26541
fixed access to tx.error in case tx is None
10 years ago
Tafelpoot
d9c5250a6f
removed trailing whitespace and fixed indentation in history widget
10 years ago
ThomasV
fde5dd577a
fix #849
10 years ago
ThomasV
11e7a6644e
do not store wallet_type right at the first screen
10 years ago
ThomasV
6cd00eb36b
request history rates asynchronously
10 years ago
ThomasV
692f49e7af
init not_enough_funds variable
10 years ago
ThomasV
e7d24c31bd
don't set negative amounts in amount field
10 years ago
ThomasV
17006e5285
qr scanner: show error if not installed
10 years ago
ThomasV
44464e7e21
remove http protocols from gui selector
10 years ago
ThomasV
aec114064d
don't show password strength if there's no password
10 years ago
ThomasV
134c93be4b
show warning about offline mode instead of returning silently
10 years ago
ThomasV
d71b9bff31
save receive requests after delete
10 years ago
ThomasV
cc6df53e0b
password dialog: better score calculation, and fix layout
10 years ago
azhar3339
489152ff5a
Update password_dialog.py
Added a label that shows the password strength interactively as the user types the password.
10 years ago
ThomasV
a3611af26a
signal to set fee field after payment request
10 years ago
ThomasV
590659ff4d
get_tx_fee
10 years ago
ThomasV
bde0ca3ea1
set default fee to 0.5mBTC/kb
10 years ago
ThomasV
98b361f328
code cleanup
10 years ago
ThomasV
33a1e2aa2d
update_account_selector after creating/deleting account
10 years ago
azhar3339
d12bd4fffd
Update password_dialog.py
Added a restriction on password. It should be at least 6 characters, contain an Upper case letter and a special character.
10 years ago
azhar3339
d6ae2ea094
Update password_dialog.py
10 years ago
ThomasV
cef75e9e7b
new seed_version: remove whitespaces only between CJK characters
10 years ago
ThomasV
81c00956e8
perform easy test first (lazy evaluation)
10 years ago
ThomasV
be307553b8
fix addresses() call in sweep
10 years ago
ThomasV
0606a30804
move wordlists to data dir
10 years ago
ThomasV
5b84cbe9fb
close_wallet
10 years ago
ThomasV
6446d66859
do not call _ in default parameters
10 years ago
ThomasV
26ee3baaba
add qrcode button to mpk dialog
10 years ago
ThomasV
d8cc54fbed
verify_seed: pass function
10 years ago
ThomasV
4fcfc6d419
use own address to create dummy transactions
10 years ago
ThomasV
374daa25af
create a PendingAccount if coins have been sent to next_account
10 years ago
ThomasV
501bbdbd67
fix num zeros bug
10 years ago
ThomasV
1fb8af40c5
disable privkey export menu in trezor wallets
10 years ago
ThomasV
6361abaf4d
extended seed prefix
10 years ago
ThomasV
8cfa32db5c
add labelsChanged signal
10 years ago
ThomasV
bcb18bbde4
call set_language before QApplication. fixes #400
10 years ago
ThomasV
ea9e468333
fix export addresses
10 years ago
ThomasV
6ee33948b6
add missing import
10 years ago
ThomasV
a0d5ba37c6
fix: add missing imports
10 years ago
ThomasV
1fa51e6b7c
fix fee_e in settings window
10 years ago
ThomasV
67b9a59d34
better fees estimates
10 years ago
dabura667
14d3b3589d
Show OP_RETURN in tx dialogue
10 years ago
ThomasV
300125422d
separate get_errors instead of raising an exception
10 years ago
dabura667
f3822cf06e
Multiline Address error on do_send()
10 years ago