aboutsummaryrefslogtreecommitdiff
path: root/pages
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Merge pull request #184Riccardo Spagni2016-11-241-1/+1
|\ \ | | | | | | | | | 23e1638 Receive: fix null dereference (moneromooo.monero)
| * | Receive: fix null dereferencemoneromooo.monero2016-11-181-1/+1
| |/
* / History: replace payment id search with global incremental searchmoneromooo.monero2016-11-171-17/+13
|/
* Merge pull request #177Riccardo Spagni2016-11-171-1/+1
|\ | | | | | | d62dd3e History: do not dereference a null model (moneromooo.monero)
| * History: do not dereference a null modelmoneromooo.monero2016-11-161-1/+1
| | | | | | | | | | | | | | Seems "null" objects in Javascript can either be null, or be non null but with a type of 'undefined' (as a string). Whatever.
* | History: reset filter before setting new valuesmoneromooo.monero2016-11-161-6/+11
|/ | | | This ensures an empty/invalid field does not keep the old bound
* Merge pull request #157Riccardo Spagni2016-11-131-1/+1
|\ | | | | | | | | eb50355 Update Transfer.qml (xmr-eric) a81b5ef Update WizardFinish.qml (xmr-eric)
| * Update Transfer.qmlxmr-eric2016-11-121-1/+1
| |
* | Support for sweeping all outputsmoneromooo.monero2016-11-121-1/+16
| |
* | Add a button to sweep unmixable outputsmoneromooo.monero2016-11-121-0/+21
|/
* Receive: update address field when the wallet changedmoneromooo.monero2016-11-121-1/+1
|
* Merge pull request #148Riccardo Spagni2016-11-111-0/+2
|\ | | | | | | 957e224 History: don't use a NULL model (moneromooo.monero)
| * History: don't use a NULL modelmoneromooo.monero2016-11-101-0/+2
| |
* | Merge pull request #147Riccardo Spagni2016-11-111-4/+10
|\ \ | | | | | | | | | 6914656 Fix sum of selected transactions being slighty off (moneromooo.monero)
| * | Fix sum of selected transactions being slighty offmoneromooo.monero2016-11-101-4/+10
| |/ | | | | | | due to floating point operations
* | Merge pull request #146Riccardo Spagni2016-11-111-3/+4
|\ \ | | | | | | | | | | | | 637d754 rename tab Tx Key -> Verify payment (Jacob Brydolf) bb85cb4 TxKey: layout width + typos (Jacob Brydolf)
| * | TxKey: layout width + typosJacob Brydolf2016-11-101-3/+4
| |/
* | Merge pull request #133Riccardo Spagni2016-11-111-0/+499
|\ \ | | | | | | | | | 472f559 sign/verify message/file (moneromooo.monero)
| * | sign/verify message/filemoneromooo.monero2016-11-091-0/+499
| |/
* | Merge pull request #120Riccardo Spagni2016-11-111-3/+66
|\ \ | | | | | | | | | | | | | | | | | | 02503e4 History: amount and date filters validation (Ilya Kitaev) 328b7b0 History: amount filter: empty line disables filter (Ilya Kitaev) 69b4d46 DatePicker: 'error' property for indicating invalid input (Ilya Kitaev) ead7ac8 Historty: DoubleValidator applied to "amount filter" fields (Ilya Kitaev)
| * | History: amount and date filters validationIlya Kitaev2016-11-111-2/+49
| | |
| * | History: amount filter: empty line disables filterIlya Kitaev2016-11-101-9/+6
| | |
| * | Historty: DoubleValidator applied to "amount filter" fieldsIlya Kitaev2016-11-101-1/+20
| |/
* | Merge pull request #119Riccardo Spagni2016-11-111-3/+24
|\ \ | | | | | | | | | | | | | | | 10348af History: sorting by blockheight instead of timestamp (Ilya Kitaev) c89c25c History: keep sorting on page change (Ilya Kitaev) ff02cc0 History: default sorting by timestamp, descending (Ilya Kitaev)
| * | History: sorting by blockheight instead of timestampIlya Kitaev2016-11-101-2/+2
| | |
| * | History: keep sorting on page changeIlya Kitaev2016-11-101-10/+21
| | |
| * | History: default sorting by timestamp, descendingIlya Kitaev2016-11-101-0/+10
| |/
* / Fix small amounts from being conflated with zeromoneromooo.monero2016-11-091-1/+1
|/ | | | | | Something like 0.000000000012 was converted to 1.2e-11 by the conversion to double, and that was rejected by the Cryptonote parser.
* Merge pull request #117Riccardo Spagni2016-11-091-5/+19
|\ | | | | | | | | | | 142e348 Transfer: use the new error LineEdit property to highlight bad fields (moneromooo.monero) b97d0a9 LineEdit: add an error property (moneromooo.monero) 5fb4e89 Transfer: remove spammy debug traces (moneromooo.monero)
| * Transfer: use the new error LineEdit property to highlight bad fieldsmoneromooo.monero2016-11-061-1/+19
| |
| * Transfer: remove spammy debug tracesmoneromooo.monero2016-11-061-4/+0
| |
* | Merge pull request #115Riccardo Spagni2016-11-091-2/+2
|\ \ | | | | | | | | | d95e4a3 Write support for tx notes (moneromooo.monero)
| * | Write support for tx notesmoneromooo.monero2016-11-051-2/+2
| |/ | | | | | | | | Support still needs adding for displaying them in the history, but at least they're saved in the cache now, and not ignored.
* | Merge pull request #112Riccardo Spagni2016-11-091-0/+30
|\ \ | | | | | | | | | 0731958 History: display the sum of selected transactions (moneromooo.monero)
| * | History: display the sum of selected transactionsmoneromooo.monero2016-11-061-0/+30
| |/
* / Add a page for checking payments via the tx keymoneromooo.monero2016-11-061-0/+231
|/
* Merge pull request #104Riccardo Spagni2016-11-051-2/+2
|\ | | | | | | f38c6f4 History: sort by date actually sorts by datetime (Ilya Kitaev)
| * History: sort by date actually sorts by datetimeIlya Kitaev2016-11-031-2/+2
| |
* | Merge pull request #95Riccardo Spagni2016-11-051-3/+1
|\| | | | | | | | | | | 550087f PasswordDialog: accept/reject with Enter/Esc, Tab navigation (Ilya Kitaev) 513f7eb StandardButton: indicating "focused" state (Ilya Kitaev) 7973d0c Custom password dialog. fixes issue with standard dialog (Ilya Kitaev)
| * Custom password dialog. fixes issue with standard dialogIlya Kitaev2016-11-011-3/+1
| |
* | Merge pull request #94Riccardo Spagni2016-11-051-1/+1
|\ \ | | | | | | | | | 2a71bd6 Change default mixin to 4 & add mixin # to confirmation window (dEBRUYNE-1)
| * | Change default mixin to 4 & add mixin # to confirmation windowdEBRUYNE-12016-10-311-1/+1
| |/
* | settings: close wallet buttonJacob Brydolf2016-10-291-0/+44
| |
* | settings: remove daemon connection checkJacob Brydolf2016-10-281-43/+0
|/
* Merge pull request #85Riccardo Spagni2016-10-242-4/+4
|\ | | | | | | | | fe9d5d3 Update Transfer.qml (taushet) b9187ad Update History.qml (taushet)
| * Update Transfer.qmltaushet2016-10-231-2/+2
| | | | | | | | | | 1. Lack of consistency. Either all fields should have placeholder text or none of them should. 2. I imagine this would be a slightly controversial edit, but is nevertheless correct, I feel. "Cost" is too non-specific to the new user, and it should be clearly identified that we are referring to transactional costs.
| * Update History.qmltaushet2016-10-231-2/+2
| | | | | | 2 formatting/grammar edits
* | Merge pull request #71Riccardo Spagni2016-10-241-0/+2
|\ \ | | | | | | | | | ee4091f Transfer: bound amount input widget, in range, and number of decimals (moneromooo.monero)