Romano
c60583293a
[Docker] fix gnupg2 and dirmngr
2019-01-12 21:32:52 +01:00
Johann Bauer
424430723b
[Revealer] Fix spelling mistake
2019-01-08 17:22:53 +01:00
SomberNight
2f789468ea
requirements: lower bound for btchip-python
2019-01-07 11:00:50 +01:00
Tom Kneiphof
8fd84f77c7
Fix ledger transaction version ( #4991 )
2019-01-07 10:49:10 +01:00
SomberNight
4d0030363b
interface: catch more SOCKS exceptions
2019-01-04 11:00:48 +01:00
SomberNight
fd5ad9ac70
qt network dialog: detect Tor proxy dynamically
...
keep thread running to detect changes
2019-01-04 10:58:59 +01:00
SomberNight
192ec8596d
trezor: fix matrix recovery
...
closes #4983
2019-01-04 10:15:26 +01:00
Johann Bauer
bde655ae00
Qt: Show pointer cursor for status bar buttons
2019-01-01 20:39:27 +01:00
ThomasV
549d71fb0b
complete release notes
2018-12-28 13:43:18 +01:00
SomberNight
bd1f7b539e
qt: don't import PyQt5.Qt
...
related #4960
2018-12-26 03:58:50 +01:00
SomberNight
ccec45a564
qt: fix address list context menu race
...
closes #4961
2018-12-24 19:03:10 +01:00
SomberNight
0bce96d2de
qt crash report: fix formatting
...
follow-up 5dc240d4ed
2018-12-24 18:52:03 +01:00
ThomasV
5469e3668e
fix #4958
2018-12-23 10:02:19 +01:00
SomberNight
dac5af8eca
trustedcoin: friendlier error msg for invalid otp when signing
2018-12-22 09:06:30 +01:00
ThomasV
30845ee776
prepare release 3.2.2
2018-12-21 22:41:12 +01:00
ThomasV
649f8414a9
update icons submodule
2018-12-21 22:32:57 +01:00
Johann Bauer
d0a1bae68f
[Qt] Fix wrong orientation of finger in clock icons
...
Closes : #4954
2018-12-21 21:57:23 +01:00
SomberNight
5dc240d4ed
qt: show_message and friends display plaintext by default
2018-12-21 20:46:47 +01:00
SomberNight
5248613e9d
gui: prepend broadcast_transaction errors with explanatory message
2018-12-21 20:44:38 +01:00
SomberNight
b491a30dd9
kivy network dialog: update server and proxy properly
...
Previously "proxy" would only get updated when closing and reopening
the network dialog. "server" would only get updated after successful
connection establishment to specified server.
2018-12-21 16:59:43 +01:00
SomberNight
1d303fa9d2
win build: rm win_inet_pton
...
was needed by PySocks; and we no longer use PySocks
also, it seems the functionality it provided is now part of Python stdlib since 3.4
https://docs.python.org/3/library/socket.html#socket.inet_pton
related: #2358
2018-12-20 18:06:16 +01:00
SomberNight
744bfc1eeb
util.profiler: simplify
...
follow-up 6192bfce46
closes #4904
2018-12-20 17:09:58 +01:00
ghost43
7773443c17
network: put NetworkTimeout constants together ( #4945 )
...
* network: put NetworkTimeout constants together
* fix prev
2018-12-20 16:49:17 +01:00
SomberNight
43461a1866
qt history: fix exporting history
...
closes #4948
2018-12-20 16:46:58 +01:00
ThomasV
85b712967f
prepare release 3.3.1
2018-12-20 13:24:35 +01:00
ThomasV
b1b6b250d1
kivy: do not request PIN for watching-only wallets
2018-12-20 13:23:46 +01:00
ThomasV
2e078493a7
kivy: improve context menu
2018-12-20 12:43:31 +01:00
ThomasV
96b66b7e4f
kivy: use on_state instead of on_release
2018-12-20 12:19:54 +01:00
ThomasV
58a9fa0ad5
kivy: use default scroll_distance and scroll_timeout
2018-12-20 11:32:01 +01:00
ghost43
8e5331e5b2
Merge pull request #4932 from SomberNight/revealer_cleanup_20181215
...
revealer: clean-up, allow restoring v0
2018-12-20 04:24:21 +01:00
SomberNight
caae9f8a6a
revealer: warning re version 0 now includes URL
2018-12-20 04:21:40 +01:00
SomberNight
1b7672f70e
qt: fix invoices tab
...
closes #4941
2018-12-20 01:09:16 +01:00
SomberNight
fc18912ecd
release notes: mention 2fa, shorten qt
2018-12-19 21:24:38 +01:00
SomberNight
4225e79456
win build: wine upstream gpg key weirdness
2018-12-19 21:22:41 +01:00
ThomasV
df15571b82
osx build: revert to python 3.6.4
2018-12-19 18:37:44 +01:00
ThomasV
383b517405
update submodule (follow-up prev commit)
2018-12-19 18:35:15 +01:00
ThomasV
1ee8d6a380
Merge branch 'master' of github.com:spesmilo/electrum
2018-12-19 18:28:53 +01:00
ThomasV
b2d635060c
update submodule
2018-12-19 18:28:34 +01:00
SomberNight
d5591da682
qt history: consider column is hidden in context menu
2018-12-19 17:01:20 +01:00
SomberNight
f0f73380a2
qt history: fix refresh bug ("verified"/fee histogram interplay)
2018-12-19 16:47:26 +01:00
ThomasV
0247802479
update submodules
2018-12-19 13:29:50 +01:00
ThomasV
4360d07918
Merge pull request #4938 from SomberNight/mac_build_qr_scanner_old_xcode
...
mac: build qr scanner using old xcode
2018-12-19 12:03:41 +01:00
SomberNight
ba33bc4ad8
plugins: fix hook/attr name collision in close()
...
Revealer plugin has method "password_dialog"
"password_dialog" is also a hook name, but revealer.password_dialog is not a hook
2018-12-19 02:10:47 +01:00
SomberNight
bec1860197
mac build: build qr scanner on separate machine
2018-12-18 22:05:44 +01:00
SomberNight
f54c387172
mac build: bump python version
2018-12-18 22:05:42 +01:00
SomberNight
f160f4bf67
mac build: use old xcode to build qr scanner on El Capitan
2018-12-18 22:05:02 +01:00
SomberNight
fa33d1880c
win build: bump python version
2018-12-18 21:41:29 +01:00
SomberNight
ba4af29bf8
rerun freeze_packages
2018-12-18 21:01:16 +01:00
SomberNight
8d1cb3c36a
bump pyqt version in binaries
...
closes #4777
2018-12-18 20:52:01 +01:00
SomberNight
8f5f0e46aa
keystore: fail sooner if unsupported version
...
follow-up #4937
2018-12-18 19:57:58 +01:00