Commit Graph

270 Commits

Author SHA1 Message Date
ThomasV 54f3c9f35b add can_edit_fee option, and improve settings dialog 2014-08-27 22:49:35 +02:00
ThomasV 58c6518b30 print more tracebacks 2014-08-26 12:55:53 +02:00
ThomasV 89b8078549 move qrscanner from plugins to lib 2014-08-23 18:04:29 +02:00
Maran b48e996562 Added blocktrail to explorers 2014-08-22 12:54:09 +02:00
ThomasV 20f93f7df0 set wallet.can_change_password and wallet.has_seed for trezor 2014-08-19 10:36:55 +02:00
ThomasV 06cdb7ff39 move pointofsale plugin to main codebase 2014-07-31 10:10:14 +02:00
ThomasV d33b53f850 close GUI if the network daemon is killed 2014-07-31 07:47:59 +02:00
ThomasV 06a613ed09 copy to clipboard menu for receive address 2014-07-28 10:17:05 +02:00
ThomasV fb0574c5a0 fix callbacks 2014-07-28 07:53:02 +02:00
ThomasV af3fd62fd4 send server height and server lag with daemon 2014-07-25 16:32:19 +02:00
ThomasV 09e4efc439 daemon notifications (network.status) 2014-07-24 23:17:06 +02:00
ThomasV 9ee0614edb make daemon usable with the GUI 2014-07-24 16:12:18 +02:00
ThomasV 597dd49e8c show txid in invoice details 2014-07-14 00:10:53 +02:00
ThomasV 4193fffc33 fix: store key of invoices for retrieval 2014-07-13 23:56:24 +02:00
ThomasV 6f246fe90e display dates in invoices tab 2014-07-13 23:40:29 +02:00
ThomasV 81d1e67253 always enable qr scanner plugin 2014-07-12 18:39:28 +02:00
ThomasV 4da85c00e3 missing import 2014-07-12 18:09:31 +02:00
ThomasV c397f84fed simplified dialog for new file name 2014-07-11 19:29:18 +02:00
ThomasV f9dad74e13 don't use address_is_old in code that can be run offline (again) 2014-07-09 18:38:59 +02:00
ThomasV 042c65939d don't use address_is_old in code that can be run offline 2014-07-09 18:23:33 +02:00
ThomasV 6ad1c46aa5 fix: add type 'aaddress' in change output 2014-07-08 23:53:20 +02:00
ThomasV 1bb00ff5af store output type explicitly in tuple 2014-07-08 19:38:16 +02:00
ThomasV 0ce2c870bb fixes for pending accounts 2014-07-07 15:43:02 +02:00
ThomasV 2e1d24939c rm duplicate method getpubkey 2014-07-06 22:24:09 +02:00
ThomasV a89abee969 Rewrite accounts and transactions: store pubkeys instead of addresses in order to avoid unnecessary derivations. 2014-07-06 21:10:41 +02:00
ThomasV 101fe08ac8 fix: abort signing thread if wallet is watching only 2014-07-01 08:35:28 +02:00
slush0 a97a0629dd Added base unit 'bits'. 2014-06-30 16:40:11 +02:00
ThomasV 2efad717d8 support for OP_RETURN 2014-06-27 17:08:20 +02:00
ThomasV b5acdab3e9 allow address creation beyond gap limit in GUI. fixes #512 2014-06-26 18:55:22 +02:00
ThomasV 029e0b8b0d estimate fee using number of outputs 2014-06-26 10:40:33 +02:00
ThomasV 0c440ee6a6 wallet.is_beyond_limit (False for imported accounts) 2014-06-24 20:47:44 +02:00
ThomasV 2da9a02fb3 catch exception within sign thread, to re-enable send button 2014-06-24 19:09:41 +02:00
ThomasV 55770a93bf remove unused variable. 2014-06-24 18:02:19 +02:00
ThomasV f4dfec4565 define frozen signal for exchange rate plugin 2014-06-24 17:44:31 +02:00
ThomasV 57a0864055 fix import 2014-06-24 16:34:22 +02:00
ThomasV edd28f32f9 fix: edit label 2014-06-22 13:25:30 +02:00
ThomasV 0636ef8b32 compact serialized format for unsigned and partially signed transactions. 2014-06-21 21:06:09 +02:00
ThomasV 2a07ed47f2 gui column set monospace font 2014-06-17 18:38:32 +02:00
ThomasV 43400144e8 gui tweaks 2014-06-17 18:24:46 +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 104fbe6cac link point of sale plugin with receive tab 2014-06-17 14:27:56 +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 26328d0458 catch invalid password exceptions in sign_raw_transaction too 2014-06-16 18:18:02 +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