Commit Graph

4503 Commits

Author SHA1 Message Date
ThomasV 620cc91aad receive_address: use MyLineEdit 2015-04-19 21:37:27 +02:00
ThomasV 7d8ec4338b display receive address field as a label. add copy button (fixes #1103) 2015-04-19 21:10:31 +02:00
ThomasV 46618876f1 improve gui messages 2015-04-19 20:36:07 +02:00
ThomasV 7dadc00c8e change label to 'my requests' 2015-04-19 19:46:43 +02:00
ThomasV e4c02a52a7 add expiration field to payment requests 2015-04-19 19:21:50 +02:00
ThomasV 524db55b90 don't display hashes or addresses as default labels 2015-04-19 14:30:44 +02:00
ThomasV 7411476cfb show status and icon for payment requests 2015-04-19 14:24:33 +02:00
ThomasV 6015a91c70 minor fix (lower or equal) 2015-04-19 14:13:15 +02:00
ThomasV 5f30348d62 use address label as payment request message. display status and hide address in table 2015-04-19 13:44:40 +02:00
ThomasV eac3129cba Merge pull request #1135 from Kausheel/get_addr_received
Add wallet function get_addr_received()
2015-04-19 13:38:45 +02:00
ThomasV 21b2fcbe85 always_hook. fix trezor handler. fixes #1146 2015-04-18 14:59:46 +02:00
ThomasV 8f94039355 call set_layout before adding buttons, so that setDefault works 2015-04-17 13:13:35 +02:00
ThomasV f82de35bd2 x509: use SKI and AKI to find parent certificate if it is missing 2015-04-17 12:30:52 +02:00
ThomasV fbf56c9cfa set daemon flag on get_payment_request thread 2015-04-14 16:37:02 +02:00
ThomasV 7796243fdd get_common_name: return string if missing 2015-04-14 16:35:06 +02:00
ThomasV 47f89f43b6 get rid of pyasn1 dependencies 2015-04-14 15:10:44 +02:00
ThomasV ed5258e406 parse certificates without pyasn1 2015-04-14 15:04:04 +02:00
ThomasV 6bf1dc6f33 version_getter should be daemon 2015-04-14 15:02:17 +02:00
ThomasV f6a00fdb34 add file: scheme to get_payment_request 2015-04-13 17:56:20 +02:00
ThomasV 9fde706f84 improve invoice dialog 2015-04-13 17:53:43 +02:00
ThomasV 036f96cf35 store invoices in a separate file, with their status 2015-04-13 14:19:59 +02:00
ThomasV 3bac924303 remove coinbase plugin 2015-04-12 12:52:26 +02:00
ThomasV 9b7a62c36a labels plugin: use self.print_error 2015-04-12 12:16:57 +02:00
ThomasV cd1a520afc Merge pull request #1140 from spesmilo/feature/newsync
New LabelSync
2015-04-12 12:10:16 +02:00
ThomasV 8a55a4c26c Merge pull request #1141 from kaykurokawa/master
Dust threshold should be 546
2015-04-12 12:09:48 +02:00
ukurokawa e708c446a8 Dust threshold should be 546 2015-04-11 11:41:02 -04:00
Maran 7356d41240 Migrate the new function into the old plugin 2015-04-11 09:57:01 +02:00
ThomasV 4fe32d2ad1 add root certificate to chain if missing. fixes #1137 2015-04-10 16:32:16 +02:00
Maran ebb9faeb6e New LabelSync
This LabelSync is much faster because it will only request labels that
changed since the last sync. It is also using a new back-end and no
longer requires any registration.
2015-04-10 14:23:52 +02:00
ThomasV 6f5241302c remove debugging code in pay-from_URI 2015-04-10 11:28:41 +02:00
ThomasV c381fc2194 remove debug message 2015-04-09 19:29:53 +02:00
ThomasV cdd5d6e130 fix #1136 2015-04-09 19:05:11 +02:00
ThomasV 44d076fbc4 fix #1132 2015-04-09 19:01:22 +02:00
ThomasV eb9802356a fix variable name in from_seed 2015-04-09 18:59:51 +02:00
Kausheel Kumar 8cf793ab98 Add wallet function get_addr_received() 2015-04-09 01:44:44 +10:00
ThomasV 42ed67e8c7 fix #1131 2015-04-05 18:58:32 +02:00
ThomasV be5731d463 move make_payment_request to lib 2015-04-05 18:57:00 +02:00
ThomasV 1a76842730 on_buy: missing parameter 2015-04-04 22:16:59 +02:00
ThomasV 0933f57e18 minor fix (UserRole) 2015-04-04 22:03:39 +02:00
ThomasV ff152141ae fix: always use UserRole to store the key 2015-04-04 21:38:21 +02:00
ThomasV 3a2e2702bb fix parent of address history widget 2015-04-04 21:15:58 +02:00
ThomasV 93250b1041 gui simplification 2015-04-04 20:59:57 +02:00
ThomasV b8a72180c7 HistoryWidget class; address history window 2015-04-04 18:26:52 +02:00
ThomasV 0a7b585b6c redo default labels with incoming tx outputs 2015-04-04 15:55:28 +02:00
ThomasV 21ccb1e82d trezor plugin: move Qt callbacks in a handler 2015-04-04 15:13:56 +02:00
ThomasV f14c863a0a minor fix: missing parameter in get_history 2015-04-03 15:41:56 +02:00
ThomasV c89c449dd7 fix issue #421 2015-04-03 15:32:29 +02:00
ThomasV 4c729f0ff0 move format_time to util 2015-04-03 14:44:03 +02:00
ThomasV 7e6bd2eb8c give user the option to remove incomplete wallet 2015-04-03 13:10:43 +02:00
ThomasV 9aa812026a fix android: from_seed 2015-04-03 11:49:44 +02:00