aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: Avoid passing PACKAGE_NAME for translationMarcoFalke2019-09-241-2/+2
* gui: Enable console line edit on setClientModelJoão Barbosa2019-06-071-0/+3
* 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
|\
| * Use IsDigit(...) instead of std::isdigitpracticalswift2018-11-061-1/+2
* | qt: Use WalletModel* instead of wallet name in console windowJoão Barbosa2019-01-041-23/+18
* | qt: Factor out WalletModel::getDisplayName()João Barbosa2019-01-041-1/+1
* | qt: Allow to inspect RPCConsole tabsJoão Barbosa2018-12-111-0/+10
|/
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* Merge #14374: qt: Add "Blocksdir" to Debug windowWladimir J. van der Laan2018-10-181-0/+4
|\
| * Add tooltips for both datadir and blocksdirHennadii Stepanov2018-10-081-0/+3
| * Add "Blocksdir" to Debug windowHennadii Stepanov2018-10-061-0/+1
* | Fix QCompleter popup regressionHennadii Stepanov2018-10-131-0/+1
|/
* convert C-style (void) parameter lists to C++ style ()Arvid Norberg2018-09-131-3/+3
* Merge #14103: docs: Fix broken Doxygen commentsWladimir J. van der Laan2018-08-301-1/+1
|\
| * Fix incorrect Doxygen commentspracticalswift2018-08-081-1/+1
* | Merge #13769: Mark single-argument constructors "explicit"MarcoFalke2018-08-271-1/+1
|\ \
| * | Mark single-argument constructors "explicit"practicalswift2018-07-261-1/+1
| |/
* | qt: Use new Qt5 connect syntaxJoão Barbosa2018-08-211-31/+29
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* Merge #13458: gui: Drop qt4 supportWladimir J. van der Laan2018-06-241-4/+0
|\
| * gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan2018-06-181-4/+0
* | ui: Support wallets unloaded dynamicallyJoão Barbosa2018-06-181-0/+10
|/
* Merge #13273: Qt/Bugfix: fix handling default wallet with no nameWladimir J. van der Laan2018-05-291-3/+3
|\
| * Qt/Bugfix: fix handling default wallet with no nameJoão Barbosa2018-05-181-3/+3
* | Qt: use [default wallet] as name for wallet with no nameJonas Schnelli2018-05-191-1/+2
|/
* Add 'sethdseed' RPC to initialize or replace HD seedChris Moore2018-05-121-0/+1
* Remove redundant initializations from the constructorpracticalswift2018-04-111-6/+1
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-6/+6
* Remove direct bitcoin calls from qt/rpcconsole.cppRussell Yanofsky2018-04-041-21/+25
* Remove direct bitcoin calls from qt/clientmodel.cppRussell Yanofsky2018-04-041-3/+5
* Qt: hide RPCConsole wallet selector when no wallets are presentJonas Schnelli2018-03-261-0/+8
* GUI: RPCConsole: Log wallet changesLuke Dashjr2018-03-261-0/+9
* Qt: Get wallet name from WalletModel rather than passing it aroundLuke Dashjr2018-03-261-1/+2
* Qt: Add wallet selector to debug consoleJonas Schnelli2018-03-261-10/+30
* Split signrawtransaction into wallet and non-walletAndrew Chow2018-02-171-4/+5
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan2017-12-121-2/+0
|\
| * Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-2/+0
* | Merge #11698: [Docs] [Qt] RPC-Console nested commands documentationWladimir J. van der Laan2017-11-191-3/+31
|\ \ | |/ |/|
| * Add help-console command to Qt debug consoleLuke Mlsna2017-11-171-3/+31
* | qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan2017-11-161-2/+2