aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
AgeCommit message (Expand)Author
2014-10-14Headers-first synchronizationPieter Wuille
2014-09-18[Qt] include and file header cleanupPhilip Kaufmann
2014-08-04[Qt] tweak new peers tab in console windowPhilip Kaufmann
2014-07-13[Qt] Fix segfault when launched with -disablewalletCozz Lovan
2014-06-23remove unneded class CNodeCombinedStats; from rpcconsole.cppPhilip Kaufmann
2014-06-12add NetworkIDString() to chainparamsPhilip Kaufmann
2014-06-07[Qt] Improve rpc console history behaviorCozz Lovan
2014-06-05Fix GUI build with `--disable-wallet`Wladimir J. van der Laan
2014-06-04[Qt] add BerkeleyDB version info to RPCConsolePhilip Kaufmann
2014-06-03[Qt] style police and small addition in rpcconsolePhilip Kaufmann
2014-06-03Qt: Add GUI view of peer information. #4133Ashley Holman
2014-05-06Remove NumBlocksOfPeersWladimir J. van der Laan
2014-03-18Qt: Fix ESC in disablewallet modeWladimir J. van der Laan
2014-03-03[Qt] show number of in/out connections in debug consolePhilip Kaufmann
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-22[Qt] move helpmessage from debug window to main menuPhilip Kaufmann
2014-01-18[Qt] add utilitydialog.cpp/h and helpmessage classPhilip Kaufmann
2013-12-20qt: Treat regtest as testnetWladimir J. van der Laan
2013-11-27Split up bitcoinrpc (code movement only)Wladimir J. van der Laan
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-08[Qt] rename rpcconsole windowPhilip Kaufmann
2013-11-04qt: add license header to source filesWladimir J. van der Laan
2013-10-22Revert "Switch to using raw_utf8"Jeff Garzik
2013-10-22Merge pull request #2740 from constantined/constantinedGavin Andresen
2013-10-14Add network traffic graphScott Ellis
2013-07-29Bitcoin-Qt: save and restore position of debug windowPhilip Kaufmann
2013-07-23Switch to using raw_utf8constantined
2013-06-03Bitcoin-Qt: harmonize 2 setClientModel() functionsPhilip Kaufmann
2013-06-01Qt5 compatibilityWladimir J. van der Laan
2013-04-02Bitcoin-Qt: small RPCConsole cleanupPhilip Kaufmann
2013-03-17Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann
2013-01-04Bitcoin-Qt: never display own block count > estimated block countPhilip Kaufmann
2012-11-15Merge pull request #1767 from Diapolo/RPCCon_clear_historyWladimir J. van der Laan
2012-09-21enhance Qt5 compatibilityPhilip Kaufmann
2012-09-09Improve RPC console key event behaviourWladimir J. van der Laan
2012-09-02clear history when using clear button in RPC consolePhilip Kaufmann
2012-09-01RPC console: escaping within ' and " now handled differentlyWladimir J. van der Laan
2012-08-31In RPC console, attempt to format errorsWladimir J. van der Laan
2012-08-31Fix RPC console parser to handle escaped arguments more like bashWladimir J. van der Laan
2012-07-07show used OpenSSL library version in debug windowPhilip Kaufmann
2012-06-12Cross-platform "Open debug logfile"Wladimir J. van der Laan
2012-06-01move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin comm...Philip Kaufmann
2012-05-23add client startup time as an entry to debug.log (note: logged time in debug....Philip Kaufmann
2012-05-20Fine-grained UI updatesWladimir J. van der Laan
2012-05-20Merge pull request #1323 from Diapolo/string_fixesWladimir J. van der Laan
2012-05-18add an icon for Debug logfile -> Open in the RPC console / add a missing comm...Philip Kaufmann
2012-05-17allow translation of "options" used in the --help message / split translation...Philip Kaufmann
2012-05-14fix DebugLog file opens twice after clicking "Open" in RPC Console Informatio...Philip Kaufmann
2012-05-14RPC console: scroll to the end when user enters a commandWladimir J. van der Laan
2012-05-12RPC console: don't crash on invalid input exceptionWladimir J. van der Laan