aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/graphicsview.h
Commit message (Collapse)AuthorAge
* Use override to make newer versions of C++ compiler happy.Pavel Pisa2019-06-30
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Implement standard zoom handling by mouse wheel and keys.Pavel Pisa2019-04-05
| | | | | | Suggested by Ales Kapica. 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>
* Rename CoreView to GraphicsViewKarel Kočí2018-04-15
This generalizes CoreView to be used with other parts of the project too.