ThomasV
67de616a29
add copy button to receive tab
10 years ago
ThomasV
10ef0fbdf0
use wallet basename in window title
10 years ago
ThomasV
586f592af1
invoices: change column order
10 years ago
ThomasV
270c60b3c8
add status icons for invoices
10 years ago
ThomasV
99f5d368e6
move date column to first position in invoice tab
10 years ago
ThomasV
73085877dd
bugfix: don't call GUI in non-GUI thread
10 years ago
ThomasV
66c652eb51
fixes for plugin integration
10 years ago
ThomasV
24b6ae7757
GUI: emit textEdited signal when setting amount in URI
10 years ago
ThomasV
581ed1ed26
separate signtxwithkey and signtxwithwallet, and simplify sign_transaction
10 years ago
Tafelpoot
0216a892da
add window title for show_private_key and show_public_key
10 years ago
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
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
waheebyaqub
2045043212
Update main_window.py
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
134c93be4b
show warning about offline mode instead of returning silently
10 years ago
ThomasV
d71b9bff31
save receive requests after delete
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
ThomasV
81c00956e8
perform easy test first (lazy evaluation)
10 years ago
ThomasV
be307553b8
fix addresses() call in sweep
10 years ago
ThomasV
5b84cbe9fb
close_wallet
10 years ago
ThomasV
26ee3baaba
add qrcode button to mpk dialog
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
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
ThomasV
300125422d
separate get_errors instead of raising an exception
10 years ago
dabura667
f3822cf06e
Multiline Address error on do_send()
10 years ago
dabura667
7568d71d12
Fixed CSV input bug
10 years ago
dabura667
7337165d0e
Fixed CSV input bug
10 years ago
ThomasV
1e346404dd
fixes for label plugin
10 years ago
ThomasV
6101abda5d
call init_qt everytime a plugin is enabled
10 years ago
ThomasV
449feddaaf
raise an exception on trezor decrypt
10 years ago