aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/mainwindow.cpp
Commit message (Expand)AuthorAge
* Implement file save as workaround for emscripten build.Pavel Pisa2019-07-03
* Allow to switch between numeric and mnemonics registers names.Pavel Pisa2019-07-03
* Implement file save for emscripten build.Pavel Pisa2019-07-03
* Store and restore open source files editors.Pavel Pisa2019-07-03
* Ignore code and data assembler directives.Pavel Pisa2019-07-03
* Allow spaces in middle of assembler arguments and report errors.Pavel Pisa2019-07-03
* Implement load of sources in emscripten build and minor fixes.Pavel Pisa2019-07-02
* Teach simple embedded assembler .orig and .word directives.Pavel Pisa2019-07-02
* Change instruction parsing to allow multiple words pseudo-operations.Pavel Pisa2019-07-02
* Evaluation of symbolic expressions in assembler added.Pavel Pisa2019-07-02
* Minimal prototype of integrated assembler.Pavel Pisa2019-07-01
* Correct order of operations during editor close.Pavel Pisa2019-07-01
* Include simple text editor in QtMips emulator.Pavel Pisa2019-07-01
* Provide option to hide coreview to speedup simulation.Pavel Pisa2019-06-30
* Initial optimized version LCD display emulation.Pavel Pisa2019-06-28
* Do not run local event loop in about dialog.Pavel Pisa2019-06-27
* Set default location of the program view on the left.Pavel Pisa2019-06-27
* Allow to create simulator without loaded executable.Pavel Pisa2019-06-26
* Printing/export to PDF file reduces print area/page to actual image size.Pavel Pisa2019-06-12
* Add simple printing of core view.Pavel Pisa2019-06-11
* Do not save program view start address when changed due to program executed.Pavel Pisa2019-03-25
* Updated read and write, added open, close, ftruncate syscalls and fs_root opt...Pavel Pisa2019-03-09
* Enable configuration of syscalls emulation and stop on exception.Pavel Pisa2019-03-06
* Dock to view coprocessor 0 and cop0 counter/comparator support.Pavel Pisa2019-03-05
* Simple serial port receive implementation.Pavel Pisa2019-02-25
* Add support for goto to selected symbol address.Pavel Pisa2019-02-22
* variable font sizeFanda Vacek2019-02-19
* Implement write syscall and signal written characters to terminal.Pavel Pisa2019-02-14
* Initial attempt to as operating system syscall handler.Pavel Pisa2019-02-13
* Implemented three dials equivalent to MZ_APO RGB dials.Pavel Pisa2019-02-13
* Include simple serial port terminal and prepare empty peripheral dock.Pavel Pisa2019-02-13
* Add simple about dialog and prepare menu entries for serial port and peripher...Pavel Pisa2019-02-13
* Add speed option to run core for time chunks without visualization.Pavel Pisa2019-02-13
* Extend program view to support selected stage followup.Pavel Pisa2019-02-11
* Converted program listing to be QTableView based.Pavel Pisa2019-02-11
* Implemented basic infrastructure to handle exceptions.Pavel Pisa2019-02-07
* Add license to the source files.Pavel Pisa2019-02-04
* Implement BREAK instruction to stop continuous execution.Pavel Pisa2019-02-03
* Initial implementation of cache viewKarel Kočí2018-04-17
* Drop unneeded parameter from CoreViewScene constructorKarel Kočí2018-04-17
* Store memory and program view address positionKarel Kočí2018-04-17
* Add 2x speedKarel Kočí2018-04-15
* Rename CoreView to GraphicsViewKarel Kočí2018-04-15
* Add cache dockKarel Kočí2018-04-15
* Jump to pc address when program counter is double clickedKarel Kočí2018-01-25
* Implement memoryviewKarel Kočí2018-01-25
* Drop current cache docksKarel Kočí2018-01-15
* Add coreview progressKarel Kočí2018-01-08
* Implement machine reloadKarel Kočí2018-01-05
* Remove old scene in more appropriate placeKarel Kočí2018-01-05