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
2018-08-27
Merge #13769: Mark single-argument constructors "explicit"
MarcoFalke
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
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
2017-09-21
Replace save|restoreWindowGeometry with Qt functions
MeshCollider
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-20
[Qt] Use wallet 0 in rpc console if running with multiple wallets
Jonas Schnelli
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-06-09
Remove duplicate includes
practicalswift
2017-05-17
Merge #10395: Replace boost::function with std::function (C++11)
Pieter Wuille
2017-05-13
Replace boost::function with std::function (C++11)
practicalswift
2017-05-08
Add OSX keystroke to clear RPCConsole
Spencer Lievens
2017-05-02
Merge #10093: [Qt] Don't add arguments of sensitive command to console window
Jonas Schnelli
2017-04-12
net: define NodeId as an int64_t
Cory Fields
2017-03-27
[Qt] Don't add arguments of sensitive command to console window
Jonas Schnelli
2017-03-27
Merge #10060: [Qt] Ensure an item exists on the rpcconsole stack before adding
Jonas Schnelli
2017-03-24
Ensure an item exists on the rpcconsole stack before adding
Andrew Chow
2017-03-23
Merge #9500: [Qt][RPC] Autocomplete commands for 'help' command in debug console
Jonas Schnelli
2017-01-25
net: Consistently use GetTimeMicros() for inactivity checks
Suhas Daftuar
2017-01-09
'help' rpc commands autocomplete
Andrew Chow
2017-01-09
Rename lambda argument name to prevent shadowing.
Pavel Janík
2017-01-04
Merge #9450: Increment MIT licence copyright header year on files modified in...
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-29
GUI/RPCConsole: Include importmulti in history sensitive-command filter
Luke Dashjr
2016-12-29
Qt/RPCConsole: Use RPCParseCommandLine to perform command filtering
Luke Dashjr
2016-12-29
Qt/RPCConsole: Teach RPCParseCommandLine how to filter out arguments to sensi...
Luke Dashjr
[next]