aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletview.cpp
AgeCommit message (Expand)Author
2022-06-14scripted-diff: Avoid incompatibility with CMake AUTOUIC featureHennadii Stepanov
2022-05-17refactor: use C++11 default initializersfanquake
2022-04-09qt: Fix headersHennadii Stepanov
2022-02-12scripted-diff: Rename ShowModalDialogAndDeleteOnCloseHennadii Stepanov
2022-02-12qt: Revert 7fa91e831227e556bd8a7ae3da64bd59d4f30d5f partiallyHennadii Stepanov
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-09-07qt, refactor: Keep AskPassphraseDialog in the main event loopHennadii Stepanov
2021-08-26qt, refactor: Drop redundant checks of walletModelHennadii Stepanov
2021-08-26qt, refactor: Pass WalletModel object to WalletView constructorHennadii Stepanov
2021-08-14qt, refactor: Drop redundant signalling in WalletView::setWalletModelHennadii Stepanov
2021-08-14qt, refactor: Emit WalletView::encryptionStatusChanged signal directlyHennadii Stepanov
2021-08-11qt: Add Load PSBT functionaliy with nowalletPrateek Sancheti
2021-06-06qt: Drop redundant WalletView::requestedSyncWarningInfo slotHennadii Stepanov
2021-05-29Merge bitcoin-core/gui#343: Improve the GUI responsiveness when progress dial...Hennadii Stepanov
2021-05-22qt: Improve GUI responsivenessHennadii Stepanov
2021-05-16qt: Replace disambiguation strings with translator commentsHennadii Stepanov
2021-04-30qt: Use template function qOverload in signal-slot connectionsHennadii Stepanov
2021-03-06qt: Do not translate file extensionsHennadii Stepanov
2020-10-23qt, wallet: Drop unused parameter in Wallet{Frame|View}::encryptWalletHennadii Stepanov
2020-10-23qt, wallet: Remove unused AskPassphraseDialog::DecryptHennadii Stepanov
2020-06-27scripted-diff: Move ui_interface to the node libMarcoFalke
2020-06-24qt: Remove needless headersHennadii Stepanov
2020-06-19[gui] Load PSBT from clipboardGlenn Willen
2020-06-19[gui] PSBT Operations Dialog (sign & broadcast)Glenn Willen
2020-06-01Merge #19072: doc: Expand section on Getting Startedfanquake
2020-05-29Merge #16432: qt: Add privacy to the Overview pageJonas Schnelli
2020-05-27doc: Fix unrelated typos reported by codespellMarcoFalke
2020-05-27qt: Add privacy feature to Overview pageHennadii Stepanov
2020-05-01Cancel wallet balance timer when shutdown requestedRussell Yanofsky
2020-04-23Merge #17509: gui: save and load PSBTSamuel Dobson
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-27[gui] load PSBTSjors Provoost
2020-01-30gui: Remove WalletView and BitcoinGUI circular dependencyJoão Barbosa
2020-01-30gui: Add transactionClicked and coinsSent signals to WalletViewJoão Barbosa
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-09-08HTML escape address labels in more dialogs and notificationsAndrew Chow
2019-09-08HTML escape the wallet name in more dialogs and notificationsAndrew Chow
2019-06-02gui: Set progressDialog to nullptrJoão Barbosa
2019-01-15Add workaround for QProgressDialog bug on macOSHennadii Stepanov
2019-01-13Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift
2018-11-05qt: Use GUIUtil::bringToFront where possibleJoão Barbosa
2018-08-21qt: Use new Qt5 connect syntaxJoão Barbosa
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-24scripted-diff: Remove trailing whitespacesJoão Barbosa
2018-04-12Add cancel button to rescan progress dialogAndrew Chow
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/clientmodel.cppRussell Yanofsky
2018-03-26Qt: When multiple wallets are used, include in notifications the nameJonas Schnelli
2018-03-06Qt: Ensure UI updates only come from the currently selected walletViewLuke Dashjr