aboutsummaryrefslogtreecommitdiff
path: root/pages
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Navbar: reimplement as a reusable component, drop redundant codexiphon2021-03-171-1/+28
| | | | | |
| * | | | | Navbar: move to componentsxiphon2021-03-171-412/+0
| |/ / / /
* / / / / TxConfirmationDialog: implement multiple recipients support, layout fixesxiphon2021-03-031-4/+7
|/ / / /
* | | | Merge pull request #3331luigi11112021-02-181-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | e25e44b AddressBook: don't alter tx Description on recipient selection (xiphon)
| * | | | AddressBook: don't alter tx Description on recipient selectionxiphon2021-02-051-1/+1
| | | | |
* | | | | Wallet: estimateTransactionFeeAsync - multi dest supportxiphon2021-02-041-2/+2
|/ / / /
* | | | Merge pull request #3308luigi11112021-01-222-16/+9
|\ \ \ \ | | | | | | | | | | | | | | | 5848aee Navbar: cleanup layout (xiphon)
| * | | | Navbar: cleanup layoutxiphon2021-01-152-16/+9
| | | | |
* | | | | Merge pull request #3301luigi11112021-01-221-0/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 18f16d9 SettingsLayout: 'Display wallet name in title bar' option (xiphon)
| * | | | | SettingsLayout: 'Display wallet name in title bar' optionxiphon2021-01-121-0/+6
| |/ / / /
* | | | | Merge pull request #3309luigi11112021-01-211-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | a25b164 SettingsLog: disable daemon command input in Remote Node mode (xiphon)
| * | | | | SettingsLog: disable daemon command input in Remote Node modexiphon2021-01-191-0/+1
| |/ / / /
* | | | | Merge pull request #3292luigi11112021-01-201-2/+23
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | e9b894d Transfer: implement 'Grab QR code from screen' functionality (xiphon)
| * | | | | Transfer: implement 'Grab QR code from screen' functionalityxiphon2021-01-111-2/+23
| |/ / / /
* | | | | Merge pull request #3289luigi11112021-01-201-12/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 7c32fe6 remove copy qr uri to clipboard button (Ben Evanoff)
| * | | | | remove copy qr uri to clipboard buttonBen Evanoff2021-01-021-12/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #3215luigi11112021-01-201-4/+18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | cedfa5a History: search by receiving address, receiving address label, address book label (rating89us)
| * | | | | History: search by receiving address, receiving address label, address book ↵rating89us2020-11-071-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | label
* | | | | | Merge pull request #3164luigi11112021-01-202-8/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | 1373e70 account/receive: highlight background and text of selected item (rating89us)
| * | | | | account/receive: highlight background and text of selected itemrating89us2020-10-172-8/+6
| | |_|/ / | |/| | |
* | | | | Merge pull request #3280Alexander Blair2020-12-282-34/+33
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | ba4d6993 LineEdit: fix padding, fix inline buttons layout, multiple btns support (xiphon)
| * | | | | LineEdit: fix padding, fix inline buttons layout, multiple btns supportxiphon2020-12-242-34/+33
| | |_|/ / | |/| | |
* | | | | Merge pull request #3271Alexander Blair2020-12-281-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 78f5360a Transfer: support pasting amount with whitespaces (xiphon)
| * | | | | Transfer: support pasting amount with whitespacesxiphon2020-12-141-2/+2
| |/ / / /
* / / / / Transfer: updateFromQrCode - fix extra space (empty recipient name)xiphon2020-12-241-1/+1
|/ / / /
* | | | Transfer: fix focus, cycle focus between Address, Amount and Sendxiphon2020-12-031-0/+3
| | | |
* | | | Merge pull request #3097luigi11112020-11-251-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | 56722e4 AddressBook: fix Qt warning (selsta)
| * | | | AddressBook: fix Qt warningselsta2020-09-211-1/+1
| | |_|/ | |/| |
* | | | History: fix sortCollapsedIcon rotationxiphon2020-11-151-1/+1
| |_|/ |/| |
* | | Merge pull request #3205Alexander Blair2020-11-061-1/+1
|\ \ \ | | | | | | | | | | | | 6fab741f SettingsInfo: add selected node to info page (selsta)
| * | | SettingsInfo: add selected node to info pageselsta2020-11-021-1/+1
| | | |
* | | | SettingsWallet: fix warningselsta2020-11-051-1/+1
|/ / /
* | | Merge pull request #3160Alexander Blair2020-10-281-1/+1
|\ \ \ | | | | | | | | | | | | 9da52f23 SettingsWallet: disable creating view-only wallet for Ledger (rating89us)
| * | | SettingsWallet: disable creating view-only wallet for Ledgerrating89us2020-10-171-1/+1
| | |/ | |/|
* | | Merge pull request #3175Alexander Blair2020-10-191-0/+2
|\ \ \ | | | | | | | | | | | | e5b0837c SettingsNode: ignore selecting the same mode twice (xiphon)
| * | | SettingsNode: ignore selecting the same mode twicexiphon2020-10-181-0/+2
| |/ /
* | | Merge pull request #3158Alexander Blair2020-10-191-1/+11
|\ \ \ | | | | | | | | | | | | 79ee8934 History: fix failed and pending tx statuses (xiphon)
| * | | History: fix failed and pending tx statusesxiphon2020-10-151-1/+11
| |/ /
* | | Merge pull request #3136Alexander Blair2020-10-191-2/+4
|\ \ \ | |/ / |/| | | | | 05733c14 Transfer: fix help text (white theme) (selsta)
| * | Transfer: fix help text (white theme)selsta2020-10-071-2/+4
| | |
* | | Logger: runtime log config, no logs till a user selects wallet modexiphon2020-10-081-3/+3
|/ /
* | Merge pull request #3127luigi11112020-10-041-7/+6
|\ \ | | | | | | | | | ff51dd0 History: fix amount handling for txex sent to the same account (xiphon)
| * | History: fix amount handling for txex sent to the same accountxiphon2020-10-021-7/+6
| | |
* | | Merge pull request #3025luigi11112020-10-043-4/+4
|\ \ \ | | | | | | | | | | | | f5c5df7 main: accountsDir runtime configuration support (xiphon)
| * | | main: accountsDir runtime configuration supportxiphon2020-09-283-4/+4
| | | |
* | | | history: "in"/"to" fields + address labels + width/height + fix amountsrating89us2020-10-021-38/+55
| | | |
* | | | Merge pull request #3089Alexander Blair2020-09-281-3/+5
|\ \ \ \ | |_|/ / |/| | | | | | | 0fcaadae main: command line option for socks5 proxy (selsta)
| * | | main: command line option for socks5 proxyselsta2020-09-281-3/+5
| | |/ | |/|
* | | Merge pull request #3003luigi11112020-09-221-0/+2
|\ \ \ | |/ / |/| | | | | 9fc260c account: update balances of account page when new block is found (rating89us)
| * | account: update balances of account page when new block is foundrating89us2020-07-101-0/+2
| | |