index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
rpcconsole.cpp
Age
Commit message (
Expand
)
Author
2012-07-07
show used OpenSSL library version in debug window
Philip Kaufmann
2012-06-12
Cross-platform "Open debug logfile"
Wladimir J. van der Laan
2012-06-01
move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin comm...
Philip Kaufmann
2012-05-23
add client startup time as an entry to debug.log (note: logged time in debug....
Philip Kaufmann
2012-05-20
Fine-grained UI updates
Wladimir J. van der Laan
2012-05-20
Merge pull request #1323 from Diapolo/string_fixes
Wladimir J. van der Laan
2012-05-18
add an icon for Debug logfile -> Open in the RPC console / add a missing comm...
Philip Kaufmann
2012-05-17
allow translation of "options" used in the --help message / split translation...
Philip Kaufmann
2012-05-14
fix DebugLog file opens twice after clicking "Open" in RPC Console Informatio...
Philip Kaufmann
2012-05-14
RPC console: scroll to the end when user enters a command
Wladimir J. van der Laan
2012-05-12
RPC console: don't crash on invalid input exception
Wladimir J. van der Laan
2012-05-12
Convert RPC console to QTextEdit instead of QTableView
Wladimir J. van der Laan
2012-05-12
add the client startup time to the debug window / rename Version label to Cli...
Philip Kaufmann
2012-05-11
if there is no current block number available display N/A on totalBlocks labe...
Philip Kaufmann
2012-05-11
add code to open (display) debug.log on Windows with the associated applicati...
Philip Kaufmann
2012-05-09
Automatically focus entry widget when console tab comes into focus
Wladimir J. van der Laan
2012-05-05
Add UI RPC console / debug window
Wladimir J. van der Laan