Age | Commit message (Expand) | Author |
2022-07-15 | Merge bitcoin-core/gui#469: Load Base64 PSBT string from file | Hennadii Stepanov |
2022-06-14 | scripted-diff: Avoid incompatibility with CMake AUTOUIC feature | Hennadii Stepanov |
2022-05-17 | refactor: use C++11 default initializers | fanquake |
2022-04-27 | gui: Load Base64 PSBT string from file | Andrew Chow |
2022-04-27 | Make DecodeBase{32,64} return optional instead of taking bool* | Pieter Wuille |
2022-04-27 | Make DecodeBase{32,64} always return vector, not string | Pieter Wuille |
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 |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
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: Keep PSBTOperationsDialog in the main event loop | Hennadii Stepanov |
2021-09-07 | Move addrman includes from .h to .cpp | MarcoFalke |
2021-09-03 | qt, refactor: Replace WalletFrame::addWallet with WalletFrame::addView | Hennadii Stepanov |
2021-08-26 | qt, refactor: Pass WalletModel object to WalletView constructor | Hennadii Stepanov |
2021-08-14 | qt: Add WalletFrame::currentWalletSet signal | Hennadii Stepanov |
2021-08-11 | qt: Add Load PSBT functionaliy with nowallet | Prateek Sancheti |
2021-06-06 | qt: Connect WalletView signal to BitcoinGUI slot directly | Hennadii Stepanov |
2021-05-29 | qt: Drop BitcoinGUI* WalletFrame data member | Hennadii Stepanov |
2021-05-29 | qt: Move CreateWalletActivity connection from WalletFrame to BitcoinGUI | Hennadii Stepanov |
2021-05-29 | qt: Move WalletView connections from WalletFrame to BitcoinGUI | Hennadii Stepanov |
2021-01-08 | qt: Stop the effect of hidden widgets on the size of QStackedWidget | Hennadii Stepanov |
2020-11-18 | Merge bitcoin-core/gui#109: wallet: Remove unused AskPassphraseDialog::Decrypt | MarcoFalke |
2020-10-25 | qt: Add WalletFrame::sizeHint | Hennadii Stepanov |
2020-10-23 | qt, wallet: Drop unused parameter in Wallet{Frame|View}::encryptWallet | Hennadii Stepanov |
2020-09-08 | Tell users how to load or create a wallet when no wallet is loaded | Andrew Chow |
2020-06-19 | [gui] Load PSBT from clipboard | Glenn Willen |
2020-05-27 | qt: Add privacy feature to Overview page | Hennadii Stepanov |
2020-03-27 | [gui] load PSBT | Sjors Provoost |
2020-02-07 | Qt: pass clientmodel changes from walletframe to walletviews | Jonas Schnelli |
2020-01-30 | gui: Remove WalletView and BitcoinGUI circular dependency | João Barbosa |
2020-01-15 | scripted-diff: Bump copyright of files changed in 2020 | MarcoFalke |
2020-01-08 | Merge #16963: wallet: Fix unique_ptr usage in boost::signals2 | Wladimir J. van der Laan |
2019-11-17 | refactor: Remove unused signal | Hennadii Stepanov |
2019-10-26 | gui: Fix duplicate wallet showing up | João Barbosa |
2019-10-15 | Remove unused includes | practicalswift |
2019-02-22 | gui: Drop unused return values in WalletFrame | João Barbosa |
2019-01-15 | gui: Show current wallet name in window title | João Barbosa |
2019-01-04 | qt: Use WalletModel* instead of wallet name in main window | João Barbosa |
2018-08-21 | qt: Use new Qt5 connect syntax | João Barbosa |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-06-20 | bugfix: Delete walletView in WalletFrame::removeWallet | João Barbosa |
2018-05-18 | fixup! ui: Support wallets loaded dynamically | João Barbosa |
2018-03-26 | Qt: Get wallet name from WalletModel rather than passing it around | Luke Dashjr |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-06 | Document assumptions that are being made to avoid NULL pointer dereferences | practicalswift |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-09-23 | Merge #8371: [Qt] Add out-of-sync modal info layer | Jonas Schnelli |
2016-09-23 | [Qt] modalinfolayer: removed unused comments, renamed signal, code style over... | Jonas Schnelli |