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
/
signverifymessagedialog.cpp
Age
Commit message (
Expand
)
Author
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
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-05-01
qt: Make SignVerifyMessageDialog aware of runtime palette change
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-09-07
scripted-diff: Remove unused "What's This" button in dialogs on Windows
Hennadii Stepanov
2020-05-29
Merge #17918: qt: Hide non PKHash-Addresses in signing address book
Jonas Schnelli
2020-05-04
Merge #15768: gui: Add close window shortcut
Jonas Schnelli
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-09
Move direct calls to MessageSign into new SignMessage functions in CWallet an...
Andrew Chow
2020-02-14
Deduplicate the message signing code
Vasil Dimov
2020-02-14
Deduplicate the message verifying code
Vasil Dimov
2020-02-05
gui: Add close window shortcut
Miguel Herranz
2020-01-18
qt: Hide non PKHash-Addresses in signing address book
Emil Engler
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-09
gui: Move static placeholder texts to forms
Wladimir J. van der Laan
2019-11-18
Refactor: Require scriptPubKey to get wallet SigningProvider
Andrew Chow
2019-10-15
Remove unused includes
practicalswift
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-09
[build] Add several util units
John Newbery
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-25
Drop unused init.h includes
Ben Woosley
2018-06-18
gui: Remove QT_VERSION fallbacks for Qt < 5
Wladimir J. van der Laan
2018-04-04
Remove most direct bitcoin calls from qt/walletmodel.cpp
Russell Yanofsky
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
qt: refactor: Changes to make include paths absolute
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-08
Merge #10793: Changing &var[0] to var.data()
Wladimir J. van der Laan
2017-09-08
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
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-23
Do not shadow in src/qt
Pavel Janík
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-10-29
[qt] Use fixed pitch font for the rpc console
MarcoFalke
2015-07-31
qt: Introduce PlatformStyle
Wladimir J. van der Laan
2015-07-28
qt: use CHashWriter also in SignVerifyMessageDialog
Pavel Vasin
2015-03-24
Includes: Do not include main.h from any other header
Jorge Timón
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2014-12-27
Adopt style colour for button icons
Luke Dashjr
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-06-23
[Qt] don't allow translation of our example btc address
Philip Kaufmann
2014-01-29
[Qt] extend validate line edit and btc address validator
Philip Kaufmann
2013-11-16
[Qt] use GUIUtil::setClipboard() where possible
Philip Kaufmann
[next]