aboutsummaryrefslogtreecommitdiff
path: root/src/libwalletqt/Wallet.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #128Riccardo Spagni2016-11-091-3/+11
|\ | | | | | | 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-3/+11
| | | | | | | | | | 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/+2
| |
* | Write support for tx notesmoneromooo.monero2016-11-051-0/+3
|/ | | | | Support still needs adding for displaying them in the history, but at least they're saved in the cache now, and not ignored.
* Cache daemon target heightJacob Brydolf2016-11-011-0/+2
|
* libwalletqt: added isRecovering stateJacob Brydolf2016-10-101-2/+2
|
* History: filtering by paymentId and dateIlya Kitaev2016-10-101-1/+2
|
* TransactionHistory sortingIlya Kitaev2016-10-101-2/+4
|
* Transaction history is not crashing and refreshing properlyIlya Kitaev2016-10-101-5/+9
|
* Added daemon BC sync progress barJacob Brydolf2016-10-101-1/+4
| | | | | | 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/+12
|
* Wallet::daemonBlockChainHeight(); BC sync progress in GUIIlya Kitaev2016-09-261-4/+19
|
* Wallet: moneySpent, moneyReceived, newBlock signalsIlya Kitaev2016-09-231-0/+6
|
* Init wallet asynchronouslyIlya Kitaev2016-07-141-0/+9
|
* Async API integration in progressIlya Kitaev2016-07-131-0/+9
|
* Send money: confirmation popups addedIlya Kitaev2016-06-281-1/+1
|
* Priority aka fee multiplier integratedIlya Kitaev2016-06-271-4/+6
|
* Added "Receive" page. Hide all pages except "Transfer" and "Receive".Ilya Kitaev2016-06-261-1/+15
|
* mixin count for Wallet::createTransactionIlya Kitaev2016-06-201-1/+1
|
* Balance on UI updated by the signalIlya Kitaev2016-06-171-0/+3
|
* Qt wrappers for libwallet API classesIlya Kitaev2016-06-081-7/+56
|
* Start in normal mode if wallet exists. Resolves #9Ilya Kitaev2016-06-071-13/+21
|
* libwallet integrationIlya Kitaev2016-06-031-0/+44