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
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
2018-03-17
wallet: Change output type globals to members
MarcoFalke
2018-03-06
Qt: Ensure UI updates only come from the currently selected walletView
Luke Dashjr
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-01-16
[qt] receive tab: bech32 address opt-in checkbox
Sjors Provoost
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-22
[Wallet] Use RBF by default in QT only
Sjors Provoost
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-05
qt: Use IsMine to validate custom change address
Chris Moore
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-14
Make CoinControl a required argument to CreateTransaction
Alex Morcos
2017-05-24
[Qt] hide bump context menu action if tx already has been bumped
Jonas Schnelli
2017-05-11
[Qt] simple fee bumper with user verification
Jonas Schnelli
2017-01-25
[Qt] Change RBF checkbox to reflect -walletrbf setting
Russell Yanofsky
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-10-30
[qt] Return useful error message on ATMP failure
MarcoFalke
2016-10-28
[Qt] Hide nTxConfirmTarget behind WalletModel
Jonas Schnelli
2016-10-19
Merge #8774: Qt refactors to better abstract wallet access
Jonas Schnelli
2016-10-04
Qt: Get the private key for signing messages via WalletModel
Luke Dashjr
2016-09-29
Merge #8658: Remove unused statements in serialization
Wladimir J. van der Laan
2016-09-23
Do not shadow in src/qt
Pavel Janík
2016-09-21
[qt] WalletModel: Expose disablewallet
MarcoFalke
2016-09-09
[WIP] Remove unused statement in serialization
Pavel Janík
2016-08-19
[Qt] add HD enabled/disabled icon to the status bar
Jonas Schnelli
2016-04-04
[Qt] Support for abandoned/abandoning transactions
Jonas Schnelli
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-08-14
Merge pull request #6415
Wladimir J. van der Laan
2015-07-31
qt: Introduce PlatformStyle
Wladimir J. van der Laan
[next]