aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.h
Commit message (Expand)AuthorAgeFilesLines
* [Qt] tweak new peers tab in console windowPhilip Kaufmann2014-08-041-18/+11
* [Qt] Fix segfault when launched with -disablewalletCozz Lovan2014-07-131-0/+2
* remove unneded class CNodeCombinedStats; from rpcconsole.cppPhilip Kaufmann2014-06-231-1/+0
* [Qt] style police and small addition in rpcconsolePhilip Kaufmann2014-06-031-3/+5
* Qt: Add GUI view of peer information. #4133Ashley Holman2014-06-031-0/+29
* Remove NumBlocksOfPeersWladimir J. van der Laan2014-05-061-1/+1
* Qt: Fix ESC in disablewallet modeWladimir J. van der Laan2014-03-181-0/+1
* 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-2/+0
* [Qt] make most Windows appear centered on main GUIPhilip Kaufmann2013-11-141-1/+1
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-1/+2
* [Qt] rename rpcconsole windowPhilip Kaufmann2013-11-081-2/+1
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
* Add network traffic graphScott Ellis2013-10-141-0/+9
* move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin comm...Philip Kaufmann2012-06-011-0/+2
* Fine-grained UI updatesWladimir J. van der Laan2012-05-201-1/+1
* Merge pull request #1353 from Diapolo/RPC_OpenDebugLog_IconWladimir J. van der Laan2012-05-201-0/+1
|\
| * add an icon for Debug logfile -> Open in the RPC console / add a missing comm...Philip Kaufmann2012-05-181-0/+1
* | change strings to Bitcoin (uppercase), where it is used as a noun and update ...Philip Kaufmann2012-05-181-1/+1
|/
* RPC console: scroll to the end when user enters a commandWladimir J. van der Laan2012-05-141-1/+2
* Convert RPC console to QTextEdit instead of QTableViewWladimir J. van der Laan2012-05-121-4/+1
* add code to open (display) debug.log on Windows with the associated applicati...Philip Kaufmann2012-05-111-1/+1
* Automatically focus entry widget when console tab comes into focusWladimir J. van der Laan2012-05-091-1/+2
* Add UI RPC console / debug windowWladimir J. van der Laan2012-05-051-0/+64