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.h
Age
Commit message (
Expand
)
Author
2014-11-03
Fix all header defines
Pavel JanÃk
2014-09-18
[Qt] include and file header cleanup
Philip Kaufmann
2014-08-04
[Qt] tweak new peers tab in console window
Philip Kaufmann
2014-07-13
[Qt] Fix segfault when launched with -disablewallet
Cozz Lovan
2014-06-23
remove unneded class CNodeCombinedStats; from rpcconsole.cpp
Philip Kaufmann
2014-06-03
[Qt] style police and small addition in rpcconsole
Philip Kaufmann
2014-06-03
Qt: Add GUI view of peer information. #4133
Ashley Holman
2014-05-06
Remove NumBlocksOfPeers
Wladimir J. van der Laan
2014-03-18
Qt: Fix ESC in disablewallet mode
Wladimir J. van der Laan
2014-02-09
Copyright 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 menu
Philip Kaufmann
2013-11-14
[Qt] make most Windows appear centered on main GUI
Philip Kaufmann
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-08
[Qt] rename rpcconsole window
Philip Kaufmann
2013-11-04
qt: add license header to source files
Wladimir J. van der Laan
2013-10-14
Add network traffic graph
Scott Ellis
2012-06-01
move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin comm...
Philip Kaufmann
2012-05-20
Fine-grained UI updates
Wladimir J. van der Laan
2012-05-20
Merge pull request #1353 from Diapolo/RPC_OpenDebugLog_Icon
Wladimir J. van der Laan
2012-05-18
change strings to Bitcoin (uppercase), where it is used as a noun and update ...
Philip Kaufmann
2012-05-18
add an icon for Debug logfile -> Open in the RPC console / add a missing comm...
Philip Kaufmann
2012-05-14
RPC console: scroll to the end when user enters a command
Wladimir J. van der Laan
2012-05-12
Convert RPC console to QTextEdit instead of QTableView
Wladimir J. van der Laan
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