aboutsummaryrefslogtreecommitdiff
path: root/src/libwalletqt
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #192Riccardo Spagni2016-11-242-0/+28
|\ | | | | | | 96c7dde Add QR code display on the receive page (moneromooo.monero)
| * Add QR code display on the receive pagemoneromooo.monero2016-11-202-0/+28
| | | | | | | | | | | | | | This embeds MIT licenced code from Project Nayuki: https://www.nayuki.io/page/qr-code-generator-library The C++ part of the code is embedded in src/QR-Code-generator. See src/QR-Code-generator/Readme.markdown for more info.
* | Wallet: fix history leak on destructionmoneromooo.monero2016-11-181-0/+1
|/
* Make the new sweep functions use async transactionsmoneromooo.monero2016-11-122-0/+36
|
* Support for sweeping all outputsmoneromooo.monero2016-11-122-1/+15
|
* Add a button to sweep unmixable outputsmoneromooo.monero2016-11-122-2/+11
|
* Transfer: display number of split tx in transaction confirmation popupIlya Kitaev2016-11-122-4/+14
|
* Merge pull request #147Riccardo Spagni2016-11-113-0/+12
|\ | | | | | | 6914656 Fix sum of selected transactions being slighty off (moneromooo.monero)
| * Fix sum of selected transactions being slighty offmoneromooo.monero2016-11-103-0/+12
| | | | | | | | due to floating point operations
* | Merge pull request #143Riccardo Spagni2016-11-111-1/+2
|\ \ | | | | | | | | | | | | 4e61ebe add default argument to store() (Jacob Brydolf) 7c9d223 remove unnecessary i/o (Jacob Brydolf)
| * | add default argument to store()Jacob Brydolf2016-11-101-1/+2
| |/
* | Merge pull request #134Riccardo Spagni2016-11-112-1/+27
|\ \ | | | | | | | | | | | | | | | | | | 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-102-3/+1
| | |
| * | wallet::createTransactionAsync pass variables to listenerJacob Brydolf2016-11-102-3/+3
| | |
| * | added Wallet::createTransactionAsync()Jacob Brydolf2016-11-102-1/+29
| |/
* / sign/verify message/filemoneromooo.monero2016-11-092-0/+78
|/
* Merge pull request #128Riccardo Spagni2016-11-092-5/+13
|\ | | | | | | 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-072-5/+13
| | | | | | | | | | This will cause various errors confusing to the user, as they stem for the daemon returning replies with missing information, etc.
* | 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
|