| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update year in Cypyright | inson1 | 2024-01-27 | 10 | -10/+10 |
| | | |||||
| * | cmake: remove unnecessary file globbing | selsta | 2021-07-10 | 1 | -4/+0 |
| | | |||||
| * | History: cleanup unused lookupPaymentID function | selsta | 2021-04-24 | 2 | -6/+0 |
| | | |||||
| * | src: fix qt 5.15 warnings | selsta | 2020-04-28 | 1 | -0/+6 |
| | | |||||
| * | fix multiple minor issues (c-style casts, default branch, etc.) | xiphon | 2020-02-28 | 3 | -2/+4 |
| | | |||||
| * | build: fix all warnings, treat warnings as errors | xiphon | 2020-02-16 | 3 | -9/+0 |
| | | |||||
| * | AddressBook: thread-safety, fix use-after-free | xiphon | 2020-02-01 | 1 | -23/+20 |
| | | |||||
| * | Merge pull request #2627 | luigi1111 | 2019-12-19 | 1 | -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 data | xiphon | 2019-12-17 | 1 | -11/+16 |
| | | | |||||
| * | | Merge pull request #2623 | luigi1111 | 2019-12-19 | 1 | -15/+21 |
| |\ \ | | | | | | | | | | | | | c9900c0 SubaddressAccount: drop useless getAll 'update' default argument (xiphon) e0ab9aa SubaddressAccount: fix use-after-free bug (xiphon) | ||||
| | * | | SubaddressAccount: fix use-after-free bug | xiphon | 2019-12-17 | 1 | -15/+21 |
| | |/ | |||||
| * / | TransactionHistory: fix use-after-free bugs | xiphon | 2019-12-16 | 2 | -75/+60 |
| |/ | |||||
| * | Migrate build system to cmake | TheCharlatan | 2019-11-27 | 1 | -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.md | xiphon | 2019-09-02 | 3 | -3/+3 |
| | | |||||
| * | Add copyright headers | mmbyday | 2019-05-01 | 10 | -14/+238 |
| | | |||||
| * | add account support | selsta | 2019-01-22 | 2 | -0/+102 |
| | | | | | Co-authored-by: kenshi84 <kenshi84@protonmail.ch> | ||||
| * | history: enable search by recipient address | mmbyday | 2018-12-22 | 1 | -0/+3 |
| | | |||||
| * | Fix return value when deleting an addressbook entry | MaxXor | 2018-07-28 | 1 | -1/+1 |
| | | |||||
| * | Subaddresses minimal version: supports default account only | kenshi84 | 2018-01-13 | 4 | -0/+176 |
| | | |||||
| * | replace wallet/wallet2_api.h with wallet/api/wallet2_api.h to compile | User | 2017-12-08 | 1 | -1/+1 |
| | | |||||
| * | use 10 as default required confirmations | Jaquee | 2017-10-23 | 1 | -1/+2 |
| | | |||||
| * | History: Support coinbase txs | Jaquee | 2017-08-03 | 2 | -0/+5 |
| | | | | | requires #2247 | ||||
| * | History: Show num of confirmations + unconfirmed payments | Jaquee | 2017-01-14 | 2 | -0/+6 |
| | | | | | history: refresh on new block | ||||
| * | Merge pull request #376 | Riccardo Spagni | 2017-01-08 | 1 | -1/+5 |
| |\ | | | | | | | f012e4d history: show pending on top (Jaquee) | ||||
| | * | history: show pending on top | Jaquee | 2016-12-31 | 1 | -1/+5 |
| | | | |||||
| * | | History: print address book description if available | moneromooo.monero | 2017-01-01 | 2 | -0/+6 |
| |/ | |||||
| * | Addressbook: Fix size_t build error | Jaquee | 2016-12-15 | 1 | -1/+2 |
| | | |||||
| * | Addressbook: updated references to bitmonero | Jaquee | 2016-12-14 | 2 | -2/+1 |
| | | |||||
| * | AddressBook: basic functions | Jaquee | 2016-12-14 | 2 | -0/+113 |
| | | |||||
| * | TransactionInfo: add transfers() and destinations_formatted() | Jaquee | 2016-12-04 | 2 | -1/+7 |
| | | |||||
| * | History: replace payment id search with global incremental search | moneromooo.monero | 2016-11-17 | 2 | -1/+47 |
| | | |||||
| * | Fix sum of selected transactions being slighty off | moneromooo.monero | 2016-11-10 | 2 | -1/+6 |
| | | | | | due to floating point operations | ||||
| * | History: filter by amount | Ilya Kitaev | 2016-10-10 | 2 | -48/+35 |
| | | |||||
| * | History: filter by amount | Ilya Kitaev | 2016-10-10 | 2 | -10/+109 |
| | | |||||
| * | History: filtering by paymentId and date | Ilya Kitaev | 2016-10-10 | 2 | -5/+107 |
| | | |||||
| * | TransactionHistory sorting | Ilya Kitaev | 2016-10-10 | 4 | -9/+110 |
| | | |||||
| * | Adding sort-filter-proxy model | Ilya Kitaev | 2016-10-10 | 2 | -0/+18 |
| | | |||||
| * | Simple transaction history | Ilya Kitaev | 2016-10-10 | 2 | -4/+29 |
| | | |||||
| * | added TransactionHistoryModel; renamings | Ilya Kitaev | 2016-10-10 | 2 | -0/+150 |
