aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.h
AgeCommit message (Expand)Author
2021-05-11Merge bitcoin-core/gui#271: Don't clear console prompt when font resizingW. J. van der Laan
2021-04-28Merge bitcoin-core/gui#18: Add peertablesortproxy moduleHennadii Stepanov
2021-04-22qt: Do not clear console prompt when font resizingHennadii Stepanov
2021-04-22qt, refactor: Drop redundant history cleaning in RPC consoleHennadii Stepanov
2021-03-07qt: Use PeerTableSortProxy for sorting peer tableHennadii Stepanov
2021-02-28Hoist repeated translated strings to RPCConsole struct membersJon Atack
2021-02-25qt: add RPCConsole::TimeDurationField helper, call systime only onceJon Atack
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-11-20Merge bitcoin-core/gui#13: Hide peer detail view if multiple are selectedJonas Schnelli
2020-08-26qt, refactor: Fix 'QDateTime is deprecated' warningsHennadii Stepanov
2020-08-12RPCConsole, take initial chaintip data as parameterJonas Schnelli
2020-06-29qt: Hide peer detail view if multiple are selectedJoão Barbosa
2020-05-08refactor: Use override for non-final overridersHennadii Stepanov
2019-10-15gui: Make RPCConsole::TabTypes an enum classJoão Barbosa
2019-10-02gui: Add shortcuts for tab toolsJoão Barbosa
2019-08-28Merge #14879: qt: Add warning messages to the debug windowMarcoFalke
2019-07-31gui: Remove unused RPCConsole::tabFocusJoão Barbosa
2019-01-25Add warning messages to the debug windowHennadii Stepanov
2019-01-10Remove redundant stopExecutor() signalHennadii Stepanov
2019-01-04qt: Use WalletModel* instead of wallet name in console windowJoão Barbosa
2018-12-11qt: Allow to inspect RPCConsole tabsJoão Barbosa
2018-08-21qt: Use new Qt5 connect syntaxJoão Barbosa
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-18ui: Support wallets unloaded dynamicallyJoão Barbosa
2018-05-02Make sure initialization occurs in the constructorpracticalswift
2018-04-10Initialize non-static class members where they are definedpracticalswift
2018-04-10Initialize editStatus and autoCompleter. Previously not initialized where def...practicalswift
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/rpcconsole.cppRussell Yanofsky
2018-03-26GUI: RPCConsole: Log wallet changesLuke Dashjr
2018-03-26Qt: Get wallet name from WalletModel rather than passing it aroundLuke Dashjr
2018-03-26Qt: Add wallet selector to debug consoleJonas Schnelli
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-16move human-readable byte formatting to guiutilAaron Golliver
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-01-04Merge #9450: Increment MIT licence copyright header year on files modified in...Wladimir J. van der Laan
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-29Qt/RPCConsole: Teach RPCParseCommandLine how to filter out arguments to sensi...Luke Dashjr
2016-12-29Qt/RPCConsole: Make it possible to parse a command without executing itLuke Dashjr
2016-12-29Qt/RPCConsole: Refactor command_may_contain_sensitive_data function out of RP...Luke Dashjr
2016-12-29Qt/RPCConsole: Don't store commands with potentially sensitive information in...Jonas Schnelli
2016-12-29Qt/RPCConsole: Save current command entry when browsing historyJonas Schnelli
2016-12-07qt: Remove on_toggleNetworkActiveButton_clicked from RPCConsoleWladimir J. van der Laan
2016-11-23qt: Prevent thread/memory leak on exiting RPCConsoleWladimir J. van der Laan
2016-11-11Merge #8996: Network activity toggleJonas Schnelli
2016-11-08Fix auto-deselection of peersAndrew Chow
2016-10-24Qt: Add GUI feedback and control of network activity state.Jon Lund Steffensen
2016-08-23[Qt] RPC-Console: support nested commands and simple value queriesJonas Schnelli
2016-05-17Report reindexing progress in GUIPieter Wuille