Age | Commit message (Expand) | Author |
2022-01-24 | gui: use available space to display "Last Transaction" in peer details | Jon Atack |
2022-01-24 | gui: add "Addresses Rate-Limited" (m_addr_rate_limited) to peer details | Jon Atack |
2022-01-24 | gui: add "Addresses Processed" (m_addr_processed) to peer details | Jon Atack |
2022-01-24 | gui: add "Address Relay" (m_addr_relay_enabled) to peer details | Jon Atack |
2022-01-17 | Merge bitcoin/bitcoin#23373: test: Parse command line arguments from unit and... | MarcoFalke |
2022-01-12 | Merge bitcoin-core/gui#517: refactor, qt: Use std::chrono for parameters of Q... | Hennadii Stepanov |
2022-01-12 | refactor, qt: Use std::chrono for input_filter_delay constant | Hennadii Stepanov |
2022-01-11 | scripted-diff: Rename functions to drop mention of boost | Hennadii Stepanov |
2022-01-11 | test: parse the command line arguments in unit tests | Vasil Dimov |
2022-01-11 | Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:... | MarcoFalke |
2022-01-09 | refactor, qt: Add SHUTDOWN_POLLING_DELAY constant | Hennadii Stepanov |
2022-01-09 | refactor, qt: Use std::chrono for non-zero arguments in QTimer methods | Hennadii Stepanov |
2022-01-09 | refactor, qt: Use std::chrono in ConfirmMessage parameter | Hennadii Stepanov |
2022-01-09 | refactor, qt: Use std::chrono for MODEL_UPDATE_DELAY constant | 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 |
2022-01-06 | Add src/node/* code to node:: namespace | Russell Yanofsky |
2022-01-04 | Merge bitcoin-core/gui#516: Change 'Show' icon | Hennadii Stepanov |
2022-01-03 | build, qt: No need to set inapplicable QPA backend for Android | Hennadii Stepanov |
2021-12-31 | Change 'Show' icon | w0xlt |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-22 | scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoader | Russell Yanofsky |
2021-12-21 | gui: address type dropdown, add bech32m | Sjors Provoost |
2021-12-15 | Merge bitcoin-core/gui#508: Prevent negative values of progressPerHour | Hennadii Stepanov |
2021-12-15 | Merge bitcoin/bitcoin#23758: net: Use type-safe mockable time for peer connec... | MarcoFalke |
2021-12-14 | qt: prevent negative values of progressPerHour | HiLivin |
2021-12-13 | build, android: Fix Android GUI not loading on Qt 5.15 | Igor Cota |
2021-12-13 | build, qt: use static QAndroidPlatformIntegrationPlugin | Igor Cota |
2021-12-13 | scripted-diff: Rename touched member variables | MarcoFalke |
2021-12-13 | refactor: Use type-safe std::chrono in net | MarcoFalke |
2021-12-10 | Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, speed ... | MarcoFalke |
2021-12-06 | p2p: Make timeout mockable and type safe, speed up test | MarcoFalke |
2021-12-03 | qt: Handle Android back key in the Node window | Hennadii Stepanov |
2021-12-03 | qt, android: Add GUIUtil::IsEscapeOrBack helper | Hennadii Stepanov |
2021-11-25 | Merge bitcoin-core/gui#477: Monospaced output in Console on macOS | Hennadii Stepanov |
2021-11-22 | qt: monospaced output in Console on macOS | randymcmillan |
2021-11-21 | Merge bitcoin-core/gui#319: Paste button in Open URI dialog | Hennadii Stepanov |
2021-11-21 | Merge bitcoin-core/gui#449: Restore "S" accelerator for "Start on system logi... | Hennadii Stepanov |
2021-11-17 | doc: Fix incorrect C++ named args | MarcoFalke |
2021-11-17 | scripted-diff: Rename m_last_send and m_last_recv | MarcoFalke |
2021-11-16 | Merge bitcoin/bitcoin#23499: multiprocess: Add interfaces::Node::broadCastTra... | MarcoFalke |
2021-11-15 | Merge bitcoin/bitcoin#23005: multiprocess: Delay wallet client construction | W. J. van der Laan |
2021-11-15 | Merge bitcoin/bitcoin#23004: multiprocess: add interfaces::ExternalSigner class | W. J. van der Laan |
2021-11-13 | test: Enable SC2086 shellcheck rule | Hennadii Stepanov |
2021-11-12 | multiprocess: Add interfaces::Node::broadCastTransaction method | Russell Yanofsky |
2021-11-09 | Remove `gArgs` from `wallet.h` and `wallet.cpp` | Kiminuo |
2021-10-29 | Merge bitcoin/bitcoin#22787: refactor: actual immutable pointing | MarcoFalke |
2021-10-26 | Merge bitcoin/bitcoin#23006: multiprocess: Add new bitcoin-gui, bitcoin-qt, b... | MarcoFalke |
2021-10-25 | refactor: const shared_ptrs | Karl-Johan Alm |
2021-10-22 | Merge bitcoin-core/gui#454: Use only Qt translation primitives in GUI code | Hennadii Stepanov |