aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
AgeCommit message (Expand)Author
2021-07-06Merge bitcoin-core/gui#375: Emit dataChanged signal to dynamically re-sort Pe...Hennadii Stepanov
2021-07-01Merge bitcoin-core/gui#330: Allow prompt icon to be colorizedHennadii Stepanov
2021-06-30qt: allow prompt icon to be colorizedJarol Rodriguez
2021-06-28qt: Emit dataChanged signal to dynamically re-sort Peers tableHennadii Stepanov
2021-06-22GUI: Always call parent changeEvent handlerLuke Dashjr
2021-06-22GUI: Enable palette change adaptation on all platformsLuke Dashjr
2021-06-14Bugfix: GUI: Use a different shortcut for "1 d&ay" banning, due to conflict w...Luke Dashjr
2021-06-12GUI: Restore keyboard shortcuts for context menu entriesLuke Dashjr
2021-06-07Merge bitcoin-core/gui#164: Handle peer addition/removal in a right wayHennadii Stepanov
2021-06-07qt: Handle peer addition/removal in a right wayHennadii Stepanov
2021-06-05Merge bitcoin-core/gui#256: Save/restore column sizes of the tables in the Pe...Hennadii Stepanov
2021-06-05Merge bitcoin-core/gui#329: Make console buttons look clickableHennadii Stepanov
2021-06-05Merge bitcoin-core/gui#325: Align numbers in the "Peer Id" column to the rightHennadii Stepanov
2021-06-05qt: Save/restore column sizes of the tables in the Peers tabHennadii Stepanov
2021-06-01Merge bitcoin/bitcoin#22107: scripted-diff: rename GetSystemTimeInSeconds to ...fanquake
2021-06-01Merge bitcoin-core/gui#123: rpc: Do not accept command while executing anothe...Hennadii Stepanov
2021-05-31Merge bitcoin-core/gui#331: Make RPC console welcome message translation-frie...Hennadii Stepanov
2021-05-31qt, rpc: Do not accept command while executing another oneHennadii Stepanov
2021-05-31qt, rpc: Accept stop RPC even another command is executingHennadii Stepanov
2021-05-31qt, rpc, refactor: Return early in RPCConsole::on_lineEdit_returnPressedHennadii Stepanov
2021-05-31qt, rpc: Add "Executing…" messageHennadii Stepanov
2021-05-31scripted-diff: rename GetSystemTimeInSeconds to GetTimeSecondsfanquake
2021-05-28Merge bitcoin-core/gui#275: Support runtime appearance adjustment on macOSHennadii Stepanov
2021-05-27Merge bitcoin-core/gui#311: Peers Window rename 'Peer id' to 'Peer'Hennadii Stepanov
2021-05-20qt: Make RPC console welcome message translation-friendlyHennadii Stepanov
2021-05-20Merge bitcoin-core/gui#281: set shortcuts for console's resize buttonsW. J. van der Laan
2021-05-17qt: Add shortcuts for console font resize buttonsHennadii Stepanov
2021-05-15qt: make console buttons look clickableJarol Rodriguez
2021-05-14qt: Use native presentation of shortcutHennadii Stepanov
2021-05-12qt: Align numbers in the "Peer Id" column to the rightHennadii Stepanov
2021-05-12scripted-diff: rename NetPermissionFlags enumeratorsJon Atack
2021-05-12scripted-diff: add NetPermissionFlags scopes where not already presentJon Atack
2021-05-11Merge bitcoin-core/gui#271: Don't clear console prompt when font resizingW. J. van der Laan
2021-05-10Merge bitcoin-core/gui#194: Save/restore RPCConsole geometry only for windowHennadii Stepanov
2021-05-05gui: rename "Peer Id" to "Peer" in tab column and details areaJon Atack
2021-05-01qt: Make RPCConsole aware of runtime palette changeHennadii Stepanov
2021-04-30qt: Use template function qOverload in signal-slot connectionsHennadii Stepanov
2021-04-28Merge bitcoin-core/gui#18: Add peertablesortproxy moduleHennadii Stepanov
2021-04-22qt: Do not clear console prompt when font resizingHennadii Stepanov
2021-04-22qt, refactor: Drop redundant history cleaning in RPC consoleHennadii Stepanov
2021-04-22qt: Untie irrelevant signal-slot parametersHennadii Stepanov
2021-04-14qt, refactor: Use better QMenu::addAction overloaded functionHennadii Stepanov
2021-04-14qt: Do not assign Alt+<KEY> shortcuts to context menu actionsHennadii Stepanov
2021-03-23qt, refactor: Drop redundant setEditTriggers(NoEditTriggers) callsHennadii Stepanov
2021-03-07Merge bitcoin-core/gui#221: qt, refactor: rpcconsole translatable string fixe...MarcoFalke
2021-03-07qt: Use PeerTableSortProxy for sorting peer tableHennadii Stepanov
2021-03-03Change all ping times to std::chrono typesPieter Wuille
2021-02-28Hoist repeated translated strings to RPCConsole struct membersJon Atack
2021-02-28RPCConsole::updateDetailWidget: convert strings to translated stringsJon Atack
2021-02-25gui: add "Last Block" (CNodeStats::nLastBlockTime) to peer detailsJon Atack