ThomasV
2a908d3e8b
hw_wallet: do not mix qt and non-qt imports
9 years ago
ThomasV
0f184db534
kivy: improve amount dialog
9 years ago
ThomasV
28b0ff85f2
fx plugin fix
9 years ago
ThomasV
c0ef60aa50
Partially restore e20369bf94
, but keep init_qt hook
9 years ago
ThomasV
ed401761f1
sorry, confused
This reverts commit 5e6a55edd5
.
9 years ago
ThomasV
5e6a55edd5
Revert "Revert "Daemon network cleanup""
This reverts commit 2c7b10a776
.
9 years ago
Neil Booth
012f500976
hw_wallet: Create HW_PluginBase and use it
9 years ago
Neil Booth
2717c80a91
ledger: remove unused imports
9 years ago
Neil Booth
9330750e82
Minor fix for prior
Restores to a BIP44_Wallet. The other var is also in base class.
9 years ago
Neil
4a7cc1c65f
Merge pull request #1662 from LedgerHQ/ledger_plugin_redesign
Ledger plugin redesign
9 years ago
BTChip
1c8e39b635
Override word_dialog for PIN entry
9 years ago
BTChip
d4b84d6da1
Use unified HW classes
9 years ago
Neil Booth
9930d5fd6f
Update obsolete comment.
9 years ago
Neil Booth
134ae3d044
hw_wallet: separate out common QtHandler code
9 years ago
Neil Booth
e461c1c818
Create hw_wallet directory for common code
Quite a lot of code under trezor/ can be shared with the
Ledger code. This is the first step for wallets.
9 years ago
Neil Booth
6b68968d04
self not client.
9 years ago
Neil
78d59d6aa5
Merge pull request #1660 from prusnak/master
fix spelling of TREZOR and SatoshiLabs
9 years ago
ThomasV
03d313572e
kivy: fix formatting of fiat values in history
9 years ago
ThomasV
a5fd6d2e6c
kivy: select currency first, then source. show only sources with history data
9 years ago
ThomasV
e3b37512ed
exchange_rates plugin: move methods to qt version
9 years ago
ThomasV
2c7b10a776
Revert "Daemon network cleanup"
This reverts commit 0a1b3eac9c
.
9 years ago
Pavol Rusnak
6ce12ca1dc
fix spelling of TREZOR and SatoshiLabs
9 years ago
Neil Booth
58d5215e2e
No need to pass daemon and network together
The daemon has the network
9 years ago
Neil Booth
0a1b3eac9c
Daemon network cleanup
All Daemon creation was preceded by Network creation, based on
config, and passing it to Daemon.
As config is passed to Daemon, it might as well create its own
network and the code is in one place.
9 years ago
ThomasV
3b44504644
exchange rates: call on_quotes in set_currency
9 years ago
ThomasV
54695964d3
Merge branch 'master' of git://github.com/spesmilo/electrum
9 years ago
ThomasV
1409f13947
kivy: show_info clipboard
9 years ago
Neil Booth
412e2a8d2c
Create is_pairable() function and use it.
Fixes #1653 .
9 years ago
ThomasV
b599172657
fix font paths
9 years ago
ThomasV
e337e8585b
fix font path
9 years ago
ThomasV
072adca85b
Merge pull request #1657 from akshayaurora/copy_paste
kivy: remove unneeded imports and fix copy, paste
9 years ago
ThomasV
d5479b8dfc
Merge pull request #1658 from akshayaurora/move_fonts
kivy: move data/fonts into gui/kivy/data/fonts
9 years ago
akshayaurora
695b8413d4
kivy: move data/fonts into gui/kivy/data/fonts
9 years ago
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