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
Neil Booth
efa1efedca
Hardware wallets: limit change outputs to 1
9 years ago
Neil Booth
b752e91dae
Separate out get_input_tx.
9 years ago
Neil Booth
9729f5b6d3
get_account_addresses: None->all user-visible a/cs
Otherwise we can end up sweeping to a non-visible address.
9 years ago
Neil Booth
83a531b3e4
Revert "Sweep keys: don't default to hidden address"
This reverts commit 605cc47a3d
.
9 years ago
Neil Booth
605cc47a3d
Sweep keys: don't default to hidden address
The issue is electrum uses None as the current account
to mean the default account. This just gave rise to
all addresses being listed including in hidden accounts.
Really "None" as used in main_window.py and history_widget.py
means "a single unspecified account" not "all accounts".
So implement the idea of a default account, and don't let
a hidden account be the default one.
9 years ago
Neil Booth
38a8385287
Remove stale comment
9 years ago
Neil Booth
9f95e90706
Remove wrong code
The correct line is 3 below
9 years ago
Neil Booth
9bf45de279
Trezor: give me a chance to sign with a PIN entry
9 years ago
Neil Booth
f92843bb10
Top level window fix for tx_dialog and h/w wallets
9 years ago
Neil Booth
43fd49aa8f
Fix for tx.inputs break
9 years ago
Neil Booth
91d0504f31
GC the dialog once done.
9 years ago
Neil Booth
889976915a
KeepKey: Implement secure recovery from seed
This method relies on having a large screen so only
works with KeepKey firmware.
9 years ago
Neil Booth
eb865779eb
Small fix for trezor devices
Client operations are asynchronous; do any unpairing after
the operation.
9 years ago
Neil Booth
f6200bd73e
select_device: only list plugin devices
9 years ago
Neil Booth
618026f96c
Installwizard: tweak hardware wallet handling
9 years ago
Neil Booth
1f75ab89fa
Installwizard: handle Escape key
9 years ago
Neil Booth
3ca0074301
Release notes: one more item
9 years ago
Neil Booth
0149d90253
Update release notes
9 years ago
Neil Booth
8732bead24
Trezor: fix a typo.
9 years ago
Neil Booth
95a0cbabfd
Add a note regarding hardware wallets
9 years ago
Neil Booth
a7cb66d31e
Trezor: better messages during initialization
9 years ago
Neil Booth
1e030706cb
Trezor: small improvements for device initialization
9 years ago
ThomasV
3cd088b2e6
kivy: fee_dialog
9 years ago
ThomasV
45618b2a8e
kivy: cleanup dead code
9 years ago
ThomasV
9b112ab42f
kivy: add background.png
9 years ago
ThomasV
68d169b35f
kivy: rm dead code from main.kv
9 years ago
ThomasV
cb098ace73
Merge branch 'master' of git://github.com/spesmilo/electrum
9 years ago
ThomasV
5a03caf051
kivy: update fiat amounts when changed
9 years ago
Neil Booth
cefd128020
Trezor: improve install wizard
Add explanatory help about passphrases, with warning, like
in trezor dialog box.
9 years ago
Neil Booth
0d14781463
Trezor: GUI fixes
Trezor window was doing GUI stuff outside the GUI thread
9 years ago
Neil Booth
24037be99c
Clean up client caching and handling
9 years ago
ThomasV
a1d55fac4e
rm testing print statement
9 years ago
ThomasV
89908bf14d
fix English
9 years ago
ThomasV
858b9c5655
kivy: improve settings dialog
9 years ago
ThomasV
5502cab796
kivy: fix scrollview in choice_dialog
9 years ago
Neil Booth
b878c010da
Minikey: minimum length 20
On second thoughts there seems little reason to accept text
of length <= 20 for minikeys.
9 years ago
ThomasV
ec929bfaf6
patch requests directly from make_packages
9 years ago
ThomasV
1880b83599
add .mo extension to buildozer.spec
9 years ago
ThomasV
e60b35df64
kivy wizard: stop on_dismiss
9 years ago
ThomasV
72da1e3b8f
rm dead code
9 years ago
ThomasV
4bfaa1fa02
kivy wizard: don't use auto-dismiss. rename classes
9 years ago
ThomasV
b1f9f7faed
kivy: fix wallet selection dialog
9 years ago
ThomasV
702924a07e
Merge branch 'master' of git://github.com/spesmilo/electrum
9 years ago
ThomasV
b6c6b694f7
kivy: simplify wallets dialog
9 years ago
Neil Booth
13420f6917
Keepkey: doesn't yet support homescreen setting
Make some text shorter so it fits in radio buttons
9 years ago
Neil Booth
f7859c041e
Support Casascius minikeys
9 years ago
Neil Booth
eebabdf209
Merge branch 'client_thread'
9 years ago