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
2018-01-30 10:49:31 +01:00
ThomasV
64127a8bee
Merge pull request #3782 from SomberNight/opt_wallet_get_address_index
...
Optimisations in wallet.py
2018-01-30 01:06:44 +01:00
SomberNight
1bf54a0bc5
clean-up in gui/qt/main_window.py: use string.format for translated strings, and some indentation
2018-01-29 15:10:24 +01:00
SomberNight
c811c5c9d9
allow encrypting watch-only wallets. initial support for hw wallet storage encryption.
2018-01-28 02:09:44 +01:00
SomberNight
7f3b627aa4
make wallet.get_address_index faster by storing an addr->index dict
2018-01-27 17:33:26 +01:00
Johann Bauer
3dd4285fc5
Change number of zero when base unit changes
2018-01-16 21:52:45 +01:00
ThomasV
d580ecfb28
Merge pull request #3643 from SomberNight/fee_ui_feerounding
...
fee ui: rounding
2018-01-15 14:18:58 +01:00
Marcel O'Neil
fe982cf826
fix crash when exporting private keys
2018-01-11 18:19:45 -05:00
SomberNight
3ef778044e
qt privkey export: if multisig wallet, warn users re backup
2018-01-10 14:56:45 +01:00
SomberNight
99a08f35b2
Clean up messages about msg signing/verification.
...
Allow translations. Test is_mine before txin_type. Show txin_type in msg.
2018-01-04 21:30:06 +01:00
SomberNight
7033125186
fee ui - rounding: display info icon with tooltip. show pre-rounding values in ui.
2018-01-03 18:08:10 +01:00
ThomasV
7ae1a4cdeb
Merge pull request #3593 from SomberNight/scan_qr_textedit_allow_multi
...
ScanQRTextEdit optionally allows to concat data
2017-12-31 18:04:21 +01:00
SomberNight
6f954090e6
fix fee ui: offline case
2017-12-30 01:13:36 +01:00
SomberNight
3de5b91c15
ScanQRTextEdit allow_multi=True for sweeping and importing privkeys into existing wallet
2017-12-25 19:41:03 +01:00
SomberNight
2bcb02d609
fix some crashes when the underlying QT (C/C++) object no longer exists
2017-12-25 16:57:05 +01:00
ThomasV
efc837b4aa
do not display unknown tx size as zero. fix slider
2017-12-21 11:41:45 +01:00
SomberNight
87cbe443ab
Replace RBF setting in Send tab and "Propose RBF" in prefs, with single "use rbf" checkbox in prefs.
2017-12-21 11:17:20 +01:00
SomberNight
ab5a142738
change tx size to label. small fix re connecting slider and feerate. slider changes look when its value is ignored.
2017-12-21 11:17:20 +01:00
SomberNight
3ba864bbca
connect fee edits together
2017-12-21 11:17:20 +01:00
ThomasV
96c86dac27
show tx size and fee rate in send tab
2017-12-21 11:17:20 +01:00
SomberNight
3851e78454
fix #3526
2017-12-15 04:21:33 +01:00
ThomasV
936ee47d3a
Merge pull request #3496 from SomberNight/coinchooser1
...
CoinChooser: privacy prefers confirmed and is default
2017-12-12 17:19:19 +01:00
ThomasV
8ae1717772
Merge pull request #3500 from SomberNight/fix_sweep_2fa
...
fix sweeping for 2fa wallets
2017-12-12 05:31:07 +01:00
SomberNight
ec99304ae1
fix sweeping for 2fa wallets
2017-12-11 17:37:10 +01:00
SomberNight
2a3c41b24f
coinchooser: "privacy" policy now prefers confirmed coins. removed "priority" policy.
2017-12-11 14:49:53 +01:00
Johann Bauer
c01fe8fa98
Add Testnet to main window title in testnet mode
2017-12-10 18:45:00 +01:00
SomberNight
d403c59ad7
fix #3486
2017-12-09 21:23:10 +01:00
SomberNight
f492021195
fix: openalias resolution unnecessarily blocks gui for some payto
2017-12-08 21:21:54 +01:00
Sameer Zahid
a9a5647a9d
Make balance text in statusBar selectable
2017-12-03 02:18:37 +04:00
SomberNight
e65b598756
use the send tab when sweeping (qt gui)
2017-11-30 12:27:00 +01:00
ThomasV
2ea59aad14
fix #3345 : do not require a wallet in order to sweep
2017-11-29 13:45:02 +01:00
SomberNight
b950904ef4
follow-up #3361 (notifications for incoming transactions)
2017-11-24 02:10:49 +01:00
Johann Bauer
33d82aa121
Show notifications for incoming transactions
2017-11-23 18:41:04 +01:00
Justin Turner Arthur
857eb4ac1d
Remove unused imports. Explicitly import a few deep imports.
2017-11-13 02:28:00 -06:00
SomberNight
c65d01ea96
file i/o: use 'with' keyword
2017-11-12 14:33:46 +01:00
SomberNight
f8518c78d8
remove Transaction.requires_fee()
2017-11-09 22:15:47 +01:00
SomberNight
3d002939f9
fix py3: do_export_history
2017-11-08 20:31:53 +01:00
SomberNight
83443732c4
fix: deleting a passworded wallet did not work
2017-11-07 14:08:46 +01:00
SomberNight
b28f8b3ebd
make tx deserialization more robust to ill-formed tx
2017-11-06 12:27:47 +01:00
SomberNight
291716d2e6
fix: exporting privkeys multiple times
2017-11-03 20:02:33 +01:00
ThomasV
f5ade2da86
clarify message
2017-10-31 12:13:17 +01:00
ThomasV
b9309807d7
Merge pull request #3155 from bauerj/address-tab-combobox
...
Use combo box instead of buttons to filter address tab
2017-10-30 19:33:31 +01:00
Johann Bauer
f6e7d29998
Use combo box instead of buttons to filter address tab
2017-10-30 19:14:26 +01:00
ThomasV
62fe3a411b
Merge pull request #3133 from SomberNight/payment_req1
...
fix: payment request related stuff
2017-10-27 11:20:39 +02:00
SomberNight
7c3a0905ce
fix #3134
2017-10-27 03:06:41 +02:00
SomberNight
0d0f8c5842
fix: payment request related stuff (qt crash, exporting, refresh bug)
2017-10-27 02:32:49 +02:00
ThomasV
e7d4bf2945
fix typo
2017-10-26 22:16:14 +02:00
ThomasV
52a482a9b5
display segwit warning in privkey window
2017-10-26 18:40:31 +02:00
ThomasV
337675d134
add safety notice
2017-10-26 18:21:24 +02:00
SomberNight
523de69b5e
Introduced BasePlugin.can_user_disable(). TrustedCoin plugin can't be disabled by user.
2017-10-24 04:42:52 +02:00
ThomasV
4c88159efb
move delete button to menu
2017-10-22 17:30:24 +02:00
ThomasV
4297270aae
fix #2593 : add delete button
2017-10-22 17:00:59 +02:00
ThomasV
fae4c8cd00
wallet information dialog
2017-10-22 16:17:57 +02:00
ThomasV
b8c7edf070
return bytes in scan_barcode
2017-10-22 12:04:00 +02:00
SomberNight
d4a180da7c
follow-up 198cc9d737
2017-10-21 16:34:20 +02:00
ThomasV
198cc9d737
fix #2614 : define non-linear scale for static fees
2017-10-21 11:15:59 +02:00
neocogent
7a92750ea5
add sat/byte fee info and fee_unit pref
2017-10-19 14:34:42 +02:00
ThomasV
6b8f685b42
fix #3027
2017-10-12 10:28:56 +02:00
ThomasV
401d8bc534
fix #2890
2017-10-10 11:48:27 +02:00
ThomasV
01108d8b47
address tab: replace tree view with buttons
2017-10-06 15:22:18 +02:00
ThomasV
e299df7b82
add message signing/decryption for segwit addresses
2017-10-05 14:44:44 +02:00
SomberNight
4aa385e0b3
follow-up of wallet.get_private_key() -> wallet.export_private_key()
2017-10-04 23:22:33 +02:00
ThomasV
3d54011c5d
Merge pull request #2983 from bauerj/dark
...
Adjust colors if dark color scheme is used
2017-10-04 18:17:38 +02:00
Johann Bauer
5c2beb4ab5
Adjust colors if dark color scheme is used
2017-10-04 15:17:20 +02:00
ThomasV
6c215c895a
Merge pull request #2971 from SomberNight/fix_saving_bip70_payreq
...
fix: saving payment request as bip70 file
2017-10-04 12:34:24 +02:00
jrkong
1cf1f05938
Fixed syntax error with utf-8 encoding argument was spelt "utf8" instead of "utf-8". This will cause the reader to read the files using default encoding rather then utf-8.
2017-10-04 00:09:55 -04:00
SomberNight
67f418e94d
fix: saving payment request as bip70 file
2017-10-04 02:12:52 +02:00
ThomasV
e8b564c0e7
Extend Wallet Import Format with txin type. Extend class Imported_Wallet.
2017-09-29 15:32:55 +02:00
ThomasV
6e936db94a
Merge pull request #2918 from SomberNight/qt_plugins_grid
...
fix qt plugins crash
2017-09-25 21:26:04 +02:00
SomberNight
6d6f5683cb
fix: return type of QFileDialog.getSaveFileName() changed
2017-09-24 04:51:11 +02:00
SomberNight
e43481aafc
fix prev commit: name collisions with _()
2017-09-24 04:44:11 +02:00
SomberNight
f1a4f998d2
fix: return type of QFileDialog.getOpenFileName() changed
2017-09-24 04:16:39 +02:00
SomberNight
8799809477
fix qt plugins crash
2017-09-23 19:28:06 +02:00
SomberNight
4ac162f18b
migration to PyQt5. initial commit.
2017-09-23 05:54:38 +02:00
ThomasV
29aaa1c4c4
fix #2840
2017-09-06 12:12:04 +02:00
ThomasV
b7e8147ca8
Merge pull request #2621 from KoffeinFlummi/fiat-balance-addresses
...
Add optional Fiat balance column to addresses view
2017-09-01 06:30:13 +02:00
ThomasV
b9da5afa9d
replace bitcoin.is_valid
2017-08-31 10:06:13 +02:00
ThomasV
32dee14fd0
show error message when parsing empty tx
2017-08-26 08:28:24 +02:00
ThomasV
ab15ff3a00
updates for python3
2017-08-26 08:28:24 +02:00
ThomasV
f1a8c0b0e6
misc. fixes for python3
2017-08-26 08:28:24 +02:00
ThomasV
c3388d9677
misc python3 updates:
...
- use jsonrpclib-pelix
- update the kivy gui
- update plugins
2017-08-26 08:28:24 +02:00
Dmitry Sorokin
0693403358
sending fixed
2017-08-26 08:28:24 +02:00
Dmitry Sorokin
f02d18226b
misc ui and lib fixes for py3
2017-08-26 08:27:47 +02:00
Dmitry Sorokin
d304ccdf17
py3 in qtgui
2017-08-26 08:27:47 +02:00
Dmitry Sorokin
5be78950ca
py3
2017-08-26 08:27:47 +02:00
J.R. Mathis
5062e642c2
Fix minor typo in exporting labels
...
Changed "where" to "were"
2017-08-12 22:59:07 -05:00
ThomasV
8d82e66eee
fix #2690
2017-08-12 10:22:19 +02:00
ThomasV
5fb51a91a2
fix #2736
2017-08-12 10:06:28 +02:00
ThomasV
08fab753e8
change default value of confirmed_only, spending unconfirmed coins
2017-08-08 06:03:47 +02:00
suut
bc4fcfbebd
Remove usages of deprecated apply() builtin
2017-08-01 05:22:18 +02:00
KoffeinFlummi
9a44cde6cd
Add optional fiat balance column to addresses view
2017-07-20 19:30:44 +02:00
ThomasV
125247df81
fix unicode path issue #2269
2017-07-14 12:53:35 +02:00
Johann Bauer
6b9643a66c
Add shortcuts to toggle actions in view menu
2017-07-13 10:42:58 +02:00
ThomasV
61b8e23fad
Merge pull request #2582 from bauerj/tab-icons
...
Add tab icons
2017-07-13 09:44:31 +02:00
ThomasV
92b392a56b
minor fixes
2017-07-10 20:54:24 +02:00
Johann Bauer
c4979864cc
Add tab icons
2017-07-09 21:01:11 +02:00
ThomasV
dd50259f68
network_dialog: do not use parent for signalling
2017-07-08 15:35:48 +02:00
ThomasV
5ae5c81c48
use a unique and non-modal network dialog window
2017-07-08 15:23:00 +02:00
ThomasV
568c14ca78
Refactor Network and Blockchain dialogs in qt and kivy
2017-07-08 11:38:32 +02:00
ThomasV
777a3aa8bf
Fixes for TrustedCoin plugin:
...
- reset billing_info after broadcast
- when bumping tx fee, do not use Trustedcoin output
2017-07-06 16:03:21 +02:00