aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Merge #13458: gui: Drop qt4 supportWladimir J. van der Laan2018-06-241-4/+0
|\
| * gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan2018-06-181-4/+0
* | ui: Support wallets unloaded dynamicallyJoão Barbosa2018-06-181-0/+10
|/
* Merge #13273: Qt/Bugfix: fix handling default wallet with no nameWladimir J. van der Laan2018-05-291-3/+3
|\
| * Qt/Bugfix: fix handling default wallet with no nameJoão Barbosa2018-05-181-3/+3
* | Qt: use [default wallet] as name for wallet with no nameJonas Schnelli2018-05-191-1/+2
|/
* Add 'sethdseed' RPC to initialize or replace HD seedChris Moore2018-05-121-0/+1
* Remove redundant initializations from the constructorpracticalswift2018-04-111-6/+1
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-6/+6
* Remove direct bitcoin calls from qt/rpcconsole.cppRussell Yanofsky2018-04-041-21/+25
* Remove direct bitcoin calls from qt/clientmodel.cppRussell Yanofsky2018-04-041-3/+5
* Qt: hide RPCConsole wallet selector when no wallets are presentJonas Schnelli2018-03-261-0/+8
* GUI: RPCConsole: Log wallet changesLuke Dashjr2018-03-261-0/+9
* Qt: Get wallet name from WalletModel rather than passing it aroundLuke Dashjr2018-03-261-1/+2
* Qt: Add wallet selector to debug consoleJonas Schnelli2018-03-261-10/+30
* Split signrawtransaction into wallet and non-walletAndrew Chow2018-02-171-4/+5
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan2017-12-121-2/+0
|\
| * Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-2/+0
* | Merge #11698: [Docs] [Qt] RPC-Console nested commands documentationWladimir J. van der Laan2017-11-191-3/+31
|\ \ | |/ |/|
| * Add help-console command to Qt debug consoleLuke Mlsna2017-11-171-3/+31
* | qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan2017-11-161-2/+2
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-13/+13
|/
* move human-readable byte formatting to guiutilAaron Golliver2017-10-161-16/+4
* Replace save|restoreWindowGeometry with Qt functionsMeshCollider2017-09-211-3/+8
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-3/+3
* [Qt] Use wallet 0 in rpc console if running with multiple walletsJonas Schnelli2017-07-201-0/+9
* Fixed multiple typosDimitris Tsapakidis2017-06-221-2/+2
* Remove duplicate includespracticalswift2017-06-091-2/+0
* Merge #10395: Replace boost::function with std::function (C++11)Pieter Wuille2017-05-171-3/+3
|\
| * Replace boost::function with std::function (C++11)practicalswift2017-05-131-3/+3
* | Add OSX keystroke to clear RPCConsoleSpencer Lievens2017-05-081-1/+7
|/
* Merge #10093: [Qt] Don't add arguments of sensitive command to console windowJonas Schnelli2017-05-021-1/+1
|\
| * [Qt] Don't add arguments of sensitive command to console windowJonas Schnelli2017-03-271-1/+1
* | net: define NodeId as an int64_tCory Fields2017-04-121-2/+2
* | Merge #10060: [Qt] Ensure an item exists on the rpcconsole stack before addingJonas Schnelli2017-03-271-0/+4
|\ \ | |/ |/|
| * Ensure an item exists on the rpcconsole stack before addingAndrew Chow2017-03-241-0/+4
* | Merge #9500: [Qt][RPC] Autocomplete commands for 'help' command in debug consoleJonas Schnelli2017-03-231-0/+3
|\ \ | |/ |/|
| * 'help' rpc commands autocompleteAndrew Chow2017-01-091-0/+3
* | net: Consistently use GetTimeMicros() for inactivity checksSuhas Daftuar2017-01-251-3/+3
* | Rename lambda argument name to prevent shadowing.Pavel Janík2017-01-091-3/+3
|/
* 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
* | GUI/RPCConsole: Include importmulti in history sensitive-command filterLuke Dashjr2016-12-291-0/+1
* | Qt/RPCConsole: Use RPCParseCommandLine to perform command filteringLuke Dashjr2016-12-291-31/+46
* | Qt/RPCConsole: Teach RPCParseCommandLine how to filter out arguments to sensi...Luke Dashjr2016-12-291-2/+30
* | Qt/RPCConsole: Make it possible to parse a command without executing itLuke Dashjr2016-12-291-11/+13
* | Qt/RPCConsole: Truncate filtered commands to just the command name, rather th...Luke Dashjr2016-12-291-16/+14
* | Qt/RPCConsole: Add signmessagewithprivkey to list of commands filtered from h...Luke Dashjr2016-12-291-0/+1