Commit Graph

1132 Commits

Author SHA1 Message Date
inson1 8851e71a8b
Update year in Cypyright 2024-01-27 20:12:09 +01: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
luigi1111 57409a8c47
Merge pull request #4158
6bd11f2 TxUtils: add handleOpenAliasResolution func, simplify code (selsta)
2023-08-17 10:31:52 -05:00
luigi1111 f002987edd
Merge pull request #4149
434f548 Prove/Check: clear text fields on wallet close (plowsof)
2023-08-17 10:31:23 -05:00
selsta 6bd11f2270
TxUtils: add handleOpenAliasResolution func, simplify code 2023-04-21 14:45:09 +02:00
selsta 6ac8e7a464
p2pool: add more detailed failure message 2023-04-13 15:44:52 +02:00
plowsof 434f548a87 Prove/Check: clear text fields on wallet close 2023-04-10 23:37:29 +01:00
tobtoht bdf14a2520
remove output blackballing 2023-03-03 14:02:58 +01:00
plowsof 8a910ad4c7 DaemonManager: remove systemd check 2023-02-21 00:53:48 +00:00
devhyper 757bc7d7b9
p2pool: Restart monerod only when needed and with proper args 2023-01-31 18:23:20 -08: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 faa4473b17
Merge pull request #4077
7faec48 History: add open folder button after CSV export (selsta)
2022-12-01 23:49:25 -06:00
luigi1111 47f336bf33
Merge pull request #4065
c0a739c Transfer: update mixin, silence warning (selsta)
2022-12-01 23:48:33 -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
selsta 7faec48c0a
History: add open folder button after CSV export 2022-12-02 05:56:51 +01:00
selsta c0a739c9fa
Transfer: update mixin, silence warning 2022-11-11 01:59:28 +01:00
j-berman 499c2a47fc qsTr scan tx error 2022-10-29 14:22:37 -05:00
j-berman 3b0e66a3d0 Display clear error when user scans older tx via untrusted daemon 2022-10-28 16:14:31 -05:00
j-berman 4cd6652825 Update balance after calling scan_tx 2022-10-20 16:23:10 -05:00
selsta 80ade41905
DaemonManager: take dataDir into account when sending cmd 2022-10-07 02:28:44 +02:00
malinero 22a1509316 Android: hide local node settings 2022-10-02 10:40:07 +02:00
malinero 499eeee59a Android: hide log tab 2022-10-02 10:40:07 +02:00
malinero 8cf76cf7c2 Android: hide mining tab 2022-10-02 10:40:07 +02:00
rating89us b801ef594b Use different colors for different subaccounts 2022-09-26 10:18:46 +02:00
luigi1111 e668995673
Merge pull request #3988
f796be3 trim restore height at info -> change height input (plowsof)
2022-08-10 12:19:05 -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
plowsof f796be37ce
trim restore height at info -> change height input
If you accidentally copy and paste a date with a new line character 
```
2022-01-01

```
The gui will restore from 2022. I ran into this problem when helping someone just now, after giving them the correct date to copy and paste so they can restore quicker xD caused some confusion.

the reg exp method used here 064c145aa8/wizard/WizardRestoreWallet1.qml (L277) prevents you from copy and pasting the 'wrong' string which might be annoying
2022-07-28 01:57:41 +01:00
luigi1111 425623d6d3
Merge pull request #3932
5591061 SettingsWallet: add scan transaction option (selsta)
6e0b5e2 libwallet: add scanTransactions function (selsta)
2022-07-14 12:58:01 -04:00
luigi1111 e9a8b042ab
Merge pull request #3954
a10d416 Transfer: don't create offline tx before wallet is synced (selsta)
2022-07-08 13:53:58 -04:00
luigi1111 887688f092
Merge pull request #3946
d4de529 Mining: add info to start gui as admin for p2pool installation (selsta)
2022-07-08 13:48:04 -04:00
selsta a10d41642a
Transfer: don't create offline tx before wallet is synced 2022-06-26 21:59:26 +02:00
selsta d4de52974b
Mining: add info to start gui as admin for p2pool installation 2022-06-11 18:19:08 +02: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
selsta 8229979cec
Mining: save selected dropdown index 2022-06-07 20:15:03 +02:00
selsta 559106174e
SettingsWallet: add scan transaction option 2022-05-28 03:15:23 +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
luigi1111 1a6ea3302c
Merge pull request #3890
37a5bdc main: only update fiat price with open wallet (selsta)
2022-04-25 11:04:51 -05:00
selsta 37a5bdc331
main: only update fiat price with open wallet 2022-04-23 07:26:52 +02:00
selsta cc4815a3db
Mining: only update mining status when page is open 2022-04-23 07:13:17 +02:00
devhyper 377a1a9680
Integrate P2Pool 2022-04-01 10:27:35 -07:00
luigi1111 002fe8eefa
Merge pull request #3865
62748b6 AddressBook: fix adding new entry (selsta)
2022-03-18 16:22:57 -05:00
luigi1111 1dba06a7ff
Merge pull request #3862
8bbf2bf Transfer: fix offline signing (reemuru)
2022-03-18 16:22:24 -05:00
selsta 62748b6121
AddressBook: fix adding new entry 2022-03-16 13:43:26 +01:00
reemuru 8bbf2bfcbb
Transfer: fix offline signing
Remove logic for processing an array to derive the confirmation.
Use confirmation from the transaction object.
2022-03-16 06:30:22 -05: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 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
luigi1111 adf88c63ec
Merge pull request #3791
6b926b3 History: disable payment proof for hardware wallets (selsta)
2022-01-24 15:22:11 -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