Age | Commit message (Collapse) | Author |
|
selectable) and set autoDefault to false for the buttons that do not need this
|
|
- extend network options with a SOCKS version selection
- changing "Unit to show amounts in:" now also updates the unit used in the transaction fee box
- string updates
- link Apply button and OK button when enabling or disabling them
- use LookupNumeric() from netbase to verify proxy address (via an EventFilter)
- change proxy address field to QValidatedLineEdit and add visual feedback
- add a status label used for displaying a message for invalid proxy addresses
- allow usage of IPv6 address as proxy address
- added warning message when enabling / disabling SOCKS proxy
|
|
|
|
confuse users, which could see it before we init with the real wallet balance
|
|
Added 'immature balance' for miners. Only displayed if the balance is > 0
|
|
GUI: change verifymessagepage behaviour to match RPC-call "verifymessage"
|
|
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
|
|
address, signature and message) / display messages in status label (remove message boxes) / resize window to make signature fully readable / change signature font to BC-address font (like in messagepage) / remove checkAddress() and place code directly in on_verifyMessage_clicked() / add visual feedback to LineEdits / remove AddressTableModel references, as they are now unused / add addr.GetKeyID(keyID) check
|
|
greater than zero.
This adds a field labelled 'Immature' in the overview section under the 'unconfirmed' field, which shows mined
income that has not yet matured (which is currently not displayed anywhere, even though the transactions
exist in the transaction list). To do that I added a 'GetImmatureBalance' method to the wallet, and connected
that through to the GUI as per the 'GetBalance' and 'GetUnconfirmedBalance' methods. I did a small 'no-op'
change to make the code in adjacent functions a little more readable (imo); it was a change I had made in my
repo earlier...but I thought it wouldn't hurt so left it in. Immature balance comes from mined income that is
at least two blocks deep in the chain (same logic as displayed transactions).
My reasoning is:
- as a miner, it's a critical stat I want to see
- as a miner, and taking into account the label 'immature', the uncertainty is pretty clearly implied
- those numbers are already displayed in the transaction list
- this makes the overview numbers add up to what's in the transaction list
- it's not displayed if the immature balance is 0, so won't bother non-miners
I also 'cleaned' the overview UI a little, moving code to the XML and removing HTML.
|
|
|
|
translation updates / string updates
|
|
- Also, change "(out of sync)" to only red, instead of red and bold, which a bit more subtle
- Move label stylesheets to xml
|
|
(obsolete or current) / cleanup overviewpage XML ui-file
|
|
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
|
|
source to avoid a problem with Qt < 4.7 / add eventFilter for address field to select text when clicking in / add Clear All button / rework strings
|
|
Add a menu option and dialog to verify a signed message
|
|
rename "QR-Code Dialog" to "QR Code Dialog" in qrcodedialog.ui as this spelling is used all over the code
|
|
remove string "TextLabel" from warningLabel, as this is unneeded and as ...
|
|
change size of transactiondialog, to allow display of transaction-id wit...
|
|
is a silly translation less to do :)
|
|
Code Dialog" as this spelling is used all over the code
|
|
* 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
|
|
GUI: add the client startup time to the debug window...
|
|
an ugly line-break
|
|
|
|
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
|
|
(Also move 'setAttribute(Qt::WA_DeleteOnClose)' out of QRCodeDialog)
|
|
application and add a button to the Information page in the Debug console
|
|
GUI messagepage: add placeholder text to address field (like in sendcoins dialog)...
|
|
small passphrasedialog update
|
|
address field on opening messagepage or "Clear All" / consolidate gotoMessagePage() to 1 function / rename windowTitle to "Sign Message Dialog"
|
|
move many overviewpage settings from code to ui XML-file...
|
|
- Alt-I for Information, Alt-C for Console
|
|
Fixes #1241
|
|
buttons / update some strings to be more informative
|
|
Make user actions more straightforward in address book
|
|
Add UI RPC console / debug window
|
|
- Add all actions that can be triggered with buttons to the context menu
- Hide delete action from context menu for receiving tab
|
|
Qt 4.6
|
|
style-sheet for bold font and use Qt Designer option / remove an unused label default-text and remove an obsolete clear()'
|
|
to translate "0 BTC" and "123.456 BTC" as this is only used as preview in the Qt Designer anyway / set mouse cursor to IBeam for selectable labels
|
|
changed cursor for selectable text on the about dialog to IBeamCursor...
|
|
removed an unused tag
|
|
change text on message.ui from "Copy to Clipboard" to "Copy Signature"...
|
|
add an Alt-Shortcut to "Clear &All"
|
|
renamed qrcodedialog.ui window title to "QR-Code Dialog"...
|
|
size to the minimum values Qt Creator allows me to set
|
|
|
|
|
|
add a clear all button to the sign message page (addresses #943)
|