aboutsummaryrefslogtreecommitdiff
path: root/pages/Receive.qml
Commit message (Collapse)AuthorAgeFilesLines
...
* recieve page: change payment id description to 16 hexJaquee2017-03-031-1/+1
|
* start daemon automatically and detachedJaquee2017-02-231-1/+1
|
* save qrcode to fileMoroccanMalinois2017-01-231-0/+35
|
* Receive.qml: PaymentID above Integrated addressxmr-eric2017-01-071-33/+33
|
* Receive: tx scanner for payments matching setupmoneromooo.monero2016-11-291-1/+142
| | | | | | | Payments matching the currently setup payment id and optional amount are detected, allowing a merchant to generate a new payment id, enter the expected amount, let a client scan the QR code, and wait till the payment shows up as either in the txpool, or with N confirmations.
* Merge pull request #192Riccardo Spagni2016-11-241-0/+55
|\ | | | | | | 96c7dde Add QR code display on the receive page (moneromooo.monero)
| * Add QR code display on the receive pagemoneromooo.monero2016-11-201-0/+55
| | | | | | | | | | | | | | This embeds MIT licenced code from Project Nayuki: https://www.nayuki.io/page/qr-code-generator-library The C++ part of the code is embedded in src/QR-Code-generator. See src/QR-Code-generator/Readme.markdown for more info.
* | Receive: fix null dereferencemoneromooo.monero2016-11-181-1/+1
|/
* Receive: update address field when the wallet changedmoneromooo.monero2016-11-121-1/+1
|
* Merge pull request #70Riccardo Spagni2016-10-241-1/+1
|\ | | | | | | bb25294 add hint texts to address and payment id fields (moneromooo.monero)
| * add hint texts to address and payment id fieldsmoneromooo.monero2016-10-161-1/+1
| |
* | Receive: allow integrated addresses from custom payment idsmoneromooo.monero2016-10-161-7/+11
|/ | | | | This needs a matching update from monero to not override invalid payment ids.
* fixed 3 typosJacob Brydolf2016-10-111-1/+1
|
* added onPageCompletedJacob Brydolf2016-10-101-8/+13
|
* Receive page: display long address from the beginning in TextFieldIlya Kitaev2016-10-101-0/+5
|
* Replaced Loader with StackView; Fixed payment id generationIlya Kitaev2016-10-101-5/+4
|
* added TransactionHistoryModel; renamingsIlya Kitaev2016-10-101-1/+1
|
* Processing splash bug fixed;Ilya Kitaev2016-09-011-4/+4
| | | | Receive page: wrong reference to the wallet fixed;
* dynamic translation support. closes #24Ilya Kitaev2016-07-201-6/+6
|
* Added "Receive" page. Hide all pages except "Transfer" and "Receive".Ilya Kitaev2016-06-261-0/+184