aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletframe.cpp
AgeCommit message (Expand)Author
2022-07-15Merge bitcoin-core/gui#469: Load Base64 PSBT string from fileHennadii Stepanov
2022-06-14scripted-diff: Avoid incompatibility with CMake AUTOUIC featureHennadii Stepanov
2022-05-17refactor: use C++11 default initializersfanquake
2022-04-27gui: Load Base64 PSBT string from fileAndrew Chow
2022-04-27Make DecodeBase{32,64} return optional instead of taking bool*Pieter Wuille
2022-04-27Make DecodeBase{32,64} always return vector, not stringPieter Wuille
2022-02-12scripted-diff: Rename ShowModalDialogAndDeleteOnCloseHennadii Stepanov
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2022-01-26fs: consistently use fsbridge for {i,o}fstreamfanquake
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-09-30Merge bitcoin-core/gui#336: Do not exit and re-enter main event loop during s...W. J. van der Laan
2021-09-07qt, refactor: Keep PSBTOperationsDialog in the main event loopHennadii Stepanov
2021-09-07Move addrman includes from .h to .cppMarcoFalke
2021-09-03qt, refactor: Replace WalletFrame::addWallet with WalletFrame::addViewHennadii Stepanov
2021-08-26qt, refactor: Pass WalletModel object to WalletView constructorHennadii Stepanov
2021-08-14qt: Add WalletFrame::currentWalletSet signalHennadii Stepanov
2021-08-11qt: Add Load PSBT functionaliy with nowalletPrateek Sancheti
2021-06-06qt: Connect WalletView signal to BitcoinGUI slot directlyHennadii Stepanov
2021-05-29qt: Drop BitcoinGUI* WalletFrame data memberHennadii Stepanov
2021-05-29qt: Move CreateWalletActivity connection from WalletFrame to BitcoinGUIHennadii Stepanov
2021-05-29qt: Move WalletView connections from WalletFrame to BitcoinGUIHennadii Stepanov
2021-01-08qt: Stop the effect of hidden widgets on the size of QStackedWidgetHennadii Stepanov
2020-11-18Merge bitcoin-core/gui#109: wallet: Remove unused AskPassphraseDialog::DecryptMarcoFalke
2020-10-25qt: Add WalletFrame::sizeHintHennadii Stepanov
2020-10-23qt, wallet: Drop unused parameter in Wallet{Frame|View}::encryptWalletHennadii Stepanov
2020-09-08Tell users how to load or create a wallet when no wallet is loadedAndrew Chow
2020-06-19[gui] Load PSBT from clipboardGlenn Willen
2020-05-27qt: Add privacy feature to Overview pageHennadii Stepanov
2020-03-27[gui] load PSBTSjors Provoost
2020-02-07Qt: pass clientmodel changes from walletframe to walletviewsJonas Schnelli
2020-01-30gui: Remove WalletView and BitcoinGUI circular dependencyJoão Barbosa
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-08Merge #16963: wallet: Fix unique_ptr usage in boost::signals2Wladimir J. van der Laan
2019-11-17refactor: Remove unused signalHennadii Stepanov
2019-10-26gui: Fix duplicate wallet showing upJoão Barbosa
2019-10-15Remove unused includespracticalswift
2019-02-22gui: Drop unused return values in WalletFrameJoão Barbosa
2019-01-15gui: Show current wallet name in window titleJoão Barbosa
2019-01-04qt: Use WalletModel* instead of wallet name in main windowJoão Barbosa
2018-08-21qt: Use new Qt5 connect syntaxJoão Barbosa
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-20bugfix: Delete walletView in WalletFrame::removeWalletJoão Barbosa
2018-05-18fixup! ui: Support wallets loaded dynamicallyJoão Barbosa
2018-03-26Qt: Get wallet name from WalletModel rather than passing it aroundLuke Dashjr
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-06Document assumptions that are being made to avoid NULL pointer dereferencespracticalswift
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-09-23Merge #8371: [Qt] Add out-of-sync modal info layerJonas Schnelli
2016-09-23[Qt] modalinfolayer: removed unused comments, renamed signal, code style over...Jonas Schnelli