| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
When the local clock is running behind,
transactions may appear to have been confirmed in the future,
which seems to leave the %n in "%n second(s) ago" unreplaced,
so round negative times ago to 0
Ref: #3284
|
| | |
|
| |\
| |
| |
| | |
7a3ea3a Wizard: fix stagenet getApproximateBlockchainHeight (selsta)
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
9e6f116 TxUtils: don't show resolve for float (reemuru)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add parseFloat() checks so that the 'Resolve' button
for OpenAlias remains hidden. Also add a length check
for one character with a dot. IP addresses will not be
respected, but the whole point of domain names and OA is
for facilitating human readable / user friendly information.
Co-authored-by: selsta <selsta@users.noreply.github.com>
|
| |\ \
| | |
| | |
| | | |
3ba9766 js: minimize frameless window when clicking on taskbar icon (selsta)
|
| | |/
| |
| |
| | |
Co-authored-by: rating89us <45968869+rating89us@users.noreply.github.com>
|
| |\ \
| |/
|/|
| | |
ef56194 Wizard: fix stagenet approx blockheight (selsta)
|
| | | |
|
| |/
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |\
| |
| |
| | |
f75a244 Wizard: set unused wallet name (selsta)
|
| | | |
|
| |/
|
|
| |
height date when typed in wrong format
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The content in this commit is not split in order to preserve working
compilation. Once this is added to master, the old build script will no
longer work and all existing build toolings will require changes.
Monero's cmake directory's files need to be copied to this project's cmake
directory in order for the linking and function definitions to work correctly.
Monero-gui has its own version check and generate file in order to not
conflict with monero's destination version files.
Most of the source files that are currently in monero-gui's root
directory are now moved to subdirectories. This is done to preserve
compilation order properly and to give some content structure.
The original CMakeList file included all headers it found in
subdirectories. Make sure that they are set manually to evade linking
errors.
The current build script always checks out latest master of the monero
submodule. The submodule rules in the current CMakeLists.txt file do not
enforce. An override to compile master nevertheless can still be given
with `-D DEV_MODE`.
To enable the linux X11 xcb linking the libraries had to be hardcoded. There
does not seem to be good support for this in pkgconfig, or in
existing cmake checks.
|
| | |
|
| |\
| |
| |
| | |
8dab075 repo: remove isMobile leftovers (selsta)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
35a0f25 PasswordDialog: merge components and bug fixes (selsta)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit merges PasswordDialog, PassphraseDialog and
NewPasswordDialog. Also the following bugs were fixed:
- Wizard pages still being active when opening a wallet
from wizard.
- Capslock detection was buggy when copy pasting password, I
replaced it with native implementations for each platform.
- isAlpha could throw errors when using special characters.
|
| |/ |
|
| |\
| |
| |
| | |
a3c620f restore height visibility enhancements (mmbyday)
|
| | | |
|
| |/ |
|
| |
|
|
|
| |
Co-Authored-By: selsta <selsta@sent.at>
Co-Authored-By: Gene Peters <gene@telligent-data.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
5dbcd71 PasswordDialog: add CAPSLOCK checking (mmbyday)
|