Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Extend program view to support selected stage followup. | Pavel Pisa | 2019-02-11 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Converted program listing to be QTableView based. | Pavel Pisa | 2019-02-11 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | QTableView based memory view is working. | Pavel Pisa | 2019-02-11 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Implemented workaround QTableView limits workaround which mostly works. | Pavel Pisa | 2019-02-10 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Memory QTableView working for part of the memory range. | Pavel Pisa | 2019-02-10 |
| | | | | | | | | | Unfortunately, QModelIndex supports only integers for rows and columns. Even if only size to maxint is used then Qt engine crashes. Workaround for Qt limitations is material for followup patches. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Next steps to implement QTableView based memory view. | Pavel Pisa | 2019-02-10 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Correct MemoryDock header fields values. | Fanda Vacek | 2019-02-09 |
| | |||
* | Initial cleanup of MemoryDock as preparation for switch to QTableView. | Pavel Pisa | 2019-02-09 |
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> |