aboutsummaryrefslogtreecommitdiff
path: root/components
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #3613luigi11112021-07-101-2/+3
|\ \ | | | | | | | | | 6739b51 WizardWalletInput: red border if error; error messages; remove placeholders; smaller font; icon for browse button (rating89us)
| * | WizardWalletInput: red border if error; error messages; remove placeholders; ↵rating89us2021-07-101-2/+3
| | | | | | | | | | | | | | | | | | smaller font; icon for browse button Update WizardWalletInput.qml
* | | Merge pull request #3599luigi11112021-07-101-1/+1
|\ \ \ | |/ / |/| | | | | f82336c TxConfirmationDialog: fix displaying of '<' when using fontMonoRegular (rating89us)
| * | TxConfirmationDialog: fix displaying of "<" when using fontMonoRegularrating89us2021-06-291-1/+1
| | |
* | | Merge pull request #3603luigi11112021-07-061-19/+51
|\ \ \ | | | | | | | | | | | | 8419fce LanguageSidebar: navigate/select language with keyboard; enable accessibility; selected indicator; remember previous focused item (rating89us)
| * | | LanguageSidebar: navigate/select language with keyboard; enable ↵rating89us2021-07-041-19/+51
| |/ / | | | | | | | | | accessibility; selected indicator; remember previous focused item
* | | Merge pull request #3598luigi11112021-07-061-0/+3
|\ \ \ | | | | | | | | | | | | dbc8c7d qr: scan valid addresses that miss an uri prefix (selsta)
| * | | qr: scan valid addresses that miss an uri prefixselsta2021-06-291-0/+3
| |/ /
* | | Merge pull request #3588luigi11112021-07-061-2/+1
|\ \ \ | | | | | | | | | | | | 0de95e3 RemoteNodeList: reduce spacing between icons (selsta)
| * | | RemoteNodeList: reduce spacing between iconsselsta2021-06-251-2/+1
| |/ /
* | | Merge pull request #3487luigi11112021-07-061-0/+1
|\ \ \ | |/ / |/| | | | | b2fbe51 StandardButton: fix warning with fallbackicon (selsta)
| * | StandardButton: fix warning with fallbackiconselsta2021-05-191-0/+1
| | |
* | | Merge pull request #3586luigi11112021-06-242-2/+25
|\ \ \ | | | | | | | | | | | | 614a7a0 RemoteNodeList: display shield icon if trusted daemon (rating89us)
| * | | RemoteNodeList: display shield icon if trusted daemonrating89us2021-06-232-2/+25
| | | |
* | | | Merge pull request #3584luigi11112021-06-241-6/+5
|\ \ \ \ | | | | | | | | | | | | | | | 51ac3ca StandardDropdown: use ArrowCursor; remove rotation of dropdownIcon; change background color on mouse hover; smaller text (rating89us)
| * | | | StandardDropdown: use ArrowCursor; remove rotation of dropdownIcon; change ↵rating89us2021-06-221-6/+5
| |/ / / | | | | | | | | | | | | background color on mouse hover; smaller text
* / / / StandardDropdown: remove dots from cornersrating89us2021-06-221-14/+0
|/ / /
* | | Merge pull request #3578luigi11112021-06-211-0/+1
|\ \ \ | | | | | | | | | | | | 64dd55a TitleBar: maximize window when title bar is double clicked (rating89us)
| * | | TitleBar: maximize window when title bar is double clickedrating89us2021-06-201-0/+1
| | | |
* | | | Merge pull request #3574luigi11112021-06-211-21/+44
|\ \ \ \ | | | | | | | | | | | | | | | eacc57f StandardDropdown: use ColumnLayout; use same height of LineEdit; include dropdownLabel (rating89us)
| * | | | StandardDropdown: use ColumnLayout; use same height of LineEdit; include ↵rating89us2021-06-201-21/+44
| |/ / / | | | | | | | | | | | | dropdownLabel
* / / / AddressBook: use LineEdit on descriptionLine; add tab/backtab; ↵rating89us2021-06-171-0/+5
|/ / / | | | | | | | | | forceActiveFocus on addressLine; use Enter/Return key to save; cancel/delete buttons
* | | LineEdit: use ColumnLayout instead of Item (also used in LineEditMulti)rating89us2021-06-112-106/+109
| | |
* | | Merge pull request #3541luigi11112021-06-101-2/+2
|\ \ \ | | | | | | | | | | | | 2f1092d Slider: use MoneroComponents.TextPlain instead of Text on label (rating89us)
| * | | Slider: use MoneroComponents.TextPlain instead of Text on labelrating89us2021-06-071-2/+2
| | |/ | |/|
* | | Merge pull request #3539luigi11112021-06-101-9/+7
|\ \ \ | | | | | | | | | | | | b825f6e StandardDropdown: add FontAwesome fallback icons (rating89us)
| * | | StandardDropdown: add FontAwesome fallback iconsrating89us2021-06-071-9/+7
| |/ /
* | | Merge pull request #3538luigi11112021-06-101-4/+4
|\ \ \ | | | | | | | | | | | | ad38f15 DatePicker: date input with fixed size; longer animation; move up calendar rectangle (rating89us)
| * | | DatePicker: date input with fixed size; longer animation; move up calendar ↵rating89us2021-06-071-4/+4
| |/ / | | | | | | | | | rectangle
* | | Merge pull request #3534luigi11112021-06-101-0/+4
|\ \ \ | | | | | | | | | | | | 9ab104b DatePicker: display currently selected month when opening calendar (rating89us)
| * | | DatePicker: display currently selected month when opening calendarrating89us2021-06-061-0/+4
| |/ /
* | | Merge pull request #3533luigi11112021-06-101-0/+5
|\ \ \ | | | | | | | | | | | | 39d561d DatePicker: support mouse wheel to navigate months (rating89us)
| * | | DatePicker: support mouse wheel to navigate monthsrating89us2021-06-061-0/+5
| |/ /
* | | Merge pull request #3532luigi11112021-06-101-11/+19
|\ \ \ | | | | | | | | | | | | 23301da DatePicker: highlight selected date/today; hide invalid days (rating89us)
| * | | DatePicker: highlight selected date/today; hide invalid daysrating89us2021-06-061-11/+19
| |/ /
* | | Merge pull request #3531luigi11112021-06-101-28/+20
|\ \ \ | | | | | | | | | | | | 2c51762 DatePicker: FontAwesome fallback icons (rating89us)
| * | | DatePicker: FontAwesome fallback iconsrating89us2021-06-061-28/+20
| |/ /
* / / Transfer: add XMR unit on transactions with a single recipient; move "send ↵rating89us2021-06-041-1/+4
|/ / | | | | | | all" button next to Amount label
* / Implement tooltips in multiple pages and componentsrating89us2021-05-2910-12/+109
|/
* LineEditMulti: fix 'error' propertyxiphon2021-05-081-2/+1
|
* Merge pull request #3434luigi11112021-04-291-2/+2
|\ | | | | | | 989f135 Navbar: fix layout bug on resize (selsta)
| * Navbar: fix layout bug on resizeselsta2021-04-241-2/+2
| |
* | Merge pull request #3433luigi11112021-04-291-1/+1
|\ \ | | | | | | | | | e13d49f Navbar: horizontally center text (selsta)
| * | Navbar: horizontally center textselsta2021-04-241-1/+1
| |/
* | Merge pull request #3430luigi11112021-04-292-2/+0
|\ \ | | | | | | | | | db0485c main: simplify blackTheme code (selsta)
| * | main: simplify blackTheme codeselsta2021-04-222-2/+0
| |/
* | Merge pull request #3429luigi11112021-04-241-5/+4
|\ \ | | | | | | | | | 1f904d4 RemoteNodeEdit: fix getAddress() and isValid() inconsistency (xiphon)
| * | RemoteNodeEdit: fix getAddress() and isValid() inconsistencyxiphon2021-04-221-5/+4
| | |
* | | Merge pull request #3208luigi11112021-04-241-2/+16
|\ \ \ | |_|/ |/| | | | | 01c3c19 SuccessfulTxDialog: add View progress button (rating89us)
| * | SuccessfulTxDialog: add View progress buttonrating89us2020-12-041-2/+16
| | |