| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | WalletManager: restore from keys | Jaquee | 2017-01-30 | 2 | -0/+36 |
| * | Merge pull request #427 | Riccardo Spagni | 2017-01-23 | 4 | -1/+16 |
| |\ | |||||
| | * | save qrcode to file | MoroccanMalinois | 2017-01-23 | 4 | -1/+16 |
| * | | send custom commands to daemon | Jaquee | 2017-01-22 | 4 | -17/+52 |
| |/ | |||||
| * | Settings: allow setting log categories | moneromooo.monero | 2017-01-16 | 2 | -0/+6 |
| * | export/import key images when cold signing | Jaquee | 2017-01-15 | 3 | -6/+13 |
| * | Add rescan spent button | Jaquee | 2017-01-15 | 2 | -1/+7 |
| * | GUI cold signing | Jaquee | 2017-01-15 | 6 | -2/+189 |
| * | view only wallets | Jaquee | 2017-01-15 | 2 | -1/+21 |
| * | Merge pull request #396 | Riccardo Spagni | 2017-01-14 | 4 | -0/+26 |
| |\ | |||||
| | * | Add parse_uri to libwalletqt | MoroccanMalinois | 2017-01-11 | 4 | -0/+26 |
| * | | Merge pull request #368 | Riccardo Spagni | 2017-01-14 | 2 | -0/+19 |
| |\ \ | |||||
| | * | | Add mining screen | moneromooo.monero | 2016-12-30 | 2 | -0/+19 |
| * | | | Add estimated time countdown for locked balance | Jaquee | 2017-01-14 | 2 | -2/+29 |
| * | | | History: Show num of confirmations + unconfirmed payments | Jaquee | 2017-01-14 | 6 | -0/+20 |
| | |/ |/| | |||||
| * | | fix loglevel runtime error | Jaquee | 2017-01-09 | 1 | -1/+1 |
| * | | Merge pull request #376 | Riccardo Spagni | 2017-01-08 | 1 | -1/+5 |
| |\ \ | |||||
| | * | | history: show pending on top | Jaquee | 2016-12-31 | 1 | -1/+5 |
| | |/ | |||||
| * / | History: print address book description if available | moneromooo.monero | 2017-01-01 | 4 | -0/+12 |
| |/ | |||||
| * | daemon startup flags | Jaquee | 2016-12-21 | 2 | -3/+12 |
| * | Transfer: support OpenAlias addresses | moneromooo.monero | 2016-12-20 | 2 | -0/+10 |
| * | zxcvbn: build tweaks to work on other platforms | moneromooo.monero | 2016-12-17 | 3 | -12/+3 |
| * | Use zxcvbn for password strength estimation | moneromooo.monero | 2016-12-17 | 2 | -0/+18 |
| * | add zxcvbn to the qmake build system | moneromooo.monero | 2016-12-17 | 1 | -1/+1 |
| * | zxcvbn-c: new module for password strength estimation | moneromooo.monero | 2016-12-17 | 14 | -0/+284622 |
| * | Updated wallet close behaviour | Jaquee | 2016-12-15 | 1 | -3/+3 |
| * | Addressbook: Fix size_t build error | Jaquee | 2016-12-15 | 1 | -1/+2 |
| * | Addressbook: updated references to bitmonero | Jaquee | 2016-12-14 | 4 | -11/+10 |
| * | AddressBook: basic functions | Jaquee | 2016-12-14 | 7 | -3/+276 |
| * | Merge pull request #271 | Riccardo Spagni | 2016-12-14 | 1 | -0/+5 |
| |\ | |||||
| | * | Use daemon height if target height = 0 | Jaquee | 2016-12-14 | 1 | -0/+5 |
| * | | WalletManager: lock wallet while closing | Jaquee | 2016-12-13 | 2 | -20/+44 |
| |/ | |||||
| * | rename Bitmonero to Monero | Jaquee | 2016-12-13 | 10 | -59/+59 |
| * | Merge pull request #235 | Riccardo Spagni | 2016-12-09 | 6 | -15/+66 |
| |\ | |||||
| | * | TransactionInfo: add transfers() and destinations_formatted() | Jaquee | 2016-12-04 | 6 | -23/+46 |
| | * | history: add Transfer class | Jaquee | 2016-12-03 | 1 | -0/+28 |
| * | | Merge pull request #224 | Riccardo Spagni | 2016-12-08 | 2 | -0/+38 |
| |\ \ | |||||
| | * | | libwalletqt: add a few daemon read access routines | moneromooo.monero | 2016-11-29 | 2 | -0/+38 |
| | |/ | |||||
| * | | Merge pull request #217 | Riccardo Spagni | 2016-12-08 | 4 | -1/+211 |
| |\ \ | |||||
| | * | | walletManager: coding conventions | Jaquee | 2016-11-27 | 4 | -23/+22 |
| | * | | Wallet: add m_initialized | Jaquee | 2016-11-26 | 2 | -4/+4 |
| | * | | Wallet: Cache connection status query | Jaquee | 2016-11-26 | 2 | -5/+20 |
| | * | | Wallet: add connectionStatusChanged signal | Jaquee | 2016-11-26 | 2 | -3/+13 |
| | * | | daemonManager: wait for daemon stop on app close | Jaquee | 2016-11-26 | 1 | -0/+4 |
| | * | | DaemonManager: add stateChanged() | Jaquee | 2016-11-26 | 2 | -6/+16 |
| | * | | DaemonManager::closing() | Jacob Brydolf | 2016-11-26 | 2 | -0/+6 |
| | * | | DaemonManager: forward command line arguments to monerod | Jacob Brydolf | 2016-11-26 | 2 | -6/+17 |
| | * | | DaemonManager: console debug output | Jacob Brydolf | 2016-11-26 | 2 | -12/+2 |
| | * | | DaemonManager: added console updated signals | Jacob Brydolf | 2016-11-26 | 2 | -4/+15 |
| | * | | DaemonManager: windows support | Jacob Brydolf | 2016-11-26 | 1 | -5/+21 |
