SomberNight
5095687d63
fee rounding: num sats displayed in dialog too, besides tooltip
7 years ago
ThomasV
f5d557cae9
improve fee tooltips
7 years ago
SomberNight
ca19a36478
conflicting transactions
7 years ago
SomberNight
d466ef4b73
missing whitespace in transaction_dialog.py
7 years ago
Johann Bauer
9e057e5446
Reset scroll position after updating list
7 years ago
ThomasV
f39f43d58c
fix #3845
7 years ago
ThomasV
c3f3843cc3
Add memory pool based fee estimates
- fee estimates can use ETA or mempool
- require protocol version 1.2
- remove fee_unit preference
7 years ago
SomberNight
0021dbfceb
address filter: (qt gui) add "all" filter option besides "receiving" and "change"
7 years ago
SomberNight
ffdc36285b
use string.format instead of old style (%) formatting
7 years ago
SomberNight
52acb7ab66
gui remove_local_tx: update all tabs
7 years ago
SomberNight
5522e9ea9f
TX_ICONS list between kivy and qt needs to be kept in sync
7 years ago
SomberNight
b80eacf7bf
fix #3016
7 years ago
SomberNight
5c1da002ad
local_tx: allow saving already signed tx through tx dialog
7 years ago
Johann Bauer
91e44ba6fc
Show error window for unhandled exceptions
Use exception hook from main thread for all threads
Use signal to delegate error window creation to GUI thread
Add more information to issue template
Update to PyQt5
Switch from Github to REST-Service
Report to web service instead of opening the browser
Fix imports
Change crashhub URL to electrum.org server
Explain that exception hooks are only used in the Qt Gui now
8 years ago
SomberNight
1bf54a0bc5
clean-up in gui/qt/main_window.py: use string.format for translated strings, and some indentation
7 years ago
Johann Bauer
2a1e5238c8
Allow user to save transaction from dialog
7 years ago
Johann Bauer
8676e870f3
Raise exception if transaction is not related to wallet
7 years ago
SomberNight
c811c5c9d9
allow encrypting watch-only wallets. initial support for hw wallet storage encryption.
7 years ago
SomberNight
7f3b627aa4
make wallet.get_address_index faster by storing an addr->index dict
7 years ago
Johann Bauer
7ab9fa5be4
Update Kivy build instructions
My PRs have been merged!
7 years ago
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
Johann Bauer
7f74d21eb2
Add a warning about harmful code to the console
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