Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-20 | Merge pull request #1353 from Diapolo/RPC_OpenDebugLog_Icon | Wladimir J. van der Laan | |
GUI: add an icon for Debug logfile -> Open in the RPC console | |||
2012-05-18 | change strings to Bitcoin (uppercase), where it is used as a noun and update ↵ | Philip Kaufmann | |
strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string | |||
2012-05-18 | add an icon for Debug logfile -> Open in the RPC console / add a missing ↵ | Philip Kaufmann | |
comment in rpcconsole.h | |||
2012-05-14 | RPC console: scroll to the end when user enters a command | Wladimir J. van der Laan | |
- Ensures that the command and reply is visible | |||
2012-05-12 | Convert RPC console to QTextEdit instead of QTableView | Wladimir J. van der Laan | |
* This allows copy/pasting whole or partial messages * Handle output more consistently in console * No more scrollbars-in-scrollbars: by setting per-pixel scrolling on the table, cells can have any height * Decorations for "request" and "reply" are changed to the txin and txout icons instead of colored squares | |||
2012-05-11 | add code to open (display) debug.log on Windows with the associated ↵ | Philip Kaufmann | |
application and add a button to the Information page in the Debug console | |||
2012-05-09 | Automatically focus entry widget when console tab comes into focus | Wladimir J. van der Laan | |
Fixes #1241 | |||
2012-05-05 | Add UI RPC console / debug window | Wladimir J. van der Laan | |