aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Collapse)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
|\ | | | | | | 8c51172 Subaddress: fix use-after-free on accessing stale Wallet API data (xiphon)
| * Subaddress: fix use-after-free on accessing stale Wallet API dataxiphon2019-12-171-11/+16
| |
* | Merge pull request #2623luigi11112019-12-191-15/+21
|\ \ | | | | | | | | | | | | c9900c0 SubaddressAccount: drop useless getAll 'update' default argument (xiphon) e0ab9aa SubaddressAccount: fix use-after-free bug (xiphon)
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The content in this commit is not split in order to preserve working compilation. Once this is added to master, the old build script will no longer work and all existing build toolings will require changes. Monero's cmake directory's files need to be copied to this project's cmake directory in order for the linking and function definitions to work correctly. Monero-gui has its own version check and generate file in order to not conflict with monero's destination version files. Most of the source files that are currently in monero-gui's root directory are now moved to subdirectories. This is done to preserve compilation order properly and to give some content structure. The original CMakeList file included all headers it found in subdirectories. Make sure that they are set manually to evade linking errors. The current build script always checks out latest master of the monero submodule. The submodule rules in the current CMakeLists.txt file do not enforce. An override to compile master nevertheless can still be given with `-D DEV_MODE`. To enable the linux X11 xcb linking the libraries had to be hardcoded. There does not seem to be good support for this in pkgconfig, or in existing cmake checks.
* 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
| | | | Co-authored-by: kenshi84 <kenshi84@protonmail.ch>
* 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
| | | | requires #2247
* History: Show num of confirmations + unconfirmed paymentsJaquee2017-01-142-0/+6
| | | | history: refresh on new block
* Merge pull request #376Riccardo Spagni2017-01-081-1/+5
|\ | | | | | | f012e4d history: show pending on top (Jaquee)
| * 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
| | | | due to floating point operations
* 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