| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | * | | onDaemonStarted/stopped signals/slots | Jaquee | 2016-11-26 | 2 | -2/+12 |
| | * | | WalletManager: basic functionality | Jacob Brydolf | 2016-11-26 | 2 | -0/+128 |
| | |/ | |||||
| * | | Merge pull request #209 | Riccardo Spagni | 2016-12-08 | 2 | -0/+9 |
| |\ \ | |||||
| | * | | Print wallet filename in password dialog where approrpiate | moneromooo.monero | 2016-11-26 | 2 | -0/+9 |
| | |/ | |||||
| * / | QRCodeImageProvider: fix 0/1 black/white mixup | moneromooo.monero | 2016-11-24 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #192 | Riccardo Spagni | 2016-11-24 | 9 | -0/+1559 |
| |\ | |||||
| | * | Add QR code display on the receive page | moneromooo.monero | 2016-11-20 | 9 | -0/+1559 |
| * | | Merge pull request #186 | Riccardo Spagni | 2016-11-24 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | Wallet: fix history leak on destruction | moneromooo.monero | 2016-11-18 | 1 | -0/+1 |
| | |/ | |||||
| * / | History: replace payment id search with global incremental search | moneromooo.monero | 2016-11-17 | 2 | -1/+47 |
| |/ | |||||
| * | Make the new sweep functions use async transactions | moneromooo.monero | 2016-11-12 | 2 | -0/+36 |
| * | Support for sweeping all outputs | moneromooo.monero | 2016-11-12 | 2 | -1/+15 |
| * | Add a button to sweep unmixable outputs | moneromooo.monero | 2016-11-12 | 2 | -2/+11 |
| * | Transfer: display number of split tx in transaction confirmation popup | Ilya Kitaev | 2016-11-12 | 2 | -4/+14 |
| * | Merge pull request #147 | Riccardo Spagni | 2016-11-11 | 5 | -1/+18 |
| |\ | |||||
| | * | Fix sum of selected transactions being slighty off | moneromooo.monero | 2016-11-10 | 5 | -1/+18 |
| * | | Merge pull request #143 | Riccardo Spagni | 2016-11-11 | 1 | -1/+2 |
| |\ \ | |||||
| | * | | add default argument to store() | Jacob Brydolf | 2016-11-10 | 1 | -1/+2 |
| | |/ | |||||
| * | | Merge pull request #134 | Riccardo Spagni | 2016-11-11 | 2 | -1/+27 |
| |\ \ | |||||
| | * | | createTransactionAsync(): removed reference to WalletManager | Jacob Brydolf | 2016-11-10 | 2 | -3/+1 |
| | * | | wallet::createTransactionAsync pass variables to listener | Jacob Brydolf | 2016-11-10 | 2 | -3/+3 |
| | * | | added Wallet::createTransactionAsync() | Jacob Brydolf | 2016-11-10 | 2 | -1/+29 |
| | |/ | |||||
| * / | sign/verify message/file | moneromooo.monero | 2016-11-09 | 2 | -0/+78 |
| |/ | |||||
| * | Merge pull request #128 | Riccardo Spagni | 2016-11-09 | 2 | -5/+13 |
| |\ | |||||
| | * | Report when the GUI is connected to a daemon with mismatched version | moneromooo.monero | 2016-11-07 | 2 | -5/+13 |
| * | | Merge pull request #122 | Riccardo Spagni | 2016-11-09 | 2 | -0/+7 |
| |\ \ | |||||
| | * | | wallet api: added getTxKey() | Jacob Brydolf | 2016-11-07 | 2 | -0/+7 |
| * | | | Merge pull request #115 | Riccardo Spagni | 2016-11-09 | 4 | -0/+23 |
| |\| | | |||||
| | * | | Write support for tx notes | moneromooo.monero | 2016-11-05 | 4 | -0/+23 |
| | |/ | |||||
