| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | progress splash: ensure correct message is shown | Jacob Brydolf | 2016-11-13 | 1 | -1/+1 | |
| | |/ | ||||||
| * / | Do not open wallet from default location automatically | Jacob Brydolf | 2016-11-13 | 1 | -14/+2 | |
| |/ | ||||||
| * | Make the new sweep functions use async transactions | moneromooo.monero | 2016-11-12 | 1 | -3/+11 | |
| | | ||||||
| * | Support for sweeping all outputs | moneromooo.monero | 2016-11-12 | 1 | -23/+28 | |
| | | ||||||
| * | Add a button to sweep unmixable outputs | moneromooo.monero | 2016-11-12 | 1 | -0/+40 | |
| | | ||||||
| * | Merge pull request #156 | Riccardo Spagni | 2016-11-12 | 1 | -4/+4 | |
| |\ | | | | | | | 6136ef4 Update main.qml (medusadigital) | |||||
| | * | Update main.qml | medusadigital | 2016-11-12 | 1 | -4/+4 | |
| | | | ||||||
| * | | Transfer: display number of split tx in transaction confirmation popup | Ilya Kitaev | 2016-11-12 | 1 | -9/+10 | |
| |/ | ||||||
| * | Merge pull request #143 | Riccardo Spagni | 2016-11-11 | 1 | -7/+10 | |
| |\ | | | | | | | | | 4e61ebe add default argument to store() (Jacob Brydolf) 7c9d223 remove unnecessary i/o (Jacob Brydolf) | |||||
| | * | add default argument to store() | Jacob Brydolf | 2016-11-10 | 1 | -2/+1 | |
| | | | ||||||
| | * | remove unnecessary i/o | Jacob Brydolf | 2016-11-10 | 1 | -7/+11 | |
| | | | ||||||
| * | | Merge pull request #134 | Riccardo Spagni | 2016-11-11 | 1 | -38/+46 | |
| |\ \ | | | | | | | | | | | | | | | | | | | 66692be createTransactionAsync(): removed reference to WalletManager (Jacob Brydolf) f8e2e5d asynchronous transaction + show splash (Jacob Brydolf) 62060e1 wallet::createTransactionAsync pass variables to listener (Jacob Brydolf) 00ea5d6 added Wallet::createTransactionAsync() (Jacob Brydolf) | |||||
| | * | | asynchronous transaction + show splash | Jacob Brydolf | 2016-11-10 | 1 | -38/+46 | |
| | |/ | ||||||
| * / | sign/verify message/file | moneromooo.monero | 2016-11-09 | 1 | -0/+1 | |
| |/ | ||||||
| * | Merge pull request #128 | Riccardo Spagni | 2016-11-09 | 1 | -2/+5 | |
| |\ | | | | | | | 689f041 Report when the GUI is connected to a daemon with mismatched version (moneromooo.monero) | |||||
| | * | Report when the GUI is connected to a daemon with mismatched version | moneromooo.monero | 2016-11-07 | 1 | -2/+5 | |
| | | | | | | | | | | | This will cause various errors confusing to the user, as they stem for the daemon returning replies with missing information, etc. | |||||
| * | | Merge pull request #127 | Riccardo Spagni | 2016-11-09 | 1 | -0/+2 | |
| |\ \ | | | | | | | | | | bc4cf1e refresh history after daemon change (Jacob Brydolf) | |||||
| | * | | refresh history after daemon change | Jacob Brydolf | 2016-11-07 | 1 | -0/+2 | |
| | |/ | ||||||
| * | | Merge pull request #125 | Riccardo Spagni | 2016-11-09 | 1 | -0/+16 | |
| |\ \ | | | | | | | | | | | | | 5c330b0 remove PR #111 dependency (Jacob Brydolf) af933da disconnect slots before reconnecting (Jacob Brydolf) | |||||
| | * | | remove PR #111 dependency | Jacob Brydolf | 2016-11-08 | 1 | -2/+4 | |
| | | | | ||||||
| | * | | disconnect slots before reconnecting | Jacob Brydolf | 2016-11-07 | 1 | -0/+14 | |
| | |/ | ||||||
| * | | Merge pull request #115 | Riccardo Spagni | 2016-11-09 | 1 | -3/+27 | |
| |\ \ | | | | | | | | | | d95e4a3 Write support for tx notes (moneromooo.monero) | |||||
| | * | | Write support for tx notes | moneromooo.monero | 2016-11-05 | 1 | -3/+27 | |
| | |/ | | | | | | | | | Support still needs adding for displaying them in the history, but at least they're saved in the cache now, and not ignored. | |||||
| * / | Add a page for checking payments via the tx key | moneromooo.monero | 2016-11-06 | 1 | -0/+49 | |
| |/ | ||||||
| * | Merge pull request #99 | Riccardo Spagni | 2016-11-05 | 1 | -1/+12 | |
| |\ | | | | | | | fa1e92c Disable transfer page if daemon isn't connected or fully synced (Jacob Brydolf) | |||||
| | * | Disable transfer page if daemon isn't connected or fully synced | Jacob Brydolf | 2016-11-02 | 1 | -1/+12 | |
| | | | | | | | | | fix whitespace | |||||
| * | | Merge pull request #97 | Riccardo Spagni | 2016-11-05 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | | | | d12436a use daemon target height in progress ui (Jacob Brydolf) 8079597 Cache daemon target height (Jacob Brydolf) | |||||
| | * | | use daemon target height in progress ui | Jacob Brydolf | 2016-11-01 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | Merge pull request #95 | Riccardo Spagni | 2016-11-05 | 1 | -4/+2 | |
| |\ \ | | | | | | | | | | | | | | | | 550087f PasswordDialog: accept/reject with Enter/Esc, Tab navigation (Ilya Kitaev) 513f7eb StandardButton: indicating "focused" state (Ilya Kitaev) 7973d0c Custom password dialog. fixes issue with standard dialog (Ilya Kitaev) | |||||
| | * | | Custom password dialog. fixes issue with standard dialog | Ilya Kitaev | 2016-11-01 | 1 | -4/+2 | |
| | |/ | ||||||
| * | | Merge pull request #94 | Riccardo Spagni | 2016-11-05 | 1 | -2/+3 | |
| |\ \ | | | | | | | | | | 2a71bd6 Change default mixin to 4 & add mixin # to confirmation window (dEBRUYNE-1) | |||||
| | * | | Change default mixin to 4 & add mixin # to confirmation window | dEBRUYNE-1 | 2016-10-31 | 1 | -2/+3 | |
| | |/ | ||||||
| * | | open last opened wallet on gui start. | Jacob Brydolf | 2016-10-30 | 1 | -14/+13 | |
| | | | ||||||
| * | | refresh transaction history on wallet change | Jacob Brydolf | 2016-10-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | show wizard if password dialog is closed | Jacob Brydolf | 2016-10-29 | 1 | -1/+2 | |
| | | | ||||||
| * | | new wallet default path + open wallet from file | Jacob Brydolf | 2016-10-29 | 1 | -8/+62 | |
| |/ | ||||||
| * | keep restoring state until first refresh is finished | Jacob Brydolf | 2016-10-28 | 1 | -8/+12 | |
| | | ||||||
| * | Don't send path as argument on wallet store (windows fix) | Jacob Brydolf | 2016-10-17 | 1 | -2/+3 | |
| | | ||||||
| * | corrected path on wallet store after refresh | Jacob Brydolf | 2016-10-17 | 1 | -2/+3 | |
| | | ||||||
| * | Save wallet after every refresh | Jacob Brydolf | 2016-10-17 | 1 | -6/+3 | |
| | | ||||||
| * | validation on send - unlocked balance | Jacob Brydolf | 2016-10-11 | 1 | -0/+11 | |
| | | ||||||
| * | added todo | Jacob Brydolf | 2016-10-10 | 1 | -0/+1 | |
| | | ||||||
| * | fix corrupt wallet on killed app during sync | Jacob Brydolf | 2016-10-10 | 1 | -1/+1 | |
| | | ||||||
| * | make sure wallet is closed on app close | Jacob Brydolf | 2016-10-10 | 1 | -0/+4 | |
| | | ||||||
| * | continue recovering from seed on open if not finished | Jacob Brydolf | 2016-10-10 | 1 | -4/+10 | |
| | | ||||||
| * | fix variable namings | Jacob Brydolf | 2016-10-10 | 1 | -3/+3 | |
| | | ||||||
| * | removed duplicated-by-mistake code | Ilya Kitaev | 2016-10-10 | 1 | -8/+0 | |
| | | ||||||
| * | Processing splash formatting improved | Ilya Kitaev | 2016-10-10 | 1 | -2/+2 | |
| | | ||||||
| * | Basic mode: updating balance properly | Ilya Kitaev | 2016-10-10 | 1 | -3/+2 | |
| | | ||||||
| * | Minimized aka basic mode | Ilya Kitaev | 2016-10-10 | 1 | -24/+20 | |
| | | ||||||
