ThomasV
e9523f231b
fix account renaming issues #1158 #1299
10 years ago
ThomasV
2515fc9b6a
use blue color to denote auto-filled values (fee, exchange rates plugin)
10 years ago
ThomasV
1e668209dc
improve signed URI window
10 years ago
ThomasV
35aba0c14b
show alias satus in gui after fetch
10 years ago
ThomasV
18032fc4f6
treewidget: keep default label when editing
10 years ago
ThomasV
1cb6c08a13
use get_config instead of passing window to ScanQRTextEdit
10 years ago
ThomasV
0a1c8f5546
underline help label
10 years ago
ThomasV
9f4a914526
change mouse cursor over clickable labels
10 years ago
Neil Booth
b71d35f027
Make stretch column editable again.
10 years ago
ThomasV
953674aac7
resize columns to content by default
10 years ago
Neil Booth
72cf707e61
Filter on an array of columns. Make search string lower case too.
10 years ago
Jason Jackson
acedbe304a
Fix spelling of Clipboard
10 years ago
ThomasV
d94aee83b9
enable sorting for all lists except history
10 years ago
ThomasV
706d605f91
recursive generator for tree leaves
10 years ago
ThomasV
45081b1c8b
search box
10 years ago
ThomasV
fd651709b8
fix
10 years ago
ThomasV
2f0f1aafa6
replace help buttons in send tab with clickable labels
10 years ago
ThomasV
acf4ad5ec8
add preprocessing to ThreadedButton
10 years ago
ThomasV
2f729c2505
add copy button to tx dialog
10 years ago
ThomasV
fa446eac2e
improved buttons
10 years ago
ThomasV
b42ff0b925
gui: fix buttonsTextEdit bug
10 years ago
ThomasV
a3ed4ce2a7
new class to show buttons in LineEdit. fixes #1050
10 years ago
ThomasV
50fed3dce5
minor fix: parent.wallet
10 years ago
ThomasV
ff152141ae
fix: always use UserRole to store the key
10 years ago
ThomasV
3a2e2702bb
fix parent of address history widget
10 years ago
ThomasV
93250b1041
gui simplification
10 years ago
ThomasV
c89c449dd7
fix issue #421
10 years ago
ThomasV
7e6bd2eb8c
give user the option to remove incomplete wallet
10 years ago
ThomasV
bfb4240948
Rewrite labels plugin using requests and own signals
10 years ago
ThomasV
01cfb8f8f1
new Button widgets
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
f00c4ed547
simplify error handling during transaction signing
10 years ago
Tafelpoot
d9c5250a6f
removed trailing whitespace and fixed indentation in history widget
10 years ago
ThomasV
6cd00eb36b
request history rates asynchronously
10 years ago
ThomasV
98b361f328
code cleanup
10 years ago
ThomasV
6446d66859
do not call _ in default parameters
10 years ago
ThomasV
744eee6858
wizard integration
11 years ago
ThomasV
c397f84fed
simplified dialog for new file name
11 years ago
ThomasV
2da9a02fb3
catch exception within sign thread, to re-enable send button
11 years ago
ThomasV
f410225dc2
print traceback in waiting dialog
11 years ago
ThomasV
7ceeb7e67a
waiting dialog: handle exceptions
11 years ago
ThomasV
d2cad7bbbb
new widget: QRTextEdit
11 years ago
ThomasV
440f972fd3
show payment request details
11 years ago
ThomasV
26d133c20a
payment request: show status with help button
11 years ago
ThomasV
17ff5d162d
close method
11 years ago
ThomasV
40b3b47d5b
rewrite WaiingDialog as child class of QThread
11 years ago
ThomasV
0bd1eb1f7a
simple test for waiting dialog
11 years ago
ThomasV
6665a70a49
WaitingDialog class for better encapsulation
11 years ago
ThomasV
ac93b86ebc
export as json or csv
11 years ago