aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* if there is no current block number available display N/A on totalBlocks labe...Philip Kaufmann2012-05-111-1/+2
* add code to open (display) debug.log on Windows with the associated applicati...Philip Kaufmann2012-05-111-0/+12
* Automatically focus entry widget when console tab comes into focusWladimir J. van der Laan2012-05-091-21/+17
* Add UI RPC console / debug windowWladimir J. van der Laan2012-05-051-0/+316