| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
80e209d filter: intercept quit event to avoid deadlock (selsta)
|
| | | |
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| |
| |
| |
| | |
1215a6e Assume untrusted daemon in simple mode (j-berman)
499c2a4 qsTr scan tx error (j-berman)
3b0e66a Display clear error when user scans older tx via untrusted daemon (j-berman)
4cd6652 Update balance after calling scan_tx (j-berman)
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
587ea68 p2pool: Stop p2pool mining on node switch (devhyper)
|
| | | | |
|
| |/ / |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
a9b52f6 Sign/Verify: clear text fields on wallet close (plowsof)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
c390afd main: fix a potential warning (selsta)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
83921a4 main: update blockchain size (selsta)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
80ade41 DaemonManager: take dataDir into account when sending cmd (selsta)
|
| | |/ |
|
| |/ |
|
| |
|
|
|
|
|
| |
Should solve issues with monerod taking a while to exit.
Simple mode nodes aren't beneficial to the network anyway,
so having no incoming connections in some cases should be
fine.
|
| |\
| |
| |
| | |
7184c45 main: only check mining status when using local node (selsta)
|
| | | |
|
| |\ \
| |/
|/|
| | |
0ded8dc Settings: option to skip stop local node screen (selsta)
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
8229979 Mining: save selected dropdown index (selsta)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
cddf3c3 History: fix payment proof button (reemuru)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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")
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | | |
841f061 main: remove outdated code (selsta)
|
| | | |/
| |/| |
|
| | | | |
|
| | |/
|/| |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |\ \
| | |
| | |
| | | |
ddd95f7 settings: bind return key after password change (reemuru)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The enter / return key is not bound to the information
popup that appears after a successful password change.
The functionality exists on the previous menu. Make it
possible to use the return key on this popup as well.
Co-authored-by: selsta <selsta@users.noreply.github.com>
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
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.
|
| |\ \ \
| |/ /
|/| |
| | | |
621c119 main: add compile time option to disable desktop entry dialog (selsta)
|
| | | | |
|
| |/ / |
|