228 Commits (52e74ccda12eb21397770e58631f294a8a3339c2)

Author SHA1 Message Date
ThomasV 2b2a8d17df bundle dependencies in 'packages' dir. use qrcode instead of pyqrnative 11 years ago
ThomasV 6226b658ea tweak receive layout 11 years ago
ThomasV 26328d0458 catch invalid password exceptions in sign_raw_transaction too 11 years ago
ThomasV 1189ed39ae do not show send from menu for addresses that have no coins 11 years ago
ThomasV 03b0e55625 disable save_request_button if fields are empty 11 years ago
ThomasV cc4981cc6d fix: clear receive tab if an item is deleted 11 years ago
ThomasV 25d71d1fa6 connect receive_list, to display saved items 11 years ago
ThomasV 8263af3339 adjust receive_list column width 11 years ago
ThomasV 1b42fe2ea2 fix #727 11 years ago
ThomasV af08e704d9 show list of requests in receive tab 11 years ago
ThomasV f1cf89de9f receive tab, separate from addresses tab 11 years ago
ThomasV ebafa73071 use QRTextEdit for public and private keys 11 years ago
ThomasV 1e2277bf1f fix: expiration in invoices 11 years ago
ThomasV d2cad7bbbb new widget: QRTextEdit 11 years ago
ThomasV f5a76f7dcf fix: payment_request 11 years ago
ThomasV 1f38a42d73 minor fix 11 years ago
ThomasV e666a2f8a4 fix 11 years ago
ThomasV 47c491624e show expired status in invoices tab 11 years ago
ThomasV 38e7d8ebe5 show color if payment request has expired 11 years ago
ThomasV 36cee62849 import paymentrequests only when really needed 11 years ago
ThomasV 58c302a4cf minor fixes 11 years ago
ThomasV 6f3c9e6a44 unify util.parse_URI 11 years ago
ThomasV 242bd5fb61 don't set column width in update, but only in create 11 years ago
ThomasV 6d0488c2de move qr code operations to transaction window and transaction menu 11 years ago
ThomasV 03c84aab0e let the send tab parse and return its own fields 11 years ago
ThomasV 6631ab9406 verify if pr has expired 11 years ago
ThomasV 503fd99cdb add pay_invoice menu item 11 years ago
ThomasV 4e1068b343 broadcast tx of payment request 11 years ago
ThomasV 68a75af1bd save and display request status 11 years ago
ThomasV 5f802aa69d fix varname 11 years ago
ThomasV 89a1b48ba1 column for payment request memo 11 years ago
ThomasV 2b751f8026 improve fee help message 11 years ago
ThomasV 39274ea10e fix: wrong variable name fee_e 11 years ago
ThomasV 771f953014 use BTCAmount.setAmount instead of setText 11 years ago
ThomasV d3ba8fb507 get_amount returns None if there's an exception 11 years ago
ThomasV f72679c092 restore encrypt/decrypt menus 11 years ago
ThomasV cff3d6ce31 exchange rate plugin: bi-directional conversion 11 years ago
ThomasV a530de3122 fix: missing import 11 years ago
ThomasV 46c2de3979 separate AmountEdit and BTCAmountEdit classes, for exchange rate plugin 11 years ago
ThomasV 440f972fd3 show payment request details 11 years ago
ThomasV 7d690d0c6b remove dead code: hboxes in list tabs 11 years ago
ThomasV 3305c0048a pop up menu for invoices 11 years ago
ThomasV 513f9c2d89 save invoices 11 years ago
ThomasV 38a6747eff fix: sanitize outputs 11 years ago
ThomasV 0673df9176 minor fixes for payto_edit 11 years ago
ThomasV e699ab6660 coin control: select UTXOs in menu 11 years ago
ThomasV d9db7771f9 tx window: let prent do the broadcast 11 years ago
ThomasV 26d133c20a payment request: show status with help button 11 years ago
ThomasV 10e5ec56a1 setFrozen generic method 11 years ago
ThomasV 0d02e9fd74 set payment_request to None if error 11 years ago