Commit Graph

3462 Commits

Author SHA1 Message Date
Chris Glass 01f3e31c6b First cleanup branch commit
This fixes some import and whitespace issues to align closer to pep8.
I added a few comments to make further contributions easier.
2014-06-24 16:12:43 +03:00
ThomasV 2c7bf3ca1a detect if wallet can sign tx before showing sign button 2014-06-24 13:22:10 +02:00
ThomasV b32d0c77a3 fix bug with the order of signatures in tx input 2014-06-23 09:42:07 +02:00
ThomasV 84b8b6d73d message: cosigner wallet 2014-06-22 13:26:02 +02:00
ThomasV edd28f32f9 fix: edit label 2014-06-22 13:25:30 +02:00
ThomasV 37148b72d4 show number of tx signatures in gui 2014-06-22 12:07:41 +02:00
ThomasV b28a0bcdd4 getmpk: return list of accounts 2014-06-22 08:06:37 +02:00
ThomasV a24e32266f help text for signrawtransaction 2014-06-22 08:05:13 +02:00
ThomasV 3f15a8f217 serialize: do not use x_pubkeys if we have enough signatures. 2014-06-21 22:09:35 +02:00
ThomasV 785b54f8f4 fix add_keypairs: support old wallets 2014-06-21 21:39:57 +02:00
ThomasV f410225dc2 print traceback in waiting dialog 2014-06-21 21:38:42 +02:00
ThomasV 85505c1d8e cleanup (dead code) 2014-06-21 21:17:40 +02:00
ThomasV 0636ef8b32 compact serialized format for unsigned and partially signed transactions. 2014-06-21 21:06:09 +02:00
ThomasV 378633e6fa update packages script 2014-06-20 11:55:58 +02:00
ThomasV be75c9e012 add hook for transaction_dialog 2014-06-20 11:55:34 +02:00
ThomasV 46e431cd62 cleanup dead code 2014-06-19 09:42:19 +02:00
ThomasV 2a07ed47f2 gui column set monospace font 2014-06-17 18:38:32 +02:00
ThomasV a40ed14953 fix save_qrcode 2014-06-17 18:32:49 +02:00
ThomasV 43400144e8 gui tweaks 2014-06-17 18:24:46 +02:00
ThomasV e2d03f1cc9 show popup if qr scanner not enabled 2014-06-17 16:45:45 +02:00
ThomasV c9fd14e343 transaction show_qr 2014-06-17 16:24:01 +02:00
ThomasV e5b44bacda fixedSize qrcode widget 2014-06-17 14:58:12 +02:00
ThomasV 3fa113d76b fix: remove imports 2014-06-17 14:32:31 +02:00
ThomasV 63de2c8676 fix imports in pos plugin 2014-06-17 14:29:23 +02:00
ThomasV 104fbe6cac link point of sale plugin with receive tab 2014-06-17 14:27:56 +02:00
ThomasV 52e74ccda1 parse_scriptSig 2014-06-17 13:48:58 +02:00
ThomasV c07c1c58ed access to global configuration using set_config and get_config 2014-06-17 12:03:41 +02:00
ThomasV 2b2a8d17df bundle dependencies in 'packages' dir. use qrcode instead of pyqrnative 2014-06-17 11:02:46 +02:00
ThomasV 6226b658ea tweak receive layout 2014-06-16 18:46:30 +02:00
ThomasV 4eeacde2b1 fix decimal point in AmountEdit 2014-06-16 18:38:28 +02:00
ThomasV 26328d0458 catch invalid password exceptions in sign_raw_transaction too 2014-06-16 18:18:02 +02:00
ThomasV 7ceeb7e67a waiting dialog: handle exceptions 2014-06-16 18:06:39 +02:00
ThomasV 1189ed39ae do not show send from menu for addresses that have no coins 2014-06-16 17:42:47 +02:00
ThomasV 03b0e55625 disable save_request_button if fields are empty 2014-06-16 17:29:50 +02:00
ThomasV cc4981cc6d fix: clear receive tab if an item is deleted 2014-06-16 17:09:34 +02:00
ThomasV 25d71d1fa6 connect receive_list, to display saved items 2014-06-16 17:02:20 +02:00
ThomasV 8263af3339 adjust receive_list column width 2014-06-16 13:30:33 +02:00
ThomasV 1b42fe2ea2 fix #727 2014-06-16 13:29:55 +02:00
ThomasV f43ddf1d8f parse_URI: amount is in satoshis 2014-06-15 09:26:52 +02:00
ThomasV af08e704d9 show list of requests in receive tab 2014-06-14 18:02:45 +02:00
ThomasV f1cf89de9f receive tab, separate from addresses tab 2014-06-14 16:15:00 +02:00
ThomasV ebafa73071 use QRTextEdit for public and private keys 2014-06-14 13:05:55 +02:00
ThomasV 193e384758 fix: qrtextedit constructor 2014-06-14 12:25:47 +02:00
ThomasV 1e2277bf1f fix: expiration in invoices 2014-06-14 12:21:08 +02:00
ThomasV d2cad7bbbb new widget: QRTextEdit 2014-06-14 12:17:44 +02:00
ThomasV f5a76f7dcf fix: payment_request 2014-06-13 17:51:11 +02:00
ThomasV 1f38a42d73 minor fix 2014-06-13 17:11:15 +02:00
ThomasV e666a2f8a4 fix 2014-06-13 17:02:58 +02:00
ThomasV 47c491624e show expired status in invoices tab 2014-06-13 16:53:43 +02:00
ThomasV 38e7d8ebe5 show color if payment request has expired 2014-06-13 16:39:07 +02:00