aboutsummaryrefslogtreecommitdiff
path: root/src/libwalletqt
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #122Riccardo Spagni2016-11-092-0/+7
|\ \ | | | | | | | | | | | | | | | | | | 42086b5 remove old reference to passwordDialog (Jacob Brydolf) 4a1e22a history: transaction details button + popup (Jacob Brydolf) cfa8929 wallet api: added getTxKey() (Jacob Brydolf) d628795 added standardDialog component (Jacob Brydolf)
| * | wallet api: added getTxKey()Jacob Brydolf2016-11-072-0/+7
| | |
* | | Merge pull request #115Riccardo Spagni2016-11-094-0/+23
|\| | | | | | | | | | | d95e4a3 Write support for tx notes (moneromooo.monero)
| * | Write support for tx notesmoneromooo.monero2016-11-054-0/+23
| |/ | | | | | | | | 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 #111Riccardo Spagni2016-11-092-0/+12
|\ \ | | | | | | | | | 06e94e2 Add a page for checking payments via the tx key (moneromooo.monero)
| * | Add a page for checking payments via the tx keymoneromooo.monero2016-11-062-0/+12
| |/
* / Fix erroneous DateTime & small README changedEBRUYNE-12016-11-051-2/+2
|/
* Merge pull request #97Riccardo Spagni2016-11-052-2/+13
|\ | | | | | | | | d12436a use daemon target height in progress ui (Jacob Brydolf) 8079597 Cache daemon target height (Jacob Brydolf)
| * Cache daemon target heightJacob Brydolf2016-11-012-2/+13
| |
* | 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-101-1/+2
|
* libwalletqt: added restore-height parameter to recoveryWallet();Jacob Brydolf2016-10-102-3/+3
|
* History: filtering by paymentId and dateIlya Kitaev2016-10-101-1/+2
|
* TransactionHistory: firstDateTime and lastDateTime propertiesIlya Kitaev2016-10-102-2/+42
|
* TransactionHistory sortingIlya Kitaev2016-10-104-7/+20
|
* Transaction history is not crashing and refreshing properlyIlya Kitaev2016-10-104-37/+38
|
* Simple transaction historyIlya Kitaev2016-10-104-11/+41
|
* 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-106-19/+57
|
* 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