Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-25 | Added 'immature balance' for miners. Only displayed if the balance is ↵ | sje397 | |
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. | |||
2012-05-17 | add 2 labels to the overviewpage that display Wallet and Transaction status ↵ | Philip Kaufmann | |
(obsolete or current) / cleanup overviewpage XML ui-file | |||
2012-05-12 | When a transaction is clicked on overview page, focus it on history page | Wladimir J. van der Laan | |
2011-12-21 | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan | |
This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9. | |||
2011-12-20 | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr | |
2011-11-13 | Improve documentation for UI classes | Wladimir J. van der Laan | |
2011-08-04 | when clicking a transaction on the overview page, send the user to the ↵ | Wladimir J. van der Laan | |
transactions page | |||
2011-08-03 | show last few transactions on overview page | Wladimir J. van der Laan | |
2011-07-29 | Full support for other units, add configuration option for default unit ↵ | Wladimir J. van der Laan | |
(used when displaying amounts) | |||
2011-07-11 | Show unconfirmed balance on overview page | Wladimir J. van der Laan | |
2011-07-07 | Rename "History" tab to more logical "Transactions", move "Number of ↵ | Wladimir J. van der Laan | |
transactions" from status bar to overview page | |||
2011-07-05 | tab reorg phase 1: split main gui into "overview" and "history" | Wladimir J. van der Laan | |