| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #3439 | luigi1111 | 2021-04-29 | 1 | -10/+0 |
| |\ |
|
| | * | Wallet: drop unused paymentId property | xiphon | 2021-04-25 | 1 | -10/+0 |
| * | | Wallet: omit redundant 'delete' on destruction | xiphon | 2021-04-22 | 1 | -19/+4 |
| |/ |
|
| * | Wallet: fix transfer with Qt 5.12 | selsta | 2021-04-13 | 1 | -5/+9 |
| * | Merge pull request #3327 | luigi1111 | 2021-02-18 | 1 | -10/+25 |
| |\ |
|
| | * | Wallet: estimateTransactionFeeAsync - multi dest support | xiphon | 2021-02-04 | 1 | -10/+25 |
| * | | Wallet: refactor createTransaction | xiphon | 2021-01-25 | 1 | -15/+30 |
| |/ |
|
| * | Wallet: fix initialization flag handling | xiphon | 2020-12-12 | 1 | -8/+21 |
| * | Merge pull request #3181 | Alexander Blair | 2020-10-19 | 1 | -5/+5 |
| |\ |
|
| | * | Wallet: fix different signedness comparison (-Werror=sign-compare) | xiphon | 2020-10-18 | 1 | -5/+5 |
| * | | Wallet: interrupt refresh thread on wallet close | xiphon | 2020-10-17 | 1 | -0/+2 |
| |/ |
|
| * | Wallet: rework wallet refreshing | xiphon | 2020-10-09 | 1 | -28/+79 |
| * | Wallet: WalletManager: implement proxy support | xiphon | 2020-07-30 | 1 | -5/+48 |
| * | add isTrezor() function | rating89us | 2020-05-13 | 1 | -0/+5 |
| * | trezor: support new passphrase entry mechanism | Dusan Klinec | 2020-05-08 | 1 | -60/+13 |
| * | Wallet: implement async wallet storing | xiphon | 2020-04-28 | 1 | -3/+12 |
| * | always use native directory separators in paths | xiphon | 2020-04-24 | 1 | -1/+1 |
| * | Merge pull request #2739 | luigi1111 | 2020-04-13 | 1 | -0/+13 |
| |\ |
|
| | * | Transfer: display estimated transaction fee, requires #6302 | xiphon | 2020-02-16 | 1 | -0/+13 |
| * | | fix multiple minor issues (c-style casts, default branch, etc.) | xiphon | 2020-02-28 | 1 | -2/+2 |
| * | | build: fix all warnings, treat warnings as errors | xiphon | 2020-02-16 | 1 | -9/+9 |
| * | | Wallet: implement 'Connecting' status, add 'disconnected' property | xiphon | 2020-01-28 | 1 | -11/+37 |
| |/ |
|
| * | Account: update balance card label | selsta | 2019-12-20 | 1 | -0/+1 |
| * | Merge pull request #2626 | luigi1111 | 2019-12-19 | 1 | -0/+10 |
| |\ |
|
| | * | Transfer: improve warning flow | thotbot | 2019-12-19 | 1 | -0/+10 |
| * | | SubaddressAccount: drop useless getAll 'update' default argument | xiphon | 2019-12-16 | 1 | -1/+1 |
| |/ |
|
| * | Wallet: persistent subaddress account selection | xiphon | 2019-12-03 | 1 | -0/+8 |
| * | fix invalid include paths, compilation warnings, update README.md | xiphon | 2019-09-02 | 1 | -4/+4 |
| * | Merge pull request #2353 | luigi1111 | 2019-08-27 | 1 | -0/+5 |
| |\ |
|
| | * | Ledger: improve hw wallet splash screen | selsta | 2019-08-17 | 1 | -0/+5 |
| * | | Merge pull request #2175 | luigi1111 | 2019-08-27 | 1 | -0/+9 |
| |\ \
| |/
|/| |
|
| | * | Expose get/set attrs for wallet cache in libwalletqt, requires #5534 | dsc | 2019-05-25 | 1 | -0/+9 |
| * | | Merge pull request #2336 | luigi1111 | 2019-08-14 | 1 | -5/+5 |
| |\ \ |
|
| | * | | Wallet: explicitly set trusted daemon flag | xiphon | 2019-08-07 | 1 | -5/+5 |
| * | | | Merge pull request #2221 | luigi1111 | 2019-08-06 | 1 | -0/+12 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | device: show address on device display | Dusan Klinec | 2019-07-15 | 1 | -0/+12 |
| * | | | Fixes #2275, transactionCommited txid list | Dusan Klinec | 2019-07-15 | 1 | -1/+2 |
| |/ / |
|
| * | | qt: implement FutureScheduler, always await async code to complete | xiphon | 2019-06-24 | 1 | -114/+57 |
| * | | get_tx_key, get_tx_proof, tx_spend_proof async | Dusan Klinec | 2019-06-20 | 1 | -0/+57 |
| * | | Wallet: async fetching wallet, daemon and target height | xiphon | 2019-06-13 | 1 | -0/+13 |
| |/ |
|
| * | Merge pull request #2147 | luigi1111 | 2019-05-10 | 1 | -0/+16 |
| |\ |
|
| | * | transaction: async commit | Dusan Klinec | 2019-05-02 | 1 | -0/+16 |
| * | | Add copyright headers | mmbyday | 2019-05-01 | 1 | -0/+28 |
| |/ |
|
| * | async device open and create from device, passphrase | Dusan Klinec | 2019-04-06 | 1 | -0/+10 |
| * | add account support | selsta | 2019-01-22 | 1 | -0/+22 |
| * | merchant: fix payment tracker sorting | selsta | 2019-01-10 | 1 | -0/+2 |
| * | Fix blackball section to conform to format change | moneromooo-monero | 2018-09-30 | 1 | -6/+4 |
| * | Add support for creating hardware wallet | stoffu | 2018-08-24 | 1 | -3/+9 |
| * | export/import key images | cryptochangements34 | 2018-05-14 | 1 | -0/+10 |
| * | log qt/qml to easylogging, add --log-file cmdline option | pazos | 2018-05-08 | 1 | -11/+0 |