aboutsummaryrefslogtreecommitdiff
path: root/src/libwalletqt/Wallet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Wallet: fix history leak on destructionmoneromooo.monero2016-11-181-0/+1
|
* Make the new sweep functions use async transactionsmoneromooo.monero2016-11-121-0/+29
|
* Support for sweeping all outputsmoneromooo.monero2016-11-121-0/+10
|
* Add a button to sweep unmixable outputsmoneromooo.monero2016-11-121-2/+6
|
* Merge pull request #134Riccardo Spagni2016-11-111-1/+21
|\ | | | | | | | | | | | | 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)
| * createTransactionAsync(): removed reference to WalletManagerJacob Brydolf2016-11-101-2/+1
| |
| * wallet::createTransactionAsync pass variables to listenerJacob Brydolf2016-11-101-2/+2
| |
| * added Wallet::createTransactionAsync()Jacob Brydolf2016-11-101-1/+22
| |
* | sign/verify message/filemoneromooo.monero2016-11-091-0/+72
|/
* Merge pull request #128Riccardo Spagni2016-11-091-2/+2
|\ | | | | | | 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/+2
| | | | | | | | | | This will cause various errors confusing to the user, as they stem for the daemon returning replies with missing information, etc.
* | wallet api: added getTxKey()Jacob Brydolf2016-11-071-0/+5
| |
* | Write support for tx notesmoneromooo.monero2016-11-051-0/+9
|/ | | | | Support still needs adding for displaying them in the history, but at least they're saved in the cache now, and not ignored.
* Merge pull request #97Riccardo Spagni2016-11-051-2/+11
|\ | | | | | | | | d12436a use daemon target height in progress ui (Jacob Brydolf) 8079597 Cache daemon target height (Jacob Brydolf)
| * Cache daemon target heightJacob Brydolf2016-11-011-2/+11
| |
* | added debug message on wallet closeJacob Brydolf2016-10-301-0/+1
|/
* libwalletqt: added isRecovering stateJacob Brydolf2016-10-101-3/+7
|
* TransactionHistory sortingIlya Kitaev2016-10-101-2/+5
|
* Transaction history is not crashing and refreshing properlyIlya Kitaev2016-10-101-11/+9
|
* Simple transaction historyIlya Kitaev2016-10-101-4/+9
|
* Added daemon BC sync progress barJacob Brydolf2016-10-101-0/+6
| | | | | | depends on https://github.com/monero-project/monero/pull/1173 Signed-off-by: Jacob Brydolf <jacob@brydolf.net>
* added TransactionHistoryModel; renamingsIlya Kitaev2016-10-101-1/+17
|
* Wallet::daemonBlockChainHeight(); BC sync progress in GUIIlya Kitaev2016-09-261-4/+34
|
* Wallet: moneySpent, moneyReceived, newBlock signalsIlya Kitaev2016-09-231-6/+10
|
* Init wallet asynchronouslyIlya Kitaev2016-07-141-1/+15
|
* Async API integration in progressIlya Kitaev2016-07-131-0/+44
|
* Priority aka fee multiplier integratedIlya Kitaev2016-06-271-2/+4
|
* Added "Receive" page. Hide all pages except "Transfer" and "Receive".Ilya Kitaev2016-06-261-2/+23
|
* mixin count for Wallet::createTransactionIlya Kitaev2016-06-201-2/+2
|
* Balance on UI updated by the signalIlya Kitaev2016-06-171-1/+5
|
* Qt wrappers for libwallet API classesIlya Kitaev2016-06-081-3/+63
|
* Start in normal mode if wallet exists. Resolves #9Ilya Kitaev2016-06-071-153/+20
|
* libwallet integrationIlya Kitaev2016-06-031-0/+194