| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | qt: implement FutureScheduler, always await async code to complete | xiphon | 2019-06-24 | 8 | -187/+275 | |
| |/ / | ||||||
| * | | Merge pull request #2220 | luigi1111 | 2019-06-21 | 2 | -0/+61 | |
| |\ \ | | | | | | | | | | | | | 8d49ad9 tx_key not displayed by default, click to reveal (ph4r05) 6d03d63 get_tx_key, get_tx_proof, tx_spend_proof async (ph4r05) | |||||
| | * | | get_tx_key, get_tx_proof, tx_spend_proof async | Dusan Klinec | 2019-06-20 | 2 | -0/+61 | |
| | | | | ||||||
| * | | | Merge pull request #2216 | luigi1111 | 2019-06-21 | 2 | -21/+0 | |
| |\ \ \ | |/ / |/| | | | | | cbbd898 WalletManager: remove unused functions (selsta) | |||||
| | * | | WalletManager: remove unused functions | selsta | 2019-06-14 | 2 | -21/+0 | |
| | | | | ||||||
| * | | | Wallet: async fetching wallet, daemon and target height | xiphon | 2019-06-13 | 2 | -9/+26 | |
| |/ / | ||||||
| * | | Merge pull request #2197 | luigi1111 | 2019-06-05 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | 42bf4b2 KeysFiles: fix file path (mmbyday) | |||||
| | * | | KeysFiles: fix file path | mmbyday | 2019-06-04 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | Merge pull request #2182 | luigi1111 | 2019-06-05 | 2 | -1/+12 | |
| |\ \ | | | | | | | | | | 73a3549 WalletManager: non-blocking mining status updates (xiphon) | |||||
| | * | | WalletManager: non-blocking mining status updates | xiphon | 2019-05-30 | 2 | -1/+12 | |
| | |/ | ||||||
| * | | Merge pull request #2180 | luigi1111 | 2019-06-05 | 1 | -4/+4 | |
| |\ \ | | | | | | | | | | a9cb42e WalletManager: fix compilation warnings (unused args, members order) (xiphon) | |||||
| | * | | WalletManager: fix compilation warnings (unused args, members order) | xiphon | 2019-05-28 | 1 | -4/+4 | |
| | |/ | ||||||
| * | | Merge pull request #2179 | luigi1111 | 2019-06-05 | 2 | -3/+10 | |
| |\ \ | | | | | | | | | | 1cffa8b WalletManager: fix crash on null/dangling pointer dereference (xiphon) | |||||
| | * | | WalletManager: fix crash on null/dangling pointer dereference | xiphon | 2019-05-28 | 2 | -3/+10 | |
| | |/ | ||||||
| * / | WalletManager: async setDaemonAddress | xiphon | 2019-05-28 | 2 | -3/+5 | |
| |/ | ||||||
| * | Merge pull request #2147 | luigi1111 | 2019-05-10 | 2 | -0/+19 | |
| |\ | | | | | | | c88bb60 transaction: async commit (ph4r05) | |||||
| | * | transaction: async commit | Dusan Klinec | 2019-05-02 | 2 | -0/+19 | |
| | | | | | | | | | Addresses #2123, reduces UI freezing on long-lasting operation, improves Trezor experience | |||||
| * | | Fiat API | dsc | 2019-05-06 | 4 | -0/+222 | |
| | | | | | | | | | | | Co-Authored-By: selsta <selsta@sent.at> Co-Authored-By: Gene Peters <gene@telligent-data.com> | |||||
| * | | Merge pull request #2145 | luigi1111 | 2019-05-03 | 52 | -38/+1270 | |
| |\ \ | | | | | | | | | | c840549 Add copyright headers (mmbyday) | |||||
| | * | | Add copyright headers | mmbyday | 2019-05-01 | 52 | -38/+1270 | |
| | |/ | ||||||
| * / | Scan keysfiles in wizard - open wallet | dsc | 2019-05-02 | 2 | -0/+274 | |
| |/ | ||||||
| * | IPC and custom protocol handler for monero:// | dsc | 2019-04-29 | 6 | -0/+222 | |
| | | ||||||
| * | support user defined max-concurrency | xmrdsc | 2019-04-21 | 1 | -1/+3 | |
| | | ||||||
| * | async device open and create from device, passphrase | Dusan Klinec | 2019-04-06 | 4 | -2/+141 | |
| | | | | | | | - passphrase entry on host added, requires early listener setting monero pull #5355 - wallet open and create from device shows splash to indicate possible long process - create from device is async to support passphrase entry | |||||
| * | Wizard redesign | dsc | 2019-02-22 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #1920 | luigi1111 | 2019-02-01 | 1 | -0/+4 | |
| |\ | | | | | | | da3eae2 Dynamic monerod --max-concurrency, max 6 (xmrdsc) | |||||
| | * | Dynamic monerod --max-concurrency, max 6 | dsc | 2019-01-30 | 1 | -0/+4 | |
| | | | ||||||
| * | | add account support | selsta | 2019-01-22 | 6 | -0/+225 | |
| |/ | | | | Co-authored-by: kenshi84 <kenshi84@protonmail.ch> | |||||
| * | Merge pull request #1912 | luigi1111 | 2019-01-21 | 2 | -0/+67 | |
| |\ | | | | | | | fd3280c CSV export functionality for transaction history (xmrdsc) | |||||
| | * | CSV export functionality for transaction history | dsc | 2019-01-21 | 2 | -0/+67 | |
| | | | ||||||
| * | | Merge pull request #1906 | luigi1111 | 2019-01-21 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | | c963fac WalletManager: fix handling Payment URLs with empty amount (xiphon) | |||||
| | * | | WalletManager: fix handling Payment URLs with empty amount | xiphon | 2019-01-16 | 1 | -2/+2 | |
| | |/ | ||||||
| * / | merchant: fix payment tracker sorting | selsta | 2019-01-10 | 1 | -0/+2 | |
| |/ | | | | | | If the History page wasn't opened once before opening the Merchant page, sorting was messed up. | |||||
| * | history: enable search by recipient address | mmbyday | 2018-12-22 | 1 | -0/+3 | |
| | | ||||||
| * | Merge pull request #1768 | luigi1111 | 2018-12-01 | 2 | -2/+28 | |
| |\ | | | | | | | 02134c4 transfer: paste Payment URL to fill the payment form fields (xiphon) | |||||
| | * | transfer: paste Payment URL to fill the payment form fields | xiphon | 2018-11-30 | 2 | -2/+28 | |
| | | | ||||||
| * | | Allow adjusting number of rounds for the key derivation function | stoffu | 2018-11-30 | 2 | -16/+17 | |
| |/ | ||||||
| * | Add border to generated QR codes | Guillaume LE VAILLANT | 2018-10-14 | 1 | -5/+14 | |
| | | ||||||
| * | Fix blackball section to conform to format change | moneromooo-monero | 2018-09-30 | 2 | -9/+7 | |
| | | ||||||
| * | Add support for creating hardware wallet | stoffu | 2018-08-24 | 4 | -5/+31 | |
| | | ||||||
| * | Fix return value when deleting an addressbook entry | MaxXor | 2018-07-28 | 1 | -1/+1 | |
| | | ||||||
| * | export/import key images | cryptochangements34 | 2018-05-14 | 2 | -0/+14 | |
| | | ||||||
| * | delete unused WalletManager functions | pazos | 2018-05-08 | 2 | -25/+0 | |
| | | ||||||
| * | log qt/qml to easylogging, add --log-file cmdline option | pazos | 2018-05-08 | 2 | -12/+0 | |
| | | ||||||
| * | Wallet: fix listener leak | moneromooo-monero | 2018-04-04 | 2 | -1/+5 | |
| | | ||||||
| * | Add segregation key reuse mitigation options | moneromooo-monero | 2018-03-26 | 2 | -0/+20 | |
| | | ||||||
| * | Add a shared ringdb management page - rings and blackballed outputs | moneromooo-monero | 2018-03-26 | 2 | -0/+108 | |
| | | ||||||
| * | Stagenet | stoffu | 2018-03-14 | 7 | -61/+81 | |
| | | ||||||
| * | Merge pull request #1153 | luigi1111 | 2018-03-13 | 2 | -0/+25 | |
| |\ | | | | | | | c853888 WalletManager: add logging API from QML | |||||
| | * | WalletManager: add logging API from QML | moneromooo-monero | 2018-03-04 | 2 | -0/+25 | |
| | | | | | | | | | requires #3345 | |||||
