aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* ui: Support wallets unloaded dynamicallyJoão Barbosa2018-06-181-0/+1
* Make sure initialization occurs in the constructorpracticalswift2018-05-021-2/+2
* Initialize non-static class members where they are definedpracticalswift2018-04-101-8/+8
* Initialize editStatus and autoCompleter. Previously not initialized where def...practicalswift2018-04-101-1/+1
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-5/+5
* Remove direct bitcoin calls from qt/rpcconsole.cppRussell Yanofsky2018-04-041-4/+9
* GUI: RPCConsole: Log wallet changesLuke Dashjr2018-03-261-0/+1
* Qt: Get wallet name from WalletModel rather than passing it aroundLuke Dashjr2018-03-261-1/+1
* Qt: Add wallet selector to debug consoleJonas Schnelli2018-03-261-4/+6
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
* move human-readable byte formatting to guiutilAaron Golliver2017-10-161-1/+0
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-2/+2
* Merge #9450: Increment MIT licence copyright header year on files modified in...Wladimir J. van der Laan2017-01-041-1/+1
|\
| * Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | Qt/RPCConsole: Teach RPCParseCommandLine how to filter out arguments to sensi...Luke Dashjr2016-12-291-3/+3
* | Qt/RPCConsole: Make it possible to parse a command without executing itLuke Dashjr2016-12-291-1/+4
* | Qt/RPCConsole: Refactor command_may_contain_sensitive_data function out of RP...Luke Dashjr2016-12-291-1/+0
* | Qt/RPCConsole: Don't store commands with potentially sensitive information in...Jonas Schnelli2016-12-291-0/+1
* | Qt/RPCConsole: Save current command entry when browsing historyJonas Schnelli2016-12-291-0/+1
|/
* qt: Remove on_toggleNetworkActiveButton_clicked from RPCConsoleWladimir J. van der Laan2016-12-071-2/+0
* qt: Prevent thread/memory leak on exiting RPCConsoleWladimir J. van der Laan2016-11-231-0/+2
* Merge #8996: Network activity toggleJonas Schnelli2016-11-111-0/+7
|\
| * Qt: Add GUI feedback and control of network activity state.Jon Lund Steffensen2016-10-241-0/+7
* | Fix auto-deselection of peersAndrew Chow2016-11-081-1/+3
|/
* [Qt] RPC-Console: support nested commands and simple value queriesJonas Schnelli2016-08-231-0/+2
* Report reindexing progress in GUIPieter Wuille2016-05-171-1/+1
* Merge #7668: Fix history deletion bug after font size changeJonas Schnelli2016-03-141-1/+1
|\
| * Fix history deletion bug after font changeAndrew C2016-03-111-1/+1
* | Add autocomplete to bitcoin-qt's console window.Luv Khemani2016-03-121-0/+2
|/
* Merge #7396: [Qt] Add option to increase/decrease font size in the console wi...Jonas Schnelli2016-01-281-0/+4
|\
| * [Qt] Add option to increase/decrease font size in the console windowJonas Schnelli2016-01-221-0/+4
* | [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTHMarcoFalke2016-01-201-1/+1
|/
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* [Qt] call GuessVerificationProgress synchronous during core signal, pass doub...Jonas Schnelli2015-11-301-1/+1
* [Qt] reduce cs_main in getVerificationProgress()Jonas Schnelli2015-11-301-1/+1
* Merge pull request #6979Wladimir J. van der Laan2015-11-201-0/+2
|\
| * [Qt] simple mempool info in debug windowJonas Schnelli2015-11-201-0/+2
* | [Qt] add shortcurts for debug-/console-windowJonas Schnelli2015-11-121-0/+9
|/
* [qt] Use fixed pitch font for the rpc consoleMarcoFalke2015-10-291-0/+1
* [Qt] bantable polishPhilip Kaufmann2015-09-161-2/+2
* [Qt] simplify ban list signal handlingPhilip Kaufmann2015-09-161-2/+2
* [Qt] bantable overhaulJonas Schnelli2015-09-161-2/+2
* [Qt] banlist, UI optimizing and better signal handlingJonas Schnelli2015-09-161-1/+6
* [Qt] add context menu with unban option to ban tableJonas Schnelli2015-09-161-2/+7
* [Qt] add ban functions to peers windowJonas Schnelli2015-09-161-0/+2
* Implement RPCTimerHandler for Qt RPC consoleWladimir J. van der Laan2015-09-031-0/+2
* qt: Introduce PlatformStyleWladimir J. van der Laan2015-07-311-1/+3
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-3/+3