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
2019-01-21
Merge #14605: Return of the Banman
Wladimir J. van der Laan
2019-01-19
Merge #15178: qt: Improve "help-console" message
Wladimir J. van der Laan
2019-01-17
Merge #14250: qt: Remove redundant stopThread() and stopExecutor() signals
Wladimir J. van der Laan
2019-01-16
net: Break disconnecting out of Ban()
Cory Fields
2019-01-16
Improve "help-console" message
Hennadii Stepanov
2019-01-16
Merge #15136: qt: "Peers" tab overhaul
Wladimir J. van der Laan
2019-01-13
Replace remaining 0 with nullptr in Qt code
Ben Woosley
2019-01-10
Remove redundant stopExecutor() signal
Hennadii Stepanov
2019-01-09
Do not deselect peer when switching away from tab
Hennadii Stepanov
2019-01-09
Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL...
Wladimir J. van der Laan
2019-01-04
qt: Use WalletModel* instead of wallet name in console window
João Barbosa
2019-01-04
qt: Factor out WalletModel::getDisplayName()
João Barbosa
2018-12-11
qt: Allow to inspect RPCConsole tabs
João Barbosa
2018-11-06
Use IsDigit(...) instead of std::isdigit
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-18
Merge #14374: qt: Add "Blocksdir" to Debug window
Wladimir J. van der Laan
2018-10-13
Fix QCompleter popup regression
Hennadii Stepanov
2018-10-08
Add tooltips for both datadir and blocksdir
Hennadii Stepanov
2018-10-06
Add "Blocksdir" to Debug window
Hennadii Stepanov
2018-09-13
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-08-30
Merge #14103: docs: Fix broken Doxygen comments
Wladimir J. van der Laan
2018-08-27
Merge #13769: Mark single-argument constructors "explicit"
MarcoFalke
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
2018-08-08
Fix incorrect Doxygen comments
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-26
Mark single-argument constructors "explicit"
practicalswift
2018-06-24
Merge #13458: gui: Drop qt4 support
Wladimir J. van der Laan
2018-06-18
ui: Support wallets unloaded dynamically
João Barbosa
2018-06-18
gui: Remove QT_VERSION fallbacks for Qt < 5
Wladimir J. van der Laan
2018-05-29
Merge #13273: Qt/Bugfix: fix handling default wallet with no name
Wladimir J. van der Laan
2018-05-19
Qt: use [default wallet] as name for wallet with no name
Jonas Schnelli
2018-05-18
Qt/Bugfix: fix handling default wallet with no name
João Barbosa
2018-05-12
Add 'sethdseed' RPC to initialize or replace HD seed
Chris Moore
2018-04-11
Remove redundant initializations from the constructor
practicalswift
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/rpcconsole.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/clientmodel.cpp
Russell Yanofsky
2018-03-26
Qt: hide RPCConsole wallet selector when no wallets are present
Jonas Schnelli
2018-03-26
GUI: RPCConsole: Log wallet changes
Luke Dashjr
2018-03-26
Qt: Get wallet name from WalletModel rather than passing it around
Luke Dashjr
2018-03-26
Qt: Add wallet selector to debug console
Jonas Schnelli
2018-02-17
Split signrawtransaction into wallet and non-wallet
Andrew Chow
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-12
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-11-19
Merge #11698: [Docs] [Qt] RPC-Console nested commands documentation
Wladimir J. van der Laan
2017-11-17
Add help-console command to Qt debug console
Luke Mlsna
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
qt: refactor: Changes to make include paths absolute
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-16
move human-readable byte formatting to guiutil
Aaron Golliver
[next]