| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
1661c82 TransactionInfo: parse Wallet API provided data on initialization (xiphon)
|
| | |/ / |
|
| | | |
| | |
| | |
| | | |
Co-authored-by: selsta <selsta@sent.at>
|
| |/ / |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
8dd2a20 e04db92 d06ae80 c83c74d 1723d04 52182ef 97a9ac9 2d23917 91aff7c (TheCharlatan)
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| |\ \ \
| |_|/
|/| |
| | | |
9d5eb00 TransactionHistory: guard tx info list against concurrent access (xiphon)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
646d339 Wallet: persistent subaddress account selection (xiphon)
|
| | |/ |
|
| |/ |
|
| |\
| |
| |
| | |
965081c DaemonManager: reset disconnectedEpoch on start, start timeout 60s (xiphon)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
bc22de4 DaemonManager: use 'sync_info' to avoid bootstrap daemon requests (xiphon)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
738e802 macOS/Windows: fix compiler warning (selsta)
|
| | | | |
|
| |/ / |
|
| |/ |
|
| |\
| |
| |
| | |
40bdf69 Ledger: improve hw wallet splash screen (selsta)
|
| | | |
|
| |\ \
| |/
|/|
| | |
ab47b4a Expose get/set attrs for wallet cache in libwalletqt, requires #5534 (xmrdsc)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
a01ffc6 daemon: async daemon status check, don't freeze on wallet startup (xiphon)
|
| | | | |
|
| |\ \ \
| |/ /
|/| |
| | | |
30a3abe Wallet: explicitly set trusted daemon flag (xiphon)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
1e64ebe QML: warning fixes (selsta)
|
| | |/ / |
|
| |\ \ \
| |/ /
|/| |
| | | |
2d72f55 device: show address on device display (ph4r05)
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
e04d563 src: fix compiler warnings (selsta)
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
Co-authored-by: Thotbot <thotbot@protonmail.com>
Co-authored-by: Selsta <selsta@sent.at>
|
| |/ / / |
|
| |\ \ \
| | | |
| | | |
| | | | |
4b0d1dc Fixes #2275, transactionCommited txid list (ph4r05)
|
| | | | |
| | | |
| | | |
| | | | |
txid list was empty when emitted
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | | |
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.
|
| | |/ /
|/| | |
|