Age | Commit message (Expand) | Author |
2022-01-04 | Merge bitcoin-core/gui#516: Change 'Show' icon | Hennadii Stepanov |
2021-12-31 | Change 'Show' icon | w0xlt |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-21 | gui: address type dropdown, add bech32m | Sjors Provoost |
2021-06-12 | GUI: Add keyboard shortcuts for other context menus | Luke Dashjr |
2021-04-14 | qt, refactor: Use better QMenu::addAction overloaded function | Hennadii Stepanov |
2021-02-27 | qt: Fix regression with initial sorting after pr205 | Hennadii Stepanov |
2021-02-23 | qt: Disable requests context menu actions when appropriate | Jarol Rodriguez |
2021-02-23 | Merge bitcoin-core/gui#213: qt: Add Copy Address Action to Payment Requests | MarcoFalke |
2021-02-22 | qt: Add Copy Address Action to Payment Requests | Jarol Rodriguez |
2021-01-31 | qt: Save/restore recentRequestsView table column sizes | Hennadii Stepanov |
2021-01-31 | qt: Move recentRequestsView properties settings to constructor | Hennadii Stepanov |
2021-01-31 | qt: Drop buggy TableViewLastColumnResizingFixer class | Hennadii Stepanov |
2021-01-28 | Merge bitcoin-core/gui#85: Remove unused "What's This" button in dialogs on W... | Jonas Schnelli |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-09-07 | scripted-diff: Remove unused "What's This" button in dialogs on Windows | Hennadii Stepanov |
2020-09-07 | qt: Add flags to prevent a "What's This" button on Windows OS | Hennadii Stepanov |
2020-07-21 | qt: Leverage the default "Create new receiving address" button | Hennadii Stepanov |
2020-04-23 | Return error when no ScriptPubKeyMan is available for specified type | Andrew Chow |
2020-03-19 | refactor: Get rid of Wallet::IsWalletFlagSet method | Russell Yanofsky |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-09-26 | Revert "gui: Generate bech32 addresses by default (take 2, fixup)" | Gregory Sanders |
2019-09-21 | gui: Rename address checkbox back to bech32 | MarcoFalke |
2019-08-25 | qt: Remove obsolete QModelIndex::child() | Hennadii Stepanov |
2019-07-30 | gui: Generate bech32 addresses by default (take 2, fixup) | MarcoFalke |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
2019-03-31 | gui: Generate bech32 addresses by default | MarcoFalke |
2019-01-23 | Notify the GUI that the keypool has changed to set the receive button | Andrew Chow |
2019-01-21 | Check for more than private keys disabled to show receive button | Andrew Chow |
2019-01-13 | Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant) | practicalswift |
2018-08-21 | qt: Use new Qt5 connect syntax | João Barbosa |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-07-12 | [Qt] Disable creating receive addresses when private keys are disabled | Jonas Schnelli |
2018-05-17 | GUI: Allow generating Bech32 addresses with a legacy-address default | Luke Dashjr |
2018-04-04 | Remove most direct bitcoin calls from qt/walletmodel.cpp | Russell Yanofsky |
2018-03-26 | Merge #12610: Multiwallet for the GUI | Jonas Schnelli |
2018-03-26 | Qt: show wallet name in request dlg in case of multiwallet | Jonas Schnelli |
2018-03-17 | wallet: Change output type globals to members | MarcoFalke |
2018-01-17 | Avoid potential null dereference in ReceiveCoinsDialog constructor | Russell Yanofsky |
2018-01-16 | [qt] receive tab: bech32 address opt-in checkbox | Sjors Provoost |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | Remove includes in .cpp files for things the corresponding .h file already in... | practicalswift |
2017-11-16 | qt: refactor: Changes to make include paths absolute | Wladimir J. van der Laan |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-11-11 | Merge #3716: GUI: Receive: Remove option to reuse a previous address | MarcoFalke |
2017-11-11 | GUI: Receive: Remove option to reuse a previous address | Luke Dashjr |
2017-06-05 | scripted-diff: Remove Q_FOREACH | Jorge Timón |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-11-23 | qt: Plug many memory leaks | Wladimir J. van der Laan |
2016-10-18 | Merge #8918: Qt: Add "Copy URI" to payment request context menu | Wladimir J. van der Laan |