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
/
psbtoperationsdialog.cpp
Age
Commit message (
Expand
)
Author
2023-11-28
scripted-diff: Use DataStream in most places
MarcoFalke
2023-10-23
qt: Avoid error prone leading spaces in translatable strings
Hennadii Stepanov
2023-10-23
qt, refactor: Drop superfluous type conversions
Hennadii Stepanov
2023-06-21
qt: show own outputs on PSBT signing window
Hernan Marino
2023-04-03
Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system
fanquake
2023-03-31
GUI: PSBTOperationsDialog: Support translating window title
Luke Dashjr
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-05
Fixup clang-tidy named argument comments
fanquake
2022-02-22
qt, refactor: Make BitcoinUnits::Unit a scoped enum
Hennadii Stepanov
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-26
fs: consistently use fsbridge for {i,o}fstream
fanquake
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-12
multiprocess: Add interfaces::Node::broadCastTransaction method
Russell Yanofsky
2021-09-28
GUI: Ask user to unlock wallet before signing psbt
Samuel Dobson
2021-08-11
qt: Add Load PSBT functionaliy with nowallet
Prateek Sancheti
2021-06-10
Rearrange fillPSBT arguments
Russell Yanofsky
2021-05-16
qt: Replace disambiguation strings with translator comments
Hennadii Stepanov
2021-03-16
Merge #220: Do not translate file extensions
Wladimir J. van der Laan
2021-03-11
Merge bitcoin-core/gui#188: Write PSBTs to file with binary mode
MarcoFalke
2021-03-06
qt: Do not translate file extensions
Hennadii Stepanov
2021-01-18
GUI: Write PSBTs to file with binary mode
Andrew Chow
2020-09-07
scripted-diff: Remove unused "What's This" button in dialogs on Windows
Hennadii Stepanov
2020-06-19
[gui] PSBT Operations Dialog (sign & broadcast)
Glenn Willen