aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
Commit message (Expand)AuthorAgeFilesLines
* qt: Name RPCConsole executor QThreadHennadii Stepanov2020-08-131-0/+4
* RPCConsole, take initial chaintip data as parameterJonas Schnelli2020-08-121-3/+3
* Merge #19334: wallet: Introduce WalletDatabase abstract classSamuel Dobson2020-07-231-1/+0
|\
| * walletdb: Introduce WalletDatabase abstract classAndrew Chow2020-07-141-1/+0
* | gui: Show permissions instead of whitelistedWladimir J. van der Laan2020-07-151-1/+9
* | gui, doc: rm Ban Score in GUI Peers window/release notes updatesJon Atack2020-07-141-3/+0
|/
* Merge #18993: qt: increase console command max lengthfanquake2020-07-091-0/+1
|\
| * qt: increase console command max length10xcryptodev2020-05-261-0/+1
* | Clean up separated ban/discourage interfacePieter Wuille2020-07-031-1/+1
* | walletdb: Move BDB specific things into bdb.{cpp/h}Andrew Chow2020-06-151-0/+1
* | Merge #17908: qt: Remove QFont warnings with QT_QPA_PLATFORM=minimalJonas Schnelli2020-05-291-1/+2
|\ \
| * | qt: Remove QFont warnings with QPA=minimalHennadii Stepanov2020-05-131-2/+3
| |/
* / gui: Remove un-actionable TODOMarcoFalke2020-05-171-4/+1
|/
* refactor: Add BerkeleyDatabaseVersion() functionHennadii Stepanov2020-05-111-3/+4
* refactor: Use override for non-final overridersHennadii Stepanov2020-05-081-2/+2
* Merge #15768: gui: Add close window shortcutJonas Schnelli2020-05-041-0/+2
|\
| * gui: Add close window shortcutMiguel Herranz2020-02-051-0/+2
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* | gui: display Mapped AS in peers info windowJon Atack2020-03-241-2/+3
* | refactor: Rename Node::disconnect methodsRussell Yanofsky2020-03-191-2/+2
* | refactor: Convert ping wait time from double to int64_tBen Woosley2020-03-041-1/+1
* | refactor: Convert min ping time from double to int64_tBen Woosley2020-03-041-1/+1
* | refactor: Convert ping time from double to int64_tBen Woosley2020-03-041-1/+1
|/
* Merge #17754: net: Don't allow resolving of std::string with embedded NUL cha...Wladimir J. van der Laan2020-01-221-1/+1
|\
| * net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...practicalswift2020-01-081-1/+1
* | gui: Remove warning "unused variable 'wallet_model'"João Barbosa2020-01-161-5/+1
|/
* gui: Make RPCConsole::TabTypes an enum classJoão Barbosa2019-10-151-7/+9
* gui: Add shortcuts for tab toolsJoão Barbosa2019-10-021-0/+10
* Merge #16706: qt: Replace deprecated QSignalMapper by lambda expressionsWladimir J. van der Laan2019-08-291-14/+4
|\
| * qt: Remove QSignalMapper from RPCConsoleHennadii Stepanov2019-08-241-14/+4
* | Merge #16701: qt: Replace functions deprecated in Qt 5.13Wladimir J. van der Laan2019-08-291-2/+2
|\ \
| * | qt: Replace obsolete functions of QDesktopWidgetHennadii Stepanov2019-08-251-2/+2
| |/
* | Merge #14879: qt: Add warning messages to the debug windowMarcoFalke2019-08-281-0/+17
|\ \ | |/ |/|
| * Add warning messages to the debug windowHennadii Stepanov2019-01-251-0/+17
* | Replace the use of fWhitelisted by permission checksnicolas.dorier2019-08-111-1/+1
* | gui: Remove unused RPCConsole::tabFocusJoão Barbosa2019-07-311-5/+0
* | scripted-diff: Avoid passing PACKAGE_NAME for translationMarcoFalke2019-06-261-2/+2
* | gui: Enable console line edit on setClientModelJoão Barbosa2019-05-301-0/+3
* | Remove unused OpenSSL includes to make it more clear where OpenSSL is usedpracticalswift2019-04-291-2/+0
* | [rpc] Remove signrawtransaction warningJohn Newbery2019-03-221-1/+0
* | Merge #14605: Return of the BanmanWladimir J. van der Laan2019-01-211-9/+9
|\ \
| * | net: Break disconnecting out of Ban()Cory Fields2019-01-161-9/+9
* | | Merge #15178: qt: Improve "help-console" messageWladimir J. van der Laan2019-01-191-7/+6
|\ \ \
| * | | Improve "help-console" messageHennadii Stepanov2019-01-161-7/+6
| |/ /
* | | Merge #14250: qt: Remove redundant stopThread() and stopExecutor() signalsWladimir J. van der Laan2019-01-171-7/+3
|\ \ \ | |/ / |/| |
| * | Remove redundant stopExecutor() signalHennadii Stepanov2019-01-101-7/+3
* | | Merge #15136: qt: "Peers" tab overhaulWladimir J. van der Laan2019-01-161-3/+2
|\ \ \
| * | | Do not deselect peer when switching away from tabHennadii Stepanov2019-01-091-3/+2
| |/ /
* / / Replace remaining 0 with nullptr in Qt codeBen Woosley2019-01-131-1/+1
|/ /
* | Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL...Wladimir J. van der Laan2019-01-091-1/+2
|\ \