Commit Graph

3462 Commits

Author SHA1 Message Date
ThomasV 36cee62849 import paymentrequests only when really needed 2014-06-13 16:25:25 +02:00
ThomasV 58c302a4cf minor fixes 2014-06-13 16:08:46 +02:00
ThomasV 6f3c9e6a44 unify util.parse_URI 2014-06-13 16:02:30 +02:00
ThomasV ca4e9261e0 qrscanner: use win.show_qr_code 2014-06-13 14:27:48 +02:00
ThomasV 5f8c04cd56 wizard: set next button default 2014-06-13 13:48:36 +02:00
ThomasV 6cad213fa8 fix: show_raw_qr 2014-06-13 07:38:34 +02:00
ThomasV 14331afc2b adding file generated by protobuf 2014-06-13 00:06:45 +02:00
ThomasV 242bd5fb61 don't set column width in update, but only in create 2014-06-12 22:51:39 +02:00
ThomasV 8685d749a3 qrscanner: add scan button in init() 2014-06-12 22:32:24 +02:00
ThomasV 6d0488c2de move qr code operations to transaction window and transaction menu 2014-06-12 22:24:10 +02:00
ThomasV 272a09c710 reuse existing transaction dialog instead of duplicating it 2014-06-12 21:57:58 +02:00
ThomasV 1f7366ca20 zbar plugin: use self.win 2014-06-12 17:40:34 +02:00
ThomasV 03c84aab0e let the send tab parse and return its own fields 2014-06-12 17:31:18 +02:00
ThomasV 838a3e3187 install instructions for zbar. fixes #610 2014-06-12 16:57:23 +02:00
ThomasV 173c034e26 on_header: return early if block_height is missing 2014-06-12 15:49:53 +02:00
ThomasV 6631ab9406 verify if pr has expired 2014-06-12 15:47:48 +02:00
ThomasV 503fd99cdb add pay_invoice menu item 2014-06-12 15:35:46 +02:00
ThomasV 4e1068b343 broadcast tx of payment request 2014-06-12 15:15:05 +02:00
ThomasV 68a75af1bd save and display request status 2014-06-12 11:27:18 +02:00
ThomasV 5f802aa69d fix varname 2014-06-12 10:21:44 +02:00
ThomasV 89a1b48ba1 column for payment request memo 2014-06-12 10:20:06 +02:00
ThomasV 2b751f8026 improve fee help message 2014-06-12 09:32:05 +02:00
ThomasV 39274ea10e fix: wrong variable name fee_e 2014-06-12 09:29:46 +02:00
ThomasV 771f953014 use BTCAmount.setAmount instead of setText 2014-06-12 09:25:04 +02:00
ThomasV d3ba8fb507 get_amount returns None if there's an exception 2014-06-12 09:15:25 +02:00
ThomasV 04ee06985c Merge pull request #721 from atweiden/pyasn1-modules
pyasn1_modules.rfc2459 requires pyasn1-modules
2014-06-11 23:50:47 +02:00
Andy Weidenbaum bf7c335060 pyasn1_modules.rfc2459 requires pyasn1-modules 2014-06-11 12:11:58 -07:00
ThomasV 9c0afe429c add new files and deps to setup 2014-06-11 19:34:30 +02:00
ThomasV f72679c092 restore encrypt/decrypt menus 2014-06-11 19:30:43 +02:00
ThomasV bf969c14ff option to start hidden. fixes #720 2014-06-11 19:21:01 +02:00
ThomasV a2e39bac8e AmountEdit: use a separate palette for the help text 2014-06-11 18:52:55 +02:00
ThomasV 96017fe530 fiat_e: set precision to 0.01 2014-06-11 18:20:25 +02:00
ThomasV 91b4019d2e sanitize get_amount 2014-06-11 18:17:27 +02:00
ThomasV cff3d6ce31 exchange rate plugin: bi-directional conversion 2014-06-11 18:10:21 +02:00
ThomasV efa35d9ec2 setAmount: convert to int 2014-06-11 15:36:40 +02:00
ThomasV d9d76436db replace fiat dialog with direct edit line 2014-06-11 15:32:09 +02:00
ThomasV a530de3122 fix: missing import 2014-06-11 15:28:07 +02:00
ThomasV 46c2de3979 separate AmountEdit and BTCAmountEdit classes, for exchange rate plugin 2014-06-11 14:44:26 +02:00
ThomasV 52d4437d50 fix bug #717 2014-06-11 13:47:32 +02:00
ThomasV 86aba082e1 fix bug #718 2014-06-11 13:10:48 +02:00
ThomasV 5ed0f2224d Fix daemon port 2014-06-10 20:44:52 +02:00
ThomasV 4ec31b9fe9 prevent collision on daemon port. Add Imported_Wallet (bolkin) 2014-06-10 20:40:42 +02:00
ThomasV 958f764dae verify payment requests with tlslite and pyasn1 (pure python) instead of m2Crypto 2014-06-10 14:32:17 +02:00
ThomasV 440f972fd3 show payment request details 2014-06-07 19:53:54 +02:00
ThomasV 0838b35058 add requests and pbkdf2 dependencies 2014-06-07 13:30:40 +02:00
ThomasV 7d690d0c6b remove dead code: hboxes in list tabs 2014-06-07 13:15:52 +02:00
ThomasV 3305c0048a pop up menu for invoices 2014-06-07 12:45:56 +02:00
ThomasV 14dfa6f5b0 store payment requests even if M2Crypto is not available 2014-06-07 11:11:49 +02:00
ThomasV 513f9c2d89 save invoices 2014-06-06 16:16:14 +02:00
ThomasV 2bbcae449c fix: call get_amount from get_outputs 2014-06-06 07:58:46 +02:00