37 Commits (51ed9ec971614aebdbfbd9527aba365dd0afd437)

Author SHA1 Message Date
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Philip Kaufmann 91163c15f6 [Qt] rename rpcconsole window 11 years ago
Wladimir J. van der Laan e592d43f51 qt: add license header to source files 11 years ago
Jeff Garzik 0db9a805bd Revert "Switch to using raw_utf8" 11 years ago
Scott Ellis ce14345a89 Add network traffic graph 11 years ago
Philip Kaufmann c431e9f1f0 Bitcoin-Qt: save and restore position of debug window 11 years ago
constantined 2ecb7555a9 Switch to using raw_utf8 11 years ago
Philip Kaufmann 1fc57d568b Bitcoin-Qt: harmonize 2 setClientModel() functions 11 years ago
Wladimir J. van der Laan 25c0cce7fb Qt5 compatibility 11 years ago
Philip Kaufmann bfad9982f8 Bitcoin-Qt: small RPCConsole cleanup 11 years ago
Philip Kaufmann 32af5266cf Bitcoin-Qt: massive header and cpp cleanup 12 years ago
Philip Kaufmann 54413aab13 Bitcoin-Qt: never display own block count > estimated block count 12 years ago
Philip Kaufmann 81605d90f5 enhance Qt5 compatibility 12 years ago
Wladimir J. van der Laan 62904b33f3 Improve RPC console key event behaviour 12 years ago
Philip Kaufmann af7b88f29f clear history when using clear button in RPC console 12 years ago
Wladimir J. van der Laan 9c94bdac06 RPC console: escaping within ' and " now handled differently 12 years ago
Wladimir J. van der Laan b5c1467a7d In RPC console, attempt to format errors 12 years ago
Wladimir J. van der Laan 576b5efe93 Fix RPC console parser to handle escaped arguments more like bash 12 years ago
Philip Kaufmann c7441658da show used OpenSSL library version in debug window 12 years ago
Wladimir J. van der Laan 9b1732baae Cross-platform "Open debug logfile" 12 years ago
Philip Kaufmann 5d6b30271f move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin command-line options (in RPC Console -> Information) / resize Debug window a little to allow for a non-breaking display of the welcome message with non-english translation 12 years ago
Philip Kaufmann 41c6b8abc6 add client startup time as an entry to debug.log (note: logged time in debug.log differs by a few seconds from the one displayed in the Debug window) / make ClientModel::formatClientStartupTime() return a QString 12 years ago
Wladimir J. van der Laan fe4a655042 Fine-grained UI updates 12 years ago
Philip Kaufmann a3b4caac38 add an icon for Debug logfile -> Open in the RPC console / add a missing comment in rpcconsole.h 12 years ago
Philip Kaufmann 8b4d653663 allow translation of "options" used in the --help message / split 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 12 years ago
Philip Kaufmann 8892579f8b fix DebugLog file opens twice after clicking "Open" in RPC Console Information tab 12 years ago
Wladimir J. van der Laan 5a060b8dc8 RPC console: scroll to the end when user enters a command 12 years ago
Wladimir J. van der Laan ae744c8b78 RPC console: don't crash on invalid input exception 12 years ago
Wladimir J. van der Laan c6aa86afc2 Convert RPC console to QTextEdit instead of QTableView 12 years ago
Philip Kaufmann d2f7778cc7 add the client startup time to the debug window / rename Version label to 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 12 years ago
Philip Kaufmann 66331f2b51 if there is no current block number available display N/A on totalBlocks label, instead of 0, which can not ever be true 12 years ago
Philip Kaufmann 4d3dda5d9f add code to open (display) debug.log on Windows with the associated application and add a button to the Information page in the Debug console 12 years ago
Wladimir J. van der Laan b84172434d Automatically focus entry widget when console tab comes into focus 12 years ago
Wladimir J. van der Laan 460c51fdad Add UI RPC console / debug window 12 years ago