aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/debugwindow.ui
Commit message (Collapse)AuthorAgeFilesLines
* Add a form dialog for adding peersShafil Alam2021-06-051-14/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed tabIndex and width in debugwindow.ui Added Qt UI files for each dialog Added Qt UI files Added separate thread for peer dialogs to run RPC commands Fixed tabIndex Remove unneeded includes Fixed error Replaced RPCExecutor with g_connman Replaced RPCExecutor with g_connman Added two input fields for peer address and port Remove peerThread Validate IP addresses Remove Peer now uses selected IP address in peerWidget Interpret RPC response Remove redundant include Use a regular expression to validate IPs Disconnect node if it has been discovered Use port based on current chain Change peerAddress -> peerPort Allowed DNS names to be entered Update src/qt/peerdialog.cpp Co-authored-by: Ross Nicoll <[email protected]> Fix typo Co-authored-by: Ross Nicoll <[email protected]> Use LookupHost to check address Co-authored-by: Ross Nicoll <[email protected]> Fix syntax typo
* Display minimum ping in debug window.R E Broadley2016-10-151-2/+25
|
* qt: Remove client name from debug windowWladimir J. van der Laan2016-06-281-49/+26
| | | | | Remove the client name from the debug window in the GUI. It is already part of the user agent, so adding it separately doesn't add anything.
* [Qt] Debug window: replace "Build date" with "Datadir"Jonas Schnelli2016-03-221-2/+5
| | | | | The build date does only makes sense for custom/self-compiled bitcoin-core versions because we are using static build-dates for our deterministic release builds. Having a quick option to get the current datadir is much more valuable for debug purposes.
* Remove openssl info from init/log and from Qt debug windowJonas Schnelli2016-02-261-61/+35
|
* Merge branch 'master' into single_prodnameLuke Dashjr2016-02-031-18/+147
|\
| * GUI: Disable tab navigation for peers tables.Kefkius2016-01-281-0/+6
| | | | | | | | | | Fix a bug in which the Peers tab of the debug window does not allow navigation to other tabs via Ctrl[+Shift]+Tab.
| * [Qt] Add a new chevron/arrow icon for the console prompt lineJonas Schnelli2016-01-261-4/+37
| |
| * [Qt] keep scroll position in GUI console after changing font sizeJonas Schnelli2016-01-231-2/+2
| |
| * [Qt] Add option to increase/decrease font size in the console windowJonas Schnelli2016-01-221-23/+113
| |
* | Unify package name to as few places as possible without major changesLuke Dashjr2015-12-141-1/+1
|/
* Merge pull request #6979Wladimir J. van der Laan2015-11-201-44/+104
|\ | | | | | | c197798 [Qt] simple mempool info in debug window (Jonas Schnelli)
| * [Qt] simple mempool info in debug windowJonas Schnelli2015-11-201-44/+104
| |
* | Improving labels for Sent / Received "Bytes"Jonathan Cross2015-11-041-2/+2
|/ | | | | | | | | | | | | | | The labels for Sent & Received data in the "Peers" debug panel should not be defined as "Bytes" because the units (B, KB, MB) appear after the number. I decided to simply use "Sent" and "Received" (rather than "Data Sent" and "Data Received") because we already have translations for the former: https://www.transifex.com/bitcoin/bitcoin/viewstrings/#ja/qt-translation-011x/47533089?q=sent https://www.transifex.com/bitcoin/bitcoin/viewstrings/#ja/qt-translation-011x/47533089?q=received Demo of changes: Current UI: Bytes Sent 12 KB Bytes Received 26 MB With this pull request: Sent 12 KB Received 26 MB
* Rename rpcconsole.ui => debugwindow.uiMarcoFalke2015-09-231-0/+1272