aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/programdock.cpp
Commit message (Collapse)AuthorAge
* Disable program followKarel Kočí2018-04-14
| | | | | | | | This should be easy enought to program but it requires some deeper changes to memoryview it self (to allows direct address to item mapping). Because of that I am disabling it for now and I will return to this feature in future. For now I am focusing on other more important aspects of qtmips (to make it feature complete not nice to use).
* Various graphics tweaksKarel Kočí2018-01-27
|
* Jump to pc address when program counter is double clickedKarel Kočí2018-01-25
|
* Add focus function to memory viewKarel Kočí2018-01-25
|
* Fix compilationKarel Kočí2018-01-25
|
* Implement memoryviewKarel Kočí2018-01-25
|
* Add skeleton for memory viewKarel Kočí2018-01-08
|
* Fix segfault on gui exitKarel Kočí2018-01-05
|
* Add template for Memory dockKarel Kočí2018-01-05
| | | | For now a memory view is missing so there is no content.
* Implement initial dialog for program memory dockKarel Kočí2018-01-05
I am missing memory view for now.