aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | added debug message on wallet closeJacob Brydolf2016-10-301-0/+1
|/
* Merge pull request #66Riccardo Spagni2016-10-242-0/+19
|\ | | | | | | | | 628b26c Transfer: validate destination address (moneromooo.monero) 51f89a8 Transfer: disable Send button if the payment id is invalid (moneromooo.monero)
| * Transfer: validate destination addressmoneromooo.monero2016-10-162-0/+12
| | | | | | | | | | including preventing two payment ids (standalone and from integrated address)
| * Transfer: disable Send button if the payment id is invalidmoneromooo.monero2016-10-162-0/+7
| |
* | TransactionHistory: fix date appearing as NaNmoneromooo.monero2016-10-161-4/+4
|/ | | | Also make the end dates saner
* libwalletqt: added isRecovering stateJacob Brydolf2016-10-102-5/+9
|
* History: filter by amountIlya Kitaev2016-10-103-49/+37
|
* libwalletqt: added restore-height parameter to recoveryWallet();Jacob Brydolf2016-10-102-3/+3
|
* History: filter by amountIlya Kitaev2016-10-102-10/+109
|
* History: filtering by paymentId and dateIlya Kitaev2016-10-103-6/+109
|
* TransactionHistory: firstDateTime and lastDateTime propertiesIlya Kitaev2016-10-102-2/+42
|
* TransactionHistory sortingIlya Kitaev2016-10-108-16/+130
|
* Adding sort-filter-proxy modelIlya Kitaev2016-10-102-0/+18
|
* Transaction history is not crashing and refreshing properlyIlya Kitaev2016-10-104-37/+38
|
* Simple transaction historyIlya Kitaev2016-10-106-15/+70
|
* Added daemon BC sync progress barJacob Brydolf2016-10-102-1/+10
| | | | | | depends on https://github.com/monero-project/monero/pull/1173 Signed-off-by: Jacob Brydolf <jacob@brydolf.net>
* added TransactionHistoryModel; renamingsIlya Kitaev2016-10-108-19/+207
|
* Wallet::daemonBlockChainHeight(); BC sync progress in GUIIlya Kitaev2016-09-262-8/+53
|
* Wallet: moneySpent, moneyReceived, newBlock signalsIlya Kitaev2016-09-232-6/+16
|
* fix: Wallet storage path creation broken (#49)Ilya Kitaev2016-09-052-0/+17
|
* Transfer page: validate amountIlya Kitaev2016-08-232-6/+21
|
* extra debug loggingIlya Kitaev2016-08-232-9/+22
|
* WalletManager::openWalletAsync integrating with UIIlya Kitaev2016-08-191-1/+8
|
* WalletManager::openWalletAsync in progressIlya Kitaev2016-08-182-5/+62
|
* Init wallet asynchronouslyIlya Kitaev2016-07-142-1/+24
|
* Async API integration in progressIlya Kitaev2016-07-132-0/+53
|
* Send money: confirmation popups addedIlya Kitaev2016-06-282-1/+2
|
* Priority aka fee multiplier integratedIlya Kitaev2016-06-273-7/+18
|
* Added "Receive" page. Hide all pages except "Transfer" and "Receive".Ilya Kitaev2016-06-262-3/+38
|
* mixin count for Wallet::createTransactionIlya Kitaev2016-06-202-3/+3
|
* Balance on UI updated by the signalIlya Kitaev2016-06-172-1/+8
|
* basic "send money" functionality implemented in GUIIlya Kitaev2016-06-163-0/+14
|
* Qt wrappers for libwallet API classesIlya Kitaev2016-06-0810-10/+406
|
* Start in normal mode if wallet exists. Resolves #9Ilya Kitaev2016-06-074-234/+98
|
* libwallet integrationIlya Kitaev2016-06-034-0/+402