SomberNight
1799b8a7af
disallow editing labels in Coins tab (QT)
7 years ago
SomberNight
5f30f95cdd
fix: bip39 checksum not calculated if option was toggled after entering seed
7 years ago
SomberNight
098c2be919
follow-up 70d23f9e3b
7 years ago
Justin Turner Arthur
857eb4ac1d
Remove unused imports. Explicitly import a few deep imports.
7 years ago
SomberNight
c65d01ea96
file i/o: use 'with' keyword
7 years ago
SomberNight
39187c9a3a
follow-up 115ef54c0c467ec79fba740ac49aa56bb5b2d756: wallet storage - silent upgrades whenever possible
7 years ago
SomberNight
f8518c78d8
remove Transaction.requires_fee()
7 years ago
SomberNight
0db5ea67a0
bitcoin.NetworkConstants: easier changing between testnet and mainnet
7 years ago
SomberNight
3d002939f9
fix py3: do_export_history
7 years ago
Jörg Sommer
8661823c97
paytoedit: Calculate height depending on font's line height
On high-resolution (HiRes) displays, the pixel size of a font is much
larger than the hard-coded 17 pixels, e.g. more than 40 for me. It's
better to get the line high of the current font from it's metrics and
calculate the high of the box with it.
7 years ago
SomberNight
83443732c4
fix: deleting a passworded wallet did not work
7 years ago
SomberNight
b28f8b3ebd
make tx deserialization more robust to ill-formed tx
7 years ago
SomberNight
291716d2e6
fix: exporting privkeys multiple times
7 years ago
SomberNight
115ef54c0c
fix: wallet storage upgrade happening silently even when using QT GUI
7 years ago
SomberNight
0eec8be400
NetworkDialog: changed string literal ("Node" -> "Connected node")
7 years ago
ThomasV
f5ade2da86
clarify message
7 years ago
SomberNight
cd03c64756
fix AddressList: indices of address states
7 years ago
Johann Bauer
f6e7d29998
Use combo box instead of buttons to filter address tab
7 years ago
ThomasV
9a0082248b
move autoconnect checkbox to server tab
7 years ago
ThomasV
aee27e7007
increase width of tx window, because segwit addresses are longer
7 years ago
SomberNight
7c3a0905ce
fix #3134
7 years ago
SomberNight
0d0f8c5842
fix: payment request related stuff (qt crash, exporting, refresh bug)
7 years ago
ThomasV
e7d4bf2945
fix typo
7 years ago
ThomasV
52a482a9b5
display segwit warning in privkey window
7 years ago
ThomasV
337675d134
add safety notice
7 years ago
SomberNight
bf024db7aa
follow-up prev comit
7 years ago
SomberNight
404584bfe6
fix: (QT network dialog) don't keep resetting proxy settings
7 years ago
SomberNight
523de69b5e
Introduced BasePlugin.can_user_disable(). TrustedCoin plugin can't be disabled by user.
7 years ago
ThomasV
7578ce2331
cleanup py2 compatibility imports
7 years ago
Johann Bauer
027821d7aa
Follow-up #2983
7 years ago
ThomasV
4c88159efb
move delete button to menu
7 years ago
ThomasV
4297270aae
fix #2593 : add delete button
7 years ago
ThomasV
fae4c8cd00
wallet information dialog
7 years ago
ThomasV
7cf075c754
follow up b8c7edf070
7 years ago
SomberNight
29c34332ac
fix: contacts import
7 years ago
ThomasV
b8c7edf070
return bytes in scan_barcode
7 years ago
SomberNight
d4a180da7c
follow-up 198cc9d737
7 years ago
ThomasV
198cc9d737
fix #2614 : define non-linear scale for static fees
7 years ago
ThomasV
0497561e56
fix #3068
7 years ago
neocogent
7a92750ea5
add sat/byte fee info and fee_unit pref
8 years ago
ThomasV
68ca0b73b1
fix #2968
7 years ago
ThomasV
1e4ac1c352
fix #3060
7 years ago
ThomasV
beffd3c006
follow-up 713c3c746: fiat values need to be right aligned
7 years ago
SomberNight
a5ffa69a3e
storage: upgrade format version automatically in load_data()
7 years ago
SomberNight
96ce6e542e
network dialog fixes
7 years ago
ThomasV
2a80f68778
improve network dialog. fixes #2898
7 years ago
Andrew Chow
9dc3eceea9
Modify tray context menu instead of creating a new one
Instead of creating a new context menu and setting it with setContextMenu,
simply clear and modify the existing context menu.
7 years ago
ThomasV
482458d00d
fix #3028 : add info to proxy dialog
7 years ago
ThomasV
6b8f685b42
fix #3027
7 years ago
ThomasV
401d8bc534
fix #2890
7 years ago