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
/
coincontroldialog.cpp
Age
Commit message (
Expand
)
Author
2022-04-15
Merge bitcoin-core/gui#556: refactor: Make BitcoinUnits::Unit a scoped enum
Hennadii Stepanov
2022-04-09
qt: Update deprecated enum value
Hennadii Stepanov
2022-03-25
Merge bitcoin/bitcoin#24494: wallet: generate random change target for each t...
fanquake
2022-03-25
[wallet] remove MIN_CHANGE
glozow
2022-03-25
wallet: Fix coinselection include
MarcoFalke
2022-02-22
qt, refactor: Make BitcoinUnits::Unit a scoped enum
Hennadii Stepanov
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-09-29
Include vout when copying transaction ID from coin selection
Samuel Dobson
2021-09-25
Make GUI UTXO lock/unlock persistent
Samuel Dobson
2021-06-22
GUI: Always call parent changeEvent handler
Luke Dashjr
2021-06-22
GUI: Enable palette change adaptation on all platforms
Luke Dashjr
2021-06-12
GUI: Add keyboard shortcuts for other context menus
Luke Dashjr
2021-05-01
qt: Make CoinControlDialog aware of runtime palette change
Hennadii Stepanov
2021-04-14
qt, refactor: Use better QMenu::addAction overloaded function
Hennadii Stepanov
2021-01-28
Merge bitcoin-core/gui#85: Remove unused "What's This" button in dialogs on W...
Jonas Schnelli
2021-01-05
Replace boost::variant with std::variant
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-09-07
scripted-diff: Remove unused "What's This" button in dialogs on Windows
Hennadii Stepanov
2020-06-19
Use explicit conversion from PKHash -> CKeyID
Ben Woosley
2020-06-16
Remove unused variables
MarcoFalke
2020-05-13
Merge #18894: gui: Fix manual coin control with multiple wallets loaded
Jonas Schnelli
2020-05-05
gui: Fix manual coin control with multiple wallets loaded
João Barbosa
2020-05-04
gui: Fix itemWalletAddress leak when not tree mode
João Barbosa
2020-05-04
Merge #15768: gui: Add close window shortcut
Jonas Schnelli
2020-04-26
qt: remove todo bug fix for old versions of Qt
10xcryptodev
2020-02-05
gui: Add close window shortcut
Miguel Herranz
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-18
Refactor: Require scriptPubKey to get wallet SigningProvider
Andrew Chow
2019-10-15
Remove unused includes
practicalswift
2019-07-08
Merge #16128: Delete error-prone CScript constructor only used with FindAndDe...
Wladimir J. van der Laan
2019-06-13
Delete error-prone CScript constructor
Gregory Sanders
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2018-11-29
qt: Remove hidden columns in coin control dialog
João Barbosa
2018-10-09
build: Add --disable-bip70 configure option
Wladimir J. van der Laan
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-25
[qt] coincontrol: Remove unused qt4 workaround
MarcoFalke
2018-06-18
gui: Remove QT_VERSION fallbacks for Qt < 5
Wladimir J. van der Laan
2018-04-23
wallet: Make fee settings non-static members
MarcoFalke
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
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-21
Fix typos
Dimitris Apostolou
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-01
[gui] Defer coin control instancing
João Barbosa
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
[next]