| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adding support for reserve proof added an additional
argument to the getProofClicked signal. The payment
proof button on the transaction list from history.qml
does not pass this argument and fails with insufficient
argument error.
Fixes: 0f67580e ("Advanced: ReserveProof: Add support for reserve proof")
|
| |\ \ \
| | | |
| | | |
| | | | |
37a5bdc main: only update fiat price with open wallet (selsta)
|
| | | | | |
|
| |/ / / |
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
62748b6 AddressBook: fix adding new entry (selsta)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
8bbf2bf Transfer: fix offline signing (reemuru)
|
| | |/ /
| | |
| | |
| | |
| | | |
Remove logic for processing an array to derive the confirmation.
Use confirmation from the transaction object.
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit adds the ability to lock the wallet on demand instead
of waiting for the user inactivity time out. It is binded to the
hot keys Ctrl+L. Pressing cancel or the esc key will send the user
back to the wizard home for wallet selection. Incorrect password
returns the error message. Correct password will remove the
PasswordDialog allowing access. Add lock functionality in the
wallet settings section and title bar.
|
| |\ \
| | |
| | |
| | |
| | | |
2bf0dd8 Advanced: ReserveProof: Resolve review by selsta (reemuru)
0f67580 Advanced: ReserveProof: Add support for reserve proof (reemuru)
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Fixes: 0f67580e
This commit updates qsTr() to avoid breaking previous
translations. Also removes an erroneous whitespace.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This change adds the ability to prove and check a reserve proof
to this existing "Prove/check" advanced menu. If the amount line has
a valid amount less than that of the current account index this input
will drive the logic for generating a reserve proof. Checking a reserve
proof is accomplished by validating the address and verifying that
signature.indexOf("ReserveProofV") === 0. The result displays the total
and spent amount of the proof.
|
| |\ \ \
| | | |
| | | |
| | | | |
6b926b3 History: disable payment proof for hardware wallets (selsta)
|
| | | | | |
|
| | |/ /
|/| | |
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
98f8f19 SettingsWallet: improve and translate trusted remote node error message (rating89us)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
d160828 SettingsWallet, SettingsListItem: disable 'Rescan wallet balance' buton if wallet is not synced (rating89us)
|
| | |/ /
| | |
| | |
| | | |
wallet is not synced
|
| |/ /
| |
| |
| | |
left
|
| |\ \
| | |
| | |
| | | |
e390b43 Mining: add buttons/scroll to CPU threads input; improve button labels; set start mining button as primary (rating89us)
|
| | |/
| |
| |
| | |
start mining button as primary
|
| |\ \
| | |
| | |
| | | |
9846bff AddressBook: use small StandardButton; adjust buttons alignment/order; remove paste button (rating89us)
|
| | |/
| |
| |
| | |
remove paste button
|
| |\ \
| | |
| | |
| | | |
a37c375 Account: use StandardButton for 'Create new account' (rating89us)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
419a197 AddressBook: fix edit address button tooltip (rating89us)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
9961305 LabelSubheader: implement tooltip (rating89us)
|
| | |/ |
|
| |/
|
|
| |
advanced options
|
| |\
| |
| |
| | |
f91e179 Receive: set maximum length for qr string (selsta)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
bd7bd43 AddressBook: add payment request URI prefix to address field placeholder (rating89us)
|
| | |/ |
|
| |/ |
|
| |\
| |
| |
| |
| | |
f327d20 qml: use libwalletqt make_uri function (selsta)
dcc16a4 libwalletqt: add make_uri function (selsta)
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
d3d7841 Receive: remove highlight of QR code menu if no menu item is hovered (rating89us)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | | |
36940f0 Transfer: add support for outputs import / export (selsta)
e36b166 Wallet: import / export output function (tobtoht)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
6dd7445 Transfer: export all key images by default (benevanoff)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
AddressBook: description edits, remove hack (selsta)
|
| | | |
| | |
| | |
| | | |
Co-authored-by: dsc <dsc@xmr.pm>
|
| |\ \ \
| | | |
| | | |
| | | | |
3719f00 TxKey: fix get / check proof (selsta)
|