| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Settings: Rescan wallet cache button | Jaquee | 2017-05-03 | 2 | -0/+22 |
| * | Merge pull request #616 | Riccardo Spagni | 2017-03-27 | 2 | -8/+0 |
| |\ | |||||
| | * | Make QtMultimedia dependency optional | MoroccanMalinois | 2017-03-27 | 2 | -8/+0 |
| * | | useForkRules() - Catch no connection error | Jaquee | 2017-03-26 | 2 | -2/+9 |
| |/ | |||||
| * | Use new fee multipliers after v5 fork | Jaquee | 2017-03-24 | 4 | -12/+8 |
| * | add WalletManager::useForkRules() | Jaquee | 2017-03-23 | 2 | -0/+12 |
| * | preparations for background mining | Jaquee | 2017-03-03 | 2 | -3/+3 |
| * | Merge pull request #518 | Riccardo Spagni | 2017-03-03 | 1 | -0/+2 |
| |\ | |||||
| | * | mining: make threads parameter optional | Jaquee | 2017-03-02 | 1 | -0/+2 |
| * | | Merge pull request #494 | Riccardo Spagni | 2017-03-03 | 2 | -1/+15 |
| |\ \ | |/ |/| | |||||
| | * | Daemon rpc login support | Jaquee | 2017-02-25 | 2 | -1/+15 |
| * | | Merge pull request #492 | Riccardo Spagni | 2017-02-27 | 4 | -9/+108 |
| |\ \ | |||||
| | * | | pause refresh while starting daemon + startup timeout | Jaquee | 2017-02-25 | 2 | -6/+21 |
| | * | | add start/pauseRefresh() | Jaquee | 2017-02-25 | 2 | -0/+14 |
| | * | | Daemon manager improvements | Jaquee | 2017-02-25 | 2 | -10/+80 |
| * | | | Merge pull request #491 | Riccardo Spagni | 2017-02-27 | 1 | -0/+5 |
| |\| | | |||||
| | * | | omit --detach flag on windows | Jaquee | 2017-02-25 | 1 | -1/+6 |
| | |/ | |||||
| * | | Merge pull request #490 | Riccardo Spagni | 2017-02-27 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | avoid dangling pointers in destructor | Jaquee | 2017-02-25 | 1 | -0/+2 |
| | |/ | |||||
| * | | Improved blockchain sync status ui | Jaquee | 2017-02-24 | 1 | -2/+2 |
| * | | fix daemon startup with --check-updates disabled | Jaquee | 2017-02-24 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #486 | Riccardo Spagni | 2017-02-24 | 4 | -54/+49 |
| |\ | |||||
| | * | start daemon automatically and detached | Jaquee | 2017-02-23 | 4 | -54/+49 |
| * | | Add updates notifier | moneromooo.monero | 2017-02-22 | 3 | -1/+11 |
| |/ | |||||
| * | don't show daemon popup when connected | Jaquee | 2017-02-05 | 1 | -4/+7 |
| * | Merge pull request #442 | Riccardo Spagni | 2017-02-04 | 3 | -23/+78 |
| |\ | |||||
| | * | sync progress improvements | Jaquee | 2017-01-31 | 1 | -1/+1 |
| | * | async connectionStatus and init | Jaquee | 2017-01-31 | 2 | -21/+73 |
| | * | WalletManager: fix possible race | Jaquee | 2017-01-31 | 1 | -2/+3 |
| | * | WalletManager: check connection before isMining() | Jaquee | 2017-01-31 | 1 | -0/+2 |
| * | | add qrcode scanner | MoroccanMalinois | 2017-01-31 | 4 | -0/+388 |
| |/ | |||||
| * | 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 |
| |/ | |||||
