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
2020-03-04
refactor: Convert ping wait time from double to int64_t
Ben Woosley
2020-03-04
refactor: Convert min ping time from double to int64_t
Ben Woosley
2020-03-04
refactor: Convert ping time from double to int64_t
Ben Woosley
2020-01-22
Merge #17754: net: Don't allow resolving of std::string with embedded NUL cha...
Wladimir J. van der Laan
2020-01-16
gui: Remove warning "unused variable 'wallet_model'"
João Barbosa
2020-01-08
net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...
practicalswift
2019-10-15
gui: Make RPCConsole::TabTypes an enum class
João Barbosa
2019-10-02
gui: Add shortcuts for tab tools
João Barbosa
2019-08-29
Merge #16706: qt: Replace deprecated QSignalMapper by lambda expressions
Wladimir J. van der Laan
2019-08-29
Merge #16701: qt: Replace functions deprecated in Qt 5.13
Wladimir J. van der Laan
2019-08-28
Merge #14879: qt: Add warning messages to the debug window
MarcoFalke
2019-08-25
qt: Replace obsolete functions of QDesktopWidget
Hennadii Stepanov
2019-08-24
qt: Remove QSignalMapper from RPCConsole
Hennadii Stepanov
2019-08-11
Replace the use of fWhitelisted by permission checks
nicolas.dorier
2019-07-31
gui: Remove unused RPCConsole::tabFocus
João Barbosa
2019-06-26
scripted-diff: Avoid passing PACKAGE_NAME for translation
MarcoFalke
2019-05-30
gui: Enable console line edit on setClientModel
João Barbosa
2019-04-29
Remove unused OpenSSL includes to make it more clear where OpenSSL is used
practicalswift
2019-03-22
[rpc] Remove signrawtransaction warning
John Newbery
2019-01-25
Add warning messages to the debug window
Hennadii Stepanov
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
[next]