index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
walletview.cpp
Age
Commit message (
Expand
)
Author
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-09
qt: Fix headers
Hennadii Stepanov
2022-02-12
scripted-diff: Rename ShowModalDialogAndDeleteOnClose
Hennadii Stepanov
2022-02-12
qt: Revert 7fa91e831227e556bd8a7ae3da64bd59d4f30d5f partially
Hennadii Stepanov
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-09-07
qt, refactor: Keep AskPassphraseDialog in the main event loop
Hennadii Stepanov
2021-08-26
qt, refactor: Drop redundant checks of walletModel
Hennadii Stepanov
2021-08-26
qt, refactor: Pass WalletModel object to WalletView constructor
Hennadii Stepanov
2021-08-14
qt, refactor: Drop redundant signalling in WalletView::setWalletModel
Hennadii Stepanov
2021-08-14
qt, refactor: Emit WalletView::encryptionStatusChanged signal directly
Hennadii Stepanov
2021-08-11
qt: Add Load PSBT functionaliy with nowallet
Prateek Sancheti
2021-06-06
qt: Drop redundant WalletView::requestedSyncWarningInfo slot
Hennadii Stepanov
2021-05-29
Merge bitcoin-core/gui#343: Improve the GUI responsiveness when progress dial...
Hennadii Stepanov
2021-05-22
qt: Improve GUI responsiveness
Hennadii Stepanov
2021-05-16
qt: Replace disambiguation strings with translator comments
Hennadii Stepanov
2021-04-30
qt: Use template function qOverload in signal-slot connections
Hennadii Stepanov
2021-03-06
qt: Do not translate file extensions
Hennadii Stepanov
2020-10-23
qt, wallet: Drop unused parameter in Wallet{Frame|View}::encryptWallet
Hennadii Stepanov
2020-10-23
qt, wallet: Remove unused AskPassphraseDialog::Decrypt
Hennadii Stepanov
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-24
qt: Remove needless headers
Hennadii Stepanov
2020-06-19
[gui] Load PSBT from clipboard
Glenn Willen
2020-06-19
[gui] PSBT Operations Dialog (sign & broadcast)
Glenn Willen
2020-06-01
Merge #19072: doc: Expand section on Getting Started
fanquake
2020-05-29
Merge #16432: qt: Add privacy to the Overview page
Jonas Schnelli
2020-05-27
doc: Fix unrelated typos reported by codespell
MarcoFalke
2020-05-27
qt: Add privacy feature to Overview page
Hennadii Stepanov
2020-05-01
Cancel wallet balance timer when shutdown requested
Russell Yanofsky
2020-04-23
Merge #17509: gui: save and load PSBT
Samuel Dobson
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-27
[gui] load PSBT
Sjors Provoost
2020-01-30
gui: Remove WalletView and BitcoinGUI circular dependency
João Barbosa
2020-01-30
gui: Add transactionClicked and coinsSent signals to WalletView
João Barbosa
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-09-08
HTML escape address labels in more dialogs and notifications
Andrew Chow
2019-09-08
HTML escape the wallet name in more dialogs and notifications
Andrew Chow
2019-06-02
gui: Set progressDialog to nullptr
João Barbosa
2019-01-15
Add workaround for QProgressDialog bug on macOS
Hennadii Stepanov
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2018-11-05
qt: Use GUIUtil::bringToFront where possible
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-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-04-12
Add cancel button to rescan progress dialog
Andrew Chow
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Remove most direct bitcoin calls from qt/walletmodel.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/clientmodel.cpp
Russell Yanofsky
2018-03-26
Qt: When multiple wallets are used, include in notifications the name
Jonas Schnelli
2018-03-06
Qt: Ensure UI updates only come from the currently selected walletView
Luke Dashjr
[next]