aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/statictable.cpp
Commit message (Collapse)AuthorAge
* The sizeHint seems to not be affected by invisible zero size problem.Pavel Pisa2019-02-19
| | | | | | | | Enable number of columns computation even for invisible QLabels to restore wide registers dock with multiple columns instead of only one. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Add license to the source files.Pavel Pisa2019-02-04
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Don't insert another column when statictable widget is not widerKarel Kočí2018-04-08
| | | | | This makes static table widget to have only one column until it's wider then higher.
* Fix some uninitialized jumpsKarel Kočí2018-01-27
|
* Drop some debug outputsKarel Kočí2018-01-25
|
* Implement memoryviewKarel Kočí2018-01-25
|
* Better layout registersKarel Kočí2018-01-23
This does dynamic layout of registers. This implemntation is just terrible. It works but it's almost unreadable. It's just too much code for such a small feature. But I can't be bothered to refactor it on top of hacking it.