Age | Commit message (Expand) | Author |
2022-06-14 | scripted-diff: Avoid incompatibility with CMake AUTOUIC feature | Hennadii Stepanov |
2022-06-12 | Merge bitcoin-core/gui#608: wallet, refactor: Make `WalletModel::sendCoins()`... | Hennadii Stepanov |
2022-05-29 | qt, wallet, refactor: Drop unused `WalletModel::PaymentRequestExpired` | Hennadii Stepanov |
2022-05-29 | qt, wallet, refactor: Make `WalletModel::sendCoins()` return `void` | Hennadii Stepanov |
2022-04-15 | Merge bitcoin-core/gui#556: refactor: Make BitcoinUnits::Unit a scoped enum | Hennadii Stepanov |
2022-03-16 | gui: restore Send for external signer | Sjors Provoost |
2022-03-16 | refactor: helper function signWithExternalSigner() | Sjors Provoost |
2022-02-24 | move-only: helper function to present PSBT | Sjors Provoost |
2022-02-22 | qt, refactor: Make BitcoinUnits::Unit a scoped enum | Hennadii Stepanov |
2022-02-12 | scripted-diff: Rename ShowModalDialogAndDeleteOnClose | Hennadii Stepanov |
2022-02-03 | refactor: replace boost::filesystem with std::filesystem | Kiminuo |
2022-01-26 | fs: consistently use fsbridge for {i,o}fstream | fanquake |
2022-01-12 | Merge bitcoin-core/gui#517: refactor, qt: Use std::chrono for parameters of Q... | Hennadii Stepanov |
2022-01-11 | Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:... | MarcoFalke |
2022-01-09 | refactor, qt: Use std::chrono for non-zero arguments in QTimer methods | Hennadii Stepanov |
2022-01-09 | Merge bitcoin-core/gui#441: Add Create Unsigned button to SendConfirmationDialog | Hennadii Stepanov |
2022-01-06 | Add src/wallet/* code to wallet:: namespace | Russell Yanofsky |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-10-08 | qt: hide Create Unsigned button behind an expert mode option | Andrew Chow |
2021-10-07 | qt: Add Create Unsigned button to SendConfirmationDialog | Andrew Chow |
2021-09-30 | Merge bitcoin-core/gui#336: Do not exit and re-enter main event loop during s... | W. J. van der Laan |
2021-09-07 | qt, refactor: Allocate SendConfirmationDialog instances on heap | Hennadii Stepanov |
2021-09-07 | qt, refactor: Keep CoinControlDialog in the main event loop | Hennadii Stepanov |
2021-09-12 | qt: ensure translator comments end in full stop | Jarol Rodriguez |
2021-06-16 | gui: misc external signer fixes and translation hints | Sjors Provoost |
2021-06-10 | Rearrange fillPSBT arguments | Russell Yanofsky |
2021-05-27 | gui: send using external signer | Sjors Provoost |
2021-05-16 | qt: Replace disambiguation strings with translator comments | Hennadii Stepanov |
2021-05-11 | Merge bitcoin/bitcoin#21752: doc: Clarify that feerates are per virtual size | MarcoFalke |
2021-05-10 | Merge bitcoin-core/gui#257: refactor: Use template function qOverload in sign... | Hennadii Stepanov |
2021-05-02 | scripted-diff: Replace three dots with ellipsis in the UI strings | Hennadii Stepanov |
2021-05-01 | scripted-diff: Clarify that feerates are per virtual size | MarcoFalke |
2021-04-30 | qt: Use template function qOverload in signal-slot connections | Hennadii Stepanov |
2021-04-26 | Merge bitcoin/bitcoin#21714: refactor: Drop CCoinControl::SetNull | MarcoFalke |
2021-04-18 | refactor, qt: Simplify SendCoinsDialog::updateCoinControlState | João Barbosa |
2021-04-18 | refactor: Drop CCoinControl::SetNull | João Barbosa |
2021-04-05 | qt: Handle exceptions in SendCoinsDialog::sendButtonClicked slot | Hennadii Stepanov |
2021-03-16 | Merge #220: Do not translate file extensions | Wladimir J. van der Laan |
2021-03-12 | Merge #21404: refactor: Remove MakeUnique<T>() | MarcoFalke |
2021-03-11 | Merge bitcoin-core/gui#188: Write PSBTs to file with binary mode | MarcoFalke |
2021-03-11 | scripted-diff: remove MakeUnique<T>() | fanquake |
2021-03-06 | qt: Do not translate file extensions | Hennadii Stepanov |
2021-01-28 | Merge bitcoin-core/gui#85: Remove unused "What's This" button in dialogs on W... | Jonas Schnelli |
2021-01-18 | GUI: Write PSBTs to file with binary mode | Andrew Chow |
2021-01-13 | Merge bitcoin-core/gui#148: Bugfix: GUI: Restore SendConfirmationDialog butto... | MarcoFalke |
2020-12-09 | Bugfix: GUI: Restore SendConfirmationDialog button default to "Yes" | Luke Dashjr |
2020-12-04 | refactor: Use C++17 std::array where possible | MarcoFalke |
2020-11-19 | Merge bitcoin-core/gui#46: refactor: Fix deprecation warnings when building a... | MarcoFalke |
2020-09-18 | Only update the updateSmartFeeLabel once in sync | Jonas Schnelli |
2020-09-07 | scripted-diff: Remove unused "What's This" button in dialogs on Windows | Hennadii Stepanov |