aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #3860luigi11112022-03-181-0/+17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | de81af0 RemoteNodeDialog: bind ok to return key (reemuru)
| * | | | | | | | RemoteNodeDialog: bind ok to return keyreemuru2022-03-131-0/+17
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit binds the enter / return key on the remote node dialog. If cursor is in the host, port or password input fields the keyboard can be used to continue. It is not bound to the username field because ideally a user would enter password or port last.
* | | | | | | | Merge pull request #3859luigi11112022-03-185-0/+77
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | 346913f SettingsWallet: lock wallet on demand (reemuru)
| * | | | | | | SettingsWallet: lock wallet on demandreemuru2022-03-135-0/+77
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #3851luigi11112022-03-181-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 4ef5ca5 Doc: Minimize boost deps in README.md (mj-xmr)
| * | | | | | | Doc: Minimize boost deps in README.mdmj-xmr2022-03-071-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3720luigi11112022-03-181-4/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 06fe68b cmake: remove including non-existent directory (selsta)
| * | | | | | | cmake: remove including non-existent directoryselsta2021-10-281-4/+1
| | | | | | | |
* | | | | | | | Merge pull request #3719luigi11112022-03-181-4/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | b811d6a cmake: don't print verbose make (selsta)
| * | | | | | | | cmake: don't print verbose makeselsta2021-10-271-4/+0
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If someone wants verbose make they can set the env var. This is now in line with monero's behaviour.
* | | | | | | | Merge pull request #3470luigi11112022-03-181-26/+0
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | 2057904 cmake: remove unneeded monero_gui_add_library() (selsta)
| * | | | | | | cmake: remove unneeded monero_gui_add_library()selsta2021-08-311-26/+0
| | | | | | | |
* | | | | | | | Merge pull request #3849luigi11112022-03-071-2/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | 119deb4 libwalletqt: fix typo in type (selsta)
| * | | | | | | libwalletqt: fix typo in typeselsta2022-03-041-2/+2
|/ / / / / / /
* | | | | | | Merge pull request #3841luigi11112022-03-021-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | da63ab2 workflows: fix windows build error (reemuru)
| * | | | | | | workflows: fix windows build errorreemuru2022-02-191-0/+4
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows build log has an error message for including winsock2.h and the build fails at the updater.cpp file. Use the MONERO_GUI_STATIC definition for driving the import logic since it is already defined for the docker static build. Co-authored-by: jeffro256 <jeffro256@users.noreply.github.com>
* | | | | | | 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 #3832luigi11112022-03-0252-21367/+30612
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 08e386f update languages from weblate and add flags (Paul Janowitz)
| * | | | | | | | update languages from weblate and add flagsPaul Janowitz2022-02-0552-21367/+30612
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #3831luigi11112022-03-021-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | bf324ec bug: reset wallet path on network change (reemuru)
| * | | | | | | | bug: reset wallet path on network changereemuru2022-01-311-0/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When changing network type without changing wallet path the gui will attempt to open the most recently used wallet path and network type even if they don't match. This commit forces the user back to wallet setup under this condition. As long as network type and wallet path are both updated before closing the issue will no longer occur.
* | | | | | | | Merge pull request #3828luigi11112022-03-026-28/+102
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2bf0dd8 Advanced: ReserveProof: Resolve review by selsta (reemuru) 0f67580 Advanced: ReserveProof: Add support for reserve proof (reemuru)
| * | | | | | | | Advanced: ReserveProof: Resolve review by selstareemuru2022-01-212-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: 0f67580e This commit updates qsTr() to avoid breaking previous translations. Also removes an erroneous whitespace.
| * | | | | | | | Advanced: ReserveProof: Add support for reserve proofreemuru2022-01-206-29/+103
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #3825luigi11112022-03-023-0/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 5990338 WizardRestoreWallet4, WizardCreateWallet4: disable double-click on 'Create wallet' button (rating89us)
| * | | | | | | | WizardRestoreWallet4, WizardCreateWallet4: disable double-click on "Create ↵rating89us2022-01-173-0/+10
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | wallet" button
* | | | | | | | Merge pull request #3781luigi11112022-03-021-2/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | 817b015 Docker: bump hidapi on Linux (selsta)
| * | | | | | | Docker: bump hidapi on Linuxselsta2021-12-071-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #3822luigi11112022-01-241-5/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | de49ddc WizardRestoreWallet3: remove unused code (rating89us)
| * | | | | | | | WizardRestoreWallet3: remove unused coderating89us2022-01-161-5/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #3817luigi11112022-01-241-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | d752117 WizardHome: restore binding of networkTypeDropdown.currentIndex when selecting an item; display networkTypeDropdown if stagenet or testnet is selected (rating89us)
| * | | | | | | | WizardHome: restore binding of networkTypeDropdown.currentIndex when ↵rating89us2022-01-131-0/+4
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | selecting an item; display networkTypeDropdown if stagenet or testnet is selected
* | | | | | | | Merge pull request #3815luigi11112022-01-241-7/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 11a1695 LeftPanel: use correct shortcut modifier for Mac (selsta)
| * | | | | | | | LeftPanel: use correct shortcut modifier for Macselsta2022-01-071-7/+7
| | | | | | | | |
* | | | | | | | | Merge pull request #3808luigi11112022-01-243-1/+13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 621c119 main: add compile time option to disable desktop entry dialog (selsta)
| * | | | | | | | | main: add compile time option to disable desktop entry dialogselsta2021-12-173-1/+13
| | | | | | | | | |
* | | | | | | | | | Merge pull request #3799luigi11112022-01-241-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f7792b7 RemoteNodeList: fix qml warning (selsta)
| * | | | | | | | | | RemoteNodeList: fix qml warningselsta2021-12-131-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #3791luigi11112022-01-241-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6b926b3 History: disable payment proof for hardware wallets (selsta)
| * | | | | | | | | | History: disable payment proof for hardware walletsselsta2021-12-111-0/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #3776luigi11112022-01-241-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fa9285a SettingsInfo: translate tx description of 'Donate to Monero' button (rating89us)
| * | | | | | | | | | SettingsInfo: translate tx description of "Donate to Monero" buttonrating89us2022-01-131-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #3764luigi11112022-01-241-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 23b74a3 WizardSummary: use 'Mnemonic seed language' instead of 'Language' (rating89us)
| * | | | | | | | | | WizardSummary: use "Mnemonic seed language" instead of "Language"rating89us2021-11-301-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #3763luigi11112022-01-243-4/+24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9194522 Wizard: display selected network (testnet/stagenet) on 'Create a new wallet' header (rating89us)
| * | | | | | | | | | | Wizard: display selected network (testnet/stagenet) on "Create a new wallet" ↵rating89us2022-01-133-4/+24
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | header
* | | | | | | | | | | Merge pull request #3680luigi11112022-01-241-3/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | f30570d Makefile: fix release-linux-armv8 (selsta)
| * | | | | | | | | | Makefile: fix release-linux-armv8selsta2021-08-311-3/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #3813luigi11112022-01-021-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | 6f88ad0 Fixed English mistake in Mining.qml (Igor Voytov)