| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
96c7dde Add QR code display on the receive page (moneromooo.monero)
|
| | |
| |
| |
| |
| |
| |
| | |
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.
|
| |\ \
| | |
| | |
| | | |
23e1638 Receive: fix null dereference (moneromooo.monero)
|
| | |/ |
|
| |/ |
|
| |\
| |
| |
| | |
d62dd3e History: do not dereference a null model (moneromooo.monero)
|
| | |
| |
| |
| |
| |
| |
| | |
Seems "null" objects in Javascript can either be null, or
be non null but with a type of 'undefined' (as a string).
Whatever.
|
| |/
|
|
| |
This ensures an empty/invalid field does not keep the old bound
|
| |\
| |
| |
| |
| | |
eb50355 Update Transfer.qml (xmr-eric)
a81b5ef Update WizardFinish.qml (xmr-eric)
|
| | | |
|
| | | |
|
| |/ |
|
| | |
|
| |\
| |
| |
| | |
957e224 History: don't use a NULL model (moneromooo.monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
6914656 Fix sum of selected transactions being slighty off (moneromooo.monero)
|
| | |/
| |
| |
| | |
due to floating point operations
|
| |\ \
| | |
| | |
| | |
| | | |
637d754 rename tab Tx Key -> Verify payment (Jacob Brydolf)
bb85cb4 TxKey: layout width + typos (Jacob Brydolf)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
472f559 sign/verify message/file (moneromooo.monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
| | | | |
|
| | | | |
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
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)
|
| | | | |
|
| | | | |
|
| | |/ |
|
| |/
|
|
|
|
| |
Something like 0.000000000012 was converted to 1.2e-11
by the conversion to double, and that was rejected by
the Cryptonote parser.
|
| |\
| |
| |
| |
| |
| | |
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)
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
d95e4a3 Write support for tx notes (moneromooo.monero)
|
| | |/
| |
| |
| |
| | |
Support still needs adding for displaying them in the history,
but at least they're saved in the cache now, and not ignored.
|
| |\ \
| | |
| | |
| | | |
0731958 History: display the sum of selected transactions (moneromooo.monero)
|
| | |/ |
|
| |/ |
|
| |\
| |
| |
| | |
f38c6f4 History: sort by date actually sorts by datetime (Ilya Kitaev)
|
| | | |
|
| |\|
| |
| |
| |
| |
| | |
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)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
2a71bd6 Change default mixin to 4 & add mixin # to confirmation window (dEBRUYNE-1)
|
| | |/ |
|
| | | |
|
| |/ |
|
| |\
| |
| |
| |
| | |
fe9d5d3 Update Transfer.qml (taushet)
b9187ad Update History.qml (taushet)
|
| | |
| |
| |
| |
| | |
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.
|
| | |
| |
| | |
2 formatting/grammar edits
|
| |\ \
| | |
| | |
| | | |
ee4091f Transfer: bound amount input widget, in range, and number of decimals (moneromooo.monero)
|