Age | Commit message (Expand) | Author |
2021-07-18 | Merge bitcoin/bitcoin#21430: build: Add -Werror=implicit-fallthrough compile ... | fanquake |
2021-07-06 | Merge bitcoin-core/gui#375: Emit dataChanged signal to dynamically re-sort Pe... | Hennadii Stepanov |
2021-07-05 | Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough | Hennadii Stepanov |
2021-07-01 | Merge bitcoin-core/gui#330: Allow prompt icon to be colorized | Hennadii Stepanov |
2021-06-30 | qt: allow prompt icon to be colorized | Jarol Rodriguez |
2021-06-28 | qt: Emit dataChanged signal to dynamically re-sort Peers table | Hennadii Stepanov |
2021-06-22 | GUI: Always call parent changeEvent handler | Luke Dashjr |
2021-06-22 | GUI: Enable palette change adaptation on all platforms | Luke Dashjr |
2021-06-14 | Bugfix: GUI: Use a different shortcut for "1 d&ay" banning, due to conflict w... | Luke Dashjr |
2021-06-12 | GUI: Restore keyboard shortcuts for context menu entries | Luke Dashjr |
2021-06-07 | Merge bitcoin-core/gui#164: Handle peer addition/removal in a right way | Hennadii Stepanov |
2021-06-07 | qt: Handle peer addition/removal in a right way | Hennadii Stepanov |
2021-06-05 | Merge bitcoin-core/gui#256: Save/restore column sizes of the tables in the Pe... | Hennadii Stepanov |
2021-06-05 | Merge bitcoin-core/gui#329: Make console buttons look clickable | Hennadii Stepanov |
2021-06-05 | Merge bitcoin-core/gui#325: Align numbers in the "Peer Id" column to the right | Hennadii Stepanov |
2021-06-05 | qt: Save/restore column sizes of the tables in the Peers tab | Hennadii Stepanov |
2021-06-01 | Merge bitcoin/bitcoin#22107: scripted-diff: rename GetSystemTimeInSeconds to ... | fanquake |
2021-06-01 | Merge bitcoin-core/gui#123: rpc: Do not accept command while executing anothe... | Hennadii Stepanov |
2021-05-31 | Merge bitcoin-core/gui#331: Make RPC console welcome message translation-frie... | Hennadii Stepanov |
2021-05-31 | qt, rpc: Do not accept command while executing another one | Hennadii Stepanov |
2021-05-31 | qt, rpc: Accept stop RPC even another command is executing | Hennadii Stepanov |
2021-05-31 | qt, rpc, refactor: Return early in RPCConsole::on_lineEdit_returnPressed | Hennadii Stepanov |
2021-05-31 | qt, rpc: Add "Executing…" message | Hennadii Stepanov |
2021-05-31 | scripted-diff: rename GetSystemTimeInSeconds to GetTimeSeconds | fanquake |
2021-05-28 | Merge bitcoin-core/gui#275: Support runtime appearance adjustment on macOS | Hennadii Stepanov |
2021-05-27 | Merge bitcoin-core/gui#311: Peers Window rename 'Peer id' to 'Peer' | Hennadii Stepanov |
2021-05-20 | qt: Make RPC console welcome message translation-friendly | Hennadii Stepanov |
2021-05-20 | Merge bitcoin-core/gui#281: set shortcuts for console's resize buttons | W. J. van der Laan |
2021-05-17 | qt: Add shortcuts for console font resize buttons | Hennadii Stepanov |
2021-05-15 | qt: make console buttons look clickable | Jarol Rodriguez |
2021-05-14 | qt: Use native presentation of shortcut | Hennadii Stepanov |
2021-05-12 | qt: Align numbers in the "Peer Id" column to the right | Hennadii Stepanov |
2021-05-12 | scripted-diff: rename NetPermissionFlags enumerators | Jon Atack |
2021-05-12 | scripted-diff: add NetPermissionFlags scopes where not already present | Jon Atack |
2021-05-11 | Merge bitcoin-core/gui#271: Don't clear console prompt when font resizing | W. J. van der Laan |
2021-05-10 | Merge bitcoin-core/gui#194: Save/restore RPCConsole geometry only for window | Hennadii Stepanov |
2021-05-05 | gui: rename "Peer Id" to "Peer" in tab column and details area | Jon Atack |
2021-05-01 | qt: Make RPCConsole aware of runtime palette change | Hennadii Stepanov |
2021-04-30 | qt: Use template function qOverload in signal-slot connections | Hennadii Stepanov |
2021-04-28 | Merge bitcoin-core/gui#18: Add peertablesortproxy module | Hennadii Stepanov |
2021-04-22 | qt: Do not clear console prompt when font resizing | Hennadii Stepanov |
2021-04-22 | qt, refactor: Drop redundant history cleaning in RPC console | Hennadii Stepanov |
2021-04-22 | qt: Untie irrelevant signal-slot parameters | Hennadii Stepanov |
2021-04-14 | qt, refactor: Use better QMenu::addAction overloaded function | Hennadii Stepanov |
2021-04-14 | qt: Do not assign Alt+<KEY> shortcuts to context menu actions | Hennadii Stepanov |
2021-03-23 | qt, refactor: Drop redundant setEditTriggers(NoEditTriggers) calls | Hennadii Stepanov |
2021-03-07 | Merge bitcoin-core/gui#221: qt, refactor: rpcconsole translatable string fixe... | MarcoFalke |
2021-03-07 | qt: Use PeerTableSortProxy for sorting peer table | Hennadii Stepanov |
2021-03-03 | Change all ping times to std::chrono types | Pieter Wuille |
2021-02-28 | Hoist repeated translated strings to RPCConsole struct members | Jon Atack |