Commit graph

657 commits

Author SHA1 Message Date
Darin Stanchfield
0d4805f6fd added cancel button to transactional dialogs 2015-08-30 09:24:31 -07:00
Roman Zeyde
fea97454b1 typo fix: rename pay_from_URI() -> pay_to_URI() 2015-08-25 17:29:52 +03:00
ThomasV
486d181b0b fix for #1408 exchange rates plugin 2015-08-23 19:22:52 +02:00
ThomasV
6a0fde329a fix #1416 2015-08-23 15:25:11 +02:00
ThomasV
728dc85c84 remove duplicate available_for 2015-08-21 00:18:08 +02:00
Darin Stanchfield
39d4688419 added icon for keepkey as well as updated with latest trezor plugin changes 2015-08-20 13:22:00 -07:00
Darin Stanchfield
0e8fa5d004 moved up to keep in order 2015-08-20 13:21:10 -07:00
Darin Stanchfield
257fd9bfb0 Merge branch 'master' of https://github.com/spesmilo/electrum 2015-08-20 13:14:33 -07:00
ThomasV
ed6c6bae24 fix typo 2015-08-19 10:24:11 +02:00
ThomasV
425cc4d258 fix: handle blank passphrase properly 2015-08-19 10:20:33 +02:00
ThomasV
2996ec927f fix #862: ask passphrase only once 2015-08-19 10:15:36 +02:00
ThomasV
a5d337c0ce Merge pull request #1394 from LedgerHQ/ledger-rename
Rename BTChip -> Ledger
2015-08-14 15:43:48 +02:00
BTChip
22c602a61c Rename BTChip -> Ledger 2015-08-14 13:34:22 +02:00
BTChip
59e999d3a5 Update installwizard init 2015-08-13 23:28:36 +02:00
ThomasV
94ecf8dd7d fix trezor statusbar 2015-08-12 15:51:31 +02:00
Darin Stanchfield
cdd3151312 added KeepKey plugin information 2015-08-10 23:28:03 -07:00
Darin Stanchfield
373e267e12 created new KeepKey plugin based on Trezor's 2015-08-10 23:27:42 -07:00
ThomasV
c3991091de move init_qt hook 2015-08-07 20:06:31 +02:00
ThomasV
97ffa93fcf cosigner pool: don't show both sign and send buttons 2015-08-07 18:47:23 +02:00
ThomasV
7bf91fb7b6 labels plugin: abort if there is not mpk 2015-08-07 17:46:49 +02:00
ThomasV
71ec50e634 fix tooltips 2015-08-06 14:55:05 +02:00
ThomasV
2515fc9b6a use blue color to denote auto-filled values (fee, exchange rates plugin) 2015-08-06 12:56:48 +02:00
ThomasV
b6e7dbe5f7 fix plot plugin 2015-08-06 12:02:09 +02:00
ThomasV
65ff969d07 update trezor dialog 2015-08-06 11:27:45 +02:00
ThomasV
12431a1eb8 add trezor icon 2015-08-06 11:22:16 +02:00
ThomasV
e18ddd0096 do not show plugins that register a custom wallet type in the plugins toggle dialog 2015-08-06 11:12:15 +02:00
ThomasV
c04d609862 fix: make_request returns pr 2015-08-01 08:48:04 +02:00
ThomasV
98501b17b3 rename email plugin 2015-07-30 09:46:16 +02:00
ThomasV
e77f0c98e7 extend bitcoin: URI with signature data, instead of serialized format 2015-07-21 11:40:55 +02:00
ThomasV
31739d01d7 fix bug #1365 2015-07-17 16:29:42 +02:00
ThomasV
471cab6089 do not base64encode signatures in requests 2015-07-14 16:37:04 +02:00
ThomasV
3722aeca45 rename method 2015-07-12 11:26:10 +02:00
ThomasV
2e6aa9067f email: better workflow 2015-07-11 13:57:15 +02:00
ThomasV
37aef8332b add more help messages 2015-07-11 12:13:56 +02:00
ThomasV
cb2bc54f96 store and display signatures of own requests 2015-07-09 14:15:30 +02:00
ThomasV
126454c0e6 email plugin 2015-07-07 14:28:33 +02:00
BTChip
0f1180ad95 Rename signals to avoid name clashes 2015-07-06 15:46:12 +02:00
ThomasV
aca8cf5956 Merge branch 'master' of git://github.com/spesmilo/electrum 2015-07-05 23:29:49 +02:00
ThomasV
15f592f022 trezor multisig: build xpub from pubkey 2015-07-05 23:29:36 +02:00
BTChip
ea097fd7f5 Review UI, support command line mode 2015-07-05 22:14:53 +02:00
BTChip
c167ef6d35 Implement missing can_sign_xpubkey 2015-07-05 20:52:17 +02:00
ThomasV
c224a9ad9d enable multisig with trezor 2015-07-04 12:10:52 +02:00
Neil Booth
15632adb40 Rename send_tx() to sign_tx()
Because it signs, and it doesn't send.
2015-07-04 16:45:08 +09:00
Neil Booth
aa6de86c27 Once a user inputs a fee, retain it.
It has long been a minor annoyance that this isn't the
default behaviour.  Semantics are as follows:

- Fees are calculated automatically, as usual, and shown
  in black
- If the user inputs a fee, it is retained, and shown in
  blue to indicate it is user-overridden
- The user can switch back to automatic fee calculation mode
  in two ways: press Clear, or blank out the fee field
- User fees are also cleared by do_clear(), for instance when
  the payment is sent

I have checked all usage combinations I could think of, including
the ! case, and all work in a sensible and natural fashion.

This also fixes issue #995.
2015-07-03 20:14:12 +09:00
ThomasV
616becd9a8 move openalias from plugins to core 2015-07-02 12:44:53 +02:00
ThomasV
0c37009cdb fix is_address (forgot p2sh) 2015-07-02 08:53:17 +02:00
Roman Zeyde
a0c891d73f transaction_dialog: allow plugins manipulate transaction sharing buttons 2015-06-29 17:00:31 +03:00
ThomasV
e994736bf5 trezor: print more info, in order to fix issue #1306 2015-06-28 21:55:01 +02:00
ThomasV
1427d96249 trezor: simplify get_client 2015-06-28 19:59:27 +02:00
ThomasV
ed1001bf8b print trezor error message 2015-06-28 19:43:46 +02:00