Commit Graph

8059 Commits

Author SHA1 Message Date
Marko Bencun bece1329cc digitalbitbox: fixed some more python3 issues 2017-09-25 00:06:24 +02:00
ThomasV 952049f74b fix #2915 2017-09-24 13:35:53 +02:00
ThomasV e014e3af75 qt wizard: fix scroll area 2017-09-24 11:52:53 +02:00
ThomasV 2239cb9624 fix #2921 2017-09-24 10:18:08 +02:00
ThomasV 4c22698444 fix qt5: setBackgroundColor 2017-09-24 10:04:32 +02:00
ThomasV 417cd2581a Merge pull request #2916 from bauerj/windows-35
Update Windows build to Python 3.5 and PyQt5
2017-09-24 09:43:35 +02:00
ThomasV 99bc43d8db Merge pull request #2911 from SomberNight/pyqt5
migration to PyQt5
2017-09-24 09:42:32 +02:00
ThomasV c43b48f4f5 Merge pull request #2917 from SomberNight/get_server
log: identify exception source in log for daemon/get_server
2017-09-24 09:40:33 +02:00
ThomasV 2e06a9d020 Merge pull request #2925 from wakiyamap/include_locale_for_windows_binary
include locale for windows binary
2017-09-24 09:37:49 +02:00
ThomasV 70983bb177 Merge pull request #2919 from SomberNight/currency_btce
finish BTCe to WEX renaming
2017-09-24 09:32:35 +02:00
ThomasV e0a323e0be Merge pull request #2922 from SomberNight/grammar_trustedcoin
grammar fix (trustedcoin)
2017-09-24 09:27:45 +02:00
ThomasV f6178c7314 Merge pull request #2924 from SomberNight/py3_exchange_rate
python3: exchange_rate.py
2017-09-24 09:27:25 +02:00
WakiyamaP 94fc9776f1 include locale for windows binary 2017-09-24 15:24:52 +09: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 48eab8f286 python3: exchange_rate.py 2017-09-24 02:53:17 +02:00
SomberNight 3181396858 QTreeWidget::isItemSelected(item) has been removed for QTreeWidgetItem::isSelected() 2017-09-24 02:02:22 +02:00
SomberNight d178c20b1f grammar fix (trustedcoin) 2017-09-24 01:42:24 +02:00
SomberNight 29b9d6fa61 fix email_requests plugin 2017-09-24 00:55:26 +02:00
SomberNight 2ea78f7f3b fix qr code saving 2017-09-23 22:16:36 +02:00
SomberNight 60dcf6ebfb finish BTCe to WEX renaming 2017-09-23 19:47:54 +02:00
SomberNight 8799809477 fix qt plugins crash 2017-09-23 19:28:06 +02:00
SomberNight 296837d4a9 log: identify exception source in log for daemon/get_server 2017-09-23 18:44:06 +02:00
Johann Bauer bf790e9e85 Update Windows build to Python 3.5 and PyQt5 2017-09-23 18:18:29 +02:00
ThomasV e99c2e8dfd add servers.json to windows builds 2017-09-23 18:00:47 +02:00
SomberNight ffdafc57b7 Merge pull request #1 from bauerj/SomberNight-pyqt5-patch1
Fix wrong argument type in QMessageBox.information
2017-09-23 16:32:43 +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
ThomasV 1522a00012 qrscanner: return str 2017-09-23 09:40:20 +02:00
ThomasV 9bdac1aae0 detect txintype in keystore. fix #2912 2017-09-23 09:39:12 +02:00
ThomasV 1bd60d4c3a fix #2880 2017-09-23 05:57:50 +02:00
SomberNight 4ac162f18b migration to PyQt5. initial commit. 2017-09-23 05:54:38 +02:00
ThomasV 3c7843eea5 revert 6e9b2a4459 2017-09-23 05:40:10 +02:00
ThomasV ab2d0f389c fix 2904 2017-09-23 05:26:03 +02:00
ThomasV 348ef7d72c Merge pull request #2902 from SomberNight/network_timeout
send server.version before subscriptions
2017-09-22 10:19:40 +02:00
ThomasV c186dc18d4 fix tests 2017-09-22 09:55:30 +02:00
ThomasV ff983687a1 Merge branch 'SomberNight-virtual_tx_size' 2017-09-22 09:49:55 +02:00
SomberNight 2fbc70d860 Moving to virtual tx size instead of total tx size. 2017-09-22 09:49:05 +02:00
Joe Ellis e90f14492e 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-22 09:41:20 +02:00
BTChip 7d1f956b57 Check firmware version for Segwit related transactions, add native segwit support 2017-09-22 09:41:20 +02:00
ThomasV 7b2ff57d0c Merge pull request #2891 from joechrisellis/master
Added scroll pane in install wizard confirmation dialog.
2017-09-21 11:00:59 +02:00
ThomasV 5ed27b1b5a Merge pull request #2884 from btchip/ledger-segwitnative
Ledger : native segwit support
2017-09-21 11:00:30 +02:00
ThomasV f43ba14b3c Merge pull request #2908 from SomberNight/assertEquals
replace deprecated assertEquals
2017-09-21 10:48:35 +02:00
SomberNight 6e0c2cffd8 replace deprecated assertEquals 2017-09-21 06:07:52 +02:00
SomberNight f80d8b02ca Periodically poll fee estimates from server. 2017-09-21 01:19:05 +02:00
SomberNight 0e89745c2b send server.version before subscriptions 2017-09-20 15:21:41 +02:00
ThomasV 77eb62b4cb fix #2895 2017-09-19 15:24:17 +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
ThomasV c12c1685d7 serialize value of incomplete inputs in the witness field. fix p2wsh-in-p2sh deserialization 2017-09-18 09:41:19 +02:00
ThomasV fcea2a065d add support for p2wsh-in-p2sh 2017-09-18 08:52:06 +02:00