Neil Booth
b50ace4225
Support adding/removing/changing PIN on Trezor
9 years ago
Neil Booth
1b754524f9
Add more information to the trezor settings dialog
9 years ago
Neil Booth
43d21de1b2
Clean up trezor client interface
9 years ago
Neil Booth
e2628977b3
Update keepkey too
9 years ago
Neil Booth
11e1c62f28
Move hardware wallet to trezor/
On second thoughts it does go better there.
9 years ago
Neil Booth
669cf74789
Fix trezor restore
Broken by my recent changes
9 years ago
Neil Booth
7372e0e082
PEP8-ify most of plugins/trezor
9 years ago
Neil Booth
c02daa56b0
Finish merging keepkey / trezor implementations
9 years ago
Neil Booth
d69551f723
Fix two keepkey imports
9 years ago
Neil Booth
f3329988b2
More keepkey / trezor commonizing and cleanup
9 years ago
Neil Booth
33e57fe5a7
Share non-GUI plugin parts of KeepKey and Trezor
9 years ago
Neil Booth
42719cd0a9
Commonize GuiMixin for keepkey and trezor
9 years ago
Neil Booth
cb4947d705
Add the keepkey cancellation feature
to the generic implementation. Not currently used by the trezor
libraries.
9 years ago
Neil Booth
7b5f3884fa
Combine QTHandlers for KeepKey and Trezor
Again they do the same thing, so share the code
9 years ago
Neil Booth
39c1893a74
Initialize self.d for KeepKey
9 years ago
Neil Booth
3a1bb5b61a
Combine keepkey and trezor wallet code
Essentially identical so silly to have two copies.
Also fix a double-dialog during sign bug that caused one to not
disappear (on MacOSX at least).
9 years ago
Neil Booth
96c7f9e7cb
Partially revert prior
9 years ago
Neil Booth
c298860e11
A fix and cleanups for hardware wallets
9 years ago
Neil Booth
8f91af28a5
More cleanup of WaitingDialog
Simplify its interface
9 years ago
Neil Booth
d70ad3df93
Better waiting dialog for trustedcoin
9 years ago
Neil Booth
ffd081ac21
Clean up WaitingDialog
Prevent GC so callers don't have to.
9 years ago
Neil Booth
64887f7a74
More message box cleanup
9 years ago
Neil Booth
37a49752eb
Fix greenaddress modality and centring issues
9 years ago
Neil Booth
37b474716b
Window modality fixes + improved password dialog
9 years ago
Neil Booth
15e9991e2a
Move message box logic to a mixin
9 years ago
Neil Booth
0a3a0f12cc
Make more dialogs window-modal
Also remove some unnecessary imports
9 years ago
Neil Booth
44a436e964
Make line_dialog, text_dialog window modal
Move new_wallet and get_wallet_folder from qt/__init__.py
to qt/main_window.py for correct centring and window modality.
9 years ago
Richard Ulrich
ae3b82297f
added missing import
9 years ago
Neil Booth
e1c0298fc2
Write the wallet less often
This should speed up synchronization / restoration of large wallets.
Wallets are written only when they switch to up_to_date state, or
when stop_threads() is called when closing the daemon, or when
a command line command finishes.
9 years ago
ThomasV
ba26996367
fix exchange_rate in kivy
9 years ago
Neil Booth
b1704ce911
Fix multiple trustedcoin bugs.
9 years ago
Anwesh
b23c22b29d
Updated Coinsecure Api
Added Unocoin Api
10 years ago
ThomasV
de964f4033
plugins: on_close method
10 years ago
ThomasV
9b2885e697
kivy: updates
10 years ago
Neil Booth
eb82a5e689
Cleanup labels/qt imports.
10 years ago
Neil Booth
a0b031c7df
Fix labels plugin wallet popping bug.
10 years ago
ThomasV
b700340ff9
kivy: use exchange rates in amount dialog
10 years ago
Anwesh
0ece74eea6
Coinsecure exchange added
10 years ago
ThomasV
74a9e2296c
separate Network and Plugins
10 years ago
ThomasV
6ec610c359
kivy updates
10 years ago
ThomasV
deefd74c37
labels sync for kivy
10 years ago
ThomasV
d8e65782e1
ledger: cmdline plugin
10 years ago
ThomasV
ddae2516c1
keepkey: cmdline plugin
10 years ago
ThomasV
c7b1721f58
fix cmdline trezor
10 years ago
ThomasV
d5f43610ed
fix imports in hardware wallets
10 years ago
Neil Booth
90dee43998
Move estimated_fee to Transaction class
It's not a function of the wallet but of the transaction
so it more naturally belongs there.
10 years ago
ThomasV
0c20e737a9
fix missing import
10 years ago
ThomasV
9782734f4c
plugins: trustedcoin fixes
10 years ago
Neil Booth
cf23127ac1
Preserve alphabetical ordering...
And 2 is the default anyway as for most western currencies.
10 years ago
ThomasV
c6780cce84
add Bitso exchange rate
10 years ago