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
/
walletmodel.h
Age
Commit message (
Expand
)
Author
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-06-09
Merge bitcoin-core/gui#4: UI external signer support (e.g. hardware wallet)
Samuel Dobson
2021-06-03
Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to gui
W. J. van der Laan
2021-05-27
gui: display address on external signer
Sjors Provoost
2021-04-05
qt: Handle exceptions in WalletModel::pollBalanceChanged slot
Hennadii Stepanov
2021-03-03
interfaces: Stop exposing wallet destdata to gui
Russell Yanofsky
2020-10-28
qt, wallet: Drop unused parameter in WalletModel::setWalletEncrypted
Hennadii Stepanov
2020-06-22
qt: Fix regression in TransactionTableModel
Hennadii Stepanov
2020-05-29
Merge #17993: gui: Balance/TxStatus polling update based on last block hash.
Jonas Schnelli
2020-05-29
Merge #17918: qt: Hide non PKHash-Addresses in signing address book
Jonas Schnelli
2020-05-23
Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.
furszy
2020-05-01
Cancel wallet balance timer when shutdown requested
Russell Yanofsky
2020-05-01
Switch transaction table to use wallet height not node height
Russell Yanofsky
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-10
Merge #17905: gui: Avoid redundant tx status updates
MarcoFalke
2020-03-19
refactor: Get rid of Wallet::IsWalletFlagSet method
Russell Yanofsky
2020-01-18
qt: Hide non PKHash-Addresses in signing address book
Emil Engler
2020-01-09
gui: Avoid redundant tx status updates
Russell Yanofsky
2019-11-19
refactor: Move SendCoinsRecipient in own header
Hennadii Stepanov
2019-10-29
wallet: Remove left-over BIP70 comment
Fabian Jahr
2019-10-26
Merge #17120: gui: Fix start timer from non QThread
Wladimir J. van der Laan
2019-10-24
Remove BIP70 Support
fanquake
2019-10-24
Merge #17154: wallet: Remove return value from CommitTransaction
Wladimir J. van der Laan
2019-10-18
[wallet] Remove return value from CommitTransaction()
John Newbery
2019-10-15
Remove unused includes
practicalswift
2019-10-14
gui: Fix start timer from non QThread
João Barbosa
2019-05-09
Give WalletModel::UnlockContext move semantics
Pieter Wuille
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
2019-01-09
Merge #15109: refactor: Use C++11 default member initializers
Wladimir J. van der Laan
2019-01-05
Use C++11 default member initializers
MarcoFalke
2019-01-04
qt: Factor out WalletModel::getDisplayName()
João Barbosa
2018-10-09
build: Add --disable-bip70 configure option
Wladimir J. van der Laan
2018-08-20
Merge #12818: [qt] TransactionView: highlight replacement tx after fee bump
MarcoFalke
2018-08-01
[qt] TransactionView: highlight replacement tx after fee bump
Sjors Provoost
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-06-18
ui: Support wallets unloaded dynamically
João Barbosa
2018-04-25
[tests] [qt] Add tests for address book manipulation via EditAddressDialog
James O'Beirne
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Use WalletBalances struct in Qt
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt transaction table files
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/paymentserver.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/coincontroldialog.cpp
Russell Yanofsky
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: When multiple wallets are used, include in notifications the name
Jonas Schnelli
2018-03-26
Qt: Add wallet selector to debug console
Jonas Schnelli
[next]