Commit Graph

658 Commits

Author SHA1 Message Date
inson1 8851e71a8b
Update year in Cypyright 2024-01-27 20:12:09 +01:00
selsta a3e05195c0
main: fix qml warning 2023-10-22 16:41:19 +02:00
luigi1111 588b8435b7
Merge pull request #4051
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)
2023-09-30 18:34:24 -04:00
selsta ad1b53fa63
main: add ARM build tag for auto updater 2023-04-17 21:56:42 +02:00
luigi1111 3338bc3741
Merge pull request #4092
587ea68 p2pool: Stop p2pool mining on node switch (devhyper)
2023-02-15 10:51:37 -05:00
devhyper 587ea68a99
p2pool: Stop p2pool mining on node switch 2023-02-02 17:32:06 -08:00
devhyper 757bc7d7b9
p2pool: Restart monerod only when needed and with proper args 2023-01-31 18:23:20 -08:00
selsta c8127f651d
main: skip proxy when setting localhost remote node 2022-12-18 17:51:19 +01:00
luigi1111 48393db2c7
Merge pull request #4078
a9b52f6 Sign/Verify: clear text fields on wallet close (plowsof)
2022-12-01 23:49:50 -06:00
luigi1111 58c7c9ab76
Merge pull request #4055
c390afd main: fix a potential warning (selsta)
2022-12-01 23:43:46 -06:00
luigi1111 b8e6cb221b
Merge pull request #4048
83921a4 main: update blockchain size (selsta)
2022-12-01 23:42:49 -06:00
luigi1111 ef2e711e15
Merge pull request #4047
80ade41 DaemonManager: take dataDir into account when sending cmd (selsta)
2022-12-01 23:42:04 -06:00
plowsof a9b52f6752 Sign/Verify: clear text fields on wallet close 2022-12-02 05:32:25 +00:00
j-berman 1215a6e5d8 Assume untrusted daemon in simple mode 2022-10-29 14:25:20 -05:00
selsta c390afd258
main: fix a potential warning 2022-10-29 04:55:01 +02:00
selsta 80ade41905
DaemonManager: take dataDir into account when sending cmd 2022-10-07 02:28:44 +02:00
selsta 83921a4bc8
main: update blockchain size 2022-10-07 02:00:28 +02:00
malinero 6441d99279 Android: useRemoteNode default to true 2022-10-02 10:39:48 +02:00
selsta 21831c9b24
main: add --no-igd to simple mode flags
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.
2022-08-21 02:42:07 +02:00
luigi1111 264d3694c5
Merge pull request #3995
7184c45 main: only check mining status when using local node (selsta)
2022-08-10 12:19:48 -05:00
luigi1111 b7ab50759a
Merge pull request #3734
0ded8dc Settings: option to skip stop local node screen (selsta)
2022-08-10 12:17:06 -05:00
selsta 7184c45043
main: only check mining status when using local node 2022-08-06 23:32:11 +02:00
plowsof 8199ef004d convert nettype to int to return correct rpc port 2022-07-09 17:41:06 +01:00
luigi1111 3f3eb643e4
Merge pull request #3942
8229979 Mining: save selected dropdown index (selsta)
2022-06-09 14:00:23 -05:00
luigi1111 a67865b969
Merge pull request #3910
cddf3c3 History: fix payment proof button (reemuru)
2022-06-09 13:57:12 -05:00
luigi1111 ab69b9c9b2
Merge pull request #3688
841f061 main: remove outdated code (selsta)
2022-06-09 13:52:52 -05:00
selsta 8229979cec
Mining: save selected dropdown index 2022-06-07 20:15:03 +02:00
reemuru cddf3c3cdb
History: fix payment proof button
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")
2022-05-05 10:18:15 -05:00
selsta 37a5bdc331
main: only update fiat price with open wallet 2022-04-23 07:26:52 +02:00
devhyper 377a1a9680
Integrate P2Pool 2022-04-01 10:27:35 -07:00
reemuru 346913f3db
SettingsWallet: lock wallet on demand
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.
2022-03-13 12:37:43 -04:00
luigi1111 9c383bcc24
Merge pull request #3838
ddd95f7 settings: bind return key after password change (reemuru)
2022-03-02 19:05:53 -05:00
luigi1111 1610b93975
Merge pull request #3828
2bf0dd8 Advanced: ReserveProof: Resolve review by selsta (reemuru)
0f67580 Advanced: ReserveProof: Add support for reserve proof (reemuru)
2022-03-02 19:03:14 -05:00
reemuru ddd95f73b4
settings: bind return key after password change
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>
2022-02-18 19:35:04 -05:00
luigi1111 c2f706a28a
Merge pull request #3808
621c119 main: add compile time option to disable desktop entry dialog (selsta)
2022-01-24 15:22:57 -05:00
reemuru 2bf0dd840f
Advanced: ReserveProof: Resolve review by selsta
Fixes: 0f67580e
This commit updates qsTr() to avoid breaking previous
translations. Also removes an erroneous whitespace.
2022-01-21 01:21:17 -05:00
reemuru 0f67580e8f
Advanced: ReserveProof: Add support for reserve proof
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.
2022-01-20 20:21:11 -05:00
selsta 621c11925b
main: add compile time option to disable desktop entry dialog 2021-12-17 16:43:00 +01:00
rating89us 008a38aae2
main: verify if currentWallet is loaded before calling it 2021-12-10 11:03:37 +01:00
luigi1111 999bc21d6b
Merge pull request #3767
d922c91 main: hide TitleBar when MerchantTitleBar is visible (rating89us)
2021-12-02 00:16:15 -06:00
rating89us d922c91071
main: hide TitleBar when MerchantTitleBar is visible 2021-12-01 16:48:14 +01:00
rating89us 22450cb68d
main: hide wallet name in wizard titlebar 2021-11-28 13:33:54 +01:00
selsta 0ded8dcf25
Settings: option to skip stop local node screen 2021-11-15 06:31:34 +01:00
selsta 841f061520
main: remove outdated code 2021-09-05 06:18:49 +02:00
rating89us 946fa538b9 Receive: implement payment request 2021-08-19 17:13:57 +02:00
luigi1111 b6682330a6
Merge pull request #3611
0ce3e4b WizardOpenWallet1: navigate with keyboard; enable accessibility (rating89us)
2021-07-11 22:19:28 -04:00
luigi1111 1c61ec2511
Merge pull request #3603
8419fce LanguageSidebar: navigate/select language with keyboard; enable accessibility; selected indicator; remember previous focused item (rating89us)
2021-07-06 11:50:34 -04:00
luigi1111 59fcda43c6
Merge pull request #3505
76be4b8 main: set correct size for pruned blockchain (selsta)
2021-07-06 11:42:37 -04:00
luigi1111 6e87e2cb5b
Merge pull request #3504
8236277 main: simplify fiat ticker code (selsta)
2021-07-06 11:42:09 -04:00
luigi1111 8730743207
Merge pull request #3503
b2255cf main: use Utils.epoch() for epoch (selsta)
2021-07-06 11:41:11 -04:00