Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-26 | Remove openssl info from init/log and from Qt debug window | Jonas Schnelli | |
2016-02-03 | Merge branch 'master' into single_prodname | Luke Dashjr | |
2016-01-28 | GUI: Disable tab navigation for peers tables. | Kefkius | |
Fix a bug in which the Peers tab of the debug window does not allow navigation to other tabs via Ctrl[+Shift]+Tab. | |||
2016-01-26 | [Qt] Add a new chevron/arrow icon for the console prompt line | Jonas Schnelli | |
2016-01-23 | [Qt] keep scroll position in GUI console after changing font size | Jonas Schnelli | |
2016-01-22 | [Qt] Add option to increase/decrease font size in the console window | Jonas Schnelli | |
2015-12-14 | Unify package name to as few places as possible without major changes | Luke Dashjr | |
2015-11-20 | Merge pull request #6979 | Wladimir J. van der Laan | |
c197798 [Qt] simple mempool info in debug window (Jonas Schnelli) | |||
2015-11-20 | [Qt] simple mempool info in debug window | Jonas Schnelli | |
2015-11-04 | Improving labels for Sent / Received "Bytes" | Jonathan Cross | |
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 | |||
2015-09-23 | Rename rpcconsole.ui => debugwindow.ui | MarcoFalke | |