1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-24 11:17:15 +01:00
monero-gui/components
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
..
effects CheckBox: use Font Awesome plus/minus icons, remove unused images 2019-11-25 06:37:21 +00:00
AdvancedOptionsItem.qml Transfer: fix button colors, font size, bold; use secondary button for advanced options 2021-11-21 19:28:36 +01:00
CheckBox2.qml Remove scaleRatio 2019-04-25 21:09:23 +02:00
CheckBox.qml Implement tooltips in multiple pages and components 2021-05-29 04:02:19 +02:00
CMakeLists.txt Migrate build system to cmake 2019-11-27 22:59:27 +01:00
ContextMenu.qml ContextMenu: add Cut, Copy, Delete and Select All 2021-09-05 15:52:51 +02:00
ContextMenuItem.qml ContextMenu: add Cut, Copy, Delete and Select All 2021-09-05 15:52:51 +02:00
DaemonManagerDialog.qml use preferred colors for DaemonManagerDialog 2021-03-02 14:49:49 -06:00
DatePicker.qml Merge pull request #3538 2021-06-10 11:04:39 -05:00
DevicePassphraseDialog.qml trezor: support new passphrase entry mechanism 2020-05-08 18:40:17 +02:00
Dialog.qml SettingsNode: implement multiple remote nodes support 2021-04-06 11:58:36 +00:00
IconButton.qml Implement tooltips in multiple pages and components 2021-05-29 04:02:19 +02:00
InlineButton.qml Transfer: fix button colors, font size, bold; use secondary button for advanced options 2021-11-21 19:28:36 +01:00
Input.qml ContextMenu: add Cut, Copy, Delete and Select All 2021-09-05 15:52:51 +02:00
InputDialog.qml InputDialog: use secondary color for cancel Button 2021-08-20 13:23:43 +02:00
InputMulti.qml ContextMenu: add Cut, Copy, Delete and Select All 2021-09-05 15:52:51 +02:00
Label.qml RemoteNodeList: display shield icon if trusted daemon 2021-06-23 03:09:29 +02:00
LabelButton.qml White theme 2019-04-24 05:37:35 +02:00
LabelSubheader.qml LabelSubheader: implement tooltip 2021-11-22 23:19:41 +01:00
LanguageButton.qml WizardLanguage: introduce LanguageButton component, replace the btn 2020-11-04 03:10:02 +00:00
LanguageSidebar.qml LanguageSidebar: navigate/select language with keyboard; enable accessibility; selected indicator; remember previous focused item 2021-07-04 21:56:57 +02:00
LineEdit.qml LineEdit: fix eye button overlap on password field 2021-09-03 21:12:20 +02:00
LineEditMulti.qml AddressBook: use LineEdit on descriptionLine; add tab/backtab; forceActiveFocus on addressLine; use Enter/Return key to save; cancel/delete buttons 2021-06-17 13:37:19 +02:00
MenuBar.qml main: simplify blackTheme code 2021-04-22 23:14:32 +02:00
MenuButton.qml MenuButton: add hover effect 2020-03-14 01:19:08 +00:00
MenuButtonDivider.qml White theme 2019-04-24 05:37:35 +02:00
Navbar.qml Settings, Advanced: mirror stack transition when clicking on a button on the left 2021-12-08 13:00:10 +01:00
NavbarItem.qml Navbar: reimplement as a reusable component, drop redundant code 2021-03-17 12:00:17 +00:00
NetworkStatusItem.qml NetworkStatusItem: add tooltip to switch node button; adjust colors of lightning icon, switch node button and network status 2021-07-23 08:14:20 +02:00
PasswordDialog.qml PasswordDialog: display wizard title bar when returning to wizard after canceling password dialog 2021-11-28 13:39:45 +01:00
ProcessingSplash.qml ProcessingSplash: new design 2020-05-01 22:09:27 +02:00
ProgressBar.qml Improved daemon sync progress bar 2020-05-02 16:34:54 +02:00
qmldir Singleton for future style definition. For now, put the fonts there 2018-03-29 23:04:00 +01:00
QRCodeScanner.qml qr: scan valid addresses that miss an uri prefix 2021-06-29 04:53:24 +02:00
RadioButton.qml repo: remove isMobile leftovers 2019-09-06 00:11:12 +02:00
RemoteNodeDialog.qml SettingsNode: implement multiple remote nodes support 2021-04-06 11:58:36 +00:00
RemoteNodeEdit.qml LineEdit: use ColumnLayout instead of Item (also used in LineEditMulti) 2021-06-11 17:13:52 +02:00
RemoteNodeList.qml Merge pull request #3799 2022-01-24 15:22:33 -05:00
SettingsListItem.qml SettingsWallet: lock wallet on demand 2022-03-13 12:37:43 -04:00
Slider.qml Slider: use MoneroComponents.TextPlain instead of Text on label 2021-06-07 15:30:18 +02:00
StandardButton.qml Transfer: fix button colors, font size, bold; use secondary button for advanced options 2021-11-21 19:28:36 +01:00
StandardDialog.qml StandardDialog: use secondary color for cancel button 2021-08-20 14:34:38 +02:00
StandardDropdown.qml StandardDropdown: remove bold text in dropdown items 2021-11-21 19:09:10 +01:00
Style.qml Transfer: fix button colors, font size, bold; use secondary button for advanced options 2021-11-21 19:28:36 +01:00
SuccessfulTxDialog.qml SuccessfulTxDialog: add View progress button 2020-12-04 12:53:40 +01:00
TextBlock.qml White theme 2019-04-24 05:37:35 +02:00
TextPlain.qml Implement tooltips in multiple pages and components 2021-05-29 04:02:19 +02:00
TextPlainArea.qml Remove scaleRatio 2019-04-25 21:09:23 +02:00
TipItem.qml White theme 2019-04-24 05:37:35 +02:00
TitleBar.qml SettingsWallet: lock wallet on demand 2022-03-13 12:37:43 -04:00
Tooltip.qml Merge pull request #3737 2021-11-26 22:54:12 -06:00
TxConfirmationDialog.qml TxConfirmationDialog: fix displaying of "<" when using fontMonoRegular 2021-06-29 12:34:39 +02:00
UpdateDialog.qml main: socks5 proxy support 2020-09-07 20:35:20 +00:00
WarningBox.qml WarningBox: hover cursor and disable selecting text 2019-11-28 00:08:59 +01:00