Age | Commit message (Expand) | Author |
2023-04-13 | qt: Register `wallet::AddressPurpose` type | Hennadii Stepanov |
2023-04-11 | wallet: Replace use of purpose strings with an enum | Andrew Chow |
2023-04-11 | wallet: Add wallet/types.h for simple public enum and struct types | Ryan Ofsky |
2023-04-11 | Merge bitcoin/bitcoin#26699: wallet, gui: bugfix, getAvailableBalance skips s... | Andrew Chow |
2023-04-03 | test,gui: add coverage for PSBT creation on legacy watch-only wallets | furszy |
2023-04-03 | test,gui: decouple widgets and model into a MiniGui struct | furszy |
2023-04-03 | test,gui: decouple chain and wallet initialization from test case | furszy |
2023-04-03 | gui: 'getAvailableBalance', include watch only balance | furszy |
2023-04-03 | test: add coverage for 'useAvailableBalance' functionality | furszy |
2023-04-03 | gui: bugfix, getAvailableBalance skips selected coins | furszy |
2023-04-03 | Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system | fanquake |
2023-03-31 | qt: Update translation source file | Hennadii Stepanov |
2023-03-31 | qt: Adjust plural forms for translations | Hennadii Stepanov |
2023-03-31 | GUI: Send: Make feerates translatable | Luke Dashjr |
2023-03-31 | Bugfix: GUI: Send/PSBT: Correct virtual size unit and make translatable | Luke Dashjr |
2023-03-31 | Bugfix: GUI: transactiondesc: Translate outlier "own address" and "watch-only" | Luke Dashjr |
2023-03-31 | GUI: Use translated external signer errors for messagebox text | Luke Dashjr |
2023-03-31 | GUI: Make messages for copying unsigned PSBTs translatable | Luke Dashjr |
2023-03-31 | Bugfix: GUI: Debug info: Use correct "kB" case for small mempool sizes, and m... | Luke Dashjr |
2023-03-31 | GUI: PSBTOperationsDialog: Support translating window title | Luke Dashjr |
2023-03-31 | GUI: Intro: Support translating caption of data directory chooser | Luke Dashjr |
2023-03-31 | GUI: Support translating peer network names | Luke Dashjr |
2023-03-31 | GUI: Support translating address type dropdown entries | Luke Dashjr |
2023-03-27 | Merge bitcoin-core/gui#693: Fix segfault when shutdown during wallet open | Hennadii Stepanov |
2023-03-26 | clang-tidy: Add `performance-type-promotion-in-math-fn` check | Hennadii Stepanov |
2023-03-23 | refactor: Move fs.* to util/fs.* | TheCharlatan |
2023-03-23 | refactor: Extract util/fs_helpers from util/system | Ben Woosley |
2023-03-14 | Merge bitcoin-core/gui#708: Mask values on Transactions View | Hennadii Stepanov |
2023-03-13 | refactor: Extract util/exception from util/system | Ben Woosley |
2023-03-10 | qt: mask values on transactions view | pablomartin4btc |
2023-03-09 | Merge bitcoin-core/gui#717: Use the stored CSubNet entry when unbanning | Hennadii Stepanov |
2023-03-07 | Merge bitcoin/bitcoin#27150: Deduplicate bitcoind and bitcoin-qt init code | Andrew Chow |
2023-03-06 | gui: fix comments for BanTableModel and BanTablePriv::refreshBanlist() | Vasil Dimov |
2023-03-06 | gui: use the stored CSubNet entry when unbanning | Vasil Dimov |
2023-03-01 | Merge bitcoin/bitcoin#27169: Update translations for 25.0 soft translation st... | fanquake |
2023-02-28 | Deduplicate bitcoind and bitcoin-qt init code | Ryan Ofsky |
2023-02-28 | scripted-diff: Remove double newlines after some init errors | Ryan Ofsky |
2023-02-27 | refactor: Stop using gArgs global in system.cpp | Ryan Ofsky |
2023-02-27 | refactor: Use new GetConfigFilePath function | Ryan Ofsky |
2023-02-27 | qt: Update translation source file | Hennadii Stepanov |
2023-02-27 | qt: Periodic translation updates from Transifex | Hennadii Stepanov |
2023-02-23 | Merge bitcoin/bitcoin#27073: Convert ArgsManager::GetDataDir to a read-only f... | Andrew Chow |
2023-02-23 | util: make GetDataDir read-only & create datadir.. | willcl-ark |
2023-02-21 | Detailed error message for passphrases with null chars | John Moffett |
2023-02-21 | Pass all characters to SecureString including nulls | John Moffett |
2023-02-17 | Merge bitcoin/bitcoin#25619: net: avoid overriding non-virtual ToString() in ... | Andrew Chow |
2023-02-17 | Merge bitcoin/bitcoin#26889: refactor: wallet, remove global 'ArgsManager' de... | Andrew Chow |
2023-02-15 | Merge bitcoin-core/gui#711: refactor: Disable unused special members function... | Andrew Chow |
2023-02-15 | refactor: remove <util/system.h> include from wallet.h | furszy |
2023-02-15 | refactor: wallet, remove global 'ArgsManager' access | furszy |