aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
AgeCommit message (Expand)Author
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-18Merge #14374: qt: Add "Blocksdir" to Debug windowWladimir J. van der Laan
2018-10-13Fix QCompleter popup regressionHennadii Stepanov
2018-10-08Add tooltips for both datadir and blocksdirHennadii Stepanov
2018-10-06Add "Blocksdir" to Debug windowHennadii Stepanov
2018-09-13convert C-style (void) parameter lists to C++ style ()Arvid Norberg
2018-08-30Merge #14103: docs: Fix broken Doxygen commentsWladimir J. van der Laan
2018-08-27Merge #13769: Mark single-argument constructors "explicit"MarcoFalke
2018-08-21qt: Use new Qt5 connect syntaxJoão Barbosa
2018-08-08Fix incorrect Doxygen commentspracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-26Mark single-argument constructors "explicit"practicalswift
2018-06-24Merge #13458: gui: Drop qt4 supportWladimir J. van der Laan
2018-06-18ui: Support wallets unloaded dynamicallyJoão Barbosa
2018-06-18gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan
2018-05-29Merge #13273: Qt/Bugfix: fix handling default wallet with no nameWladimir J. van der Laan
2018-05-19Qt: use [default wallet] as name for wallet with no nameJonas Schnelli
2018-05-18Qt/Bugfix: fix handling default wallet with no nameJoão Barbosa
2018-05-12Add 'sethdseed' RPC to initialize or replace HD seedChris Moore
2018-04-11Remove redundant initializations from the constructorpracticalswift
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/rpcconsole.cppRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/clientmodel.cppRussell Yanofsky
2018-03-26Qt: hide RPCConsole wallet selector when no wallets are presentJonas Schnelli
2018-03-26GUI: RPCConsole: Log wallet changesLuke Dashjr
2018-03-26Qt: Get wallet name from WalletModel rather than passing it aroundLuke Dashjr
2018-03-26Qt: Add wallet selector to debug consoleJonas Schnelli
2018-02-17Split signrawtransaction into wallet and non-walletAndrew Chow
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-12Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan
2017-11-19Merge #11698: [Docs] [Qt] RPC-Console nested commands documentationWladimir J. van der Laan
2017-11-17Add help-console command to Qt debug consoleLuke Mlsna
2017-11-16Remove includes in .cpp files for things the corresponding .h file already in...practicalswift
2017-11-16qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-16move human-readable byte formatting to guiutilAaron Golliver
2017-09-21Replace save|restoreWindowGeometry with Qt functionsMeshCollider
2017-08-07scripted-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 walletsJonas Schnelli
2017-06-22Fixed multiple typosDimitris Tsapakidis
2017-06-09Remove duplicate includespracticalswift
2017-05-17Merge #10395: Replace boost::function with std::function (C++11)Pieter Wuille
2017-05-13Replace boost::function with std::function (C++11)practicalswift
2017-05-08Add OSX keystroke to clear RPCConsoleSpencer Lievens
2017-05-02Merge #10093: [Qt] Don't add arguments of sensitive command to console windowJonas Schnelli
2017-04-12net: define NodeId as an int64_tCory Fields
2017-03-27[Qt] Don't add arguments of sensitive command to console windowJonas Schnelli
2017-03-27Merge #10060: [Qt] Ensure an item exists on the rpcconsole stack before addingJonas Schnelli
2017-03-24Ensure an item exists on the rpcconsole stack before addingAndrew Chow
2017-03-23Merge #9500: [Qt][RPC] Autocomplete commands for 'help' command in debug consoleJonas Schnelli