Filip Gospodinov
dcf25f9121
qt: allow copying receiving address using ctrl-c ( #4258 )
"You must enable keyboard focus for a widget if it
processes keyboard events."
https://doc.qt.io/qt-5/qwidget.html#focusPolicy-prop
On macOS it works without this patch already for some reason.
7 years ago
SomberNight
75f0221617
minor grammar fix in qt/preferences
7 years ago
SomberNight
985fe24f18
fix #4240
7 years ago
SomberNight
42582b6a64
fix #4219
7 years ago
Lucas Betschart
b1aba416e4
Use HTTPS for weblinks
7 years ago
SomberNight
c0a42b756b
fix #4159
7 years ago
SomberNight
a00439b6f8
fix #4158
7 years ago
SomberNight
800ea1e300
typos in gui/qt/main_window.py
7 years ago
SomberNight
71dff2a06e
fix #4128
7 years ago
SomberNight
1bc5640636
qt main_window change_password_dialog: catch InvalidPassword instead
7 years ago
ThomasV
38ec65716c
fix #4116
7 years ago
Johann Bauer
d71d22d279
Fix Typo
7 years ago
Lastrellik
b3d7348020
Display suggestions when restoring from seed #1116
7 years ago
SomberNight
dc2bb7d81f
fix prev
7 years ago
SomberNight
3a5a0af48f
fix #4047
7 years ago
SomberNight
ba3ac1b648
fee ui qt: fee_e and feerate_e was sometimes not getting filled
7 years ago
ThomasV
ab042a0914
fix #4040
7 years ago
ThomasV
89599cf0d5
simplify fee preferences dialog
7 years ago
SomberNight
81b6d65764
refactor network constants
7 years ago
ThomasV
2a51914c31
improve message
7 years ago
SomberNight
724ed874aa
toggle capital gains columns in qt history tab
7 years ago
SomberNight
b963dc1d0d
persist history and addresses toolbars (qt)
7 years ago
Johann Bauer
540b230c8a
Use icon for tx saving success message
7 years ago
ThomasV
ac176db221
follow-up previous commit
7 years ago
ThomasV
76734f6a88
fix #3980
7 years ago
ThomasV
26e966c3e0
hide address and history toolbars, move functions back into menu.
7 years ago
SomberNight
b5badc385f
fix #3965
7 years ago
SomberNight
500c0493d0
clean up prev commit
7 years ago
Abdussamad
5997c18aef
better code organization
function parameters should be lowercase
Fix crash on invalid labels import
Added invoice exporting and reduced duplicate code
Better exception handling
removed json module import
some more cleanup
Cleaned up some stuff
Added exporting contacts
7 years ago
SomberNight
93619c8341
make qt gui even more resistant against ill-formed txns
see #3945
7 years ago
SomberNight
6f5751977b
local tx: restructure exception handling wrt wallet.add_transaction and QT
7 years ago
SomberNight
4ddda74dad
clean up fees a bit
7 years ago
SomberNight
51c235a8be
privkeys WIF: store in extended WIF internally; export as "txin_type:old_wif"
7 years ago
ThomasV
826cf467d8
Improve wallet history tab:
- use json-serializable types
- add toolbar to history tab
- add button to display time interval
7 years ago
SomberNight
15f7e09131
use config.is_dynfee and config.use_mempool_fees
also fixes #3894
7 years ago
ThomasV
3f954a8b3d
Factorize history export code used in GUI and command line.
Add options to export history limits and exchange rate.
Closes : #1752 , #2604 ,
Replaces: #2715 , 3724
7 years ago
SomberNight
710eda1a56
coinchooser: make output value rounding configurable (config var, qt)
7 years ago
SomberNight
d56dba8039
watch-only wallets can't sign or decrypt messages
7 years ago
SomberNight
5095687d63
fee rounding: num sats displayed in dialog too, besides tooltip
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
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
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
3dd4285fc5
Change number of zero when base unit changes
7 years ago
Marcel O'Neil
fe982cf826
fix crash when exporting private keys
7 years ago
SomberNight
3ef778044e
qt privkey export: if multisig wallet, warn users re backup
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
6f954090e6
fix fee ui: offline case
7 years ago