Commit graph

2313 commits

Author SHA1 Message Date
ThomasV
4c22698444 fix qt5: setBackgroundColor 2017-09-24 10:04:32 +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
3181396858 QTreeWidget::isItemSelected(item) has been removed for QTreeWidgetItem::isSelected() 2017-09-24 02:02:22 +02:00
SomberNight
2ea78f7f3b fix qr code saving 2017-09-23 22:16:36 +02:00
SomberNight
8799809477 fix qt plugins crash 2017-09-23 19:28:06 +02:00
Johann Bauer
d9db331580 Fix wrong argument type in QMessageBox.information
TypeError: information(QWidget, str, str, buttons: Union[QMessageBox.StandardButtons, QMessageBox.StandardButton] = QMessageBox.Ok, defaultButton: QMessageBox.StandardButton = QMessageBox.NoButton): argument 4 has unexpected type 'str'
2017-09-23 12:06:12 +02:00
SomberNight
4ac162f18b migration to PyQt5. initial commit. 2017-09-23 05:54:38 +02:00
Joe Ellis
77b9eac72e Added scroll pane in install wizard confirmation dialog.
Prevent cropping of text that occurs when you have just a label.
In response to issue 2888.
2017-09-18 23:14:12 +01:00
Roman Zeyde
a156ee94bf paytoedit: fix insertCompletion() string handling 2017-09-17 22:03:14 +03:00
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
2017-09-16 17:41:03 -06:00
ThomasV
9fc8d94d96 try..except block around load_wallet 2017-09-15 11:51:11 +02:00
ThomasV
51718501fd add server list to setup.py 2017-09-14 10:25:04 +02:00
SomberNight
53c98ec96d migrating print() to python 3 2017-09-12 17:01:55 +02:00
ThomasV
29aaa1c4c4 fix #2840 2017-09-06 12:12:04 +02:00
ThomasV
5e61ff18ac fix #2834 2017-09-03 06:25:50 +02:00
ThomasV
621a3abf6f improve bip39 warning (#2833) 2017-09-02 04:26:20 +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
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.
2017-08-30 00:24:50 +02:00
ThomasV
b46e86d3c7 fix 2810 2017-08-28 05:27:15 +02:00
ThomasV
dc9a25b83c fix qt package name 2017-08-27 07:18:33 +02:00
ThomasV
0fd108079d kivy wizard: fix bug if password is not provided 2017-08-26 08:28:25 +02:00
ThomasV
fbcad8e5a1 python3: update apk build instuctions 2017-08-26 08:28:24 +02:00
ThomasV
32dee14fd0 show error message when parsing empty tx 2017-08-26 08:28:24 +02:00
ThomasV
01736197f8 python3 fixes 2017-08-26 08:28:24 +02:00
ThomasV
f3027fa574 m 2017-08-26 08:28:24 +02:00
ThomasV
15642ec8de python3: remove calls to unicode function 2017-08-26 08:28:24 +02:00
ThomasV
033a5c6c91 network_dialog updates for python3 2017-08-26 08:28:24 +02:00
ThomasV
ab15ff3a00 updates for python3 2017-08-26 08:28:24 +02:00
Johann Bauer
8e54d5c4d4 Make proxies work 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
Kacper Żuk
c6e09a6038 Provide warnings about invalid BIP39 checksum in seed dialog 2017-08-16 15:25:06 +02:00
ThomasV
8b194cd409 show bip39 warning and add info about checksum disabled 2017-08-16 12:40:12 +02:00
SomberNight
260c3eecab bugfix: [GUI-QT/Network] Save proxy setting when toggling Tor checkbox 2017-08-15 03:26:44 +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
1ee41089cf Merge pull request #2693 from casper/gui-history-upgrades
History list - GUI fix + small improvements
2017-08-08 09:42:58 +02:00
ThomasV
08fab753e8 change default value of confirmed_only, spending unconfirmed coins 2017-08-08 06:03:47 +02:00
Casper
713c3c7460 History list upgrades
+ add icon tooltip
  + fix text alignment
  + add double click for details
2017-08-05 11:19:29 +03:00
ThomasV
0d12784f1e updates for new version of buildozer 2017-08-02 11:21:45 +02:00
ThomasV
4c2deb6d2b follow-up to bc4fcfbebd 2017-08-01 10:47:33 +02:00
suut
bc4fcfbebd Remove usages of deprecated apply() builtin 2017-08-01 05:22:18 +02:00