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
/
rpcconsole.h
Age
Commit message (
Expand
)
Author
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-06
p2p: Make timeout mockable and type safe, speed up test
MarcoFalke
2021-06-05
qt: Save/restore column sizes of the tables in the Peers tab
Hennadii Stepanov
2021-05-31
qt, rpc: Do not accept command while executing another one
Hennadii Stepanov
2021-05-28
Merge bitcoin-core/gui#275: Support runtime appearance adjustment on macOS
Hennadii Stepanov
2021-05-11
Merge bitcoin-core/gui#271: Don't clear console prompt when font resizing
W. J. van der Laan
2021-05-01
qt: Make RPCConsole aware of runtime palette change
Hennadii Stepanov
2021-04-28
Merge bitcoin-core/gui#18: Add peertablesortproxy module
Hennadii Stepanov
2021-04-22
qt: Do not clear console prompt when font resizing
Hennadii Stepanov
2021-04-22
qt, refactor: Drop redundant history cleaning in RPC console
Hennadii Stepanov
2021-03-07
qt: Use PeerTableSortProxy for sorting peer table
Hennadii Stepanov
2021-02-28
Hoist repeated translated strings to RPCConsole struct members
Jon Atack
2021-02-25
qt: add RPCConsole::TimeDurationField helper, call systime only once
Jon Atack
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-11-20
Merge bitcoin-core/gui#13: Hide peer detail view if multiple are selected
Jonas Schnelli
2020-08-26
qt, refactor: Fix 'QDateTime is deprecated' warnings
Hennadii Stepanov
2020-08-12
RPCConsole, take initial chaintip data as parameter
Jonas Schnelli
2020-06-29
qt: Hide peer detail view if multiple are selected
João Barbosa
2020-05-08
refactor: Use override for non-final overriders
Hennadii Stepanov
2019-10-15
gui: Make RPCConsole::TabTypes an enum class
João Barbosa
2019-10-02
gui: Add shortcuts for tab tools
João Barbosa
2019-08-28
Merge #14879: qt: Add warning messages to the debug window
MarcoFalke
2019-07-31
gui: Remove unused RPCConsole::tabFocus
João Barbosa
2019-01-25
Add warning messages to the debug window
Hennadii Stepanov
2019-01-10
Remove redundant stopExecutor() signal
Hennadii Stepanov
2019-01-04
qt: Use WalletModel* instead of wallet name in console window
João Barbosa
2018-12-11
qt: Allow to inspect RPCConsole tabs
João Barbosa
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-18
ui: Support wallets unloaded dynamically
João Barbosa
2018-05-02
Make sure initialization occurs in the constructor
practicalswift
2018-04-10
Initialize non-static class members where they are defined
practicalswift
2018-04-10
Initialize editStatus and autoCompleter. Previously not initialized where def...
practicalswift
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/rpcconsole.cpp
Russell Yanofsky
2018-03-26
GUI: RPCConsole: Log wallet changes
Luke Dashjr
2018-03-26
Qt: Get wallet name from WalletModel rather than passing it around
Luke Dashjr
2018-03-26
Qt: Add wallet selector to debug console
Jonas Schnelli
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-16
move human-readable byte formatting to guiutil
Aaron Golliver
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-01-04
Merge #9450: Increment MIT licence copyright header year on files modified in...
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-29
Qt/RPCConsole: Teach RPCParseCommandLine how to filter out arguments to sensi...
Luke Dashjr
2016-12-29
Qt/RPCConsole: Make it possible to parse a command without executing it
Luke Dashjr
2016-12-29
Qt/RPCConsole: Refactor command_may_contain_sensitive_data function out of RP...
Luke Dashjr
2016-12-29
Qt/RPCConsole: Don't store commands with potentially sensitive information in...
Jonas Schnelli
2016-12-29
Qt/RPCConsole: Save current command entry when browsing history
Jonas Schnelli
2016-12-07
qt: Remove on_toggleNetworkActiveButton_clicked from RPCConsole
Wladimir J. van der Laan
[next]