aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/debugwindow.ui
Commit message (Collapse)AuthorAgeFilesLines
* gui: Clarify block height labelHennadii Stepanov2020-07-251-1/+1
|
* gui: Show permissions instead of whitelistedWladimir J. van der Laan2020-07-151-2/+2
| | | | | | | Show detailed permissions instead of legacy "whitelisted" flag. These are formatted with `&` in between just like services flags. It reuses the "N/A" translation message if not. This removes the one-but-last use of `legacyWhitelisted`.
* gui, doc: rm Ban Score in GUI Peers window/release notes updatesJon Atack2020-07-141-43/+20
|
* qt: Do not truncate node flag strings in debugwindow.ui peers details tab.saibato2020-06-221-6/+0
| | | | | | | Not all possible node flags are visible in details of peers tab since v18.2. qt will now autoadapt the slider to the full string size. Signed-off-by: saibato <[email protected]>
* gui: avoid QT Designer/Form Editor re-formattingJon Atack2020-03-241-17/+17
| | | | Co-authored-by: Hennadii Stepanov <[email protected]>
* gui: display Mapped AS in peers info windowJon Atack2020-03-241-0/+26
|
* gui: renamed 'debug window' to 'node window'Zero2020-01-061-1/+1
| | | | | | | - Renamed 'Debug window' to a more user friendly term - 'Node window' - in the window title and tray menu. fixes #17082
* Merge #14879: qt: Add warning messages to the debug windowMarcoFalke2019-08-281-0/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 593ba696fb32da558091ac02ad87c4893db4ce97 Add warning messages to the debug window (Hennadii Stepanov) Pull request description: Fix: #11016 This PR adds warning messages to the debug window in `-disablewallet` mode. ![screenshot from 2018-12-06 01-01-27](https://user-images.githubusercontent.com/32963518/49550070-413c1c80-f8f3-11e8-9865-efb49ea8da45.png) ACKs for top commit: jonasschnelli: utACK 593ba696fb32da558091ac02ad87c4893db4ce97 promag: ACK 593ba696fb32da558091ac02ad87c4893db4ce97, agree with @Sjors https://github.com/bitcoin/bitcoin/pull/14879#pullrequestreview-196433092 above. ryanofsky: utACK 593ba696fb32da558091ac02ad87c4893db4ce97 Tree-SHA512: a8ca78529bb16813ba7bfaf5ccd4349189979f08e78ea857746a6fb00fd9d7ed98d8f06f384830acba21dac57070060af23f6be8249398feb32a6efff1333de8
| * Add warning messages to the debug windowHennadii Stepanov2019-01-251-0/+19
| |
* | Merge #16090: Qt: Add vertical spacer to peer detail widgetWladimir J. van der Laan2019-06-031-0/+13
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 36b0a2f2a6b49008c4f37866a9e3ab702eb34eda Add vertical spacer (Josu Goñi) Pull request description: Before: ![image](https://user-images.githubusercontent.com/25986871/58375408-a8f22c80-7f52-11e9-96ca-14f2186e6fa7.png) After: ![image](https://user-images.githubusercontent.com/25986871/58375420-fa022080-7f52-11e9-8add-eafe98068e8d.png) ACKs for commit 36b0a2: fanquake: utACK https://github.com/bitcoin/bitcoin/pull/16090/commits/36b0a2f2a6b49008c4f37866a9e3ab702eb34eda hebasto: tACK 36b0a2f2a6b49008c4f37866a9e3ab702eb34eda on Linux Mint 19.1, Qt 5.9.5 fanquake: re-utACK https://github.com/bitcoin/bitcoin/commit/36b0a2f2a6b49008c4f37866a9e3ab702eb34eda kristapsk: ACK 36b0a2f2a6b49008c4f37866a9e3ab702eb34eda (tested with Qt 5.11.3 under Linux/Xfce4) promag: Tested ACK https://github.com/bitcoin/bitcoin/pull/16090/commits/36b0a2f2a6b49008c4f37866a9e3ab702eb34eda on macos 10.14.3. Resizing the window works as expected. Tree-SHA512: 26ec9700aa9116ec2c604f8ec7b825b30c83c1d497c21f2191d3585868db4a2e3921de607dea9f7cd9a1ea49361215d738e2aba1936566d85757d87112d73088
| * | Add vertical spacerJosu Goñi2019-05-261-0/+13
| | |
* | | gui: Enable console line edit on setClientModelJoão Barbosa2019-05-301-0/+3
|/ /
* | Merge #15167: qt: Fix wallet selector size adjustmentWladimir J. van der Laan2019-01-211-0/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ca91661adf9fa22bf1c919d118de27bfac04e94c Fix wallet selector size adjustment (Hennadii Stepanov) Pull request description: This PR sets `QComboBox::AdjustToContents` instead of default `QComboBox::AdjustToContentsOnFirstShow` for wallet selectors. Before (in master): ![screenshot from 2019-01-14 20-47-22](https://user-images.githubusercontent.com/32963518/51133771-83d00d80-183e-11e9-812c-3a1119fa766e.png) After (with this PR): ![screenshot from 2019-01-14 20-48-43](https://user-images.githubusercontent.com/32963518/51133788-90546600-183e-11e9-8394-eb62a998b90f.png) Tree-SHA512: c23ac91905bb31aaa32f2fccc02b01f5707d8b094020fe6a75a9e099e78f9191670474920234a01c46480f67d3d311f44ff46f1f4202cd50a4a6d4d09a8342ce
| * | Fix wallet selector size adjustmentHennadii Stepanov2019-01-141-0/+3
| |/
* / Improve Peers tab layoutHennadii Stepanov2019-01-091-562/+585
|/ | | | Using the QSplitter and QScrollArea classes.
* Add tooltips for both datadir and blocksdirHennadii Stepanov2018-10-081-0/+6
|
* Add "Blocksdir" to Debug windowHennadii Stepanov2018-10-061-18/+44
| | | | | To get the current blocksdir is valuable for debug purposes after merging #12653.
* Qt: Add wallet selector to debug consoleJonas Schnelli2018-03-261-0/+16
|
* qt: refactor: Use absolute include paths in .ui filesWladimir J. van der Laan2017-11-161-1/+1
|
* Change 'Clear' button string to 'Reset'Daniel Aleksandersen2017-02-051-1/+1
| | | | | | Easier to understand what the button does (it resets the graph view). 'Clear' might mean that the graph is emptied and stops updating, whereas its easier to see that you're just starting fresh with 'Reset'.
* 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