aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Qt] tweak new peers tab in console windowPhilip Kaufmann2014-08-041-96/+59
* [Qt] Fix segfault when launched with -disablewalletCozz Lovan2014-07-131-5/+24
* remove unneded class CNodeCombinedStats; from rpcconsole.cppPhilip Kaufmann2014-06-231-1/+2
* add NetworkIDString() to chainparamsPhilip Kaufmann2014-06-121-1/+1
* [Qt] Improve rpc console history behaviorCozz Lovan2014-06-071-2/+2
* Fix GUI build with `--disable-wallet`Wladimir J. van der Laan2014-06-051-0/+2
* [Qt] add BerkeleyDB version info to RPCConsolePhilip Kaufmann2014-06-041-1/+9
* [Qt] style police and small addition in rpcconsolePhilip Kaufmann2014-06-031-7/+8
* Qt: Add GUI view of peer information. #4133Ashley Holman2014-06-031-11/+181
* Remove NumBlocksOfPeersWladimir J. van der Laan2014-05-061-5/+3
* Qt: Fix ESC in disablewallet modeWladimir J. van der Laan2014-03-181-0/+7
* [Qt] show number of in/out connections in debug consolePhilip Kaufmann2014-03-031-1/+8
* Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* [Qt] move helpmessage from debug window to main menuPhilip Kaufmann2014-01-221-8/+0
* [Qt] add utilitydialog.cpp/h and helpmessage classPhilip Kaufmann2014-01-181-2/+3
* qt: Treat regtest as testnetWladimir J. van der Laan2013-12-201-1/+1
* Split up bitcoinrpc (code movement only)Wladimir J. van der Laan2013-11-271-1/+2
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-6/+8
* [Qt] rename rpcconsole windowPhilip Kaufmann2013-11-081-6/+2
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
* Revert "Switch to using raw_utf8"Jeff Garzik2013-10-221-2/+2
* Merge pull request #2740 from constantined/constantinedGavin Andresen2013-10-221-2/+2
|\
| * Switch to using raw_utf8constantined2013-07-231-2/+2
* | Add network traffic graphScott Ellis2013-10-141-1/+54
* | Bitcoin-Qt: save and restore position of debug windowPhilip Kaufmann2013-07-291-0/+2
* | Bitcoin-Qt: harmonize 2 setClientModel() functionsPhilip Kaufmann2013-06-031-2/+4
|/
* Qt5 compatibilityWladimir J. van der Laan2013-06-011-0/+2
* Bitcoin-Qt: small RPCConsole cleanupPhilip Kaufmann2013-04-021-9/+3
* Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann2013-03-171-3/+3
* Bitcoin-Qt: never display own block count > estimated block countPhilip Kaufmann2013-01-041-7/+2
* Merge pull request #1767 from Diapolo/RPCCon_clear_historyWladimir J. van der Laan2012-11-151-2/+3
|\
| * clear history when using clear button in RPC consolePhilip Kaufmann2012-09-021-2/+3
* | enhance Qt5 compatibilityPhilip Kaufmann2012-09-211-1/+1
* | Improve RPC console key event behaviourWladimir J. van der Laan2012-09-091-6/+26
|/
* RPC console: escaping within ' and " now handled differentlyWladimir J. van der Laan2012-09-011-16/+9
* In RPC console, attempt to format errorsWladimir J. van der Laan2012-08-311-2/+13
* Fix RPC console parser to handle escaped arguments more like bashWladimir J. van der Laan2012-08-311-20/+98
* show used OpenSSL library version in debug windowPhilip Kaufmann2012-07-071-0/+4
* Cross-platform "Open debug logfile"Wladimir J. van der Laan2012-06-121-6/+0
* move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin comm...Philip Kaufmann2012-06-011-3/+12
* add client startup time as an entry to debug.log (note: logged time in debug....Philip Kaufmann2012-05-231-1/+1
* Fine-grained UI updatesWladimir J. van der Laan2012-05-201-3/+4
* Merge pull request #1323 from Diapolo/string_fixesWladimir J. van der Laan2012-05-201-3/+3
|\
| * allow translation of "options" used in the --help message / split translation...Philip Kaufmann2012-05-171-3/+3
* | add an icon for Debug logfile -> Open in the RPC console / add a missing comm...Philip Kaufmann2012-05-181-1/+3
|/
* fix DebugLog file opens twice after clicking "Open" in RPC Console Informatio...Philip Kaufmann2012-05-141-1/+0
* RPC console: scroll to the end when user enters a commandWladimir J. van der Laan2012-05-141-0/+9
* RPC console: don't crash on invalid input exceptionWladimir J. van der Laan2012-05-121-10/+17
* Convert RPC console to QTextEdit instead of QTableViewWladimir J. van der Laan2012-05-121-70/+54
* add the client startup time to the debug window / rename Version label to Cli...Philip Kaufmann2012-05-121-0/+1