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
2015-11-20
Merge pull request #6979
Wladimir J. van der Laan
2015-11-20
[Qt] simple mempool info in debug window
Jonas Schnelli
2015-11-12
[Qt] add shortcurts for debug-/console-window
Jonas Schnelli
2015-10-29
[qt] Use fixed pitch font for the rpc console
MarcoFalke
2015-09-16
[Qt] bantable polish
Philip Kaufmann
2015-09-16
[Qt] simplify ban list signal handling
Philip Kaufmann
2015-09-16
[Qt] bantable overhaul
Jonas Schnelli
2015-09-16
[Qt] banlist, UI optimizing and better signal handling
Jonas Schnelli
2015-09-16
[Qt] add context menu with unban option to ban table
Jonas Schnelli
2015-09-16
[Qt] add ban functions to peers window
Jonas Schnelli
2015-09-03
Implement RPCTimerHandler for Qt RPC console
Wladimir J. van der Laan
2015-07-31
qt: Introduce PlatformStyle
Wladimir J. van der Laan
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-06-11
[Qt] deselect peer when switching away from peers tab in RPC console
Philip Kaufmann
2015-06-02
[Qt] disconnect peers from peers tab via context menu
Philip Kaufmann
2015-03-09
[Qt] rework setNumBlocks to have blockDate as parameter
Philip Kaufmann
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-19
Merge pull request #5470
Wladimir J. van der Laan
2014-12-16
Remove references to X11 licence
Michael Ford
2014-11-13
[Qt] the RPC Console should be a QWidget to make window more independent
Jonas Schnelli
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