Commit Graph

7 Commits

Author SHA1 Message Date
Ernie Pasveer 3e8790807b Increment version number. 2021-10-02 16:55:37 -05:00
Ernie Pasveer 786a8b349f Add Seer icon to application, console, memory visualizer. 2021-09-25 16:00:09 -05:00
Ernie Pasveer 2e00de53f0 Increment version number. 2021-09-22 11:55:58 -05:00
Ernie Pasveer 0828ad6da0 Save window and splitter sizes and positions.
Remove 'quit' toobar button.
Verify 'start' and 'run' if executable is already running.
2021-09-21 18:56:15 -05:00
Ernie Pasveer 9fa35d2663 Increment version number. 2021-09-13 16:22:11 -05:00
Ernie Pasveer aad63e8dc6 Fixed some deprecated function calls.
Code was calling QFontMetrics::width(), which is deprecated.
Changed code to QFontMetrics::horizontalAdvance().

Added missing include file for QPainterPath.

Added 'install' target to CMakeLists.txt
2021-09-10 15:32:23 -05:00
Ernie Pasveer 6357b7a0ef Move source into a 'src' directory. Update README.md file for build
instructions.
2021-09-04 17:02:25 -05:00