aboutsummaryrefslogtreecommitdiff
path: root/main.qml
Commit message (Collapse)AuthorAgeFilesLines
* Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815Monzero Build System6 hours1-63/+63
|
* main: hide update popup during device passphrase promptselsta2026-07-011-1/+1
|
* main: use WalletManager URI parser in handlerselsta2026-04-041-32/+14
|
* Merge pull request #4558tobtoht2026-01-291-0/+10
|\ | | | | | | 80e209d filter: intercept quit event to avoid deadlock (selsta)
| * filter: intercept quit event to avoid deadlockselsta2026-01-201-0/+10
| |
* | main: update blockchain size estimateselsta2026-01-201-1/+1
| |
* | DaemonManager: use accurate blockchain size estimateselsta2026-01-201-1/+1
|/
* Implement background sync when lockedj-berman2025-08-031-11/+97
|
* main: Update blockchain sizeCollin Bartlam2025-05-091-1/+1
|
* Update year in Cypyrightinson12024-01-271-1/+1
|
* main: fix qml warningselsta2023-10-221-0/+3
|
* Merge pull request #4051luigi11112023-09-301-1/+1
|\ | | | | | | | | | | | | 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)
| * Assume untrusted daemon in simple modej-berman2022-10-291-1/+1
| |
* | main: add ARM build tag for auto updaterselsta2023-04-171-1/+1
| |
* | Merge pull request #4092luigi11112023-02-151-0/+7
|\ \ | | | | | | | | | 587ea68 p2pool: Stop p2pool mining on node switch (devhyper)
| * | p2pool: Stop p2pool mining on node switchdevhyper2023-02-021-0/+7
| | |
* | | p2pool: Restart monerod only when needed and with proper argsdevhyper2023-01-311-0/+6
|/ /
* | main: skip proxy when setting localhost remote nodeselsta2022-12-181-1/+8
| |
* | Merge pull request #4078luigi11112022-12-011-0/+1
|\ \ | | | | | | | | | a9b52f6 Sign/Verify: clear text fields on wallet close (plowsof)
| * | Sign/Verify: clear text fields on wallet closeplowsof2022-12-021-0/+1
| |/
* | Merge pull request #4055luigi11112022-12-011-1/+2
|\ \ | | | | | | | | | c390afd main: fix a potential warning (selsta)
| * | main: fix a potential warningselsta2022-10-291-1/+2
| |/
* | Merge pull request #4048luigi11112022-12-011-1/+1
|\ \ | | | | | | | | | 83921a4 main: update blockchain size (selsta)
| * | main: update blockchain sizeselsta2022-10-071-1/+1
| |/
* | Merge pull request #4047luigi11112022-12-011-3/+3
|\ \ | | | | | | | | | 80ade41 DaemonManager: take dataDir into account when sending cmd (selsta)
| * | DaemonManager: take dataDir into account when sending cmdselsta2022-10-071-3/+3
| |/
* / Android: useRemoteNode default to truemalinero2022-10-021-1/+1
|/
* main: add --no-igd to simple mode flagsselsta2022-08-211-1/+1
| | | | | | | 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.
* Merge pull request #3995luigi11112022-08-101-1/+3
|\ | | | | | | 7184c45 main: only check mining status when using local node (selsta)
| * main: only check mining status when using local nodeselsta2022-08-061-1/+3
| |
* | Merge pull request #3734luigi11112022-08-101-1/+2
|\ \ | |/ |/| | | 0ded8dc Settings: option to skip stop local node screen (selsta)
| * Settings: option to skip stop local node screenselsta2021-11-151-1/+2
| |
* | convert nettype to int to return correct rpc portplowsof2022-07-091-1/+1
| |
* | Merge pull request #3942luigi11112022-06-091-0/+2
|\ \ | | | | | | | | | 8229979 Mining: save selected dropdown index (selsta)
| * | Mining: save selected dropdown indexselsta2022-06-071-0/+2
| | |
* | | Merge pull request #3910luigi11112022-06-091-1/+1
|\ \ \ | | | | | | | | | | | | cddf3c3 History: fix payment proof button (reemuru)
| * | | History: fix payment proof buttonreemuru2022-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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")
* | | | Merge pull request #3688luigi11112022-06-091-21/+0
|\ \ \ \ | |_|/ / |/| | | | | | | 841f061 main: remove outdated code (selsta)
| * | | main: remove outdated codeselsta2021-09-051-21/+0
| | |/ | |/|
* | | main: only update fiat price with open walletselsta2022-04-231-19/+3
| | |
* | | Integrate P2Pooldevhyper2022-04-011-1/+6
| |/ |/|
* | SettingsWallet: lock wallet on demandreemuru2022-03-131-0/+14
| | | | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #3838luigi11112022-03-021-0/+3
|\ \ | | | | | | | | | ddd95f7 settings: bind return key after password change (reemuru)
| * | settings: bind return key after password changereemuru2022-02-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #3828luigi11112022-03-021-19/+35
|\ \ \ | | | | | | | | | | | | | | | | 2bf0dd8 Advanced: ReserveProof: Resolve review by selsta (reemuru) 0f67580 Advanced: ReserveProof: Add support for reserve proof (reemuru)
| * | | Advanced: ReserveProof: Resolve review by selstareemuru2022-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: 0f67580e This commit updates qsTr() to avoid breaking previous translations. Also removes an erroneous whitespace.
| * | | Advanced: ReserveProof: Add support for reserve proofreemuru2022-01-201-19/+35
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #3808luigi11112022-01-241-1/+2
|\ \ \ | |/ / |/| | | | | 621c119 main: add compile time option to disable desktop entry dialog (selsta)
| * | main: add compile time option to disable desktop entry dialogselsta2021-12-171-1/+2
| | |
* | | main: verify if currentWallet is loaded before calling itrating89us2021-12-101-4/+8
|/ /