aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
AgeCommit message (Expand)Author
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
2012-05-12Convert RPC console to QTextEdit instead of QTableViewWladimir J. van der Laan
2012-05-12add the client startup time to the debug window / rename Version label to Cli...Philip Kaufmann
2012-05-11if there is no current block number available display N/A on totalBlocks labe...Philip Kaufmann
2012-05-11add code to open (display) debug.log on Windows with the associated applicati...Philip Kaufmann
2012-05-09Automatically focus entry widget when console tab comes into focusWladimir J. van der Laan
2012-05-05Add UI RPC console / debug windowWladimir J. van der Laan