| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1768 | luigi1111 | 2018-12-01 | 1 | -1/+25 |
| |\ | | | | | | | 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 | 1 | -1/+25 |
| | | | |||||
| * | | Allow adjusting number of rounds for the key derivation function | stoffu | 2018-11-30 | 1 | -11/+11 |
| |/ | |||||
| * | Add support for creating hardware wallet | stoffu | 2018-08-24 | 1 | -0/+14 |
| | | |||||
| * | delete unused WalletManager functions | pazos | 2018-05-08 | 1 | -20/+0 |
| | | |||||
| * | Stagenet | stoffu | 2018-03-14 | 1 | -18/+18 |
| | | |||||
| * | Merge pull request #1153 | luigi1111 | 2018-03-13 | 1 | -0/+20 |
| |\ | | | | | | | c853888 WalletManager: add logging API from QML | ||||
| | * | WalletManager: add logging API from QML | moneromooo-monero | 2018-03-04 | 1 | -0/+20 |
| | | | | | | | | | requires #3345 | ||||
| * | | Merge pull request #1015 | luigi1111 | 2018-03-13 | 1 | -0/+5 |
| |\ \ | |/ |/| | | | da32161 Use wallet2_api isAddressLocal utils method for isDaemonLocal check | ||||
| | * | Use wallet2_api isAddressLocal utils method for isDaemonLocal check | Tim L | 2017-12-11 | 1 | -0/+5 |
| | | | |||||
| * | | Subaddresses minimal version: supports default account only | kenshi84 | 2018-01-13 | 1 | -2/+2 |
| | | | |||||
| * | | Android: Disable password strength meter | MoroccanMalinois | 2017-12-24 | 1 | -0/+2 |
| |/ | |||||
| * | replace wallet/wallet2_api.h with wallet/api/wallet2_api.h to compile | User | 2017-12-08 | 1 | -1/+1 |
| | | |||||
| * | Tx proof | stoffu | 2017-11-20 | 1 | -10/+0 |
| | | |||||
| * | add localDaemonSynced() | Jaquee | 2017-11-01 | 1 | -0/+5 |
| | | |||||
| * | check updates async | Jaquee | 2017-08-06 | 1 | -0/+18 |
| | | |||||
| * | Settings: Rescan wallet cache button | Jaquee | 2017-05-03 | 1 | -0/+19 |
| | | |||||
| * | preparations for background mining | Jaquee | 2017-03-03 | 1 | -2/+2 |
| | | | | | requires #1827 | ||||
| * | mining: make threads parameter optional | Jaquee | 2017-03-02 | 1 | -0/+2 |
| | | |||||
| * | Add updates notifier | moneromooo.monero | 2017-02-22 | 1 | -0/+8 |
| | | |||||
| * | WalletManager: fix possible race | Jaquee | 2017-01-31 | 1 | -2/+3 |
| | | |||||
| * | WalletManager: check connection before isMining() | Jaquee | 2017-01-31 | 1 | -0/+2 |
| | | |||||
| * | WalletManager: restore from keys | Jaquee | 2017-01-30 | 1 | -0/+26 |
| | | |||||
| * | save qrcode to file | MoroccanMalinois | 2017-01-23 | 1 | -0/+8 |
| | | |||||
| * | Settings: allow setting log categories | moneromooo.monero | 2017-01-16 | 1 | -0/+5 |
| | | | | | requires #1589 | ||||
| * | Merge pull request #396 | Riccardo Spagni | 2017-01-14 | 1 | -0/+6 |
| |\ | | | | | | | 6034eaf Add parse_uri to libwalletqt (MoroccanMalinois) | ||||
| | * | Add parse_uri to libwalletqt | MoroccanMalinois | 2017-01-11 | 1 | -0/+6 |
| | | | |||||
| * | | Add mining screen | moneromooo.monero | 2016-12-30 | 1 | -0/+15 |
| |/ | | | | We want to make it easy for people to mine | ||||
| * | Transfer: support OpenAlias addresses | moneromooo.monero | 2016-12-20 | 1 | -0/+8 |
| | | |||||
| * | Use zxcvbn for password strength estimation | moneromooo.monero | 2016-12-17 | 1 | -0/+16 |
| | | |||||
| * | WalletManager: lock wallet while closing | Jaquee | 2016-12-13 | 1 | -15/+37 |
| | | | | | WalletManager: Make sure only one wallet is open | ||||
| * | rename Bitmonero to Monero | Jaquee | 2016-12-13 | 1 | -12/+12 |
| | | |||||
| * | libwalletqt: add a few daemon read access routines | moneromooo.monero | 2016-11-29 | 1 | -0/+30 |
| | | |||||
| * | Add a page for checking payments via the tx key | moneromooo.monero | 2016-11-06 | 1 | -0/+10 |
| | | |||||
| * | Transfer: validate destination address | moneromooo.monero | 2016-10-16 | 1 | -0/+10 |
| | | | | | | including preventing two payment ids (standalone and from integrated address) | ||||
| * | Transfer: disable Send button if the payment id is invalid | moneromooo.monero | 2016-10-16 | 1 | -0/+5 |
| | | |||||
| * | libwalletqt: added restore-height parameter to recoveryWallet(); | Jacob Brydolf | 2016-10-10 | 1 | -2/+2 |
| | | |||||
| * | fix: Wallet storage path creation broken (#49) | Ilya Kitaev | 2016-09-05 | 1 | -0/+12 |
| | | |||||
| * | Transfer page: validate amount | Ilya Kitaev | 2016-08-23 | 1 | -3/+13 |
| | | |||||
| * | extra debug logging | Ilya Kitaev | 2016-08-23 | 1 | -9/+8 |
| | | |||||
| * | WalletManager::openWalletAsync integrating with UI | Ilya Kitaev | 2016-08-19 | 1 | -1/+8 |
| | | |||||
| * | WalletManager::openWalletAsync in progress | Ilya Kitaev | 2016-08-18 | 1 | -1/+33 |
| | | |||||
| * | basic "send money" functionality implemented in GUI | Ilya Kitaev | 2016-06-16 | 1 | -0/+9 |
| | | |||||
| * | Qt wrappers for libwallet API classes | Ilya Kitaev | 2016-06-08 | 1 | -0/+5 |
| | | |||||
| * | Start in normal mode if wallet exists. Resolves #9 | Ilya Kitaev | 2016-06-07 | 1 | -56/+36 |
| | | |||||
| * | libwallet integration | Ilya Kitaev | 2016-06-03 | 1 | -0/+116 |
