akshayaurora
2fc5f1f916
kivy: remove unneeded imports and fix copy, paste
9 years ago
ThomasV
307ec36d34
Merge branch 'master' of git://github.com/spesmilo/electrum
9 years ago
ThomasV
81b9f8281d
fix #1656
9 years ago
ThomasV
4c53a6bfa5
Merge pull request #1654 from valesi/minor-fixes
Minor fixes - indentation and lone `self.`
9 years ago
valesi
f7dfffd30f
Minor fixes - indentation and lone `self.`
6ba43637f5/electrum (L57)
has tab instead of spaces.
6ba43637f5/gui/kivy/nfc_scanner/scanner_android.py (L118)
has lone `self.`
9 years ago
ThomasV
6ba43637f5
kivy: use softinput_mode='pan' in wizard
9 years ago
ThomasV
08e5aecee2
Revert "Plugins: remove init_qt hook; clean up"
This reverts commit e20369bf94
.
9 years ago
ThomasV
a04b510395
fix: don't chmod config file on android
9 years ago
ThomasV
6a833d9f98
electrum: check_imports
9 years ago
ThomasV
541257be34
Merge pull request #1647 from akshayaurora/test_startup
kivy:Improve startup speed
9 years ago
ThomasV
ed4db10943
Merge pull request #1652 from endofthepain/patch-1
Update icons.qrc
9 years ago
endofthepain
8d35c674b6
Update icons.qrc
9 years ago
ThomasV
e0afb62660
Merge pull request #1649 from ulrichard/trezor_self_ckd_public
added a missing self statement for issue #1093
9 years ago
Richard Ulrich
7f2c379a6c
added a missing self statement for issue #1093
9 years ago
akshayaurora
243e33cb95
kivy:remove un needed icons
9 years ago
ThomasV
edcd40f530
Merge pull request #1648 from ulrichard/ledger_client
added local client variable
9 years ago
Richard Ulrich
4c24ea002c
added local client variable
9 years ago
ThomasV
e7d28f555a
Merge branch 'master' of git://github.com/spesmilo/electrum
9 years ago
ThomasV
78e9a84c2f
fix ledger signing issue
9 years ago
akshayaurora
900346b89e
kivy:Improve startup speed
9 years ago
Neil Booth
9fa8c4de27
Installwizard: not app-modal on MacOSX
Making a window with no parent window-modal on Mac makes it
application-modal. This is different to behaviour under X, and
we don't want that. Use QDialog instead.
9 years ago
Neil Booth
bf942b5259
Trezor: another place needs client handler set
9 years ago
ThomasV
963dcf0c6b
rm test_ripemd
9 years ago
ThomasV
bb80e330ff
kivy: private_storage
9 years ago
ThomasV
80c1aab9c3
remove is_kivy test
9 years ago
ThomasV
56c4a8746f
remove python implementation of ripemd160
9 years ago
ThomasV
f0cb101326
rm unused icon file
9 years ago
ThomasV
fe9ec6de06
reformatting
9 years ago
ThomasV
a1eaf351a7
kivy: use EventDispatcher with exchange rates plugin
9 years ago
ThomasV
9b09c55356
dynamic fees: use hardcoded value as upper bound
9 years ago
ThomasV
62ef83e966
kivy: display value of recommended fee
9 years ago
ThomasV
a2fc90dbda
kivy: fix missing i18n
9 years ago
ThomasV
b0311885a5
kivy: fix unicode bug
9 years ago
ThomasV
fa7fba53fc
kivy: fee_dialog
9 years ago
Neil Booth
c0295c767e
tx_dialog: prompt if signed but not saved
I've lost a signed TX one too many times now
9 years ago
Neil Booth
268dcbcac5
Trezor: multi-device window parenting fix
9 years ago
Neil Booth
60be9d59bc
Fix prior; scale is off-by-50
9 years ago
Neil Booth
c02e3621f3
Settings: improvements to dynamic fee slider
Fixes #1595
9 years ago
Neil Booth
e20369bf94
Plugins: remove init_qt hook; clean up
Fixes #1644
9 years ago
Neil Booth
93e0c72ce2
Plugins: start thread at end of constructor
Don't add jobs twice
9 years ago
Neil Booth
028ab925ed
Remove unused imports
9 years ago
Neil Booth
80e15577b5
Update comment
9 years ago
Neil Booth
dee402b961
Plugin wallets: better error when unloadable
Used to get:
jsonrpclib.jsonrpc.ProtocolError: (-32603, u'Server error: File "src/electrum/lib/plugins.py", line 144, in wallet_plugin_loader | KeyError: \'trustedcoin\'')
Now get:
jsonrpclib.jsonrpc.ProtocolError: (-32603, u'Server error: File "src/electrum/lib/plugins.py", line 81, in load_plugin | RuntimeError: cmdline implementation for trustedcoin plugin not found')
9 years ago
Neil Booth
f4fa53e915
Trezor: fixes for latest libtrezor
We were relying on internals of libtrezor that they just
changed. However their changes don't work on Mac either.
Work around both issues. I think this...
Fixes #1637
9 years ago
Neil Booth
f8ed7b058d
Improved multi-device handling
Ask user which device to use when there are many. If there
is only one skip the question. We used to just pick the
first one we found; user had no way to switch.
We have to handle querying from the non-GUI thread.
9 years ago
Neil Booth
a0ef42d572
Fix typo causing change address reuse
9 years ago
Neil Booth
3a735d40ac
Keepkey/Trezor: fix 2 issues
1: In KeepKey recovery we let the user type a fifth
letter which causes the firmware to abort the
protocol. Only allow 4 letters.
2: Handle exceptions thrown during device initialization
properly
9 years ago
ThomasV
9580cd62f6
kivy: use Clock.schedule_once for actions in settings menu
9 years ago
ThomasV
488bdbf4b5
kivy:
* improve settings dialog
* add fx_dialog
9 years ago
Neil Booth
97bc1b2788
Don't split small change
9 years ago