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
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