Roman Zeyde
a156ee94bf
paytoedit: fix insertCompletion() string handling
7 years ago
Mike C
8f1ccc188c
Edit install wizard msg to reflect linguistic trends
In the install wizard message, the prompt uses the word "fulfil". While this is an acceptable spelling of the word, Google ngrams indicates that it is twice as common to spell the word with two l's at the end, aka "fulfill", in modern writing. This PR proposes to use the more common spelling.
https://books.google.com/ngrams/graph?content=fulfill%2C+fulfil&year_start=1800&year_end=2000&corpus=15&smoothing=3&share=&direct_url=t1%3B%2Cfulfill%3B%2Cc0%3B.t1%3B%2Cfulfil%3B%2Cc0
7 years ago
ThomasV
9fc8d94d96
try..except block around load_wallet
7 years ago
ThomasV
51718501fd
add server list to setup.py
7 years ago
ThomasV
29aaa1c4c4
fix #2840
7 years ago
ThomasV
5e61ff18ac
fix #2834
7 years ago
ThomasV
621a3abf6f
improve bip39 warning ( #2833 )
7 years ago
ThomasV
b9da5afa9d
replace bitcoin.is_valid
7 years ago
Marko Bencun
5800a24559
fix Qt threading issue
Issue: #2209
Fixes this error when signing with a HW wallet:
./electrum
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
python3: xcb_io.c:259: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
Aborted (core dumped)
The cause is likely with the `show_message()` calls. The proper fix
would be to hunt down where QT Gui elements are touched from a wrong
thread.
The workaround is to call XInitThreads(), as the error message suggests.
7 years ago
ThomasV
b46e86d3c7
fix 2810
7 years ago
ThomasV
dc9a25b83c
fix qt package name
7 years ago
ThomasV
32dee14fd0
show error message when parsing empty tx
7 years ago
ThomasV
f3027fa574
m
8 years ago
ThomasV
15642ec8de
python3: remove calls to unicode function
8 years ago
ThomasV
033a5c6c91
network_dialog updates for python3
8 years ago
ThomasV
ab15ff3a00
updates for python3
8 years ago
Johann Bauer
8e54d5c4d4
Make proxies work
8 years ago
ThomasV
f1a8c0b0e6
misc. fixes for python3
8 years ago
ThomasV
c3388d9677
misc python3 updates:
- use jsonrpclib-pelix
- update the kivy gui
- update plugins
8 years ago
Dmitry Sorokin
0693403358
sending fixed
8 years ago
Dmitry Sorokin
f02d18226b
misc ui and lib fixes for py3
8 years ago
Dmitry Sorokin
d304ccdf17
py3 in qtgui
8 years ago
Dmitry Sorokin
5be78950ca
py3
8 years ago
Kacper Żuk
c6e09a6038
Provide warnings about invalid BIP39 checksum in seed dialog
8 years ago
ThomasV
8b194cd409
show bip39 warning and add info about checksum disabled
8 years ago
SomberNight
260c3eecab
bugfix: [GUI-QT/Network] Save proxy setting when toggling Tor checkbox
8 years ago
J.R. Mathis
5062e642c2
Fix minor typo in exporting labels
Changed "where" to "were"
8 years ago
ThomasV
8d82e66eee
fix #2690
8 years ago
ThomasV
5fb51a91a2
fix #2736
8 years ago
ThomasV
08fab753e8
change default value of confirmed_only, spending unconfirmed coins
8 years ago
Casper
713c3c7460
History list upgrades
+ add icon tooltip
+ fix text alignment
+ add double click for details
8 years ago
suut
bc4fcfbebd
Remove usages of deprecated apply() builtin
8 years ago
ThomasV
bfcfb1f240
wizard: make sure terminate is always called
8 years ago
ThomasV
f33ee01e64
follow-up 15d74b4e19
8 years ago
KoffeinFlummi
9a44cde6cd
Add optional fiat balance column to addresses view
8 years ago
ThomasV
a4149bf6b8
add tx details to utxo tab
8 years ago
ThomasV
b243772d68
show height in utxo list
8 years ago
ThomasV
b424a83a57
add blockchain.get_name method, update kivy gui
8 years ago
ThomasV
814792eee1
show only active chains
8 years ago
ThomasV
5834b391ea
network dialog: display branch size
8 years ago
ThomasV
1316e4f70d
network_dialog remove stretch
8 years ago
ThomasV
05a9718b7c
network dialog: show only populated chains
8 years ago
ThomasV
125247df81
fix unicode path issue #2269
8 years ago
ThomasV
ba2211f52e
network dialog: refresh display on each new header
8 years ago
Johann Bauer
6b9643a66c
Add shortcuts to toggle actions in view menu
8 years ago
ThomasV
f98a5617d6
rename proxy tab
8 years ago
Johann Bauer
15d74b4e19
Fix "Back" button in installwizard
Since this seems to be the first page of the wizard,
there is nothing to go back to. Furthermore, clicking
"Back" actually takes you to the next step.
This changes the button to "Close" and closes the wizard.
8 years ago
ThomasV
73b023e967
update network settings dialog of the kivy GUI
8 years ago
ThomasV
92b392a56b
minor fixes
8 years ago
Johann Bauer
c4979864cc
Add tab icons
8 years ago