aboutsummaryrefslogtreecommitdiff
path: root/main.qml
Commit message (Collapse)AuthorAgeFilesLines
* Show daemon manager dialog if daemon isnt startedJacob Brydolf2016-11-261-0/+16
|
* Merge pull request #194Riccardo Spagni2016-11-241-0/+2
|\ | | | | | | f8fabbe reset restore height counter when switching wallets (Jaquee)
| * reset restore height counter when switching walletsJaquee2016-11-231-0/+2
| |
* | Merge pull request #193Riccardo Spagni2016-11-241-4/+5
|\ \ | | | | | | | | | | | | cca825b fix height after switching layout mode (Jacob Brydolf) f1157f8 adjust height for small screens + fix window positioning (Jacob Brydolf)
| * | fix height after switching layout modeJacob Brydolf2016-11-211-1/+1
| | |
| * | adjust height for small screens + fix window positioningJacob Brydolf2016-11-211-3/+4
| |/
* | Merge pull request #190Riccardo Spagni2016-11-241-0/+1
|\ \ | | | | | | | | | 5250b91 store wallet after sending (Jacob Brydolf)
| * | store wallet after sendingJacob Brydolf2016-11-191-0/+1
| |/
* | Merge pull request #185Riccardo Spagni2016-11-241-2/+8
|\ \ | | | | | | | | | 708eb43 Fix crash on exit if cancelling open and exiting (moneromooo.monero)
| * | Fix crash on exit if cancelling open and exitingmoneromooo.monero2016-11-181-2/+8
| |/
* / Fix mixin being wrong in sweep all transactionsmoneromooo.monero2016-11-181-1/+1
|/
* Merge pull request #171Riccardo Spagni2016-11-171-1/+4
|\ | | | | | | ae44eec Title-bar: auto-hide disabled (Ilya Kitaev)
| * Title-bar: auto-hide disabledIlya Kitaev2016-11-161-1/+4
| |
* | Merge pull request #163Riccardo Spagni2016-11-171-1/+1
|\ \ | | | | | | | | | | | | efb3c75 splash: add option to close popup (Jacob Brydolf) faeb9bb progress splash: ensure correct message is shown (Jacob Brydolf)
| * | progress splash: ensure correct message is shownJacob Brydolf2016-11-131-1/+1
| |/
* / Do not open wallet from default location automaticallyJacob Brydolf2016-11-131-14/+2
|/
* Make the new sweep functions use async transactionsmoneromooo.monero2016-11-121-3/+11
|
* Support for sweeping all outputsmoneromooo.monero2016-11-121-23/+28
|
* Add a button to sweep unmixable outputsmoneromooo.monero2016-11-121-0/+40
|
* Merge pull request #156Riccardo Spagni2016-11-121-4/+4
|\ | | | | | | 6136ef4 Update main.qml (medusadigital)
| * Update main.qmlmedusadigital2016-11-121-4/+4
| |
* | Transfer: display number of split tx in transaction confirmation popupIlya Kitaev2016-11-121-9/+10
|/
* Merge pull request #143Riccardo Spagni2016-11-111-7/+10
|\ | | | | | | | | 4e61ebe add default argument to store() (Jacob Brydolf) 7c9d223 remove unnecessary i/o (Jacob Brydolf)
| * add default argument to store()Jacob Brydolf2016-11-101-2/+1
| |
| * remove unnecessary i/oJacob Brydolf2016-11-101-7/+11
| |
* | Merge pull request #134Riccardo Spagni2016-11-111-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 splashJacob Brydolf2016-11-101-38/+46
| |/
* / sign/verify message/filemoneromooo.monero2016-11-091-0/+1
|/
* Merge pull request #128Riccardo Spagni2016-11-091-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 versionmoneromooo.monero2016-11-071-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 #127Riccardo Spagni2016-11-091-0/+2
|\ \ | | | | | | | | | bc4cf1e refresh history after daemon change (Jacob Brydolf)
| * | refresh history after daemon changeJacob Brydolf2016-11-071-0/+2
| |/
* | Merge pull request #125Riccardo Spagni2016-11-091-0/+16
|\ \ | | | | | | | | | | | | 5c330b0 remove PR #111 dependency (Jacob Brydolf) af933da disconnect slots before reconnecting (Jacob Brydolf)
| * | remove PR #111 dependencyJacob Brydolf2016-11-081-2/+4
| | |
| * | disconnect slots before reconnectingJacob Brydolf2016-11-071-0/+14
| |/
* | Merge pull request #115Riccardo Spagni2016-11-091-3/+27
|\ \ | | | | | | | | | d95e4a3 Write support for tx notes (moneromooo.monero)
| * | Write support for tx notesmoneromooo.monero2016-11-051-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 keymoneromooo.monero2016-11-061-0/+49
|/
* Merge pull request #99Riccardo Spagni2016-11-051-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 syncedJacob Brydolf2016-11-021-1/+12
| | | | | | | | fix whitespace
* | Merge pull request #97Riccardo Spagni2016-11-051-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 uiJacob Brydolf2016-11-011-1/+1
| |/
* | Merge pull request #95Riccardo Spagni2016-11-051-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 dialogIlya Kitaev2016-11-011-4/+2
| |/
* | Merge pull request #94Riccardo Spagni2016-11-051-2/+3
|\ \ | | | | | | | | | 2a71bd6 Change default mixin to 4 & add mixin # to confirmation window (dEBRUYNE-1)
| * | Change default mixin to 4 & add mixin # to confirmation windowdEBRUYNE-12016-10-311-2/+3
| |/
* | open last opened wallet on gui start.Jacob Brydolf2016-10-301-14/+13
| |
* | refresh transaction history on wallet changeJacob Brydolf2016-10-291-1/+1
| |
* | show wizard if password dialog is closedJacob Brydolf2016-10-291-1/+2
| |
* | new wallet default path + open wallet from fileJacob Brydolf2016-10-291-8/+62
|/