SomberNight
4ac162f18b
migration to PyQt5. initial commit.
7 years ago
Roman Zeyde
a156ee94bf
paytoedit: fix insertCompletion() string handling
7 years ago
Dmitry Sorokin
0693403358
sending fixed
8 years ago
Dmitry Sorokin
d304ccdf17
py3 in qtgui
8 years ago
Dmitry Sorokin
5be78950ca
py3
8 years ago
ThomasV
7e871923f4
paytoedit: fix is_max
8 years ago
ThomasV
e123774ea8
Improve 'send all coins' function:
* do use coin chooser when sending all coins (fixes #2000 )
* allow "!" syntax for multiple outputs (fixes #1698 )
8 years ago
ThomasV
017afd95dc
Qt: disable max button if amount is locked
9 years ago
ThomasV
a07a3f748e
Qt GUI: let users type tx output in script language
9 years ago
ThomasV
1a8b12360b
fix contacts_list
9 years ago
ThomasV
305843999e
Relicensing
9 years ago
ThomasV
0d52911561
define constants for tx output types
9 years ago
Neil Booth
9484b6371f
More modality fixes and cleanups
9 years ago
ThomasV
df206719b7
should fix #1403
9 years ago
ThomasV
2ffd419e66
possibly fix #1403
10 years ago
ThomasV
9893057554
unicode conversion
10 years ago
ThomasV
e77f0c98e7
extend bitcoin: URI with signature data, instead of serialized format
10 years ago
ThomasV
35aba0c14b
show alias satus in gui after fetch
10 years ago
ThomasV
616becd9a8
move openalias from plugins to core
10 years ago
Neil Booth
05cb9975cb
Fix calls to update_fee
Fees should be recalculated when send_from changes.
Fees should be recalculated when editing fee preference, but
only save to storage when leaving the fee per kb widget.
No need to emit a textEdited signal; the widget does that already
(with the effect that we used to call update_fee() twice).
10 years ago
ThomasV
1cb6c08a13
use get_config instead of passing window to ScanQRTextEdit
10 years ago
ThomasV
6e33e2605e
improve help text
10 years ago
ThomasV
300c1040cd
add help text
10 years ago
ThomasV
f02b95c81a
pay to many
10 years ago
ThomasV
10f3308dc7
fix setFrozen (self.buttons)
10 years ago
ThomasV
f305c01792
accept bitcoin: URIs in payto field
10 years ago
dabura667
d166927fd0
Change type to 'script' and remove OP_RETURN
10 years ago
dabura667
b741dd89ca
Added arbitrary outputs
write your own output scripts should you be so inclined.
10 years ago
ThomasV
9a6d98f899
display and encode only hex with OP_RETURN
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
Tafelpoot
d9c5250a6f
removed trailing whitespace and fixed indentation in history widget
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
ThomasV
cdefecc16b
revert commit 3863ee
10 years ago
dabura667
3863ee9f64
Fixed Line input
10 years ago
dabura667
4cc52ce110
Fixed Line input
10 years ago
ThomasV
1bb00ff5af
store output type explicitly in tuple
11 years ago
ThomasV
c0fe5962ad
use QPlainTextEdit instead of QTextEdit
11 years ago
ThomasV
2efad717d8
support for OP_RETURN
11 years ago
ThomasV
8295ef8c7f
don't show qrcode button in payto if it is a payment request
11 years ago
ThomasV
029e0b8b0d
estimate fee using number of outputs
11 years ago
ThomasV
6f74a1c15b
fix payto size
11 years ago
ThomasV
f4dfec4565
define frozen signal for exchange rate plugin
11 years ago
ThomasV
e2d03f1cc9
show popup if qr scanner not enabled
11 years ago
ThomasV
d2cad7bbbb
new widget: QRTextEdit
11 years ago
ThomasV
38e7d8ebe5
show color if payment request has expired
11 years ago
ThomasV
68a75af1bd
save and display request status
11 years ago
ThomasV
513f9c2d89
save invoices
11 years ago
ThomasV
2bbcae449c
fix: call get_amount from get_outputs
11 years ago
ThomasV
38a6747eff
fix: sanitize outputs
11 years ago