Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-17 | allow translation of "options" used in the --help message / split ↵ | Philip Kaufmann | |
translation of RPC console welcome message and remove the need to take care of "<br>" / remove some spaces in strings and misc other stuff related to translations | |||
2012-05-14 | fix DebugLog file opens twice after clicking "Open" in RPC Console ↵ | Philip Kaufmann | |
Information tab | |||
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 | RPC console: don't crash on invalid input exception | Wladimir J. van der Laan | |
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-12 | add the client startup time to the debug window / rename Version label to ↵ | Philip Kaufmann | |
Client, which is better suiting now / add IBeamCursor for selectable text on the information page / make ">" sign on RPC page untranslatable / re-order XML-file tags to match real GUI element order | |||
2012-05-11 | if there is no current block number available display N/A on totalBlocks ↵ | Philip Kaufmann | |
label, instead of 0, which can not ever be true | |||
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 | |