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
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-12
add NetworkIDString() to chainparams
Philip Kaufmann
2014-06-07
[Qt] Improve rpc console history behavior
Cozz Lovan
2014-06-05
Fix GUI build with `--disable-wallet`
Wladimir J. van der Laan
2014-06-04
[Qt] add BerkeleyDB version info to RPCConsole
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-03-03
[Qt] show number of in/out connections in debug console
Philip Kaufmann
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
2014-01-18
[Qt] add utilitydialog.cpp/h and helpmessage class
Philip Kaufmann
2013-12-20
qt: Treat regtest as testnet
Wladimir J. van der Laan
2013-11-27
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
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-22
Revert "Switch to using raw_utf8"
Jeff Garzik
2013-10-22
Merge pull request #2740 from constantined/constantined
Gavin Andresen
2013-10-14
Add network traffic graph
Scott Ellis
2013-07-29
Bitcoin-Qt: save and restore position of debug window
Philip Kaufmann
2013-07-23
Switch to using raw_utf8
constantined
2013-06-03
Bitcoin-Qt: harmonize 2 setClientModel() functions
Philip Kaufmann
2013-06-01
Qt5 compatibility
Wladimir J. van der Laan
2013-04-02
Bitcoin-Qt: small RPCConsole cleanup
Philip Kaufmann
2013-03-17
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2013-01-04
Bitcoin-Qt: never display own block count > estimated block count
Philip Kaufmann
2012-11-15
Merge pull request #1767 from Diapolo/RPCCon_clear_history
Wladimir J. van der Laan
2012-09-21
enhance Qt5 compatibility
Philip Kaufmann
2012-09-09
Improve RPC console key event behaviour
Wladimir J. van der Laan
2012-09-02
clear history when using clear button in RPC console
Philip Kaufmann
2012-09-01
RPC console: escaping within ' and " now handled differently
Wladimir J. van der Laan
2012-08-31
In RPC console, attempt to format errors
Wladimir J. van der Laan
2012-08-31
Fix RPC console parser to handle escaped arguments more like bash
Wladimir J. van der Laan
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
[next]