Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-20 | GUI: ensure a changed bitcoin unit immediately updates the tx list amounts | Philip Kaufmann | |
2012-05-20 | Fine-grained UI updates | Wladimir J. van der Laan | |
Gets rid of `MainFrameRepaint` in favor of specific update functions that tell the UI exactly what changed. This improves the efficiency of various handlers. Also fixes problems with mined transactions not showing up until restart. The following notifications were added: - `NotifyBlocksChanged`: Block chain changed - `NotifyKeyStoreStatusChanged`: Wallet status (encrypted, locked) changed. - `NotifyAddressBookChanged`: Address book entry changed. - `NotifyTransactionChanged`: Wallet transaction added, removed or updated. - `NotifyNumConnectionsChanged`: Number of connections changed. - `NotifyAlertChanged`: New, updated or cancelled alert. As this finally makes it possible for the UI to know when a new alert arrived, it can be shown as OS notification. These notifications could also be useful for RPC clients. However, currently, they are ignored in bitcoind (in noui.cpp). Also brings back polling with timer for numBlocks in ClientModel. This value updates so frequently during initial download that the number of signals clogs the UI thread and causes heavy CPU usage. And after initial block download, the value changes so rarely that a delay of half a second until the UI updates is unnoticable. | |||
2011-11-13 | Improve documentation for UI classes | Wladimir J. van der Laan | |
2011-08-08 | QtUI code cleanup / comment improvements | Wladimir J. van der Laan | |
2011-08-05 | improve tooltip over transactions | Wladimir J. van der Laan | |
2011-08-03 | show last few transactions on overview page | Wladimir J. van der Laan | |
2011-07-31 | address icons | Wladimir J. van der Laan | |
2011-07-30 | Hide addresses in transaction overview by default, they can be re-shown as a ↵ | Wladimir J. van der Laan | |
configuration option | |||
2011-07-07 | Export functionality for transaction list | Wladimir J. van der Laan | |
2011-07-02 | Send: dialog redesign (automatically look up label for entered address) | Wladimir J. van der Laan | |
2011-07-01 | cleanup unused constants | Wladimir J. van der Laan | |
2011-06-29 | Implement filter row instead of tabs, allows for more expressive filters | Wladimir J. van der Laan | |
2011-06-26 | Change transaction table: | Wladimir J. van der Laan | |
- Split "Description" column into "Type" and "Address", to make sorting easier (and facilitate filtering in the future) - Merged "credit" and "debit" columns into one "amount" column that can be black (positive) or red (negative) | |||
2011-06-26 | update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class) | Wladimir J. van der Laan | |
2011-06-13 | Status column reorganization | Wladimir J. van der Laan | |
2011-06-11 | move back to original directory structure | Wladimir J. van der Laan | |