aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
* Update year in Cypyrightinson12024-01-2710-10/+10
* cmake: remove unnecessary file globbingselsta2021-07-101-4/+0
* History: cleanup unused lookupPaymentID functionselsta2021-04-242-6/+0
* src: fix qt 5.15 warningsselsta2020-04-281-0/+6
* fix multiple minor issues (c-style casts, default branch, etc.)xiphon2020-02-283-2/+4
* build: fix all warnings, treat warnings as errorsxiphon2020-02-163-9/+0
* AddressBook: thread-safety, fix use-after-freexiphon2020-02-011-23/+20
* Merge pull request #2627luigi11112019-12-191-11/+16
|\
| * Subaddress: fix use-after-free on accessing stale Wallet API dataxiphon2019-12-171-11/+16
* | Merge pull request #2623luigi11112019-12-191-15/+21
|\ \
| * | SubaddressAccount: fix use-after-free bugxiphon2019-12-171-15/+21
| |/
* / TransactionHistory: fix use-after-free bugsxiphon2019-12-162-75/+60
|/
* Migrate build system to cmakeTheCharlatan2019-11-271-0/+4
* fix invalid include paths, compilation warnings, update README.mdxiphon2019-09-023-3/+3
* Add copyright headersmmbyday2019-05-0110-14/+238
* add account supportselsta2019-01-222-0/+102
* history: enable search by recipient addressmmbyday2018-12-221-0/+3
* Fix return value when deleting an addressbook entryMaxXor2018-07-281-1/+1
* Subaddresses minimal version: supports default account onlykenshi842018-01-134-0/+176
* replace wallet/wallet2_api.h with wallet/api/wallet2_api.h to compileUser2017-12-081-1/+1
* use 10 as default required confirmationsJaquee2017-10-231-1/+2
* History: Support coinbase txsJaquee2017-08-032-0/+5
* History: Show num of confirmations + unconfirmed paymentsJaquee2017-01-142-0/+6
* Merge pull request #376Riccardo Spagni2017-01-081-1/+5
|\
| * history: show pending on topJaquee2016-12-311-1/+5
* | History: print address book description if availablemoneromooo.monero2017-01-012-0/+6
|/
* Addressbook: Fix size_t build errorJaquee2016-12-151-1/+2
* Addressbook: updated references to bitmoneroJaquee2016-12-142-2/+1
* AddressBook: basic functionsJaquee2016-12-142-0/+113
* TransactionInfo: add transfers() and destinations_formatted()Jaquee2016-12-042-1/+7
* History: replace payment id search with global incremental searchmoneromooo.monero2016-11-172-1/+47
* Fix sum of selected transactions being slighty offmoneromooo.monero2016-11-102-1/+6
* History: filter by amountIlya Kitaev2016-10-102-48/+35
* History: filter by amountIlya Kitaev2016-10-102-10/+109
* History: filtering by paymentId and dateIlya Kitaev2016-10-102-5/+107
* TransactionHistory sortingIlya Kitaev2016-10-104-9/+110
* Adding sort-filter-proxy modelIlya Kitaev2016-10-102-0/+18
* Simple transaction historyIlya Kitaev2016-10-102-4/+29
* added TransactionHistoryModel; renamingsIlya Kitaev2016-10-102-0/+150