Commit Graph

6157 Commits

Author SHA1 Message Date
ThomasV 3cd088b2e6 kivy: fee_dialog 2016-01-22 10:50:24 +01:00
ThomasV 45618b2a8e kivy: cleanup dead code 2016-01-21 19:25:25 +01:00
ThomasV 9b112ab42f kivy: add background.png 2016-01-21 18:56:37 +01:00
ThomasV 68d169b35f kivy: rm dead code from main.kv 2016-01-21 18:55:41 +01:00
ThomasV cb098ace73 Merge branch 'master' of git://github.com/spesmilo/electrum 2016-01-21 16:35:44 +01:00
ThomasV 5a03caf051 kivy: update fiat amounts when changed 2016-01-21 16:34:58 +01:00
Neil Booth cefd128020 Trezor: improve install wizard
Add explanatory help about passphrases, with warning, like
in trezor dialog box.
2016-01-22 00:01:09 +09:00
Neil Booth 0d14781463 Trezor: GUI fixes
Trezor window was doing GUI stuff outside the GUI thread
2016-01-21 23:33:15 +09:00
Neil Booth 24037be99c Clean up client caching and handling 2016-01-21 22:56:53 +09:00
ThomasV a1d55fac4e rm testing print statement 2016-01-21 12:30:53 +01:00
ThomasV 89908bf14d fix English 2016-01-21 12:20:45 +01:00
ThomasV 858b9c5655 kivy: improve settings dialog 2016-01-21 12:12:55 +01:00
ThomasV 5502cab796 kivy: fix scrollview in choice_dialog 2016-01-21 07:19:22 +01:00
Neil Booth b878c010da Minikey: minimum length 20
On second thoughts there seems little reason to accept text
of length <= 20 for minikeys.
2016-01-21 08:11:50 +09:00
ThomasV ec929bfaf6 patch requests directly from make_packages 2016-01-20 11:56:07 +01:00
ThomasV 1880b83599 add .mo extension to buildozer.spec 2016-01-20 10:19:07 +01:00
ThomasV e60b35df64 kivy wizard: stop on_dismiss 2016-01-20 06:28:35 +01:00
ThomasV 72da1e3b8f rm dead code 2016-01-19 23:20:54 +01:00
ThomasV 4bfaa1fa02 kivy wizard: don't use auto-dismiss. rename classes 2016-01-19 23:10:10 +01:00
ThomasV b1f9f7faed kivy: fix wallet selection dialog 2016-01-19 16:11:23 +01:00
ThomasV 702924a07e Merge branch 'master' of git://github.com/spesmilo/electrum 2016-01-19 15:57:19 +01:00
ThomasV b6c6b694f7 kivy: simplify wallets dialog 2016-01-19 15:57:11 +01:00
Neil Booth 13420f6917 Keepkey: doesn't yet support homescreen setting
Make some text shorter so it fits in radio buttons
2016-01-19 22:38:02 +09:00
Neil Booth f7859c041e Support Casascius minikeys 2016-01-19 22:00:16 +09:00
Neil Booth eebabdf209 Merge branch 'client_thread' 2016-01-19 21:01:46 +09:00
Neil Booth 8a8d00a611 Merge branch 'client_thread' of github.com:spesmilo/electrum into client_thread 2016-01-19 20:58:59 +09:00
Neil Booth 7029411629 Threaded trezor dialog
Also fix up the dialog box a bit
2016-01-19 20:58:10 +09:00
ThomasV d530f8fe84 kivy: minor fixes 2016-01-19 12:57:18 +01:00
ThomasV 8ed443b4c8 kivy: improve settings dialog 2016-01-19 12:37:40 +01:00
ThomasV 6aea1e8a79 kivy: improve about dialog 2016-01-19 10:32:11 +01:00
ThomasV 4122c108fc plugins: enable & disable methods 2016-01-19 10:03:05 +01:00
ThomasV 82bfbdcc3c add dev 2016-01-18 16:06:12 +01:00
ThomasV 3252161f36 improve about dialog 2016-01-18 15:42:05 +01:00
ThomasV 23d16154a9 kivy: improve status dialog 2016-01-18 15:20:01 +01:00
ThomasV e2d00c61cd kivy fixes 2016-01-18 14:09:48 +01:00
ThomasV d9f6e738a4 Merge branch 'master' of git://github.com/spesmilo/electrum 2016-01-18 10:08:32 +01:00
ThomasV f66763c37e kivy: improve Wallets dialog 2016-01-18 10:08:21 +01:00
Neil Booth 9ab9c73d6d Threaded wallet creation 2016-01-18 07:33:04 +09:00
Neil Booth b32a34b8ba Threaded message signing 2016-01-18 07:33:04 +09:00
Neil Booth ef2c472739 Threaded decryption 2016-01-18 07:33:04 +09:00
Neil Booth 06c262d0dc TrezorClient: should be in a separate thread
First steps; get show_address working.
Client is not responsible for showing exceptions.
Suppress uninteresting exceptions.
2016-01-18 07:33:04 +09:00
Neil Booth c99f0acfba Localize Image import for now 2016-01-18 07:25:55 +09:00
ThomasV d200b236ae replace tx.input, tx.output by methods, so that deserialize calls are encapsulated 2016-01-17 15:04:11 +01:00
ThomasV 321ab10742 detect RBF transactions 2016-01-17 14:28:17 +01:00
Neil Booth c2efb09734 Threaded wallet creation 2016-01-17 22:03:57 +09:00
Neil Booth 6e346e52cc Threaded message signing 2016-01-17 21:21:04 +09:00
Neil Booth 8f73db2f3d Threaded decryption 2016-01-17 21:13:26 +09:00
Neil Booth d6e8e534a3 TrezorClient: should be in a separate thread
First steps; get show_address working.
Client is not responsible for showing exceptions.
Suppress uninteresting exceptions.
2016-01-17 20:05:20 +09:00
Neil Booth e2627e0944 QMessageBox is a top-level window 2016-01-17 19:40:05 +09:00
Neil Booth c160a99ebc Add cancel button to trezor dialogs 2016-01-17 18:39:09 +09:00