Johann Bauer
e184ac888f
Make sure to save changes to transactions on disk
7 years ago
Johann Bauer
95da5a8bed
Enable adding transactions from file through Drag and Drop
7 years ago
Johann Bauer
fbcee9a6f6
Also remove child transactions
7 years ago
Johann Bauer
887e06eebb
Set icon for offline transactions
7 years ago
Johann Bauer
5e9d901794
Allow to remove local transactions from the GUI
7 years ago
ThomasV
e6dd3e6ad8
allow to save unbroadcasted transactions in wallet
7 years ago
Johann Bauer
3dd4285fc5
Change number of zero when base unit changes
7 years ago
SomberNight
1c10d5dce1
remove --nossl option (follow-up dc388d4c7c
)
7 years ago
Johann Bauer
21e44bdb57
Update kivy docs to current build process
7 years ago
racquemis
7d52cfd374
Handle invalid PIN on exporting private key
Prevent Android App from crashing when a wrong PIN is entered.
7 years ago
Yuval Kogman
34256c16f8
QT: Only set if hasattr(QtCore.Qt, "AA_ShareOpenGLContexts")
If the attribute does not exist (presumably in older versions of Qt),
this change prevents the following error:
AttributeError: type object 'Qt' has no attribute 'AA_ShareOpenGLContexts'
7 years ago
SomberNight
0fbc0accb9
fix-up stdio gui
7 years ago
SomberNight
4435a6c9c7
use tx.txid() instead of tx.hash()
7 years ago
ThomasV
a94789b8ef
fix #3619 : set correct parent window
7 years ago
Marcel O'Neil
fe982cf826
fix crash when exporting private keys
7 years ago
SomberNight
4f5bc9cff0
QT: AA_ShareOpenGLContexts
Makes this go away:
"Qt WebEngine seems to be initialized from a plugin. Please set Qt::AA_ShareOpenGLContexts using QCoreApplication::setAttribute before constructing QGuiApplication."
7 years ago
SomberNight
3ef778044e
qt privkey export: if multisig wallet, warn users re backup
7 years ago
SomberNight
41660d26e9
follow-up 553bf98664
fixes AttributeError: 'QTextEdit' object has no attribute 'text'
7 years ago
ThomasV
553bf98664
disable qr scanning of seeds, because the android app does not use it anymore
7 years ago
SomberNight
9d46703c6f
fix #3663 : 'copying' QR code does not save to file
7 years ago
SomberNight
99a08f35b2
Clean up messages about msg signing/verification.
Allow translations. Test is_mine before txin_type. Show txin_type in msg.
7 years ago
SomberNight
7033125186
fee ui - rounding: display info icon with tooltip. show pre-rounding values in ui.
7 years ago
SomberNight
c8baff9faf
fix #3217 : make sure qt quits
7 years ago
SomberNight
6f954090e6
fix fee ui: offline case
7 years ago
Johann Bauer
7ccbbe77f5
Bundle QR scanner with Android app
7 years ago
SomberNight
9d4dd20b23
fix kivy refresh bug with Addresses tab
7 years ago
SomberNight
c04ebe9571
wizard: added derivation presets for bip44/49
7 years ago
SomberNight
c37608dd5e
fix #3601
7 years ago
SomberNight
2e34747cc4
Android: make RBF on by default
7 years ago
SomberNight
3de5b91c15
ScanQRTextEdit allow_multi=True for sweeping and importing privkeys into existing wallet
7 years ago
SomberNight
2bcb02d609
fix some crashes when the underlying QT (C/C++) object no longer exists
7 years ago
SomberNight
029c2aa72a
fix: kivy Addresses tab crash for Imported_Wallet change
7 years ago
SomberNight
aef0444867
fix #3439 : ScanQRTextEdit optionally allows to concat data
7 years ago
ThomasV
efc837b4aa
do not display unknown tx size as zero. fix slider
7 years ago
SomberNight
87cbe443ab
Replace RBF setting in Send tab and "Propose RBF" in prefs, with single "use rbf" checkbox in prefs.
7 years ago
SomberNight
ab5a142738
change tx size to label. small fix re connecting slider and feerate. slider changes look when its value is ignored.
7 years ago
SomberNight
3ba864bbca
connect fee edits together
7 years ago
ThomasV
96c86dac27
show tx size and fee rate in send tab
7 years ago
ThomasV
dc388d4c7c
replace SSL checkbox in GUI with command line option
7 years ago
SomberNight
f231349673
fix: crash when closing qrscanner window (see #3546 )
7 years ago
SomberNight
3851e78454
fix #3526
7 years ago
ThomasV
1ddbd633b8
kivy: disable coinchooser option
7 years ago
ThomasV
bc7051372f
format a few strings with str.format(). fix #3405
7 years ago
SomberNight
ec99304ae1
fix sweeping for 2fa wallets
7 years ago
SomberNight
2a3c41b24f
coinchooser: "privacy" policy now prefers confirmed coins. removed "priority" policy.
7 years ago
Johann Bauer
c01fe8fa98
Add Testnet to main window title in testnet mode
7 years ago
SomberNight
d403c59ad7
fix #3486
7 years ago
SomberNight
f492021195
fix: openalias resolution unnecessarily blocks gui for some payto
7 years ago
SomberNight
80f99b68e0
fix: crash in QT InstallWizard if wallet path results in IOError and user still clicks Next (see #3404 )
7 years ago
Sameer Zahid
a9a5647a9d
Make balance text in statusBar selectable
7 years ago